|
|
|
|
|
|
|
|
|
|
|
#1 |
|
Subversive filth of the hedonistic decadent West
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>
To play mp4 files on your PC without putting them in a flash player you would need something like QuickTime to play them. |
|
|
|
|
|
#2 | |
|
wtfwjd?
Join Date: May 2007
Posts: 2,103
|
Quote:
. Too many formats to keep up anyhow. I do like the idea of people being able to use iPhone. |
|
|
|
|
|
|
#3 |
|
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
iPhones, iPods, AppleTV, just to name a few don't do Flash but play h.264 (mp4 or mv4) movies. This is why YouTube switched to the h.264 format.
|
|
|
|
![]() |
|
|