Changing attributes in Applet tag

Discussion in 'HTML & Website Design' started by Mizyan, Feb 23, 2011.

  1. #1
    hello everybody, i have an applet tag to show an ip camera on a website. the code is like the following:
    -----------------------------------------------------------------------------------
    <APPLET name="cvcs" CODEBASE="http://??????????????/" CODE="xplug.class" WIDTH=500 HEIGHT=500>
    <param name="RemotePort" value=81>
    <param name="Timeout" value=5000>
    <param name="RotateAngle" value=0>
    <param name="PreviewFrameRate" value=2>
    <param name="DeviceSerialNo" value="YWRtaW46">
    </APPLET>
    -----------------------------------------------------------------------------------

    the problem is that the width and height attributes do not change the size of the video shown but only change the size of the container(applet tag). I want to be able to change the width and height of the display. Can anyone help me with this.
    And thanks in advance.
     
    Mizyan, Feb 23, 2011 IP
  2. Mizyan

    Mizyan Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Doesn't anyone know how to deal with the applet tag.
    I really need help on this one.
     
    Mizyan, Feb 24, 2011 IP