Question about Macromedia Flash MX Professional 2004 for Mac, PC
Hellow folks, my problem is how to put a script or a link from the button i created in flash mx that would play the video file or would call any movie player like windows media player, jet audio or vlc player as part of my presentation.
Put a button on your scene, and give it the instance name but in the Property Panel. Create a new layer in your movie and name it code Now add this code to the first frame of the code layer: but.onPress = function () { _root.createEmptyMovieClip("container", 1); loadMovie("loaded.swf", "container"); container._x = 150 ; container._y = 20 ; }
Posted on Jun 23, 2007
please write this code on button u created
on(release){
_root.gotoAndPlay("scene_Name");
}
200 views
Usually answered in minutes!
i want to replay
×