Embeding a NON YouTube Video into a Flash Website
Ok, so I have designed a site completely with AS2 and just recently came to this problem. I need to have a video from another website load on mine but I don''t have the raw file. The following is the embed code from the original posting on the other site.
HTML Code:
<object width="460" height="385" id="limelight_player_638565o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="movie" value="http://video.limelight.com/player/loader.swf"/><param name="wmode" value="window"/><param name="allowScriptAccess" value="always"/><param name="allowFullScreen" value="true"/><param name="flashvars" value="autoplay=true&shareCurrent=media%2Cchannel&playerForm=970b04aff67e429cb368c5d19cfb9a39&adConfigurationChannelId=6b751b7ab5c144a4a1f5a0ec239383a4&autoSkipNextClip=false&mediaId=20d7adc57ac54b65980831f74563e61b&share=link%2Cemail%2Cembed"/><embed src="http://video.limelight.com/player/loader.swf" name="limelight_player_638565e" wmode="window" width="460" height="385" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" flashvars="autoplay=true&shareCurrent=media%2Cchannel&playerForm=970b04aff67e429cb368c5d19cfb9a39&adConfigurationChannelId=6b751b7ab5c144a4a1f5a0ec239383a4&autoSkipNextClip=false&mediaId=20d7adc57ac54b65980831f74563e61b&share=link%2Cemail%2Cembed"></embed></object>
Is it somehow possible using this to have the video load on my flash site or do I have to get the footage from them to get it to load due to protection or something?
Thanks