MyBB Community Forums

Full Version: HTML EMBEDD HELP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to embeed this code on a post, i have enabled HTML in that forum.

Quote:<td>
<script type="text/javascript" src="swfobject.js"></script>
<div id="player">This text will be replaced</div>
<script type="text/javascript">
var so = new SWFObject('player.swf','mpl','470','380','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=3322110099.flv&backcolor=5AC000&frontcolor=FFFFFF&lightcolor=FFFFFF&screencolor=#2E2E3D&plugins=tipjar-1&streamer=rtmpt://75.101.255.93/live/&autostart=true&stretching=exactfit');
so.write('player');</script>
</td>

But it just messes up the page, it is ment to show a screen
It's because it starts and ends with a table cell tag for some reason. Either remove those, or add <table><tr> to the start and </tr></table> to the end.
when i do that, all i see in the post is this

<script type="text/javascript" src="swfobject.js">
Then just remove the <td> and </td>, not sure why they're there anyway really.
i did remove them, same problem
You stuck now then, i baffled you on this one. lol