View Single Post
Old 09-21-2005, 04:40 AM   #2 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,720
redhead is on a distinguished road
1)Use <iframe>

2)
HTML Code:
<applet style="" adblockframename="adblock-frame-n1"
 adblockframedobject="true" adblockmatch="" adblocktype="5"
 adblocklocation="http://200.47.122.70:8000/MovieApplet"
 adblockdata="true" id="MoviePlayer" archive="MovieApplet.jar"
 code="MovieApplet" codebase="http://200.47.122.70:8000" align="top"
 height="481" hspace="0" vspace="0" width="641">
        <param name="liveFileName" value="__live.jpg">
        <param name="playFileName" value="__play.jpg">
        <param name="screenWidth" value="640">
        <param name="screenHeight" value="480">

        <param name="viewWidth" value="640">
        <param name="viewHeight" value="480">
        <param name="directControl" value="1">
        <param name="userid" value="">
        <param name="password" value="">
        <param name="timeout" value="5000">
        <param name="port" value="8000">
</applet>
The viewWidth and viewHeight sets the current size of the shown image, just keep the screenWidth and screenHeight at the same value.

Take a look at the code of that "live feed" page, it has a nifty zoom manager aswell, which is handlet by some javascript
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote