I try to change netstream's attached camera using a javascript function ( with External interface).
Simply i call this method from javascript:
changeCamera ( id:String ){
camera = Camera.getCamera(id);
netstream.attach(camera);
}
When i call this func from js, the streaming is freezed!!
When i call this func as actionscript timer listener (every 30 seconds calls changeCamera) the streaming change corretly device.
Why this problem with js?
Alessandro
North America
Europe, Middle East and Africa
Asia Pacific