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 statements is true about actionscript in regards to the enforcement of private scope and public scope? : Adobe flash
which methods can be used to determine if a microphone or a camera is installed on the users machine? : Adobe flash
What are the functions used with flash media?
you want to skin flash cs3 components. What should you do? : Adobe flash
How to make synchronous data calls in actionscript?
What is meant by vector graphic animation? What is the use of pre-loader?
How does removal of actual objects and data work in actionscript?
you have a video project that would best be served by using full screen mode. This needs to be done from within the browser, since you are not able to use a projector. Which publish settings should you use? : Adobe flash
which keyword is used to attach methods and properties to a class? : Adobe flash
which charactor can be added to the identifire mylengthyvariable, to make it more redable? : Adobe flash
can flash .swf movies be very time consuming to edit? : Adobe flash
Hello! I would like to learn the technique (I don't know if there is a name for it) used by Stu Campbell (a.k.a. Sutu) in his flash comic book Nawlz for animating the image of whale in episode one. The the three tutorials that the artist made explain the basic scenario of the working process but they do not at all go into coding and such.
What does reference means in actionscript?
How to write a program to create custom list in actionscript?
Explain what are the features provided by actionscript 3.0?