Flash API ( AC3 ) warning

You think you've found a bug? Please report it here.

Moderators: Lapo, Bax

Post Reply
shlomi
Posts: 83
Joined: 21 Feb 2010, 10:38
Location: Israel

Flash API ( AC3 ) warning

Post by shlomi »

hi,

after i updated the Flash API ( AC3 ) in my project the following message started appear:
Description Resource Path Location Type
1008: variable 'theRoom' has no type declaration. SysHandler.as /XXX/[source path] AS3/it/gotoandplay/smartfoxserver/handlers line 406 Flex Problem
i think you just need to chage the line 406 in file SysHandler.as from:

Code: Select all

var theRoom = sfs.getRoom(roomId)
to

Code: Select all

var theRoom:Room = sfs.getRoom(roomId)
Post Reply