Thank you for your response i have made a external pop up page i also put the html code on my board3 portal.
I just have a styling issue now when i centre the player it looked a bit plain, i tried expanding the player but did not like the look of it so i added a image at either side, i use logo as a example on this.
the images are not inline how do i float the images across this is my current code
Code: Select all
<span style="display: block; text-align: center;">
<img src="http://raveressential.com/styles/prosilver/theme/images/site_logo.gif"</a>
<!-- RCAST.NET - START EMBEDDED IFRAME HTML5 PLAYER -->
<iframe width="400" height="220" src="https://embedded.rcast.net/iframe.php?autoplay=false&bgcolor=101010&textcolor=FF9900&v=1&stream=http://193.70.65.220:9304/" frameborder="0" scrolling="no" style="border-radius: 8px;"></iframe>
<!-- RCAST.NET - END EMBEDDED IFRAME HTML5 PLAYER -->
<img src="http://raveressential.com/styles/prosilver/theme/images/site_logo.gif" </a>
</span>