Hi bechster,
Thanks for your code! It works quite fine.
Greetings from Belgium.
I have the same issue!
I would like to use wordtube tag inside a custom field and then display the video on a specific place on my page.
It works perfectly with a real embed code.
<div id="video">
<div id="inside">
<div id="videoembed">
<?php $key="topvideo"; echo stripslashes(get_post_meta($post->ID, $key, true)); ?>
</div>
</div>
</div>
<embed
src="player.swf"
width="720"
height="400"
bgcolor="undefined"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=***&image=***&backcolor=CCCCCC&frontcolor=333333&lightcolor=888888&screencolor=000000&skin=1&controlbar=over"
/>