Cant download source code
Posted: 10 August 2007 11:39 PM   [ Ignore ]
New Member
Rank
Total Posts:  5
Joined  2007-08-10

http://nuigroup.com/?ACT=28&fid=33&aid=131_OS6ylbjSrxirX9Ldcrkn

its not working for me. i cant find the flash source code anywhere but here and its not working =( anyone have the files and can post?

Profile
 
 
Posted: 11 August 2007 12:44 AM   [ Ignore ]   [ # 1 ]
New Member
Rank
Total Posts:  45
Joined  2007-05-20

you can download here : http://www.box.net/shared/iyjaetgh69
Thank you !

 Signature 

vFinger’s blog : http://vfinger-vn.blogspot.com <-- for Vietnamese
vFinger’s blog : http://vfinger-en.blogspot.com <-- for International !!!!!

Profile
 
 
Posted: 11 August 2007 06:46 AM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  1010
Joined  2007-01-08

Thanks bsquang.
I attached the same files from bsquang’s URL on this forum, in case the domain is not accessible in the future, to make sure it can be downloaded later on as well. Please be aware though that software is always under development, so maybe in 2 months from now, this might not be the latest version anymore.

File Attachments
touchlibflash.zip  (File Size: 418KB - Downloads: 365)
TUIO_Flash.zip  (File Size: 202KB - Downloads: 338)
 Signature 

http://www.multitouch.nl / natural-ui.com

Profile
 
 
Posted: 12 August 2007 10:35 PM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  537
Joined  2006-11-09

Luisn you really should get the source from the SVN, it is the best place… You can find out more here: http://nuigroup.com/touchlib/downloads/

All our source code is available on Google Code at http://code.google.com/p/touchlib. You can acces the repsitory using Subversion. If you are using Windows, get TortoiseSVN. Use Tortoise to access the repository and download all the files (much easier than going thru the web interface). After you download the latest source make sure you read the Compiling Instructions.

 Signature 

~

Profile
 
 
Posted: 23 October 2007 09:53 PM   [ Ignore ]   [ # 4 ]
New Member
Rank
Total Posts:  50
Joined  2007-07-02

i tried downloading the touchlibflash.zip but when i open the swf file, i got this error pop up from the flash player 9…

SecurityErrorError #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…

5000The class 'Flickr' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.

and…

5006An ActionScript file can not have more than one externally visible definitionwhitenoise.TUIOwhitenoise.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?

Profile
 
 
Posted: 23 October 2007 10:08 PM   [ Ignore ]   [ # 5 ]
New Member
Rank
Total Posts:  28
Joined  2007-10-22

You’ll need the Flash 9 Pre-alpha or Flash CS3 to compile these Flash movies.

To use these flash movies, export as an .EXE (Flash projector) and run. You’ll need to start FLOSC and the touchlib OSC application. FLOSC serves as the bridge between OSC and Flash. The OSC app will send TUIO events to the Flash movie.

To make your own flash apps, you need only import the TUIO.as file and call TUIO.init (see the source for details). Then you can add listeners to your MovieClips for the TUIO events (MoveEvent, UpEvent, DownEvent, RollOverEvent, RollOutEvent).

-David Wallin
admin ]at[ whitenoiseaudio.com

http://www.whitenoiseaudio.com/touchlib
http://www.whitenoiseaudio.com/blog

Straight from touchlib.

 Signature 

Decided against Mac Pro. Instead…
Intel Core 2 Quad 3.0ghz
Two nVIDIA 8800 Ultra 786mb GFX Cards
8gb Corsair SLI 1066mhz Memory
Ageia PhysX Card
Soundblaster X-Fi Card
Two 500gb 7200rpm Hard Drives
Blu-Ray and HD DVD Drives

Profile
 
 
Posted: 23 October 2007 10:13 PM   [ Ignore ]   [ # 6 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  1348
Joined  2007-04-08

@Shawn, the files on the whitenoise site are quite old.

In this thread you can find a newer download: http://nuigroup.com/forums/viewthread/848/

@xEnOn, when using the swf files from flash, you need to set the security settings to allow the file access to connect to FLOSC. So right click the SWF (when it’s open), go to settings, and then go to advanced. Now a webapge should pop up. Go to global security settings and add the file to the allow list. Don’t worry about the duplicate variable name warnings. Those don’t affect anything.

 Signature 

My Multitouch Blog
My Youtube
Multitouch FAQ - Need Help? Click here!

Profile
 
 
Posted: 23 October 2007 10:20 PM   [ Ignore ]   [ # 7 ]
New Member
Rank
Total Posts:  28
Joined  2007-10-22

0.o thanks for the update.

 Signature 

Decided against Mac Pro. Instead…
Intel Core 2 Quad 3.0ghz
Two nVIDIA 8800 Ultra 786mb GFX Cards
8gb Corsair SLI 1066mhz Memory
Ageia PhysX Card
Soundblaster X-Fi Card
Two 500gb 7200rpm Hard Drives
Blu-Ray and HD DVD Drives

Profile
 
 
Posted: 23 October 2007 10:30 PM   [ Ignore ]   [ # 8 ]
New Member
Rank
Total Posts:  50
Joined  2007-07-02

thanks for the newer versions! the new flash files work!

i managed to get rid of the errors in the old versions by extending the flickr class with MovieClip, and remove the whitenoise package to just package and then seperate the two classes in the TUIO.as. but the newer AS files are easier to see! thanks!!

Profile
 
 
Posted: 23 October 2007 11:14 PM   [ Ignore ]   [ # 9 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  1348
Joined  2007-04-08
xEnOn - 23 October 2007 10:30 PM

thanks for the newer versions! the new flash files work!

i managed to get rid of the errors in the old versions by extending the flickr class with MovieClip, and remove the whitenoise package to just package and then seperate the two classes in the TUIO.as. but the newer AS files are easier to see! thanks!!

Cool. And you can find the newest versions of touchlib and most flash stuff in the googlecode here: http://touchlib.googlecode.com/svn/trunk/

 Signature 

My Multitouch Blog
My Youtube
Multitouch FAQ - Need Help? Click here!

Profile
 
 
   
 
 
‹‹ How to run the test files      AS3 Samples ››