To use this Youtube like plugin you need to set some flashvars
custom_guideRequired. The only possible value is "guideyt".
guideyt.xml (undefined)Required. XML file URL (described below).
guideyt.lang_duration (Duration)Optional. Allows to change word "Duration"
guideyt.lang_views (Views)Optional. Allows to change word "Views"
guideyt.lang_replay (replay)Optional. Allows to change "replay" word
guideyt.lang_resume (resume)Optional. Allows to change "resume" word
guideyt.target (_self)Optional. Allows to change target window for click action.
And here's XML example for the plugin (later assigned to guideyt.xml flashvar)
<?xml version="1.0" encoding="UTF-8" ?>
<playlist>
<featured>
<item url="website video URL" tumb="video thumb URL" title="video title(max. 80 chars)" views="views number" duration="05:00">
</featured>
<related>
<item url="website video URL" tumb="video thumb URL" title="video title(max. 80 chars)" views="views number" duration="05:00">
<item url="website video URL" tumb="video thumb URL" title="video title(max. 80 chars)" views="views number" duration="05:00">
<item url="website video URL" tumb="video thumb URL" title="video title(max. 80 chars)" views="views number" duration="05:00">
<item url="website video URL" tumb="video thumb URL" title="video title(max. 80 chars)" views="views number" duration="05:00">
</related>
<playlist>