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.