Jump to content
Search Community

swfloader - Error 1009 and some questions

mustaffa test
Moderator Tag

Recommended Posts

Hello,

 

I could not manage below things myself and need help please.

 

1. I am getting error 1009 when loading a sub swf with the code below. The sub swf works standalone without any error.

 

Error #1009: Cannot access a property or method of a null object reference.

at kucaklamak_fla::MainTimeline/frame1()

 

var loader:SWFLoader = new SWFLoader("kucaklamak-2-4.swf", {name:"mainSWF", container:this, x:0, y:0, estimatedBytes:9000});
loader.load();

 

2. My sub swf has its own self loader circle progress display and it works well when run it standalone. But when I load it from a parent with the code above the progress display shows only zero and than disappears.

 

3. How to make sub swf disappear with fading effect with code at the parent.

 

Thank you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...