View Single Post
Old 01-10-2013, 04:45 PM   PM User | #1
eizo2007
New to the CF scene

 
Join Date: Jan 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
eizo2007 is an unknown quantity at this point
Question flash video outside a browser

Hello Everyone,
I have a small problem i would like to resolve,and i am posting it here as i know there are some smart people that can help.
I would like to know if an embeded video using SWFObject can be watched from standalone player,not a browser.
Here is what i mean:
I am going to a website with embeded video on it,and because my PC is slow i would like to watch this video on standalone player(VLC) outside the browser.
I get the direct link but when i try to play it i get error not found.It is because of the scrip instructions.:This is the page source:


<div id="ctl0_Content_ShowPlayer">

<div class="player-holder">
<div class="player-top"></div>
<div class="player-ct"></div>
<div class="player-ft"></div>
<div class="player">
<div id="player-holder">
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</div>
</div>
<script type="text/javascript">
var flashvars = {};
flashvars.channelID = "21";
flashvars.userID = "77414";
flashvars.sessionID = "hr8mtji8t9lqu4a9s52jgkv8j1";
flashvars.hash = "db3a2e70a9496670d9859553e47e7db9";
flashvars.lang = "bg";
flashvars.streamQuality = "lq";
flashvars.playerVolume = getCookie('playerVolume');
var params = {};
params.allowfullscreen = "true";
params.allowscriptaccess = "always";
params.menu = "false";
params.quality = "best";
params.scale = "noscale";
params.wmode = "opaque";
var attributes = {};
swfobject.embedSWF("lib/flash/player.swf", "player-holder", "620", "378", "9.0.0", false, flashvars, params, attributes);
</script>



</div>

By the look it seems to be SWFObject embeded video with encripted link path(which i was able to decript).But the problem is that if i try to navigate directly to the link i cant find it.

Does anyone have an idea how to watch this types of video outside a browser?


Thank you
eizo2007 is offline   Reply With Quote