If you decide to view the examples please remember to use your browser's 'Back Button' or the Player's 'exit page' menu to return here if you wish.
Simple 4 Frame
This example doesn't require a crossframe menu program. But with modifications
to the height demension of the top right frame it is capable of displaying as
much content as the single artist examples which employ dropdown menus.
This player is useful as an alternate player for visitors whose browsers
may not support the modern DHTML menus.
The link images were made with handy freeware from Imageforge.
The image mouseover effect is provided by a script from Javafile.com
The Frameset:
<html>
<FRAMESET COLS="225,*" BORDER=0>
<frameset rows="*,110" scrolling="no" border="0" noresize>
<frame name="menu" src="SmHtm/SmMenu.htm">
<frame name="clips" src="SmHtm/SmClips.htm">
</frameset>
<FRAMESET rows="40,*" BORDER=0>
<FRAME name="drop" scrolling="NO" noresize SRC="SmDrop/drop.htm">
<FRAME name="cds" scrolling="AUTO" noresize SRC="SmDrop/cds.htm">
</frameset>
</frameset>
<NOFRAMES>
Cannot display preview. Your browser must support frames.
</NOFRAMES>
</html>
Iframe Player
The Ping-JavaScript audio swf clips player frameset can be loaded into an Iframe for display on any HTML page or in a popup window. In our example 3 frames (reset, play, clips) are included in a 161x130px iframe placed atop a 186x196px ping image.
For convenience a DHTML/Javascript menu program can be used in leau of the ping images. However the display of DHTML may vary slightly depending upon the browser used (IE, Mozilla, or Opera).
The Frameset:
<html>
<FRAMESET ROWS="26,*" border=0>
<frameset cols="85,*" BORDER=0>
<frame name="reset" scrolling="no" noresize src="reset.html">
<frame name="play" scrolling="no" noresize src="play.html">
</frameset>
<FRAMESET COLS="165" BORDER=0>
<frameset rows="*" border=0>
<frame name="clips" scrolling="AUTO" noresize src="clips.html">
</frameset>
</frameset>
<NOFRAMES>
Cannot display preview. Your browser must support frames.
</NOFRAMES>
</html>