Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question How do i implement yahoo video?

More
17 years 2 months ago #4342 by kingbt
the url is like:
Code:
video.yahoo.com - http://video.yahoo.com/watch/3169238/8981933
the object code is like:
Code:
<object type=\"application/x-shockwave-flash\" style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" data=\"http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf\"> <param name=\"movie\" value=\"http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf\" /> <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\" /> <param name=\"flashvars\" value=\"[b]{AVSOURCE}[/b]\" /> </object>
in jw_allvideos the video provider is implemented with the object code from above and with the special treatement from bellow:
Code:
// special treatment if($plg_tag=="yahoo"){ $tagsourceyahoo = explode('/',$tagsource); $tagsource = 'id='.$tagsourceyahoo[1].'&amp;vid='.$tagsourceyahoo[0]; }

Nasul is my site.

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

More
17 years 2 months ago - 17 years 2 months ago #4358 by johnnydement
mmm, seems we should revise video providers in video tag... thanks for noticing! ;)
Last edit: 17 years 2 months ago by johnnydement.

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

More
17 years 2 months ago #4554 by kingbt
I`ll use the jw_allvideos plugin, when plugin support will be available, because in jw_allvideos yahoo video is already implemented.

Nasul is my site.

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

Time to create page: 0.639 seconds