Skip to main content
December 29, 2006
Question

fms error

  • December 29, 2006
  • 6 replies
  • 401 views
I get an error when I try to publish the firstapp from this tutorial Here

my error is:
**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


whats that mean I cant seem to figure it out
TIA
Heruk

    This topic has been closed for replies.

    6 replies

    December 30, 2006
    when using flash media server on my local machine , do i have to specify an instance in the admin console?
    It sees the firstapp files but for some reason the flash app doesnt connect to the server?
    December 30, 2006
    can anyone help me to get this tut working in fms2 and fl8 pro

    http://www.adobe.com/devnet/flashcom/articles/first_comm_app.html
    December 30, 2006
    can fms work on win xp?
    December 30, 2006
    i dont think i am even connecting to the server
    the light never turns green or yellow
    December 30, 2006
    ok
    i found it and change add to +
    i get no errors on publishing but it still doesnt work
    ive used parameters rtmp://localhost/firstapp andrtmp://firstapp with no results
    December 29, 2006
    It's happening becuase the communication components are written in actionscript 1, and you're exporting to actionscript 2. Some of the code in the component uses depreciated actionscript (specifically, the "add" operator), so the compiler won't let you export the .swf

    There are a couple of ways you can fix this. You can export the .swf to actionscript 1 flashplayer 7, or you fix the depreciated actionscript. Go into the FCFBoundingBox_Combo movie clip and find and line that uses the "add" operator, replacing the "add" with "+" (remove the quotes).

    December 30, 2006
    the FCFBoundingBox_Combo, layer=Layer 5, frame=2 action frame is blanc
    what now?