Keyword

BLIP.tv

More
16 years 10 months ago #5348 by rowby
BLIP.tv was created by rowby
I really like streaming via Blip.tv. 

Is there a way to use allvideos with blip.tv?

Any way to hack the allvideos plugin thingie to include a "new" third party video site such as blip tv?  Any documentation on how to do this???

Thanks

Rowby

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

More
15 years 5 months ago #5349 by Ron Watson
Replied by Ron Watson on topic Re: BLIP.tv
Insert this code in /plugins/content/jw_allvideos/jw_allvideos_sources.php somwhere in the 3rd party sites section.
// blip.tv - don't forget the cache...
"blip" => "
<span style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" class=\"allvideos_player\" title=\"JoomlaWorks AllVideos Player\">
	<object type=\"application/x-shockwave-flash\" style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" data=\"http://blip.tv/play/{AVSOURCE}\">
		<param name=\"movie\" value=\"http://blip.tv/play/{AVSOURCE}\" />
		<param name=\"quality\" value=\"high\" />
		<param name=\"wmode\" value=\"{TRANSPARENCY}\" />
		<param name=\"bgcolor\" value=\"{BACKGROUND}\" />
		
	</object>
</span>
",

You will have to use the juicy part of the link from the embed code (NOT FROM THE PAGE LINK!) -
<embed src="http://blip.tv/play/AZWvTIT2Iw" type="application/x-shockwave-flash" width="640" height="510" allowscriptaccess="always" allowfullscreen="true"></embed>

Be sure to check your cache settings on both Joomla and your browser. 12 hours later.  :'(

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


Powered by Kunena Forum