Open GoogleCodeExporter opened 9 years ago
This is a namespace conflict correct? flash.events.TouchEvent is a standard
flash event
as of the new Flex SDK beta? I fixed things by moving and renaming the whole
package to
"tuio.events.*"
Original comment by zander.m...@gmail.com
on 11 May 2010 at 11:02
i got that error (#2007) when tried to run my swf on a web browser from a
server.
i think the problem is the host, although the error is thrown when i add a
touchEvent
listener:
try
{
addEventListener ( TouchEvent.MOUSE_DOWN , someFunction );
}
catch ( error:Error )
{
stageAddedTextField.text = error.message;
}
// the textfield will show: error #2007
}
Original comment by voices...@gmail.com
on 13 May 2010 at 4:09
I had the same issue and resolved by changing the package name from
flash.events to TUIO.events
Original comment by bengale...@gmail.com
on 14 Sep 2010 at 3:16
What is the process in changing the package name?
Original comment by JGChadw...@gmail.com
on 9 Aug 2011 at 3:52
Original issue reported on code.google.com by
gveu...@gmail.com
on 6 Apr 2010 at 3:34