|
|||||||
| HTML Discussion and technical support for building, using and deploying HTML sites. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
play button & param text not displaying
1st problem.
The images are showing up but not the text in the applet for the links. <!--[if IE]><!--> <object classid="clsd:clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" codebase="http://java.sun.com/update/1.6.0./jinstall-6-windows-i586.cab" type="application/x-java-applet" width="700" height="30"> <param name="code" value="PopMenu.class" /> <!--<![endif]--> <!--[if !IE]><!--> <object classid="java:PopMenu.class" type="application/x-java-applet" width="700" hight="30"> <!--<![endif]--> <param name="labelpos0" value="top" /> <param name="labelpos1" value="top" /> <param name="labelpos2" value="top" /> <param name="labelpos3" value="top" /> <param name="src0" value="button0.gif" /> <param name="src1" value="button1.gif" /> <param name="src2" value="button2.gif" /> <param name="src3" value="button3.gif" /> <param name="text0" value="Robert Frost on Wikipedia" /> <param name="text1" value="Robert Frost at Poets.org" /> <param name="text2" value="Robert Frost Out Loud" /> <param name="text3" value="Robert Frost: America's Poet" /> <param name="href"value="http://en.wikipedia.org/wiki/Robert_Frost" /> <param name="href1" value="http://www.poets.org/poet.php/prmPID/192" /> <param name="href2" value="http://robertfrostoutloud.com" /> <param name="href3" value="http://www.ketzle.com/frost" /> <a href="http://en.wikipedia.org/wiki/Robert_Frost">Robert Frost on Wikipedia</a> <a href="http://www.poets.org/poet.php/prmPID/192">Robert Frost at Poets.org</a> <a href="http://robertfrostoutloud.com">Robert Frost Out Loud</a> <a href="http://www.ketzle.com/frost">Robert Frost: America's Poet</a> </object> </div> 2nd problem The quick time play button is not showing up, but it will play the file. <div class="poem"> <h2>Devotion</h2> <p> <!--[if IE]><!--> <object data="devotion.mp3" type="audio/mpeg" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/gtplugin.cab" width="17" height="16"> <!--<![endif]--> <!--[if !IE]><!--> <object data="devotion.mp3" type="audio/mpeg" width="17" height="16"> <!--<![endif]--> <param name="src" value="devotion.mp3" /> <param name="autoplay" value="false" /> <param name="autostart" value="false" /> <param name="controller" value="true" /> <param name="showcontrols" value="true" /> Click to <a href="devotion.mp3">download</a> the sound clip </object> Any help would be appreciated. Thank you |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|