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

  • Anonymous

  • Posts: 0

  • Since:


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.

Login

Who's Online

149 user(s) are online (123 user(s) are browsing Support Forums)


Members: 0


Guests: 149


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jan 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits