Women in Technology

Hear us Roar



Article:
  Two Slick QuickTime Tricks
Subject:   HREF/target parameters and qt gallery
Date:   2009-07-17 17:29:22
From:   Brandon Morris
Response to: HREF/target parameters and qt gallery

i'm a little confused now.


say i have 3 movie posters lined up on a page.
and one main player above the 3 posters.
what do i do to make the poster movies not play on them selves but above in the main player? kind of like a flash player.
(awful example below)
_______
I I
I______I
1 2 3

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • David Battino photo HREF/target parameters and qt gallery
    2009-07-17 18:39:19  David Battino | O'Reilly Blogger [View]

    See the "multiple movies, one player" example in the other article. Or make an iframe with the same dimensions as your movie, name it stage (name="stage"), and then add target="stage" to the thumbnail links:

    <a href="movie1.mov" target="stage"><img src="poster1.gif" /></a>