bug in FMS2 components...

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

  1. #1

    Default bug in FMS2 components...

    hi all and FMS2 development team...

    i have downloaded FMS2 components today. I have installed them in Flash pro 8.
    I have drag dropped all the components to the stage and published in flash
    player 8 with AS2, i got one error in output panel. Not sure this is bug in
    code because of deprication with AS1 code.

    ERROR

    **Error** Symbol=FCFBoundingBox_Combo, layer=Layer 5, frame=2:Line 2: ')' or
    ',' expected
    trace(" i am " add this);

    **Error** Symbol=FCFBoundingBox_Combo, layer=Layer 5, frame=2:Line 3:
    Unexpected '}' encountered
    }

    Total ActionScript Errors: 2 Reported Errors: 2

    I hope mac guys can clear me out in this issue...

    Rakesh
    Flash programmer
    Hyderabad.
    [url]http://logicalwaves.tk[/url]


    RakeshTheMoonCuteBoy Guest

  2. Similar Questions and Discussions

    1. Using a Player with FMS2
      I am using Flash Media Server 2 to try to play .flv meetings through the ccPlayer (http://ncam.wgbh.org/webaccess/ccforflash/ccplayermain.html). My...
    2. FMS2 and CS3
      I've been beating my head against the wall on trying to get a simple video streaming going with CS3 and FMS2. Are there any "HelloWorld" type...
    3. Install fms2 help
      I'm installing fms2 for the first time on a Redhat EL4 server (update 4). The install went pretty smoothly and I've started the admin port up, but...
    4. FMS2 on FC4 anyone?
      Has anyone been able to install FMS2 on Fedora Core 4? Installations with -plaformWarnOnly goes fine. But the server won't start. I can see the...
    5. [Q] Can I do this with FMS2???
      Hi... :) Okay... I was wondering if this can be done in FMS2... Let's say that I have a movieClip that is the same size as the stage, and this...
  3. #2

    Default Re: bug in FMS2 components...

    I haven't downloaded the FMS2 components... but I suspect that they are the
    same as the FCS 1.5 components. Looks to me like they're still using AS 1.

    I had the same error with some old code. I think "add" is depreciated in
    AS2.... and it looks like that's what's generating your error. Try changing the
    "add" to a plus sign in the actionscript for your bounding box. That should fix
    it.

    JayCharles Guest

  4. #3

    Default Re: bug in FMS2 components...

    ya you are right that they are AS1 based components....why macromedia is
    shipping old AS1 components with this brand new purely metured Flash comm
    server 2 (Media server)...I hope macromedia will update components for flash 8
    very soon.

    Rakesh
    Flash MX 2004 Certified Developer
    Hyd,India
    [url]http://logicalwaves.tk[/url]

    RakeshTheMoonCuteBoy Guest

  5. #4

    Default Re: bug in FMS2 components...

    Actually (and I hope I'm not sounding preachy here), I'd suggest you take this
    opportunity to move away from the prebuilt components. Once you get a handle on
    coding the FCS side of things yourself, you'll find that you can do a lot more.

    Don't get me wrong here... the prebuilt components are really good for what
    they are, epsecially if you just need to whip up a quick application... it's
    just that they limit options when it comes time to expand your application to
    do things the components don't do..

    JayCharles Guest

  6. #5

    Default Re: bug in FMS2 components...

    hi jay,

    you are right in ur perspective, but here am talking in macromedia
    perspective. I hope i can use my own code to develop decent components but as a
    macromedia fan am asking mac tech team to modify components to get more users
    to our community.

    I hope they can.

    Rakesh
    Flash MX 2004 Certified Developer
    Hyd,India
    [url]http://www.logicalwaves.tk[/url]

    RakeshTheMoonCuteBoy Guest

  7. #6

    Default Re: bug in FMS2 components...

    buddy, thats one long (funny) name.
    dejayfx 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