Hi Viper,
First, gr8 plugin! Using latest version 6.1.1 and WordPress 2.6.2.
I would like to create a custom widget for the homepage sidebar (which I can do easily in my theme). I need to know what commands from the plugin I need to use to make a video appear.
I tried the standard [flv]....[/flv]
But all i got was the output of this string not the FLV player. I am using javascript in the widget code:
var vid = "[flv]http://www.mysite.com/videos/movie.flv[/flv]";
document.write(vid)
Can you please tell me what or how I can do this. Thx!