View Single Post
Old 2009-04-18, 08:09 PM   #14
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
This is the code I'm using.
Code:
<div id="player"></div>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var so = new SWFObject('player.swf','mpl','289','238','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','file=small.mp4&image=cover.png');
so.write('player');
</script>
I don't convert my mp4 but link to it using the above code.

To play mp4 files on your PC without putting them in a flash player you would need something like QuickTime to play them.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote