Question
Action Script & Components
Hey gang.
I am new to Flash & FlashCom so please bare with me but I have been learning very quickly.
I am writting a FlashCom video conferencing application. All is well I have learned AS very fast on both FlashCom and Flash client sides.
One part where I get really confused is the use of the FlashCom Components. They work "seamlessly" when you drop a SimpleConnect component but when you do a connection of your own via code VideoConference, TextChat and all these components do not work.
Doing a videoConference.Connect(conn); doesn't seem to do anything. It works with the ConnectionLight however but any other component I try does not work. I've tried putting it before/after my conn.connect() but neither makes a difference.
Could someone help give me some insight on how to hook up the components when using my own NetConnection via AS code?
Thanks and take care.
I am new to Flash & FlashCom so please bare with me but I have been learning very quickly.
I am writting a FlashCom video conferencing application. All is well I have learned AS very fast on both FlashCom and Flash client sides.
One part where I get really confused is the use of the FlashCom Components. They work "seamlessly" when you drop a SimpleConnect component but when you do a connection of your own via code VideoConference, TextChat and all these components do not work.
Doing a videoConference.Connect(conn); doesn't seem to do anything. It works with the ConnectionLight however but any other component I try does not work. I've tried putting it before/after my conn.connect() but neither makes a difference.
Could someone help give me some insight on how to hook up the components when using my own NetConnection via AS code?
Thanks and take care.
