Hi All, Please HelpMe With A Plug In
Ive ben away from the forum for a few months now, but i still want to develop a pug in for my website.
lastholdayvideo.com
I hear there is a flash plugin now. Any help guidance or code would be very very welcome.
kind regards
Last x


I went to lastholidayvideo.com and opened the following clip:
http://www.lastholidayvideo.com/fainheart.html
Then, I looked down in the embed code, and saw that it pointed to the following file:
http://www.lastholidayvideo.com/slave/get_file.php?fainheart.wmv
You should be able to use the following code in a DivX Connected plug-in to stream this video:
function playMedia()
{
var dctk = connected.toolkit;
connected.playback.playMediaWithDriver("ht...fainthear.wmv", "divx.connected.playback.dshow");
}
The site doesn't appear to have an RSS feed, so you'll have to find a way to create a playlist/feed that can be used by a plugin to populate a UI.