Retrieve Flash Variables in Actionscript 3
In Actionscript 3 variables that are passed in through query string have been moved to the parameters property of LoaderInfo instance. Here’s a real simple way to retrieve flash variable in Actionscript 3
1. To access the query string fileName in Actionscript 3 , all you have to do in your actionscript 3 source code is
2. Here Html Code access Flash variables
Download here
1. To access the query string fileName in Actionscript 3 , all you have to do in your actionscript 3 source code is
2. Here Html Code access Flash variables
Download here
Comments
Post a Comment