
-----------------------------------
paulkwatyra
Mon Nov 28, 2005 9:33 am

flash and turing
-----------------------------------
hey i was wondering if it is possible to have a flash annimation run in turing?

-----------------------------------
The_Triangle
Mon Nov 28, 2005 4:06 pm


-----------------------------------
nope, turing doesnt have the capabilities and does not have Windows API access.

-----------------------------------
Dan
Mon Nov 28, 2005 4:10 pm


-----------------------------------
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.

-----------------------------------
MysticVegeta
Sat Dec 03, 2005 12:59 pm


-----------------------------------
[syntax="Turing Pseudocode"]if Sys.Exec("C:/asdf.swf") then
put "Load Successful" 
else
put "File Not Found"
end if
[/syntax]

-----------------------------------
lord_pwnerer
Wed Nov 08, 2006 9:37 pm


-----------------------------------
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.
