equal
deleted
inserted
replaced
148 |
148 |
149 function createPlayer(width,height,url,duration,streamerPath,MySwfPath) { |
149 function createPlayer(width,height,url,duration,streamerPath,MySwfPath) { |
150 |
150 |
151 myUrlFragment = url.split(streamerPath); |
151 myUrlFragment = url.split(streamerPath); |
152 file = myUrlFragment[1]; |
152 file = myUrlFragment[1]; |
153 alert(url+" = "+streamerPath+" + "+file); |
153 //alert(url+" = "+streamerPath+" + "+file); |
154 streamer = streamerPath; |
154 streamer = streamerPath; |
155 //alert(" StreamerPath : "+streamer+" - "+file); |
155 //alert(" StreamerPath : "+streamer+" - "+file); |
156 //alert(" SwfPath : "+MySwfPath); |
156 //alert(" SwfPath : "+MySwfPath); |
157 |
157 |
158 var flashvars = { |
158 var flashvars = { |