How to download Flash object embeded in HTML Page?
Answer Posted / raghu
step 1
Choose File > Open. Open a Flash movie you have created.
Step 2
Choose File > Export Movie.
Step 3
Name the file "somefilename.swf". Choose the location where
the file is to be stored (in your Web folder). Click OK.
Step 4
Open the HTML page where you want to insert your Flash
movie. Insert this code:
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>
Note: This is the minimum code you need to embed a Flash
movie in a browser. A broken icon will appear on the Web
page if the user does not have the Flash plug-in installed.
Note: In the code above there is both an <embed> tag and an
<object> tag. This is because the <object> tag is
recognized by Internet Explorer, and Netscape recognizes
the <embed> tag and ignores the <object> tag.
step 5
Type in the address of the HTML file in your browser and
look at your first Flash movie.
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
What are the functions used with flash media?
I shoot underwater with a ttl strobe that does not allow you to set flash exposure compensation. How do I set fill flash with this set up? : Adobe flash
which two textfield events can be captured to trigger scripts to run? : Adobe flash
What are the data types supported by actionscript?
Write a program use a text field and display it using the actionscript?
at which point can you start usability testing? : Adobe flash
How to write a program to show the external actionscript?
How to start a graphic animation at a specific frame?
you have a textfield selected on stage and would like to separate each letter into its own textfield. Which option under the modify menu allows you to do this? : Adobe flash
How to write a program use a text field and display it using the actionscript?
you want to create a rectangle shape with a defined corner radius. Which tool should you use? : Adobe flash
when does the accessibility . Isactive () method return true? : Adobe flash
what is the function of trace? : Adobe flash
which two sets the x position of the instance my_mc to that of the mouse cursor? : Adobe flash
what are the properties can be used to control the order in which the user can tab through the elements in a flash movie? : Adobe flash