11
Anonymous
Re: Debaser - changing width & height of flash player
  • 2005/5/12 22:46

  • Anonymous

  • Posts: 0

  • Since: 0


Try this

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">
<
param name="movie" value="<@mp3file@>" />
<
param name="quality" value="best" />
<
param name="play" value="<@autostart@>" />
<
embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="<@mp3file@>" type="application/x-shockwave-flash" quality="best" play="<@autostart@>" />
</
object>

or this

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">
<
param name="movie" value="<@mp3file@>" />
<
param name="quality" value="best" />
<
param name="play" value="<@autostart@>" />
<
embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="<@mp3file@>" type="application/x-shockwave-flash" quality="best" play="<@autostart@>"></embed>
</
object>

These player-codes are really a pain in the ... (sorry)

Perhaps someone knows the ultimate solution for making player-codes xhtml-valid, because the embed-tag is a no-go. I succeeded (experimental versions) so far with Real Player, Quicktime and Flash, but Windows Media Player seems to be something special.