coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: tiamat on May 15, 2008, 11:08:59 AM

Title: [Invalid]: Upload video file from http://vbox7.com
Post by: tiamat on May 15, 2008, 11:08:59 AM
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!  ::)
Title: Re: Upload video file from http://vbox7.com
Post by: Joachim Müller on May 15, 2008, 06:57:25 PM
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!
Title: Re: [Invalid]: Upload video file from http://vbox7.com
Post by: tiamat on May 15, 2008, 08:40:15 PM
OK but where should this topic be moved?
Title: Re: [Invalid]: Upload video file from http://vbox7.com
Post by: Joachim Müller on May 16, 2008, 06:31:54 AM
Nowhere on the domain coppermine-gallery.net, as your question doesn't deal with coppermine. Find support somewhere else on the www.
Title: Re: [Invalid]: Upload video file from http://vbox7.com
Post by: Nibbler on May 16, 2008, 10:53:25 AM
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.
Title: Re: [Invalid]: Upload video file from http://vbox7.com
Post by: tiamat on May 16, 2008, 12:16:51 PM
Vbox7 has remote embedding, so please tell which details I should post in English? Thank you for this response!!!  ;D
Title: Re: [Invalid]: Upload video file from http://vbox7.com
Post by: tiamat on May 17, 2008, 12:27:01 PM
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!
Title: Re: [Invalid]: Upload video file from http://vbox7.com
Post by: Nibbler on May 17, 2008, 02:27:47 PM
Need details of the API.
Title: Re: [Invalid]: Upload video file from http://vbox7.com
Post by: tiamat on May 20, 2008, 03:12:50 PM
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.  >:(
Title: Re: [Invalid]: Upload video file from http://vbox7.com
Post by: Joachim Müller on May 20, 2008, 04:51:33 PM
Well, maybe they don't have an API? DId you consider this?
Title: Re: [Invalid]: Upload video file from http://vbox7.com
Post by: haosev on May 21, 2008, 05:40:51 AM
Verry well, Thanks
Title: Re: [Invalid]: Upload video file from http://vbox7.com
Post by: tiamat on May 21, 2008, 04:03:47 PM
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 ?
Title: Re: [Invalid]: Upload video file from http://vbox7.com
Post by: Hein Traag on May 21, 2008, 04:11:21 PM
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.
Title: Re: [Invalid]: Upload video file from http://vbox7.com
Post by: tiamat on May 22, 2008, 12:46:49 PM
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.
Title: Re: [Invalid]: Upload video file from http://vbox7.com
Post by: tiamat on May 24, 2008, 09:07:27 AM
Isn't that information enough ?