How to download Flash object embeded in HTML Page?

Answers were Sorted based on User's Feedback



How to download Flash object embeded in HTML Page?..

Answer / a.p.karthikeyan

There are two ways to download the (.swf) file,

1. First we want to know the file name of .swf, we can get
it by

Right click the mouse
View Source and
Enter the key word .swf in find option.

we can get the file name.

Now, we can take this file from Temporary Internet Files
folder in our system. While we visit or browse a site all
file are stored in Temporary Internet Files, from this
folder we can take all the files.


2. Second method is by using some swf catcher (like Sothink
Swf Catcher) softwares we can download the file.


By using these methods only ill download the Flash object.

Is This Answer Correct ?    19 Yes 5 No

How to download Flash object embeded in HTML Page?..

Answer / bala

Open the website in Mozilla firefox 2.
At the tools drobdown option click Page info
Choose the media tab, you will get the list of pictures and Videos embedded in the website.
Copy the URL and paste it in a new tap and download it.

Is This Answer Correct ?    6 Yes 3 No

How to download Flash object embeded in HTML Page?..

Answer / 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

More Flash Action Scripting Interview Questions

What is meant by vector graphic animation? What is the use of pre-loader?

0 Answers  


How to write a program to show the external actionscript?

0 Answers  


what is the most important factor in determining the compatibility of your application? : Adobe flash

0 Answers  


Write a function for a button.

0 Answers  


Do you know how does removal of actual objects and data work in actionscript?

0 Answers  






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.

0 Answers  


which two are symbol options when converting an object into a symbol? : Adobe flash

0 Answers  


What are the features provided by actionscript 3.0?

0 Answers  


Do you know what are the ways in which actionscript's code can be protected?

0 Answers  


you have a rectangle shape with rounded corners. You want to ensure that the corners do not distort when the rectangle is scaled. What should you do? : Adobe flash

0 Answers  


who can view flash? : Adobe flash

0 Answers  


What does reference means in actionscript?

0 Answers  


Categories