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.