Thread: Workarounds...
View Single Post
  #10  
Old 10-28-2006, 10:22 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
We're not dealing with vars so savevars doesnt work
PHP Code:
/*
 existing script and goes here
*/
function onFlash(obj) {
 echo(
obj.fulldata.size()); // returns 0, cant be a array ( lines )
 
echo(obj.fulldata.type()); // returns -1

__________________
Quote:
Reply With Quote