need help for not standard hyperlink make

mla

New Member
hello,
I am a "baby" in web design....
Just recreated my simple old web site made initially with Word by using latest Expression Web 4. I like the result in general and trying to add some bells and whistles (I grew up now :) ).

I found the script for playing mp3 that does much better than I had before...
The script that I added for playing my demo mp3 adds Hyperlink called Play Sound. So, clicking on Play sound opens the player and VOILA...

Then, I added the PLAY icon

<p class="auto-style1">
<img alt="" height="51" src="Pictures/play%20button.jpg" width="51" /></p>
&nbsp;<span class="auto-style12">&nbsp; </span>

<a href="mp3\autumn leaves.mp3" class="auto-style15"><span class="auto-style13">Play Sound</span></a>
<span class="auto-style14">
<script src="http://mediaplayer.yahoo.com/latest"></script>



The question:
how to make the ICON a hyperlink to Play Sound hyperlink.
Or to leave the Play Sound as a text only but make Play ICON "live" instead
Would it be just adding the name of Button picture after the text Play sound? (just a guess :). See attach.
Please provide the right syntax
Thanks.
Michael.
 

Attachments

  • Play Sound link.jpg
    Play Sound link.jpg
    89.2 KB · Views: 20

mla

New Member
I fixed the problem just with "playing" in editor.
So my buttons works fine.

I would like to tweak it a bit more.
Now I want to eliminate the Play button. Why I wanted it first? Just to make it as replacement of " Play Sound" link for easier orientation. And Play Sound came in original code.

Actually I am coming to the page "Listen_Autumn Leaves" from the DEMO page where other Tunes are listed.
Now when I have a perfect solution for fast music playing with MP3 player displayed, I want to eliminate the step for pressing the button. and automate the press button click.

So when on demo page we click song name it not just brings the page with the button, but starts playing music.
Is it doable?

I attach the "DEMO" and "Listen Autumn" pages code. in the next reply...

Thanks for your time...
 

Attachments

  • Demo page.jpg
    Demo page.jpg
    41.8 KB · Views: 19
  • Listen Autumn.JPG
    Listen Autumn.JPG
    24.2 KB · Views: 18
Last edited:

mla

New Member
DEMO and Listen Autumn codes

DEMO and Listen Autumn codes

I hope that the question is not so terribly hard...
if it is, just let's forget...

Thanks again.
 

Attachments

  • 1 Demo.txt
    2.9 KB · Views: 27
  • 2 Listen Autumn.txt
    2.1 KB · Views: 25
Top