Vamos que salga el reproductor de audio y no de video.
Código HTML:
Ver original
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="ltr"> <head> </head> <body > <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="player1" name="player1" width="480"> <param name="movie" value="http://c.longtailvideo.com/player.swf" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="flashvars" value="file=http://xx.xxx.xxx.xx:8000/;stream.mp3&skin=http://developer.longtailvideo.com/trac/export/1387/skins/bekle/bekle.zip" /> <embed allowfullscreen="true" allowscriptaccess="always" flashvars="file=http://xx.xxx.xxx.xx:8000/;stream.mp3&skin=http://developer.longtailvideo.com/trac/export/1387/skins/bekle/bekle.zip" id="player1" name="player1" src="http://c.longtailvideo.com/player.swf" width="480"></embed> </object> </body> </html>