Macromedia Flash MX Professional 2004 for Mac, PC Logo

Related Topics:

Question about Macromedia Flash MX Professional 2004 for Mac, PC

1 Answer

How to create link from a button to play video

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.

Posted by jovanni padro on

  • Anonymous Oct 16, 2008

    i want to replay

×

1 Answer

Anonymous

  • Level 1:

    An expert who has achieved level 1.

    Corporal:

    An expert that hasĀ over 10 points.

    Mayor:

    An expert whose answer gotĀ voted for 2 times.

    Problem Solver:

    An expert who has answered 5 questions.

  • Contributor
  • 6 Answers

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

Ad

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Scrollbar scripting

create dynamic text give instant name text then create two button up and down
give the script on up button

on(release)
{
text.scroll -=1
}

give the script on down button

n(release)
{
text.scroll +=1
}
0helpful
4answers

Button script

how to link 1 frame to 6 frame with button give me script
0helpful
3answers

Menu

maybe the buttons you have made has no action script yet. .
here's the sample script
"on(press){
gotoAndPlay(frame number);
}"
0helpful
2answers

Scripting

Use the getURL function
27helpful
2answers

Flash CS3 action script 3.0 "Next Scene button"

please write this code on button u created

 

on(release){

 

_root.gotoAndPlay("scene_Name");

 

}

 

 

0helpful
3answers

Actionscript 2.0

create in flash shopping card with script
0helpful
1answer

Action script

first u create a movieclip then rightclick then "edit in place".then u select that object then convert it to button it is very easy one try it
0helpful
2answers

Uploading Camtasia video to web page

If you are using a Flash then you can create your own flash play, pause, stop and exit button by flash using action script so that when you upload video through website it will work. if no idea with action script then refer to this site www.actionscript.org .... Thank you
Not finding what you are looking for?

200 views

Ask a Question

Usually answered in minutes!

Top Macromedia Computers & Internet Experts

Brad Brown

Level 3 Expert

19166 Answers

Rob Hill
Rob Hill

Level 3 Expert

1473 Answers

Marvin
Marvin

Level 3 Expert

85242 Answers

Are you a Macromedia Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...