Bryndis, I’m trying to do the same thing and it’s driving me crazy as well. I have two questions and hopefully Mr. RimV can shed some light.
Question 1:
I followed the loadGallery instructions and my test swf worked perfectly. The moment I moved that test swf to a sub-directory, it stopped working. I modified the: var req:URLRequest = new URLRequest(“adWall3D.swf”); line of code to the appropriate path, but I keep getting this error:
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL : file:///G|/EyeCandyCreative/DRMWVR%5FMASTER%5FEYECANDY%5FSTE/spaceSite/css/styles.css at adWall3D/initStyleSheet() at adWall3D/Initial3D() at test_fla::MainTimeline/galleryLoaded() Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL : file:///G|/EyeCandyCreative/DRMWVR%5FMASTER%5FEYECANDY%5FSTE/spaceSite/adWall3D.xml at adWall3D()
I’ve tried adjusting the paths in the adWall3D.as file to point to the appropriate location and I get a different error. Can you please tell me what I’ missing?
Question 2:
I have a movieClip inside of a movieClip that pulls this adWall3d.swf into my main timeline of my swf. When I call the file, it comes in but just stops. I’m calling it in using this simple code:
//Calling in the adWall swf
var designMovieRequest:URLRequest = new URLRequest(“designWall/adWall3D.swf”); var imageLoader:Loader = new Loader();
//design_mc Listener
design_mc.addEventListener(MouseEvent.CLICK, designClick);
//design_mc Function function designClick(event:MouseEvent):void { imageLoader.load(designMovieRequest); addChild(imageLoader); imageLoader.x = -500; imageLoader.y = -200;
}
Can you take a look at what it is doing on my site and please offer some direction?
http://www.eyecandycreative.net/spaceSite/eyecandySpace.html
Thank you kindly in advance for any direction you can give me.

.
I’m already in holiday ^^.
438 Purchases
348 Comments