[Invalid]: Upload video file from http://vbox7.com [Invalid]: Upload video file from http://vbox7.com
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Invalid]: Upload video file from http://vbox7.com

Started by tiamat, May 15, 2008, 11:08:59 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tiamat

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!  ::)

Joachim Müller

#1
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!

tiamat


Joachim Müller

Nowhere on the domain coppermine-gallery.net, as your question doesn't deal with coppermine. Find support somewhere else on the www.

Nibbler

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.

tiamat

Vbox7 has remote embedding, so please tell which details I should post in English? Thank you for this response!!!  ;D

tiamat

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!


tiamat

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.  >:(

Joachim Müller

Well, maybe they don't have an API? DId you consider this?

haosev

www . vietnamshare.net < Free download ebooks 100%, Links direct...
www . tinhocbacninh.net < Photo gallery Vietnam, Vietnam tour gallery...

tiamat

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 ?

Hein Traag

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.

tiamat

#13
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.

tiamat