Click to See Complete Forum and Search --> : Download Javascript movies


alan1685
05-08-2003, 08:31 PM
Hi, I think this is a simple question. I'm trying to download a movie that has a code in javascript to open it separately from the main window. What I wanted to know is how do I download this movie? Is there a way?

This is the message I get when I try to download it:

Internet explorer cannot download from openWindow('movie 013586395');.

Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found, please try again later.


Is there something I can do that allows me to download this?

any help will be appreciated.

Thanks,
Alan

brendandonhue
05-08-2003, 08:42 PM
Not sure what your asking. Give us a link to this movie maybe?

pyro
05-08-2003, 08:50 PM
what is 'movie 013586395' suppose to be referencing? openWindow('movie 013586395'); in and of itself will do nothing...

brendandonhue
05-08-2003, 08:54 PM
I dont think this is his JS. I believe he is trying to dl a movie from a website by right clicking it and Save As, but the link is not to the movie directly, it links to a JS Function that launches a window that plays a movie.

alan1685
05-08-2003, 08:54 PM
that's the problem...When I click on it, the movie opens up. But when I try to download it to my system. It gives me this message:

Internet explorer cannot download from openWindow('movie 013586395');.

Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found, please try again later.


Alan

pyro
05-08-2003, 08:56 PM
Please show the rest of your code....

brendandonhue
05-08-2003, 08:57 PM
Thats what I was just saying.
You are not downloading the movie, you are trying to download a link to a javascript function. You need to get the URL of the actual movie file.

pyro
05-08-2003, 09:00 PM
Yes, so I'm guessing that all you will need to do is reference the link differently.... I'll let you know once I see the code.

alan1685
05-08-2003, 09:06 PM
I don't know what code you're talking about...Here is the address:

http://fmimages.tripod.com/fmimages/multimovies.html

If you try to save any of the videos, it gives an error message.

pyro
05-08-2003, 09:15 PM
Ok, I went on the site, and I'm just going to use this one as an example: <a href="javascript:openmovie('Video1.htm')">Movie 1</a>

Try linking to it like this, and let me know if it works...

<a href="http://fmimages.tripod.com/fmimages/Playdays2000_2.ram" onclick="openmovie('Video1.htm'); return false;">Movie 1</a>

That should also keep your page working for those with javascript disabled...

alan1685
05-08-2003, 09:21 PM
no, it didn't work...It just opened up a tripod page stating that the page or file I was looking for was not there

A1ien51
05-09-2003, 12:29 AM
If you were to watch the video, it would be downloaded into your temp internet files most likely

brendandonhue
05-09-2003, 04:55 AM
Come on, help us help you.
We don't even know what movie you want to download.
Dont even know why you posted this in the JS forum, your not doing anything with javascript