Increase Video Window

Hello,

I was wondering if it is possible to increase the windowsize of the video (best would be to fit it to ammount of users, but I think this is even harder to code).

Is the size coded in the flash part or in some html? (I searched in the videoConf.html, but i didn’t found the suiteable option)

thanks in advance,

Maddi

Try video320x240.html.

The best approach because of how webcams work and because of bandwidth control is to query the webcam for what resolutions it supports like a PC monitor and let the user select one. This would have to be done in Flash

I’ve been wondering this too - sorry to be dense, but what would I have to edit in video320x240.html to try a slightly bigger window size? Can I simply edit that file without having to do anything with Flash directly?

Well, this would be in my interest too, since I couldn’t get it myself.

Kind regards,

Maddi

First, you need to edit video\src\video320x240.lzx and video\src\myVideo3.xml

Next you need openlaszlo 3.4 to compile video\src\video320x240.lzx to video320x240.lzx.swf

Finally, you need swfmill to compile myVideo3.xml to myVideo3.swf

Hello,

I don"t really know how to use openlazlo but I just tried it with copy and paste into the editors I see into the "laszlo in 10 minutes field " and there it gives me errors

OpenLaszlo Application

Compilation Warnings

.tmp_BA4FE1D4907CF75F2C1A3013F29A8837_databinding.lzx:12:25: The `event` property of methods is deprecated.  Please update your source to use the `<handler>` tag.
.tmp_BA4FE1D4907CF75F2C1A3013F29A8837_databinding.lzx:42:27: The `event` property of methods is deprecated.  Please update your source to use the `<handler>` tag.
.tmp_BA4FE1D4907CF75F2C1A3013F29A8837_databinding.lzx:46:28: The `event` property of methods is deprecated.  Please update your source to use the `<handler>` tag.
.tmp_BA4FE1D4907CF75F2C1A3013F29A8837_databinding.lzx:80:27: The `event` property of methods is deprecated.  Please update your source to use the `<handler>` tag.
.tmp_BA4FE1D4907CF75F2C1A3013F29A8837_databinding.lzx:95:27: The `event` property of methods is deprecated.  Please update your source to use the `<handler>` tag.
.tmp_BA4FE1D4907CF75F2C1A3013F29A8837_databinding.lzx:99:28: The `event` property of methods is deprecated.  Please update your source to use the `<handler>` tag.
.tmp_BA4FE1D4907CF75F2C1A3013F29A8837_databinding.lzx:116:27: The `event` property of methods is deprecated.  Please update your source to use the `<handler>` tag.

I attached the modified file.

What am I doing wrong?

Thanks in advance,

Maddi
video320x240.lzx (3307 Bytes)

You need openlaszlo 3.4

oh, my mistake (I thougt version 4 would do as well, since I did not found the 3.4 Version)

Now I know where I should get it (for everyone else: http://www.syte.ch/en/laszlo.xml)

So now I have to wait to get the download.

EDIT:

The link above doesn’t seem to work, but I found this one http://download.openlaszlo.org/3.4.0/openlaszlo-3.4.0-windows-dev-install.exe

Bye,

Maddi