YawApplet.class without zoom function?

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
SirViper

YawApplet.class without zoom function?

Post by SirViper »

Hi!

where can i download a (maybe older) version of the YawApplet.class without the zoom function? or is it possible to deactivate it?

...because on my website i use to "click on the image to close the window" - but if u click on the applet it ZOOOOOOOMs :?

please, please help!
malun
Site Admin
Posts: 1593
Joined: Sun Jan 04, 2004 1:29 pm

Post by malun »

There is no such version right now...
But I promise to add the possibility to disable the zoom in the next version of the applet.
Actually I have already added this, but the new version of the applet won't work with your version of Yawcam, since I have made some changes in how the data is streamed. You'll have to wait until the next version of Yawcam.

/malun
SirViper

Post by SirViper »

Thanks a lot, i'll be patient...
malun
Site Admin
Posts: 1593
Joined: Sun Jan 04, 2004 1:29 pm

Post by malun »

Get the latest Beta version of Yawcam from here:
http://www.yawcam.com/forum/viewforum.php?f=5

Using this you can disable the zoom in the applet by adding an extra parameter in the html code.

Edit your yawcam\stream\template.html so it contains the following applet code:

Code: Select all

<APPLET CODE=YawApplet.class WIDTH="@WIDTH" HEIGHT="@HEIGHT">
      <param name="Host" value="@HOST">
      <param name="Port" value="@PORT">
      <param name="Zoom" value="false">
</APPLET>
Note the extra line: <param name="Zoom" value="false">

Good Luck!
/malun
Post Reply