Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
Russian site
MIAW Event Leak
Import Save File From Command Line
Check for activeX component
Shockwave for Dummies With CDROM
Text X-Changer Version 1.3
SWFText - Flash Text Animation Builder to make Flash Intro and Banner with 180+ Effects
JTMR KoolMarquee
Linear and Property List AND String functions
Audio cutting off early
MediaMacros Xtras Mall
 

 

 

Xtra Application Xtra

Added on 4/6/2007

 

Compatibilities:
D7 D8 D8_5 D9 PC

This item has not yet been rated

Author: kfink (website)

This is a scripting xtra for Macromedia/Adobe Director. It allows you to run applications with arguments from within Director.

Price: $0
Mediamacros makes no guarantees that this price is correct

Get the Xtra
Application Xtra

Beta features:

RunApp(String Path, String Args) -- Runs an exe

RunAppMinimized(String Path, String Args) -- Runs an exe minimized

RunAppMaximized(String Path, String Args) -- Runs an exe maximized

RunAppHidden(String Path, String Args) -- Runs an exe hidden

AppDone() -- Returns true if any running app has exited


HOW TO USE

-----------------------------------------------------------------------------
RunApp(Object me, String Path, String Args)

DESCRIPTION:

Runs an exe

USAGE:
object = new(xtra "ApplicationXtra")
object.RunApp("C:WindowsNotepad.exe","")

--USE WITH APP DONE
on enterframe
if object.appDone() then
alert "Application Closed!"
end if
end if

-----------------------------------------------------------------------------
RunAppMinimized(Object me, String Path, String Args)

DESCRIPTION:

Runs an exe minimized

USAGE:
object = new(xtra "ApplicationXtra")
object.RunAppMinimized("C:WindowsNotepad.exe","")

--USE WITH APP DONE
on enterframe
if object.appDone() then
alert "Application Closed!"
end if
end if

-----------------------------------------------------------------------------
RunAppMaximized(Object me, String Path, String Args)

DESCRIPTION:

Runs an exe maximized

USAGE:
object = new(xtra "ApplicationXtra")
object.RunAppMaximized("C:WindowsNotepad.exe","")

--USE WITH APP DONE
on enterframe
if object.appDone() then
alert "Application Closed!"
end if
end if

-----------------------------------------------------------------------------
RunAppHidden(Object me, String Path, String Args)

DESCRIPTION:

Returns an exe hidden

USAGE:
object = new(xtra "ApplicationXtra")
object.RunAppHidden("C:WindowsNotepad.exe","")

--USE WITH APP DONE
on enterframe
if object.appDone() then
alert "Application Closed!"
end if
end if

-----------------------------------------------------------------------------
AppDone (Object me)

DESCRIPTION:

Returns true if any application you called has closed

USAGE:
object = new(xtra "ApplicationXtra")
object.RunApp("C:WindowsNotepad.exe","")

on enterframe
if object.appDone() then
alert "Application Closed!"
end if
end if

-----------------------------------------------------------------------------
MessageBox(Object me, String Title, String Message)

DESCRIPTION:

Creates a dialog box

USAGE:
object = new(xtra "ApplicationXtra")
object.MessageBox("Title","Message")

 


Upload Provided by ABCUpload ASP

Contact

MMI
22 West Court Sq
Suite 2C
Newnan, GA 30263
USA

Fax - (206) 339-5833

Send e-mail