Fair warning, I am a total amateur at this stuff, teaching myself as I go more or less.
Essentially, I've got my image map, and for one of the links, I'd like to be able to click that area shape and have Clearbox come up and play this Quicktime movie I've got. Right now, the code looks like this:
Now, I think I've tried all combinations of trying with or without the </a> or the /> or instead of just href including the "a" before it....I'm clearly missing something.
Is this even possible? I have what I want with some images using Lightbox. I know they're two different things, but maybe this could help someone figure out my problem...
<area shape="rect" coords="647,203,770,298" href="image.jpg" rel="lightbox[photos]" title="Next and Previous are on the edge of the image">image #1/></a>
You don't need the extra syntax. W3C spec defines map as using either anchor or area for links (or both), so close it like a normal tag. The rel attribute is not defined for area so in this case using anchor would be better:
Thanks for getting back to me. Sorry for the delay, this project is in my free time and I've just now gotten to trying out your code.
The thing that keeps happening, even with your code, is that instead of it bringing up Clearbox to play the movie it just plays it in my default movie player. Plus, it brings up a download box prompting me to save it to hard drive.
So somewhere in there it's not getting that I want to play it through Clearbox. Any ideas?
If it absolutely can't be done, how do you make the "*.mov" file play in the user's default movie player WITHOUT the download option? I'd like it to be in Clearbox because it looks nicer, but I'd rather have it in the player as opposed to have it in a seperate page just to have it in Clearbox. It should be noted that yes, I can get it to run on a seperate page.
Weird. I just replied but then it didn't show up. If I end up replying twice, my apologies.
The thing is, with your code and everything I've tried before, I click on my image map link and instead of my movie coming up in Clearbox, it comes up in my default movie player, as well as there's a prompt to save it to my hard drive.
So somewhere there's a disconnect to force Clearbox to be used. I can get it to run on a seperate page, just from a link to a simple image.
If it absolutely can't be done, how do you get the movie to open in the user's default movie player without the option to save to hard drive? I like the way Clearbox looks, but I'd rather not have a seperate page just to use it.
Bookmarks