Use FMS without components

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default Use FMS without components

    Hello all, due to the fact that I have not been able to publish in "flash 8"
    using the default FMS components (I get errors and can only publish for flash
    6), I was wondering if anyone can tell me (or maybe show me a tutorial if there
    is any) on how to broadcast and recieve a webcam without using these default
    components.
    Thanks so much in advance,

    regards

    cartuchos Guest

  2. Similar Questions and Discussions

    1. FMS UI Components?
      Do you think if FMS support communication UI Components (like SetBandwidth)? May I have the url and I can download themfor flash cs3. Thanks ...
    2. ASP & Components
      Hi guys, I'm having a problem. I'd like to work with components and ASP. Take a look at http://www.tech-nomade.com/lab/ formulaire.swf so that's...
    3. v1 or v2 of components to use???
      Dear folks I'm creating a DE course for the medical doctors. A big component of this course is a flash interaction where the doctors will have...
    4. Any components of .....
      Has anyone written a component like "Mail Merge" or "Poll Management" in ..NET Can anyone share or redirect me to any URL... Regards,
    5. Components Components Components
      Again with the damn component questions.... I am trying to use the accordion box (MX 2004), and would like my text to appear within the different...
  3. #2

    Default Re: Use FMS without components

    Hello :)

    in Flash the NetConnection, NetStream and SharedObject class are the
    tools to used FMS... in the directory of FMS you can find pdf file in
    the documentation directory with all dictionnary, tutorials etc... read
    them.

    If you want... you can try to used my OpenSource Framework to complete
    your code in AS2 and SSAS (Server Side Action Script) :

    1 - Download VEGAS : [url]http://vegas.riaforge.org/[/url]
    2 - Open the SSAS directory and used my FMS framework in you server
    side code.
    3 - Open the AS2 directory and install the AS2/trunk/src classpath in
    Flash8 ActionScript2 preference !
    4 - Try to used my examples in the bin/test/asgard/net directory (
    [url]http://vegas.riaforge.org/index.cfm?event=page.svnbrowse&path=%2FAS2%2Ftrunk %2Fbin%2Ftest%2Fasgard/net[/url]
    ) with the NetServerConnection.fla and SharedData.fla examples....

    The documentation and the tutorials of my framework coming soon..

    EKA+ :)


    cartuchos a écrit :
    > Hello all, due to the fact that I have not been able to publish in "flash8"
    > using the default FMS components (I get errors and can only publish for flash
    > 6), I was wondering if anyone can tell me (or maybe show me a tutorial ifthere
    > is any) on how to broadcast and recieve a webcam without using these default
    > components.
    > Thanks so much in advance,
    >
    > regards
    eKameleon Guest

  4. #3

    Default Re: Use FMS without components

    yup, I've written an article on this very topic:
    [url]http://www.adobe.com/devnet/flashcom/articles/broadcast_receiver.html[/url]
    stoem Guest

  5. #4

    Default Re: Use FMS without components

    yup, I've written an article on this very topic:
    [url]http://www.adobe.com/devnet/flashcom/articles/broadcast_receiver.html[/url]
    stoem Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139