View Single Post
  #1  
Old 09-16-2012, 10:14 AM
RateD RateD is offline
VIP Member
 
Join Date: Aug 2012
Posts: 23
RateD is on a distinguished road
Default

Urgent Help Required!


Can someone help with the following code, I would like to dump it as a .FLV file
Code:
{src: "http%3A%2F%2Fd2n8gn9eck0lbz.cloudfront.net%2Fhds-vod%2Fppv/Wrestling_2_0000.mp4.f4m%3Fst%3DHDxKgLgzvSav5hdraFrCKA%26e%3D1347779461", poster: "/sites/default/files/imagecache/news_featured_photo/dbdxwithlogorotor_0.jpg" };
      var params={};
      params.quality="best";
      params.wmode="transparent";
      params.bgcolor="#fff";
      params.allowfullscreen="true";
      params.allowscriptaccess="always";
      var attributes={};
      swfobject.embedSWF("http://fpdownload.adobe.com/strobe/FlashMediaPlayback_101.swf", "jwplayer-roh", "676", "336", "9.0.0", "/sites/all/libraries/swfobject/expressInstall.swf", flashvars, params, attributes);
Url of the page: http://www.rohwrestling.com/ppv/my-ppv/37851
Reply With Quote