[Bug 151] New: Java applet embended with object tag not started

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue May 13 02:33:02 PDT 2008


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=151

           Summary: Java applet embended with object tag not started
           Product: IcedTea
           Version: unspecified
          Platform: PC
               URL: http://www.gymspmkr.edu.sk/informatika/JavaTutorial/2d/b
                    asic2d/index.html
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: IcedTea
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: etki at zoznam.sk


I have embended Pocasie.class through object tag and firefox not start applet
on page

http://www.gymspmkr.edu.sk/informatika/JavaTutorial/2d/basic2d/index.html

Code that I use is 

<object classid="java:Pocasie.class" codebase="examples/"
type="application/x-java-applet" height="125" width="750">
  <param name="codebase" value="examples/" />
  <!--<![endif]-->
   <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" height="125"
  width="750">
    <param name="code" value="Pocasie.class" />
    <param name="codebase" value="examples/" />
  </object> <!--[if !IE]>-->
   </object> <!--<![endif]-->

when I use sun plugin or when I use tag applet all works fine.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list