View Single Post
Old 2009-04-20, 10:11 AM   #15
LD
wtfwjd?
 
LD's Avatar
 
Join Date: May 2007
Posts: 2,103
Quote:
Originally Posted by Cleo View Post
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.
I played around with that...guess I'll stick with flvs.... Too many formats to keep up anyhow. I do like the idea of people being able to use iPhone.
__________________
Artisteer Wordpress Theme Generator Create Custom Themes!
My Little Network
LD is offline   Reply With Quote