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
if we set slow sync as you suggest in answers on the many online forums you visit, would not we be opening ourselves up to blurred shots when the shutter speed gets significantly below 1/60? : Adobe flash
What are the functions used with flash media?
what should be used in the name of constant? : Adobe flash
Explain what are the data types supported by actionscript?
which methods can be used to determine if a microphone or a camera is installed on the users machine? : Adobe flash
to what does object drawing model refer? : Adobe flash
What does reference means in actionscript?
What are the changes presented by actionscript?
which actionscript method should be used to bring a component from the library to the stage? : Adobe flash
how to embed flash in html? : Adobe flash
Explain what are the different utils libraries in actionscript?
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
what are the statements is true about actionscript in regards to the enforcement of private scope and public scope? : Adobe flash
where is the data pulled by a load variables function stored? : Adobe flash
what is the purpose of the break statement? : Adobe flash