Problems while integrating my .swf in another one

Q&A about the latest versions
Post Reply
Maloventre
Posts: 1
Joined: Thu Nov 19, 2009 4:58 pm

Hi there !

I've extracted my .swf from Pano2VR in order to include it in my Flash site project.

Problem is the only way for me to display the pano is putting it on the scene (main clip, _root, ...). When i'm tring to put it in another MovieClip, it just doesn't display.

My aim is to put the pano in a limited rectangle, cropping it like it does itself when displayed into a empty and random-sized html page.

Does anyone can help me with that ?

Thanks and sorry for my pitiful english !!!
Sebastian
Posts: 209
Joined: Sun Jul 13, 2008 9:08 am
Contact:

Hi there

When you say "putting into scene" do you mean import in to Flash authoring environment? If that's the case, then you can't import SWF to Fla and maintain the
functionality. Flash restricts the imported file structure to Flash 3 features, which basically means no support for any kind of interactivity, movie clips, buttons,
labels, actions etc... Simply library symbols that are present on the timeline upon import. You will need to use the "URLRequest" to loaded within another swf, and for that, you can find comprehensive list of available syntax for AS2 and 3
http://gardengnomesoftware.com/wiki/Pano2VR_-_Flash_API

Take note!
Mind the AS versions. You can't load AS3.0 file into AS2.0 compiled SWF.

regards
Sebastian
Post Reply