Keyword

Megavideo.com?

  • mixlayer
  • mixlayer's Avatar Topic Author
  • Offline
  • New Member
More
16 years 8 months ago #16004 by mixlayer
Megavideo.com? was created by mixlayer
How can enable videos from MegaVideo.com to work? For example, if I want to embed this video:

www.megavideo.com/?v=86WYECKI

Can someone explain in detail how this can be done?

Thanks

ML

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

More
16 years 1 month ago #16005 by jedimaster
Replied by jedimaster on topic Re: Megavideo.com?
there are no suport for megavideo yeat...right?

I hope heave in next version

2 services..

megavideo.com

and

www.divshare.com

both free, easy and excelent quality...think about ;)

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

More
16 years 1 month ago #16006 by Katia
Replied by Katia on topic Re: Megavideo.com?
Both video providers will be included in next version. Please be patient. ;)

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
15 years 3 weeks ago - 15 years 3 weeks ago #16007 by SickSeal
Replied by SickSeal on topic Re: Megavideo.com?
Hi mixlayer, hi jedimaster

you can do it by yourself:

put this code for Megavideo:
//---Added by SickSeal ---
// megavideo.com
"megavideo" => "
<object type=\"application/x-shockwave-flash\" style=\"width:{WIDTH}px;height:{HEIGHT}px;\" data=\"http://www.megavideo.com/v/{SOURCE}\" title=\"JoomlaWorks AllVideos Player\">	
	<param name=\"movie\" value=\"http://www.megavideo.com/v/{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>
",

and this code for divShare:
//---Added by SickSeal ---
// divshare.com
"divshare" => "
<object type=\"application/x-shockwave-flash\" style=\"width:{WIDTH}px;height:{HEIGHT}px;\" data=\"http://www.divshare.com/flash/video?myId={SOURCE}\" title=\"JoomlaWorks AllVideos Player\">	
	<param name=\"movie\" value=\"http://www.divshare.com/flash/video?myId={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>
",

in sources.php file on the end, before ");".

This file you can finde on your server in: /plugins/content/jw_allvideos/includes/sources.php

You could also download this file with those codes here: SOURCES.PHP

Hope that JoomlaWorks Team have no problem that I have changed this file. You can use it for your new plugin version.

Best regards,
SickSeal

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


Powered by Kunena Forum