January 10th, 2013, 10:49 AM
-
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">
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
January 10th, 2013, 04:26 PM
-
Have you tried Googling for a swf player?
January 11th, 2013, 11:44 AM
-
Hi
Yes i have tried at least 10 softwares.The problem is the link is unaccessable outside a browser.I dont know how they do it.
It is somekind of object with encripted link.
January 11th, 2013, 11:46 AM
-
It is somekind of object with encripted link.
They probably don't want people stealing their stuff.