Forum Moderators: open
ie: file.swf?field1=alpha&field2=beta
Working with PHP I know all about working with query strings, and how to send that data.
My question is, how can I recieve this data in my flash file? I'm specifically interested in dynamically changing text in an object's parameter window. Is this possible?
FlashVars is Flash answer to Query String. It's a way to pass data or variables from html to a Flash movie. The general idea of FlashVars is very similar to a Query String. Variables passed via FlashVars will go into the _root level of the Flash movie.