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
Can you explain what does the void function and object contain in actionscript?
which of the external actionscript files must you #include in your movie in order to use flash remoting? : Adobe flash
what is needed when using static text to have font outline embedded in swf file? : Adobe flash
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
Write a program that shows the usage of data types?
Explain what are the data types supported by actionscript?
what are the statements is true about actionscript in regards to the enforcement of private scope and public scope? : Adobe flash
at which point can you start usability testing? : Adobe flash
What are the different utils libraries in actionscript?
How to create a logo using pen tool?
Do you know what are the ways in which actionscript's code can be protected?
you understand from the sb-25 manual that the built-in, retractable bounce card is meant for use with the flash head in a vertical position? : Adobe flash
in general, non-mp3 digital audio destined to be imported into the flash mx authoring environment should first be compressed how much? : Adobe flash
which two panels can be used to change the label text of a button component? : Adobe flash
which text anti-aliasing property setting will result in the smallest swf file size? : Adobe flash