Active forum topics
Hi All, Please HelpMe With A Plug In
Posted on: Sat, 09/27/2008 - 04:51
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
Connected Plug-ins
License Agreement
NO COMMERCIAL USE: This License Agreement grants our community members the right to use the Software downloaded from DivX Labs for personal use only in order to evaluate and provide feedback about it to DivX, Inc. Commercial use of the Software or of the work products resulting from its use is not permitted under the Terms of Use of DivX Labs.- To read the full Terms of Use please visit the Terms of Use page.
- To inquire about commercial licensing please email us



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.