Computer Science Canada Flash files in Turing? |
Author: | Muffin Man [ Fri Apr 30, 2004 6:07 am ] |
Post subject: | Flash files in Turing? |
I was wondering if I am able to use .swf files in Turing and if so, how? |
Author: | Tony [ Fri Apr 30, 2004 6:08 am ] |
Post subject: | |
you can't run them inside of turing, but you can use Sys.Exec to execute an external file in its default app |
Author: | Dan [ Fri Apr 30, 2004 12:27 pm ] |
Post subject: | |
or if it just a simple flash animation you could turn it in to a bunch of img files and then load each img in order in to turing with a small dealy. |