Keyword

JW Player Plugins in allvideos not works?

  • roman85
  • roman85's Avatar Topic Author
  • Offline
  • New Member
More
14 years 10 months ago #24742 by roman85
Embed v1.1


www.longtailvideo.com/addons/plugins/49/Embed

Plugin Flashvar: embed-1

Getting Plugins for your player is easy. If your player is a JW Player 4.1 or above, then it will automatically load Plugins from LongTail's servers based on simple settings in your HTML embed code. All you need to do is set your 'plugins' flashvar to include 'embed-1'.
<embed
src="http://www.yoursite.com/player.swf"
width="470"
height="320"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=/upload/flash.flv&plugins=viral-1"
/>


I add
&plugins=viral-1
to jw_allvideos_sources.php:

"flvremote" => "
<span style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" class=\"allvideos_player\" title=\"Anime online\">
<object type=\"application/x-shockwave-flash\" style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" data=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/mediaplayer_4.3.swf\">
<param name=\"movie\" value=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/mediaplayer_4.3.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=\"file={AVSOURCE}&plugins=viral-1&autostart={AUTOPLAY}{CONTROLBAR}&fullscreen=true\" />
</object>
</span>
",

but this not working  :'(

Please, help me

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


Powered by Kunena Forum