Decode Javascript Url

I’m looking to figure out what the direct URL to a video file is from the below javascript.

<script language=’javascript’>
var signCloudPlayer82121 = ‘?Expires=1310253876&Signature=&Key-Pair-Id=’;
</script><br />
<script>
var fdCloudPlayer82121 = 0;
var signCloudPlayer82121 = ‘?Expires=1310253876&Signature=&Key-Pair-Id=’;
playerCloudPlayer82121 = flowplayer(‘CloudPlayer82121′,’http://d1hv2fpv2exxoo.cloudfront.net/CloudPlayerPro.swf’, {contextMenu: [‘CloudPlayer Pro 3.2.7.0′,’-‘,{‘About CloudPlayerPro …’ : function(){location.href=’http://www.CloudPlayer.Pro’;}}],key:’4f010e61d66fd635b8e’ ,onLoad: function(){this.setVolume(50);},
plugins:{
controls: {url:’http://d1hv2fpv2exxoo.cloudfront.net/CloudPlayerPro.controls.swf’ ,autoHide:’fullscreen’,fullscreen:true},
rtmp:{url:’http://d1hv2fpv2exxoo.cloudfront.net/CloudPlayerPro.streaming.swf’,netConnectionUrl:’rtmp://s1n2wh7n752e52.cloudfront.net/cfx/st’,durationFunc:’getStreamLength’}
},
clip: {url:’MLF Mod GS’ + escape(signCloudPlayer82121),provider:’rtmp’,
onStart: function(){fdCloudPlayer82121 = parseInt(this.getClip().fullDuration)-0;},
autoPlay: false,
autoBuffering: false,
duration: fdCloudPlayer82121,
onBeforeFinish: function(){this.stop(); tb_remove(); return true;} }});
</script>

Leave a Reply

Your email address will not be published. Required fields are marked *