I want to embed a video via TVU into a post in my forum (vb 3.7.3)
The script is:
Code:
<script type="text/javascript" src="http://dl.tvunetworks.com/webplayer/myTVU.js?c=channel_number&w=screen_width&h=screen_height&autoplay=y&style=1"></script>
When I copy that straight into the message box, nothing appears.. when I wrap it with
Code:
<html> or <embed> or <object>
tags nothing happens.
What am I doing wrong and what should I be doing ?