Hello, I am trying to edit Youtube video upload to work for Vbox7.com, but I can't do this. I'd appreciate it if somebody could make this! ::)
Neither youtube nor vbox7 use coppermine. On this board, only questions related to coppermine are allowed. Your question is invalid, marking thread accordingly. Use Google to figure out the answer to your question or ask on a board that actually deals with stuff like that.
I deleted your identical double-posting. Don't!
OK but where should this topic be moved?
Nowhere on the domain coppermine-gallery.net, as your question doesn't deal with coppermine. Find support somewhere else on the www.
Question is about adapting the youtube mod (http://forum.coppermine-gallery.net/index.php/topic,37962.0.html) to work with vbox7 as a source instead of youtube.
I don't think that site has any API or any support for remote embedding. If it does you need to post such details in English.
Vbox7 has remote embedding, so please tell which details I should post in English? Thank you for this response!!! ;D
This is an example for embedding a video from vbox7.com
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="450" height="403"><param name="movie" value="http://i47.vbox7.com/player/ext.swf?vid=7adce271"><param name="quality" value="high"><embed src="http://i47.vbox7.com/player/ext.swf?vid=7adce271" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="450" height="403"></embed></object>
If you need anything else, please just tell me. Thank you again!
Need details of the API.
Offff, I wrote to vbox7 administrators several times and still no answer. But I will not stop! It's very important for me to be able to integrate video clips from this site. >:(
Well, maybe they don't have an API? DId you consider this?
Verry well, Thanks
But how you can be sure that vbox7.com do not have API.... and I why a movie can be embedded into joomla for example ?
Joachim does not say he is sure. He merely suggest that it is a possibility that there is no API. You have to get that info from vbox7 people and not us. If it can be intergrated into Joomla then find out how. If it is intergrated into Joomla using API then you got your possible answer.
I installed a joomla plugin called "allvideos_2.4". With this plugin I can integrate video from vbox7 into joomla content. So I will pase the code for youtube and for vbox7
"youtube" => array("<object style=\"".$width." ".$height."\"><param name=\"movie\" value=\"http://www.youtube.com/v/***code***\" /><param name=\"wmode\" value=\"transparent\" /><embed src=\"http://www.youtube.com/v/***code***\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" style=\"".$width." ".$height."\"></embed></object>", "#{youtube}(.*?){/youtube}#s") ,
"vbox7" => array("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='450' height='403'><param name='movie' value='http://i.vbox7.com/player/vbox.swf?store=media&vid=***code***'><param name='quality' value='high'><embed src='http://i.vbox7.com/player/vbox.swf?store=media&vid=***code***' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='450' height='403'></embed></object>", "#{vbox7}(.*?){/vbox7}#s") ,
After installing this plugin, you have to add "{vbox7}video id{/vbox7}" to content in joomla.
Isn't that information enough ?