Forums » Customize

How to embed a video

  • Pages:
  • 1
  • 2
lemathieu A
FRANCE
2009-08-12 16:36:27
Permalink Post
 

No.
On this page, I don't see a link…
Just some text.

choccakegatto
UK
2009-08-12 16:42:15
Permalink Post
 

the video is supposed to be on this page...not the link you posted, that is an irrelavant link

http://www.atlarge.co.uk/index.php?/news-link-1/

choccakegatto
UK
2009-08-12 16:48:45
Permalink Post
 

ahh ok you want a link to the indexhibit site!!! if you just said that! i have read the rules, but to be honest that was ages ago and it just slipped through the net when someone else got involved in making the site.
apologies it is there now ;)

za
SWEDEN
2010-01-10 18:13:07
Permalink Post
 

i have a question about embeded video:
i uploaded a video (18 M) via ftp. i wrote html in the textbox
but it does not work correctly; on firefox i can just hear the sound of the video and on safari i can just see a small window view of the video. what am i doing wrong? is it to heavy the video maybe? or the video file is wrong?

www.jennybergman.com and the video problem is on blåbärssoppa

thank you all.

za
SWEDEN
2010-01-10 18:13:12
Permalink Post
 

i have a question about embeded video:
i uploaded a video (18 M) via ftp. i wrote html in the textbox
but it does not work correctly; on firefox i can just hear the sound of the video and on safari i can just see a small window view of the video. what am i doing wrong? is it to heavy the video maybe? or the video file is wrong?

www.jennybergman.com and the video problem is on blåbärssoppa

thank you all.

arsondpi A
GREECE
2010-01-10 19:53:04
Permalink Post
 

...a syntax mistake: in your code you use double ' instead of " in your values...

za
SWEDEN
2010-01-10 20:03:32
Permalink Post
 

thank you sooooo much! i could never ever had figured that out myself. you are very smart! now it works just fine. have a nice evening.

abier
UNITED STATES
2010-07-04 17:09:08
Permalink Post
 

I'm trying to upload a quicktime file to my website. After my quicktime for web export, Quicktime provided me with this code to use in the of my webpage:





    
    
    
    
    
    
    
    

Quicktime also provided code for the of my webpage:

language="JavaScript" type="text/javascript">

I've uploaded my source video, my reference video, and my poster image to my files folder but something's still off and it's not working. I don't understand exactly which part is the using Indexhibit. Maybe I put the code in the wrong place?

I'm new to coding and web language, if this makes sense to you, please help if you can.

thank you.

-arielle

Vaska A
UNITED STATES
2010-07-04 17:21:47
Permalink Post
 

Can you show us where on your site you've added this?

abier
UNITED STATES
2010-07-04 17:46:52
Permalink Post
 

wow, hi Vaska. thanks for responding so quickly. I added the code to the body of my exhibits page under the section 'Video'. The video I am trying to upload is called Primary Information. I tried to cut and paste the code that quicktime gave me into this forum but it's not showing up for whatever reason. Is there another way I can show you the code? I also tried using the code offered in this forum for embedding video and it wasn't working either, I was just getting the quicktime symbol with the question mark.

Vaska A
UNITED STATES
2010-07-04 18:48:34
Permalink Post
 

Is there another way I can show you the code?

By linking to it, perhaps?

abier
UNITED STATES
2010-07-04 19:48:28
Permalink Post
 

I put the code up on my website.

Here's the link http://www.ariellebier.com/video/primary-information/

please let me know what you think I can do.

abier
UNITED STATES
2010-07-04 20:01:00
Permalink Post
 

or try this link: quicktime instructions

Vaska A
UNITED STATES
2010-07-04 20:14:04
Permalink Post
 

Why can't you show us the page that has this code inserted to it?

Honestly, this is the third time I've ask for the link to THE page...not a page with a picture of the code...THE page where you tried to do this?

There are many threads around here...it's a simple fix...probably...have a search and see what others have done.

abier
UNITED STATES
2010-07-04 20:33:53
Permalink Post
 

i am frustrated too. I have read through the forum and tried out everything offered here, something's not connecting and I don't know why, when I insert this code into body of the exhibit page, nothing shows up on the website. It's blank. Is there something wrong with the code I'm trying to use? or am I putting it in the wrong place?

arsondpi A
GREECE
2010-07-05 07:37:00
Permalink Post
 

I'm not sure I'm following...

In the link posted above I see a vimeo movie and not a quicktime movie... This thread is (was) about embeding movies uploaded in your server.

If you want to use some other service like vimeo then use the code provided by vimeo for embeding...

abier
UNITED STATES
2010-07-05 19:02:07
Permalink Post
 

hi arsondpi. I gave up in the end with the quicktime because I couldn't figure out why the code they gave me wasn't working with the indexhibit site and went with vimeo instead. thank you for checking it out though.

NeilDaCosta
UNITED STATES
2010-08-23 06:51:30
Permalink Post
 

I have tried getting a video into my horizontal format by using the provided code in here, but it didn't work. I found out a way to make it work, but it probably isn't the right way.

However, it looks right and works perfectly on Firefox, but when viewed in Safari, my video image scrolls across the top of my menu. Any ideas of how to fix this problem, or how to embed my video in a better way?

http://www.neildacosta.com/index.php?/projects/twelve-gauge/

Thanks

arsondpi A
GREECE
2010-08-23 07:30:29
Permalink Post
 

...just edit the plugin - look and adjust $text_width to the size of your video...

Now if you mean that when scrolling the movie goes *over* you menu then this works for me:

  1. <object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' codebase='http://www.apple.com/qtactivex/qtplugin.cab' width='WIDTH_OF_MOVIE' height='HEIGHT_OF_MOVIE_PLUS_16_PX_FOR_CONTROLS'>
  2. <param name='src' value='MOVIE_URL' />
  3. <param name='controller' value='true' /><param name='autoplay' value='true' />
  4. <param name="wmode" value="transparent" />
  5. <!--[if !IE]>--><object type='video/quicktime' data='MOVIE_URL' width='WIDTH_OF_MOVIE' height='HEIGHT_OF_MOVIE_PLUS_16_PX_FOR_CONTROLS'><param name='autoplay' value='true' /><param name="wmode" value="transparent" /><param name='controller' value='true' /></object><!--<![endif]--></object>

If you noticed I added a param name="wmode" value="transparent" which makes all the difference.

NeilDaCosta
UNITED STATES
2010-08-24 06:15:03
Permalink Post
 

So I changed the width in my plugin and if I enter your coding, the video works perfectly on its own:

video only

But I want to put photos after the video in the horizontal format. And when I try and do that (your code in the text box and then upload images), it looks like this:

Video and Photos, Not Working

The photos show up, but no video, and there is empty space behind the last photo.
What am I doing wrong there?

arsondpi A
GREECE
2010-08-24 07:24:11
Permalink Post
 

This has nothing to do with the code itself.

Look at your source code - the video is wrapped up in p tags, but then in your css file you have:

#img-container p { width: 400px; margin: 0; padding: 0 0 0px 0; display:none}

Thus it will try to contain the video within 400px and then not to display it. (why do you have this css rule?)

So either include a new #img-container p css rule in the horizontal plugin, fix the normal one or do not include it in p tags (set Process HTML to Off)...

NeilDaCosta
UNITED STATES
2010-08-24 15:11:11
Permalink Post
 

Thanks for all your help. I have no clue why that css rule was in there, but it is gone now. And it works for the most part.
The only problem now is the controller won't show up in Firefox. Any ideas on that?

No controller in firefox

vinmar
UNITED STATES
2010-08-25 23:42:42
Permalink Post
 

Hi, I have succesfully uploaded a couple of flash videos on to my website (through the files manager), it looks great but, I would like to know if there is a way that It can be organized and viewed as a slide show instead of one video over the other at the same time.
It is just not consistent having 3 videos running at the same time and having a slide show as well.
Is there a way?
Thank you

http://www.meterbuilt.com/index.php?/residential/communicar/

vinmar
UNITED STATES
2010-08-25 23:42:46
Permalink Post
 

Hi, I have succesfully uploaded a couple of flash videos on to my website (through the files manager), it looks great but, I would like to know if there is a way that It can be organized and viewed as a slide show instead of one video over the other at the same time.
It is just not consistent having 3 videos running at the same time and having a slide show as well.
Is there a way?
Thank you

http://www.meterbuilt.com/index.php?/residential/communicar/

arsondpi A
GREECE
2010-08-26 11:56:22
Permalink Post
 

...It is possible if you know how to code.

In the meantime try to set autoplay to off, so the user chooses what to see first.

vinmar
UNITED STATES
2010-08-26 17:23:42
Permalink Post
 

Thanks Arsondpi for such quick response
indeed I will look into coding but for now, where can I find the autoplay option? Ive been browsing around and I cant seem to find it

Thanks for your help again

Vin

charlesbedue
CHINA
2010-08-27 17:37:46
Permalink Post
 

Hi everybody, i was stuck tonight and because of this formum, i found my solution by copying this code

it worked now, but my probleme is how can i display my video as i want, wich mean with 4 cm white border between my video and the top of the window...? Could somebody help me again? thanks

charlesbedue
CHINA
2010-08-27 17:38:58
Permalink Post
 

Hi everybody, i was stuck tonight and because of this formum, i found my solution by copying this code

it worked now, but my probleme is how can i display my video as i want, wich mean with 4 cm white border between my video and the top of the window...? Could somebody help me again? thanks

arsondpi A
GREECE
2010-08-27 17:52:45
Permalink Post
 

Please do not double post - read the forum rules.
Still I'm not sure I understand well. Do you have an indexhibit site?

suky
GERMANY
2010-11-16 17:01:02
Permalink Post
 

hi hello,

i have a similar problem like za:

i upload and embed the video code via file manager, but i cannot see it on my site, only hear the sound.
when i run it with safari, i can see and hear it, but really small.
any idea?
i tried to check the code for any "s, but i am just no expert, so i have to ask you guys!

the site is annalenahagenah.com
the related vids are in the MTV section

and: any chance i can display the vids in a slideshow? when i post them now, they appear on top of the other pictures which looks rather confusing...

like i feel now :)!

let me know if you need more information!

suky
GERMANY
2010-11-16 17:01:50
Permalink Post
 

hi hello,

i have a similar problem like za:

i upload and embed the video code via file manager, but i cannot see it on my site, only hear the sound.
when i run it with safari, i can see and hear it, but really small.
any idea?
i tried to check the code for any "s, but i am just no expert, so i have to ask you guys!

the site is annalenahagenah.com
the related vids are in the MTV section

and: any chance i can display the vids in a slideshow? when i post them now, they appear on top of the other pictures which looks rather confusing...

like i feel now :)!

let me know if you need more information!

Vaska A
UNITED STATES
2010-11-16 22:02:02
Permalink Post
 

suky, you don't need to post the same things in two different threads. please read the forum rules, thanks.

ssperlich
NEW ZEALAND
2011-01-15 16:29:52
Permalink Post
 

Hello, my site is:

sperlich.tv

I have problems with QT (no video appears, just a question mark)

I have uploaded my movs to www/files

I have copy pasted a code to GRADING/I Survived, Series2 (inside the white box right?)



Help?

ssperlich
NEW ZEALAND
2011-01-15 16:35:10
Permalink Post
 



  1. </object>
ssperlich
NEW ZEALAND
2011-01-15 16:36:33
Permalink Post
 

how do I copy and paste the code to you?

ssperlich
NEW ZEALAND
2011-01-15 16:45:02
Permalink Post
 
  1. <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">


ssperlich
NEW ZEALAND
2011-01-15 16:48:31
Permalink Post
 

Webpage

ssperlich
NEW ZEALAND
2011-01-15 21:38:48
Permalink Post
 

OK so after reading the thread for the 10th time, I figured my QT's were not prepared for web streaming. I fixed this (thus the file size becoming much smaller), however I still could not seem to embed it from my ftp site. I'm still not sure if this is the problem of my 1.web host or 2. did I upload them to the right place? or 3. is my html code wrong? If anyone can be bothered I am curious to know what the problem is?

In the meantime I have used your file uploader and that works fine.

Cheers

marioguerson
ARGENTINA
2011-02-09 12:32:35
Permalink Post
 

Hello all.
I succesfully embedded a video in my page, but the thing is...
part of it is hidden by the menu!
How can I fix this?

www.glprod.com.ar/ing

Thanks!

lama
UNITED STATES
2011-02-12 09:47:46
Permalink Post
 

Hi,
I am trying to embed a video at http://www.marcfichou.com/index.php?/ongoing/2002-2003/
My video is 23MB but my host plan has unlimited bandwith.
I have been following the forum's instructions: I first uploaded the video via cyberduck and then I copied-pasted the following coding on the Exhibits:Edit page.

< OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="400"
height="335" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
< param name='src' value="http://www.marcfichou.com/files/feu.mov">
< param name='autoplay' value="true">
< param name='controller' value="true">
< param name='loop' value="true">
< EMBED src="http://www.marcfichou.com/files/feu.mov" width="400" height="335" autoplay="true"
controller="true" loop="true" pluginspage='http://www.apple.com/quicktime/download/'>
< /EMBED>
< /OBJECT>

But nothing's happening. Could anybody tell me whether there is anything wrong with it?

lama
UNITED STATES
2011-02-12 09:48:37
Permalink Post
 

Hi,
I am trying to embed a video at http://www.marcfichou.com/index.php?/ongoing/2002-2003/
My video is 23MB but my host plan has unlimited bandwith.
I have been following the forum's instructions: I first uploaded the video via cyberduck and then I copied-pasted the following coding on the Exhibits:Edit page.

< OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="400"
height="335" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
< param name='src' value="http://www.marcfichou.com/files/feu.mov">
< param name='autoplay' value="true">
< param name='controller' value="true">
< param name='loop' value="true">
< EMBED src="http://www.marcfichou.com/files/feu.mov" width="400" height="335" autoplay="true"
controller="true" loop="true" pluginspage='http://www.apple.com/quicktime/download/'>
< /EMBED>
< /OBJECT>

But nothing's happening. Could anybody tell me whether there is anything wrong with it?

lauralili
DENMARK
2011-02-12 17:11:58
Permalink Post
 

I am trying to embed quicktime videos to my site. I have tried every code possible, but constantly end up with a blank square where the video should be. I can see that there's 'something there', but the video isn't. I'm aware that there are several threads regarding this issue, but they haven't helped and I am desperate. Trying to tweak this for four days. I really hope someone can help me. Any help is much appreciated.

Here is one of the pages with this problem: http://iamlaurali.com/index.php?/2009/trauma/

lauralili
DENMARK
2011-02-12 17:14:08
Permalink Post
 

I am trying to embed quicktime videos to my site. I have tried every code possible, but constantly end up with a blank square where the video should be. I can see that there's 'something there', but the video isn't. I'm aware that there are several threads regarding this issue, but they haven't helped and I am desperate. Trying to tweak this for four days. I really hope someone can help me. Any help is much appreciated.

Here is one of the pages with this problem: http://iamlaurali.com/index.php?/2009/trauma/

ergo
AUSTRALIA
2011-05-24 19:49:12
Permalink Post
 

This code works:

Embed Quicktime Indexhibit

So just jimmy it around your ratio, specs, filenames, paths etc

Showing 26 - 69 of 94 posts in Forum > Customize > How to embed a video
 
  • Pages:
  • 1
  • 2

You need to be logged in to post.