No.
On this page, I don't see a link…
Just some text.
the video is supposed to be on this page...not the link you posted, that is an irrelavant link
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 ;)
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.
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.
...a syntax mistake: in your code you use double ' instead of " in your values...
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.
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
Can you show us where on your site you've added this?
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.
Is there another way I can show you the code?
By linking to it, perhaps?
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.
or try this link: quicktime instructions
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.
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?
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...
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.
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
...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:
<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'><param name='src' value='MOVIE_URL' /><param name='controller' value='true' /><param name='autoplay' value='true' /><param name="wmode" value="transparent" /><!--[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.
So I changed the width in my plugin and if I enter your coding, the video works perfectly on its own:
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:
The photos show up, but no video, and there is empty space behind the last photo.
What am I doing wrong there?
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)...
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?
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/
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/
...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.
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
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
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
Please do not double post - read the forum rules.
Still I'm not sure I understand well. Do you have an indexhibit site?
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!
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, you don't need to post the same things in two different threads. please read the forum rules, thanks.
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?
</object>
how do I copy and paste the code to you?
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">
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
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!
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?
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?
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/
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/
This code works:
So just jimmy it around your ratio, specs, filenames, paths etc
You need to be logged in to post.
