S
sixbells
Greetings, I have for the most part developed a website
with FrontPage 2002, SP3. I created most of the art with
JASC Paint Shop Pro 8, including an Image Map from their
File-->Export menu options.
I would like to have very simple *.wav file play depending
on different rollovers, but FrontPage only has that cheesy
hover buttons and does not handle *.wav files anyway.
The code generated by Paint Shop Pro is below, I had read
about PlayWav(), by Microsoft, but haven't tried it yet.
***************
<IMG NAME="PathLogoButtonOut0" SRC="images/PathLogoButton-
Out.gif" BORDER="0" USEMAP="#PathLogoButton-Out"
width="108" height="108">
<MAP NAME="PathLogoButton-Out">
<AREA SHAPE="rect" COORDS="2,3,107,107"
HREF="http://www.pathfinders-kumc.org/index.htm"
TARGET="_self" ALT="Click to go to Pathfinders Home Page"
onClick="if(document.images)
document.PathLogoButtonOut0.src='images/PathLogoButton-
In.gif';"
onMouseDown="if(document.images)
document.PathLogoButtonOut0.src='images/PathLogoButton-
In.gif';"
onMouseOver="if(document.images)
document.PathLogoButtonOut0.src='images/PathLogoButton-
In.gif';"
onMouseUp="if(document.images)
document.PathLogoButtonOut0.src='images/PathLogoButton-
Out.gif';"
onMouseOut="if(document.images)
document.PathLogoButtonOut0.src='images/PathLogoButton-
Out.gif';" >
</MAP>
********************
Thanks for your inputs...
Sixbells
with FrontPage 2002, SP3. I created most of the art with
JASC Paint Shop Pro 8, including an Image Map from their
File-->Export menu options.
I would like to have very simple *.wav file play depending
on different rollovers, but FrontPage only has that cheesy
hover buttons and does not handle *.wav files anyway.
The code generated by Paint Shop Pro is below, I had read
about PlayWav(), by Microsoft, but haven't tried it yet.
***************
<IMG NAME="PathLogoButtonOut0" SRC="images/PathLogoButton-
Out.gif" BORDER="0" USEMAP="#PathLogoButton-Out"
width="108" height="108">
<MAP NAME="PathLogoButton-Out">
<AREA SHAPE="rect" COORDS="2,3,107,107"
HREF="http://www.pathfinders-kumc.org/index.htm"
TARGET="_self" ALT="Click to go to Pathfinders Home Page"
onClick="if(document.images)
document.PathLogoButtonOut0.src='images/PathLogoButton-
In.gif';"
onMouseDown="if(document.images)
document.PathLogoButtonOut0.src='images/PathLogoButton-
In.gif';"
onMouseOver="if(document.images)
document.PathLogoButtonOut0.src='images/PathLogoButton-
In.gif';"
onMouseUp="if(document.images)
document.PathLogoButtonOut0.src='images/PathLogoButton-
Out.gif';"
onMouseOut="if(document.images)
document.PathLogoButtonOut0.src='images/PathLogoButton-
Out.gif';" >
</MAP>
********************
Thanks for your inputs...
Sixbells