sideburn
05-30-2005, 05:54 AM
I am having a strange problem with my simple flash examples. They cannot echo a string.
If i try Examples.fla that is part of the amfphp sources in examples/basic or any other example such as talk.fla
everything else works exept for strings:
for example i have an example called EchoTest.
serv.echoString("this is a test"); //this will not return anything to the console.
serv.echoString(12345); //this WILL return 12345 to the console.
Any ideas why?
If i try Examples.fla that is part of the amfphp sources in examples/basic or any other example such as talk.fla
everything else works exept for strings:
for example i have an example called EchoTest.
serv.echoString("this is a test"); //this will not return anything to the console.
serv.echoString(12345); //this WILL return 12345 to the console.
Any ideas why?