www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > HTML

    HTML Discussion and technical support for building, using and deploying HTML sites.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 11-08-2009, 12:36 AM
    Dayphinye Dayphinye is offline
    Registered User
     
    Join Date: Nov 2009
    Posts: 0
    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
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 11:56 PM.



    Acceptable Use Policy

    internet.comMediabistrojusttechjobs.comGraphics.com

    WebMediaBrands Corporate Info


    Advertise | Newsletters | Feedback | Submit News

    Legal Notices | Licensing | Permissions | Privacy Policy

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.