View Single Post
Old 05-09-2011, 03:55 PM  
ThatOtherGuy - BANNED FOR LIFE
So Fucking Banned
 
Industry Role:
Join Date: Apr 2011
Posts: 1,241
Winning!

SWF is the player.
FLV is the media file.

SWF plays the media file by importing the FLV file.

Not hard.

PHP Code:
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'  
    
id='mediaplayer1'  
    
name='mediaplayer1' 
    
width='280' 
    
height='185'
    <
param name='movie' value='player.swf'
    <
param name='allowfullscreen' value='true'
    <
param name='allowscriptaccess' value='always'
    <
param name='bgcolor' value='#000000'
    <
param name='wmode' value='opaque'
    <
param name='flashvars' value='file=yourclip.flv&image=yourstillshot.jpg'
    <
embed 
      id
='mediaplayer1' 
      
name='mediaplayer1' 
      
src='player.swf' 
      
width='280' 
      
height='185' 
      
allowfullscreen='true' 
      
allowscriptaccess='false' 
      
bgcolor='#000000' 
      
wmode='opaque' 
      
flashvars='file=yourclip.flv&image=yourstillshot.jpg' 
    
/> 
</
object
Some aff programs will let you hot link there flv's some may have a download for them and you host them.
ThatOtherGuy - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote