[Red5devs] Flag this message red5 connection closing automatically when i hide the div tag

David Négrier d.negrier at thecodingmachine.com
Thu Sep 10 08:49:36 PDT 2009


Hi,

This mailing list is reserved for the Red5 developers and development 
related questions.
Your question should go to the main Red5 list, since it is related to 
using Red5.

Anyway, I think your problem comes from Flash being disabled when you 
hide the div containing the Flash.
To avoid that, you can use absolute positioning with negative x values.

For instance: <div style="|position: absolute; left: -10000px;|">

This should help you keep the Flash active without showing it.

Best regards,
David.

Gigantic User a écrit :
> Hi all,
> i have created a voicechat application and whiteboard application 
> using red5
> now i am displaying these two apps in a webpage using div tags
> the div tags follow accordion style like this 
> <http://nettuts.s3.amazonaws.com/015_Accordion/accordion-final.html>. 
> [http://nettuts.s3.amazonaws.com/015_Accordion/accordion-final.html]. 
> <http://nettuts.s3.amazonaws.com/015_Accordion/accordion-final.html%5D.>.
> whiteboard is incorporated in one div tag and voicechat is 
> incorporated in another div tag.
>
> but now the problem is suppose user connected to voicechat in 
> voicechat div..then a connection to red5voicechat app will be established
>
> next if user goes to another div i.e whiteboard, the connection to 
> red5voicechat app is being closed
> i dont why the connection is closing like that.
>
> can anyone have any idea?
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Red5devs mailing list
> Red5devs at osflash.org
> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>   




More information about the Red5devs mailing list