i tried downloading the touchlibflash.zip but when i open the swf file, i got this error pop up from the flash player 9…
SecurityError: Error #2010: Local-with-filesystem SWF files are not permitted to use sockets.
at flash.net::XMLSocket/connect()
at whitenoise::TUIO$/init()
at Timeline0_746116688ac274b8e682fb3b8c086b9/::frame1()
and when i want to recompile with its fla, i got two errors and a few warnings of duplicated variable definition...the duplicated variable is ok because i could remove the “var” in the statements to get rid of the warnings...the two errors are…
5000: The class 'Flickr' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.
and…
5006: An ActionScript file can not have more than one externally visible definition: whitenoise.TUIO, whitenoise.TUIOObject
and when i try the multitouch java simulator, it doesn’t work. the simulator works with the examples that comes with the touchlib but not the ones i downloaded from here.
does anybody getting these errors too?