Keyword

Problems adding source in Sources.PHP

  • ThomasQ111
  • ThomasQ111's Avatar Topic Author
  • Offline
  • New Member
More
14 years 10 months ago - 14 years 10 months ago #34250 by ThomasQ111
Problems adding source in Sources.PHP was created by ThomasQ111
Hi!
I love the AllVideo's plugin, it save me so much time!
I've added some of my own sources, like Comedycentral Full Episodes including thedailyshow.com & thecolbertreport.com) & Comedycentral Clips..

So far so good, but now i'm trying to add dutch public TV www.uitzendinggemist.nl. Their embed code looks a bit different then the comedycentral one..


Code:
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2"
width="530" height="306">
<param name="source" value="embed.player.omroep.nl/sle/ugslplayer.xap"/>
<param name="enablehtmlaccess" value="true"/>
<param name="initParams"value="episodeID=11247554,width=530,height=306,volume=100,
viewMode=video,playMode=pause,playlistEnabled=yes" />

<embed source="embed.player.omroep.nl/sle/ugslplayer.xap" type="application/x-silverlight-2" enablehtmlaccess="true" width="530" height="306" initParams="episodeID=11247554,width=530,height=306,volume=100,viewMode=video,playMode=pause,playlistEnabled=yes">
<a href="go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;">
<img src="embed.player.omroep.nl/sle/downloadsilverlight.jpg" alt="Get Microsoft Silverlight" style="border-style: none"/>

<a href="http://player.omroep.nl?aflID=11247554">Of bekijk de flash versie.



How do I convert this to the necessary code in the Sources.php? So far I got this, but it doesn't work:

Code:
"uitzendinggemist" => "
<object type=\"data:application/x-silverlight-2\" style=\"width:{WIDTH}px;height:{HEIGHT}px;\" data=\"embed.player.omroep.nl/sle/ugslplayer.xap\" title=\"JoomlaWorks AllVideos Player\">
<param name=\"initParams\" value=\"episodeID=[SOURCE},width={WIDTH},height={HEIGHT},volume=100,viewMode=video,playMode=pause,playlistEnabled=no\"/>
<param name=\"movie\" value=\"player.omroep.nl/?aflID={SOURCE}:\" />
<param name=\"quality\" value=\"high\" />
<param name=\"wmode\" value=\"{TRANSPARENCY}\" />
<param name=\"bgcolor\" value=\"{BACKGROUND}\" />
<param name=\"autoplay\" value=\"{AUTOPLAY}\" />
<param name=\"allowfullscreen\" value=\"true\" />
<param name=\"allowscriptaccess\" value=\"always\" />
</object>
",


Anybody out there any ideas (developers maybe?), many thanks in advance!!!

Please Log in or Create an account to join the conversation.

  • ThomasQ111
  • ThomasQ111's Avatar Topic Author
  • Offline
  • New Member
More
14 years 10 months ago #34251 by ThomasQ111
Replied by ThomasQ111 on topic Re: Problems adding source in Sources.PHP
Dubbel Post, Sorry!!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum