It’s a way to load external swf’s with a parameter, like loading them from HTML in form:
mymovie.swf?settingsfile=mysettings.xml?
Loaded without parameters it works fine, but i tried to load them via
URLRequest(“mymovie.swf?settingsfile=mysettings.xml”)
and i get an error:
*Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found. *
Tks in advance for any idea to solve this…