Keyword

Zideo.nl

  • Mario Cremer
  • Mario Cremer's Avatar Topic Author
  • Offline
  • New Member
More
15 years 6 months ago #18351 by Mario Cremer
Zideo.nl was created by Mario Cremer
Is it possible to extend the extension with movies from www.zideo.nl

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

  • Mario Cremer
  • Mario Cremer's Avatar Topic Author
  • Offline
  • New Member
More
15 years 6 months ago #18352 by Mario Cremer
Replied by Mario Cremer on topic Re: Zideo.nl
I had a look at the PHP and I have seen that zideo looks a lot like 123video. So I thought if I copy that code and make some adjustments and it must work.
// zideo.nl - http://www.zideo.nl/zideomediaplayer.php?zideo=6b3457616d773d3d&playzideo=6c3471596f6c593d
"zideo" => "
<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://www.zideo.nl/zideomediaplayer.php?zideo=6b3457616d773d3d/&playzideo={AVSOURCE}\">
		<param name=\"movie\" value=\"http://www.zideo.nl/zideomediaplayer.php?zideo=6b3457616d773d3d&playzideo={AVSOURCE}\" />
		<param name=\"quality\" value=\"high\" />
		<param name=\"wmode\" value=\"{TRANSPARENCY}\" />
		<param name=\"bgcolor\" value=\"{BACKGROUND}\" />
	</object>
</span>
",

The only problem is that the & at &playzideo is translated in HTML like &amp; and that don't work.
If I take the URL from the source it is: www.zideo.nl/zideomediaplayer.php?zideo=6b3457616d773d3d&playzideo=6c3471596f6c593d
If I change it into: www.zideo.nl/zideomediaplayer.php?zideo=6b3457616d773d3d&playzideo=6c3471596f6c593d it works.

What must I change.

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

  • Mario Cremer
  • Mario Cremer's Avatar Topic Author
  • Offline
  • New Member
More
15 years 5 months ago #18353 by Mario Cremer
Replied by Mario Cremer on topic Re: Zideo.nl
Anyone

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


Powered by Kunena Forum