PDA

View Full Version : Flex Swf Actionscript 3 Exchange


Mehrad
05-19-2008, 07:11 PM
New to AS 3...

I want to make a site using Flex´s TabNavigator.
I have a SWF animation (flash) that on it´s last frame stop´s and has a link button refering to one of the TabNavigator´s tab´s.

Any idea ppl¿?

Should i use something like:

SWF animation
function onClick(MouseEvent):void{
_root.TAB.??
}

I´m so mixed up in my head after searching for a while

:confused: