ok so the previous issue was to much for my pea brain.
but now how do I load the image scroller into an SWF?
for this load action
var myLoader:Loader = new Loader(); addChild(myLoader); var url:URLRequest = new URLRequest("main3.swf"); myLoader.load(url);
I keep getting
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at Main/init()
at Main()




LinkBack URL
About LinkBacks

Reply With Quote


Bookmarks