View Single Post
  #6  
Old 01-14-2009, 05:38 AM
hashoom hashoom is offline
Junior Member
 
Join Date: Jan 2009
Posts: 5
hashoom is on a distinguished road
Default

Re: Re-broadcasting live streaming eg ustream.tv


thank you so much i will try it

i got 1 more question, I found a .swf stream on a site, i downloaded the file and it won't work on my site or on my pc but its working on the site i got it from, i used flash decompiler trillix and looked at the code and found the following script
Code:
//Frame 0
//  Action tag #0

var curUrl = String(flash.external.ExternalInterface.call(" function(){ return document.location.host.toString();}"));
if (curUrl == "soccer.net" || curUrl == "www.soccer.net") 
{
    com.jeroenwijering.players.MediaPlayer.main();
}
else 
{
    gotoAndPlay(2);
    stop();
}
is there a way i could edit the code so it works on my site or remove it all together?

i have the full code for the .swf file how do I recompile it into a new .swf file after editing the code

please help thank you
Reply With Quote