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>
<span class="auto-style12"> </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.
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>
<span class="auto-style12"> </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.