flash and turing
Author |
Message |
paulkwatyra
|
Posted: Mon Nov 28, 2005 9:33 am Post subject: flash and turing |
|
|
hey i was wondering if it is possible to have a flash annimation run in turing? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
The_Triangle
|
Posted: Mon Nov 28, 2005 4:06 pm Post subject: (No subject) |
|
|
nope, turing doesnt have the capabilities and does not have Windows API access. |
|
|
|
|
|
Dan
|
Posted: Mon Nov 28, 2005 4:10 pm Post subject: (No subject) |
|
|
But it dose have the ablity to load a flash file in the defualt flash player for the comp it is on throw it's system comands. |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
MysticVegeta
|
Posted: Sat Dec 03, 2005 12:59 pm Post subject: (No subject) |
|
|
[syntax="Turing Pseudocode"]if Sys.Exec("C:/asdf.swf") then
put "Load Successful"
else
put "File Not Found"
end if
[/syntax] |
|
|
|
|
|
lord_pwnerer
|
Posted: Wed Nov 08, 2006 9:37 pm Post subject: (No subject) |
|
|
Yeah, Hacker Dan and MysticVegeta are correct, you can't run it inside Turings output window, but you can use the Sys.Exec() command to execute it in it's own .swf window. |
|
|
|
|
|
|
|