Groups | Blog | Home
all groups > macromedia flash flashcom > december 2006 >

macromedia flash flashcom : fms error


Heruk
12/29/2006 6:02:37 PM
I get an error when I try to publish the firstapp from this tutorial
http://www.adobe.com/devnet/flashcom/articles/first_comm_app.html

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


JayCharles
12/29/2006 10:42:14 PM
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).


Heruk
12/30/2006 2:00:03 AM
the FCFBoundingBox_Combo, layer=Layer 5, frame=2 action frame is blanc
Heruk
12/30/2006 2:22:49 AM
ok
i found it and change add to +
i get no errors on publishing but it still doesnt work
Heruk
12/30/2006 2:29:23 AM
i dont think i am even connecting to the server
Heruk
12/30/2006 2:31:33 AM
Heruk
12/30/2006 2:41:48 AM
can anyone help me to get this tut working in fms2 and fl8 pro

Heruk
12/30/2006 11:43:24 PM
when using flash media server on my local machine , do i have to specify an instance in the admin console?
AddThis Social Bookmark Button