Computer Science Canada PLEASE HELP with my program... |
Author: | Alex89 [ Fri Jun 10, 2005 8:13 am ] |
Post subject: | PLEASE HELP with my program... |
Hi, Im trying to write this Front-Program for my group ISP in computer class....basically what I want to know 1)the code that lets me run a flash program from turing......or the code to call up that flash program for it to run......... 2) the code that lets me run another turing program from the front - program thanks a lot for your help |
Author: | Delos [ Fri Jun 10, 2005 9:28 am ] |
Post subject: | |
1) Hello. 2) Please don't use ALL CAPITAL letters in your title. Also, refrain from using titles such as "Please Help". 3) Be a little more definitive with your description, especially if you havn't included any well commented code. 4) AFAIK, Turing cannot display .swf files, the same way it cannot handle .avi (or other video files). The only thing it can do for the latter is open up a secnoary programme (Media Player Classic, VLC, WMP, whatever you have as default), and play it in that. As for additional programmes - if your files are compiled you can use Sys.Exec() to run them. If they're not compiled, make sure that their completely compartmentalized with no extraneous code then 'inculde' or 'import' them. There is a tutorial on Sys.Exec() in the Tutorials Section. Also check out the tutorial on Modules for an example of 'import' and 'include'. |