Jump to content

Loading External SWF


neophyre

Recommended Posts

Gday,I've done a 3d product rotation for a client in flash, which uses an .xml file to load the images in the rotation. Problem is that OsCommerce won't let me upload all the assets needed, only one single .swfI did some research using a single swf to call the original from another location, but have run into some issues...var request:URLRequest = new URLRequest("http://www.iconstudios.com.au/holster/rotateTool.swf");var loader:Loader = new Loader()loader.load(request);addChild(loader);Any idea as to what I'm doing wrong here?Thanks in advance :)

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...