Hi All, Please HelpMe With A Plug In

1 reply [Last post]
LastHush
LastHush's picture
User offline. Last seen 3 years 19 weeks ago. Offline
Joined: 09/27/2008
Posts: 1

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

Try This...

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.