
as3programming.blogspot.com
TETFX Portfolio: Dynamic WebsiteTETFX Portfolio: Dynamic Website. March 12, 2008. Attaching Actions to the buttons. To respond to the cue points in the video, we'll set up an ActionScript "listeners" that will listen for the cue points and then execute actions we specify. Screen 1: keyframe Home in the layer actions. Make the videoScreen symbol invisible. SetProperty(" root.videoScreen", visible, false);. Create a variable for an event listener. Var cueListener:Object = new Object();. Declare a function called by the event listener.
http://as3programming.blogspot.com/