Added player preview to view
Everything is hardcoded right now
This commit is contained in:
parent
2272451e08
commit
6c46f0a156
15 changed files with 3047 additions and 6 deletions
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<script src="http://localhost/widgets/muses/self_hosted/mrp.js" type="text/javascript"></script>
|
||||
</head>
|
||||
|
||||
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="180" height="60" bgcolor="#FFFFFF">
|
||||
<param name="movie" value="muses.swf" />
|
||||
<param name="flashvars" value="url=http://albertprov1.out.airtime.pro:8000/albertprov1_a&lang=auto&codec=mp3&volume=100&introurl=&tracking=true&jsevents=true&buffering=5&skin=http://localhost/js/airtime/embeddableplayer/ffmp3-mcclean.xml&title=Albert's%20Test Stream" />
|
||||
<param name="wmode" value="window" />
|
||||
<param name="allowscriptaccess" value="always" />
|
||||
<param name="bgcolor" value="#FFFFFF" />
|
||||
<param name="scale" value="noscale" />
|
||||
<embed src="http://localhost/js/airtime/embeddableplayer/muses.swf" flashvars="url=http://albertprov1.out.airtime.pro:8000/albertprov1_a&lang=auto&codec=mp3&volume=100&introurl=&tracking=true&jsevents=true&buffering=5&skin=http://localhost/js/airtime/embeddableplayer/ffmp3-mcclean.xml&title=Albert's%20Test Stream" width="180" scale="noscale" height="60" wmode="window" bgcolor="#FFFFFF" allowscriptaccess="always" type="application/x-shockwave-flash" />
|
||||
</object>
|
||||
|
||||
</html>
|
|
@ -8,6 +8,6 @@
|
|||
<?php echo $this->element->getElement('player_stream_url'); ?>
|
||||
|
||||
<div style="clear:both"></div>
|
||||
<div id="embed_player_preview">player preview holder</div>
|
||||
<iframe frameborder="0" src="http://localhost/embeddableplayer/embed-code"></iframe>
|
||||
</dl>
|
||||
</fieldset>
|
Loading…
Add table
Add a link
Reference in a new issue