Skip to main content
Known Participant
June 5, 2010
Question

How to build Video Conference application in Flex 3.0

  • June 5, 2010
  • 1 reply
  • 1076 views

Hi,

I have to build a video conference application with flex 3.Does anybody have any idea or experience plz help me how to do it.

With thanks

Srinivas

    This topic has been closed for replies.

    1 reply

    Participant
    June 7, 2010

    Hello Friends......

    The application is simple – only one mxml file – and we will study:

    • Multiple Drag and drop (events)
    • HTTPService
    • FileReference
    • URLRequest

    On the server-side:

    • dir.php – browsing (http service) – no parameters  needed – returns a simple XML
    • download.php – download (url request) – array with  the paths that will be included in archive as parameters – returns an  archive (tgz)
    • archive.php – class to create arhives

    On the client-side:

    • Tree ⇒ HTTPService ⇒ dir.php ⇒ HTTPService ⇒ Tree
    • Refresh ⇒ HTTPService ⇒ dir.php ⇒ HTTPService ⇒ Tree
    • Download ⇒ List ⇒ URLRequest ⇒ FileReference ⇒ file download

    Thanks

    http://www.dynaweb-module.bestpick.co.uk