| Digital Photography The V7N Digital Photography Forums. Not to be confused with the Graphic Design Forums. |
07-25-2007, 07:49 PM
|
#1 (permalink)
|
|
v7n Mentor
Join Date: 07-24-06
Location: Western NY
Posts: 1,104
Latest Blog: None
|
This is more a video question
Hi,
I'm doing the journal, and was experimenting with a video, it works but for pics I do a thumbnail, how do I label a video so it doesnt show as a box.
Here's the test page, its the last picture on the page of course, it shows an X, I just wanted to know if someone could do a view source or figure out how to make a thumbnail show. I tried to replace the first part with a small thumbnail of a still of the buffalo, it didnt change for some reason.
http://www.cocomilkcollectibles.com/West-Trip-5.html
Thanks,
Linda
__________________
You are sharp as a bowling ball
|
|
|
07-26-2007, 05:41 AM
|
#2 (permalink)
|
|
CG McLickerator
Join Date: 05-31-04
Location: RI
Posts: 2,242
|
Hi Linda,
When I mouse-over the image, it shows a direct link to a .mov file and the properties of the image is also the same .mov file. So essentially, the page is trying to put the .mov in that spot when it should be, your thumbnail.
So basically, the thumbnail is the problem. Make sure it's directed to the .jpg thumbnail you want to display whereas the hyperlink to the .mov is fine.
***
you have for your thumbnail:
<img src="http://www.cocomilkcollectibles.com/images/Bison Up Close.MOV" alt="Bison Movie" hspace="5">
When it should be .jpg, to display an image.
Last edited by 3ncryptabl3_lick : 07-26-2007 at 05:44 AM.
|
|
|
07-26-2007, 09:05 AM
|
#3 (permalink)
|
|
v7n Mentor
Join Date: 07-24-06
Location: Western NY
Posts: 1,104
Latest Blog: None
|
I tried that and it didn't work, I tried putting a jpg of a bison in the thumbnail, but for some reason it kept showing the mov link. I switched them up a bunch of times trying different combinations.
Is it possible it didn't take right away ? I'll try it again later today, and if it still doesn't work, maybe I'll just use a text link and the heck with it.
Thanks much,
Linda
__________________
You are sharp as a bowling ball
|
|
|
07-26-2007, 09:51 AM
|
#4 (permalink)
|
|
CG McLickerator
Join Date: 05-31-04
Location: RI
Posts: 2,242
|
Ya it could very well be that the browser was displaying the cached page and not the updated one. Next time, if you really want to make sure you're getting the updated version, clear the cache before checking.
Also, I checked the direct link and couldnt find a jpg version of the image on your server so it could also be that the jpg thumbnail wasnt there to begin with. That would also show a red x.
|
|
|
07-26-2007, 10:05 AM
|
#5 (permalink)
|
|
v7n Mentor
Join Date: 11-01-06
Posts: 3,432
|
This is a strange one.
This will sound like a stupid question, sorry in advance, but do you have a file called "Bison Up Close.jpg" in your images file? What makes me think you don't is that when I put the following into a browser: http://www.cocomilkcollectibles.com/...n Up Close.jpg I get nothing back (this might have something to do with the spaces in the title, though). You should see results pretty quick, almost instantaneous, if there is an image file there. When I visited the site I still saw the text only.
Capture a frame of video, save it as a .jpg file with no spaces in the title and see if that fixes the problem. There's some tiny picky thing that's not making this work.
|
|
|
07-26-2007, 11:20 AM
|
#6 (permalink)
|
|
v7n Mentor
Join Date: 04-24-07
Location: Mare Tranquillitatis (The Sea of Tranquillity)
Posts: 4,404
Latest Blog: None
|
Hi Linda,
I couldn't locate the JPG either.
As for the HTML:
Code:
<a href="http://www.cocomilkcollectibles.com/images/Bison Up Close.MOV"
target="_blank">
<img src="http://www.cocomilkcollectibles.com/images/Bison Up Close.MOV"
alt="Bison Movie" hspace="5">
</a>Video of a bison<br>
If you want the picture to show then the image tag should point to a JPG not a MOV.
Ed. is kinda right, best not to use spaces in URLs, they no like it. Thus try to either use underscores to separate the words if you have too, or just leave the spaces out. Also it is safest to not use capital letters either cos some servers freak out about them.
Apart from that the HTML looks OK.
Make sure you have uploaded the MOV file and the JPG and all should be well.
If not ask one of the geeks in the coding sub-forum, they do this all day. 
__________________
|
|
|
07-26-2007, 02:30 PM
|
#7 (permalink)
|
|
v7n Mentor
Join Date: 07-24-06
Location: Western NY
Posts: 1,104
Latest Blog: None
|
Quote:
Originally Posted by StrongInTheArm
Hi Linda,
I couldn't locate the JPG either.
As for the HTML:
Code:
<a href="http://www.cocomilkcollectibles.com/images/Bison Up Close.MOV"
target="_blank">
<img src="http://www.cocomilkcollectibles.com/images/Bison Up Close.MOV"
alt="Bison Movie" hspace="5">
</a>Video of a bison<br>
If you want the picture to show then the image tag should point to a JPG not a MOV.
Ed. is kinda right, best not to use spaces in URLs, they no like it. Thus try to either use underscores to separate the words if you have too, or just leave the spaces out. Also it is safest to not use capital letters either cos some servers freak out about them.
Apart from that the HTML looks OK.
Make sure you have uploaded the MOV file and the JPG and all should be well.
If not ask one of the geeks in the coding sub-forum, they do this all day. 
|
Thanks guys,
I tried using a bison jpg photo of the same dude, but it didnt update. Maybe like was said earlier, I kept getting a cache page. Its happened before, other times it takes right away when I ftp a change.
Okie dokie, I will try it again, and worse case freeze some of the movie, but the image I tried using was this: http://www.cocomilkcollectibles.com/images/west846b.JPG
I always have no luck with this stuff, pffft ! Gonna keep plugging.
Thanks guys,
Linda
__________________
You are sharp as a bowling ball
|
|
|
07-26-2007, 02:48 PM
|
#8 (permalink)
|
|
v7n Mentor
Join Date: 04-24-07
Location: Mare Tranquillitatis (The Sea of Tranquillity)
Posts: 4,404
Latest Blog: None
|
Hi Linda,
Just checked your site again, all good from here, jpg and mov viewable as expected.
3ncryptabl3_lick is absolutely right about the cache, if you have updated your site but can't see the changes you expect, clearing the cache is the first thing you need to try.
That's a good clip btw, I wonder what he was thinking as you pulled up? 
__________________
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 10:49 AM.
© Copyright 2008 V7 Inc
|