Answered
Will a .as file stop a .swf from being linked?
I have a simple movie that basically has the AS3 code for two
buttons.
One button (named videopage_btn) links to another .swf file perfectly.
The other button (named thumbnailgallery1_btn) does not link to another .swf file. It gives me an error (TypeError: Error #1009: null) when using the same code (attached).
In my project folder, I have this .swf file, and the other .swf file, which has a .as file to go with it.
When I open the other thumbnailgallery1.swf file alone (without a button from the other simple.swf file), it compiles correctly. However, when I try to use the button, I get the 1009 error.
Can I use some different code to open the thumbnailgallery1.swf from the thumbnailgallery1_btn ?
Yours Sincerely,
Jntspecialty
One button (named videopage_btn) links to another .swf file perfectly.
The other button (named thumbnailgallery1_btn) does not link to another .swf file. It gives me an error (TypeError: Error #1009: null) when using the same code (attached).
In my project folder, I have this .swf file, and the other .swf file, which has a .as file to go with it.
When I open the other thumbnailgallery1.swf file alone (without a button from the other simple.swf file), it compiles correctly. However, when I try to use the button, I get the 1009 error.
Can I use some different code to open the thumbnailgallery1.swf from the thumbnailgallery1_btn ?
Yours Sincerely,
Jntspecialty