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 ?    7 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the as3 components?

492


user accessibility on your video project is a key factor. Which two features should you choose? : Adobe flash

475


what is not a disadvantage of using the fscommand? : Adobe flash

514


what is the key advantage of using loadvars instead of loadvariables? : Adobe flash

500


which of the assumptions cannot be made when developing an application for intranet deployment? : Adobe flash

447






can flash .swf movies be very time consuming to edit? : Adobe flash

519


which two file formats can be imported into a swf file at runtime? : Adobe flash

502


What are the features provided by actionscript 3.0?

498


How to embed flash in html?

505


which of the following is most likely a class constructor? : Adobe flash

491


How to create scrolling gallery in portfolio?

509


What is the use of depth?

517


explain the correct way to create an alert box using geturl and javascript? : Adobe flash

436


How to start a graphic animation at a specific frame?

563


Tell me what is the main purpose of actionscript?

482