PDA

View Full Version : swf object transitions


africano
11-21-2008, 10:58 AM
Hi, Im doing some tests embedding flash content inside a pano.

Currently I have a button when clicked opens a flash calendar. Now, currently it just pops up, can I control the swf so it gradually appears, or moves in from the side, etc?

How can I achieve this, if its possible.(Ive seen lots of panos here where images or maps are applied with transitions...

Scott Witte
11-22-2008, 03:29 PM
If your flash element is loaded as a hotspot just treat it like any other hotspot, including moving, fading, etc.

I'm not sure you can manipulate a graphic loaded through a plugin unless you talk to the plugin via actionscript. For instance, the button that calls up your calendar (which could be part of the plugin itself) would execute code in the plugin that would move, fade, etc the calendar. But code like calendar.pan=300,1000 would have no effect.