lkcodk / htmlwrapper

Automatically exported from code.google.com/p/htmlwrapper
0 stars 0 forks source link

trying to load the compiled swf into a flash as3 app #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a new loader
2. set the url of the loader to "htmlwrapper/main.swf?url=....."
3. on runtime I get an error

TypeError: Error #1009: Cannot access a property or method of a null object
reference.
    at com.base.application::Wrapper()
    at Main()

Is there a way to pass variables to the flash through the calling url?  or
another way to pass them at runtime from flash to flash?

Q: What is the expected output? What do you see instead?
I was expecting to be able to render html inside of an existing flash app
using this loaded swf.

Original issue reported on code.google.com by clikthro...@gmail.com on 26 Jan 2010 at 7:38