Testing out Flash radio players

Might as well use the audio player that is part of the audio module for Drupal anyhow.
Use:



<table>
<tr><td>
<object type="application/x-shockwave-flash" data="/hawklive/modules/audio/players/1pixelout.swf" width="290" height="24">
<param name="movie" value="/hawklive/modules/audio/players/1pixelout.swf" />

<param name="wmode" value="transparent" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="FlashVars" value="playerID=100&amp;loop=no&amp;autostart=no&amp;soundFile=http%3A//www.seahawkradio.com:8000/thehawkhigh" />
</object>
</td></tr>
</table>


The HAWK (High Quality)

The HAWK (Low Quality)

Comments

Drupal audio player

I want to learn more about audio player for Drupal. I guess i will try this code. Thanks! Please share more of this.

Regards,
Jiel
[EDIT: link removed]

Excellent job Max!

Excellent job Max!

So, the onepixelout player

So, the onepixelout player seems to be able to play all the way through. The button player however, seems to stop and need to be replayed after a few minutes. Might work well for a "preview" button next to alternate streams (i.e. jazz/holiday/coffee house).

1pixel player

Max,
I'm thinking of implementing this on our page soon. Any idea how to solve the 1pixel player's issue with the progress slider behaving erratically?

Thanks and awesome work!,
Brooks

Back to top