Re: Getting "param" tag data
Hmm, I tried that already. This is the HTML code being used:
<param name=FlashVars VALUE="test=Hello Game Master&test2=Hi Jeff" />
and
FlashVars="test=Hello Game Master&test2=Hi Jeff"
The MMF2 string is:
CommandItem$("test")+NewLine$+CommandItem$("test2" )
But it isn't working, and I have no idea why :/
Re: Getting "param" tag data
Seems to work here
http://www.flyinvinteractive.com/flash_test/
Re: Getting "param" tag data
Thanks Jeff - It looks like the problem is to do with my MMF2. I just rebuilt the same SWF, and having backed up the HTML file, restored the HTML file, and the parameters don't want to be read.
I'm using build 252 and the latest SWF exporter. Should I reinstall just the SWF exporter, revert back to build 251 of MMF2, or reinstall MMF2?
Edit:
It appears to be a build 252 issue. Reinstalling the build 251 SWF exporter did not fix the issue, but reverting back to build 251 did.