Computer Science Canada

flash and turing

Author:  paulkwatyra [ 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?

Author:  The_Triangle [ Mon Nov 28, 2005 4:06 pm ]
Post subject: 

nope, turing doesnt have the capabilities and does not have Windows API access.

Author:  Dan [ Mon Nov 28, 2005 4:10 pm ]
Post 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.

Author:  MysticVegeta [ Sat Dec 03, 2005 12:59 pm ]
Post subject: 

[syntax="Turing Pseudocode"]if Sys.Exec("C:/asdf.swf") then
put "Load Successful"
else
put "File Not Found"
end if
[/syntax]

Author:  lord_pwnerer [ Wed Nov 08, 2006 9:37 pm ]
Post 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.


: