hi guys, im a newbie to flash and having some problems with displaying text using the loadVariables() function. While using the queryString method to pass variables from a c++/HTML file (cgicsript.cpp) to an embedded flash movie in another c++/HTML page.
loadVariables actually looks for a URL which returns a GET string. Use _root._URL instead of _root, which returns the path and the query string, which you should then run through either split or a substring to remove any excess information.
Also, your _root should not be a string, as it is a path.
Bookmarks