in your php file you should only include the values that you want to be shown in flash…
that’s what i mean, your PHP file just have to include the part you wrote…
not any other html like this…
<? echo "&returnVal=Hello"; ?> <html> <head> ...
or if you will… just put a & at the end of your variable like this..
<? echo "&returnVal=Hello&"; ?>
hope this helps… Posted 2 months ago












