When I load it by Loader.load I can pass them via URLRequest. But I don’t see any opportunity in case of Loader.loadBytes.
This question is similar to Passing flashvars-style parameters to a loaded SWF.
When I load it by Loader.load I can pass them via URLRequest . But
Share
The answer is in API documentation. I’ve been hinted at another site.
You should use
parametersproperty ofLoaderContextobject which you pass to theLoader.loadBytesmethod. But it works only for the AS3 swfs. It seems to be imporsible for the AS1/2 swfs.I think it’s right answer for now.