NETLab Toolkit Example Projects
May 3rd, 2011, by PhilWe’ve been updating the NETLab Toolkit website, and now have a slideshow on the homepage, and an Examples page with a set of links to great projects built with the Toolkit.
We’ve been updating the NETLab Toolkit website, and now have a slideshow on the homepage, and an Examples page with a set of links to great projects built with the Toolkit.
Hi~
I’m Peter from Taiwan, nice to meet you.
NETLab Toolkit is really funny, but now I meet a big problem.
I want to play 5 videos (01.flv~05.flv) one after another,
but put 5 control widget set (AnalogIn+VideoControl) on it
each control widget set function is
———————————————————————
AnalogIn read the input of Arduino
VideoControl read the AnalogIn,
when higher than the threshold, play the video file(01.flv)
———————————————————————
and let those 5 videos play in the process
step1. control widget set 1 enable, read input, play 01.flv (working)
step2. after 01.flv
control widget set 1 enable, read input, play 02.flv (fail)
step3. after 02.flv
control widget set 1 enable, read input, play 03.flv (fail)
step4. after 03.flv
control widget set 1 enable, read input, play 04.flv (fail)
step5. after 04.flv
control widget set 1 enable, read input, play 04.flv (fail)
step6. finished.
———————————————————————
It’s working
-> with 1 video file (01.flv)
AnalogIn read the input of Arduino
VideoControl read the AnalogIn,
when higher than the threshold, play the video file(01.flv)
It’s not working
-> the first control set is waiting the Arduino input, then play 01.flv, it’s work!
after 01.flv is finished
the second control set should work, but it fail
is anything wrong?? I need to unload the first control set??
————————————————————————
more question:
1. Do I need to unload the widget?
2. If the previous process is not working
I try to read the value(in, out) of On Screen Features of AnalogIn
and let ActionScript control the video playing
but I can’t read the value, how could I read it??