Hi Ricardo ...

I should have thought to mention (with code below) that I've added id
and name to each of the dozen WORKING menu <li>s.

<li><a id="one1" name="one1" href="#first-a">tem 1</a></li>
<li><a id="one2" name="one2" href="#first-b">item 2</a></li>
<li><a id="one3" name="one3" href="#first-c">item 3</a></li>

And I will now add the same I guess to the dozen video player links
that I want to trigger one for one, if that's clear enough. 3 examples
below.

I have add id= and name= JUSt like the menu above which works fine
with the 'doing nother yet'  id and name additions.

NOTE: the class 'media' MUST stay in the links below.

How can I trigger item 1 from the above menu and get video 1 to
trigger with the same click.

  <a href="vid1.flv"  id='vid1' name='vid1' class="media"> video 1</
a>

   <a href="vid2.flv"  id='vid2'   name='vid2' class="media">video 2</
a>

   <a href="vid3.flv"  id='vid3'  name='vid3'  class="media"> video 3</
a>



I'm feeling that this is all going to come together..... GREAT!!!!!!

Reply via email to