downloading an embedded file

corbination.com's picture

He has: 8 posts

Joined: Jun 2004

this has got to be a simple answer to all of you but i'm having a hard time with it... how do you download a file (ie video/flash) off of a website that embedded it into a page???? just the file, nothing else.

thanks

Veter's picture

He has: 18 posts

Joined: Jul 2004

Look at the source code of the page. See the link to media file and put the link in your browser.

corbination.com's picture

He has: 8 posts

Joined: Jun 2004

thanks a lot, i got that, now it brings me to a blank page with it embedded again, how do i download it?

Busy's picture

He has: 6,151 posts

Joined: May 2001

If the embedded file requires a plugin, and you have the plugin it will display all of the time.
Ways around this:
disable the format plugin
use another browser that doesnt support that plugin
ask the website owner to send it to you
save whole page with 'save as'
...

Just remember if it is on someone elses site the file is copyrighted to them unless they state otherwise.

Greg K's picture

He has: 2,145 posts

Joined: Nov 2003

Work arounds:

Use a program like GetRight that you can enter URL's to download files

Or, write a basic web page that has nothing but a link to the file you want to download. Then open that page in a browser, right click (or similar in a mac), and choose SAVE LINK AS or something similar.

-Greg

He has: 1,758 posts

Joined: Jul 2002

I just create a new document with a .html extension and put the following code in:

<a href="http://domain.com/path/to/flash/swf">linky</a>'

Then open it in IE and right click "save as..." Wink

Andy

corbination.com's picture

He has: 8 posts

Joined: Jun 2004

Thanks everyone, now i get it

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.