| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Aug 2003
Posts: 62
|
Hi guys,
I've got a video chat application that uses the AVPresence component. I want to reduce the video bandwidth and video quality but, when I make the changes in the propety inspector, they have no affect whatsoever on the published movie. Why doesn't anything happen when I change these settings? I've been experimenting with the following line of actionscript but, it doesn't seem to do anything either: Camera.setQuality(8000, 25); I've got it on frame 1 of my movie, is that correct? Will it over-ride the settings of the AVPresence component? Generally, I just want to know how to change the quality and bandwidth settings of the AVPresence component so I can experiment and see what works best. Thank you very much, artane |
|
|
|
|
|
#2 |
|
Registered User
Join Date: May 2004
Posts: 5
|
[B]hi artane help time chat
relase example relase script tenx |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jun 2004
Posts: 21
|
try something like
ActionScript Code:
this will set the number of pixels to be captured, .. thus also the quality. Other properties of the AVPresence component you can set are: ActionScript Code:
(to be clear - all those things must be set on your AVPresence instance, of course) |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|