afterdawn.com > forums > digital video > video - everything else > find a source url of embedded videos
Find a source URL of embedded videos
planet_x
Newbie
16. March 2009 @ 09:42
Link to this message
Can someone tell me how to find the direct link of the embedded video in this page?
http://oruwebsite.com/music_videos/apoor..._f3df5ae2a.html
I could not find it from 'view page source' or 'view page info'?
Any help would be really appreciated.
The site uses the following code to embed swf files.
swfobject.embedSWF("http://oruwebsite.com/music_videos/player.swf", "Playerholder", "496", "401", "9.0.115", false, flashvars, params, attributes);
Advertisement
AfterDawn Addict
16. March 2009 @ 11:41
Link to this message
Download the demo of Replay AV and run it.
Start playing the URL in your Browser.
The real URL appears in the Window.
Exit the Browser.
'Preview the URL' gives the option of playing or saving the video.
http://www.applian.com/replay-av/index.php
planet_x
Newbie
16. March 2009 @ 14:31
Link to this message
Thanks a lot for your help. But is it possible to locate the source URL of the video from the link?
The webpage has an embedded video player. I'm interested in the direct youtube link. (Eg: http://www.youtube.com/watch?v=JKnjGbAg5mY)
Hope that makes sense.
AfterDawn Addict
1 product review
17. March 2009 @ 01:09
Link to this message
Not sure what you are looking for...What is you ultimate goal, what link do you need? If you want to embed it, it has a direct embed link. The video seems to be hosted on Google Video...Here's the link that will open the video on WMP/VLC...
http://v6.cache2.googlevideo.com/videopl...irect_counter=1
Piss me off, and I Will ignore You!
This message has been edited since posting. Last time this message was edited on 17. March 2009 @ 01:22
Advertisement
geaf
Newbie
19. March 2009 @ 15:40
Link to this message
Here you are mate I think this is what you are looking for. the piece of code you tok from the source of the page is only to load the player. The player then takes it's info for which movie it is loading from another piece of the code which would be this:
clips = clips + " { name: '', url: 'http://oruwebsite.com/music_videos/videos.php?vid=f3df5ae2a' } ]";
so really the URL to directly go to the video is:
http://oruwebsite.com/music_videos/videos.php?vid=f3df5ae2a putting that in the addressbar of any browser brings you the download dialogue for an mp4 file...right from google video.
:)
Originally posted by planet_x: Can someone tell me how to find the direct link of the embedded video in this page?
http://oruwebsite.com/music_videos/apoor..._f3df5ae2a.html
I could not find it from 'view page source' or 'view page info'?
Any help would be really appreciated.
The site uses the following code to embed swf files.
swfobject.embedSWF("http://oruwebsite.com/music_videos/player.swf", "Playerholder", "496", "401", "9.0.115", false, flashvars, params, attributes);
afterdawn.com > forums > digital video > video - everything else > find a source url of embedded videos