One .swf, multiple jpgs

Specific Q&A about the new Flash export
Locked
brianmisty
Posts: 1
Joined: Sun Apr 08, 2007 11:14 pm

Is there a way to use one .swf to view multiple .jpgs? With java, you can have just 1 jar file... so just wondering if there is a way to do this with flash?
benny
Posts: 8
Joined: Tue Apr 10, 2007 9:53 am
Location: Gemany

Hi,

well you can load several swf-panos inside a flash-movieclip like <mc>.loadMovie("pano.swf").

So this mc will be a "container" which dynamically loads swf-panos just like the jar is a "container" which loads jpgs.

But you have to use the Flash IDE fro this and you will need some ActionScript (the flash programming language) experiences.

Take a look at the virtual-tour code at
http://www.pano2qtvr.com/sample/flashtour/container.zip
and you will see how it works.

Hope this helps
Benny
Locked