Launching Executables From Standalone Projector
Hi
It sounds so simple and it really is.
For some reason though, i cant get it to work.
I am making a standalone projector application for a online gaming clan.
In games, the clan uses a voice communication program called Teamspeak.
Inside the projector i am making i have a button, wich when clicked, should launch the TeamSpeak program.
Since the installation of TeamSpeak allows users to specify where they want to install the program, a hard-coded path to teamspeak.exe isnt really a option for me.
The path to the teamspeak folder is loaded from a textfile into a variable called teamspeak.
I also have a action wich combines the folder and the executable
Code:
teamspeakpath = teamspeak+"TeamSpeak.exe";
Now for the button that actually has to launch the program:
Code:
on (release) {
fscommand("exec", teamspeakpath);
}
Now for the problem, when the button is clicked, nothing happends.
Can anyone give me some pointers as what i am doing wrong?
I really dont have a clue.
I hope my explaination of the problem makes any sense, if not, please say so and i'll try to clarify it.
Thanks in advance
***Edit****
I forgot to mention, i'm using MX
FlashKit > Flash Help > Flash ActionScript
Posted on: 04-02-2003, 02:27 PM
View Complete Forum Thread with Replies
Sponsored Links:
Launching Mulitple Executables In Sequence
Could Flash be used to create an installation interface which will launch 3 executables in sequence? Below, is how I'd like the program to execute.
1) Interface auto launches when CD is inserted
2) Installation interface has a list of 3 Installations with checkboxes beside them
3) User clicks on install button
4) Executable #1 is launched
5) Once Executable #1 is done, it returns to installation interface and checks off Installation #1 on the list to indicate it has been installed
6) Executable #2 automatically starts up
7) 5) Once Executable #2 is done, it returns to installation interface and checks off Installation #2 on the list to indicate it has been installed
8) Executable #3 is launch
If this is possible, could someone please point me to where I can go to find more info on how to do something like this with Flash?
View Replies !
View Related
Launching PDFs From Standalone
Hello all. I'm finding myself in a bit of a pickle here. I'm trying to create a standalone player that will launch PDF files into Acrobat. I can get it to launch a PDF file from an online source but not from the CD the player "lives" on. Moreso, the PDF launches via Explorer, not Reader. Anybody know a solution to this?
(Flash MX)
View Replies !
View Related
Launching File Locally With Flash [Standalone]
Hi Gang,
Here's the situation: I have a Flash interface designed for a CD ROM. The CD ROM contains .PDF files for the users to open and view. I have buttons created within my Flash movie that are supposed to launch the .PDF file when clicked. I'm not sure how to use (I'm guessing) the FScommand("exec") to cue Acrobat Reader to launch and open the specific file. The CD ROM is targeted for PC users using WIN 95,98,NT,WIN2000. I would love a solution to make it MAC compatible as well...
Up against the wall fellas!!!
Thanks in advance!
Dean
View Replies !
View Related
Projector Launching Projector & Email Links On A Mac
Bit of a newbie...
I created a projector file and now been told that I have to link to another projector file that's been supplied to me, I don't have the .fla file for this projector. I've managed to get the other project to open but it has been set to full screen.
Can I control the size of the projector when launching it from mine and also deactivate the menu bar that appears with it. The menu bar doesn't appear if I launch the projector independently but does if lauched from my projector. I would like to scale the linked one by 90%??
Also I have an email link setup which launches my browswer (explorer/safari) before launching my email program (entourage). Is there a way around this, I'm using a Mac but the presentation will be mainly view on a PC, but would like to know how to sort this for both. I'm sure the last time I used flash a couple of years ago it launched the email program without the browser, so it may be me doing it wrong. I'm using the "getURL("mailto:" command.
Any help appreciated.
View Replies !
View Related
Problems Launching Projector From Another Projector
hello,
I'm creating a CD that starts off with an autorun projector file that pops up when the user puts the disc in. This projector file has an interface that contains a menu that gives the option of viewing the contents of the disc, installing Flash Player or installing Adobe Reader. The buttons that launch the installer .exe files for Flash player and Reader work fine. My problem comes when viewing the contents of the disc. Upon clicking the button that launches the contents, another projector file is launched (GSmaster.exe). This projector goes into full screen mode and serves as a container/shell and presents the user with a table of contents. Each button in the TOC is supposed to load separate .swf files into this container/shell. When running the GSmaster.exe by itself (totally bypassing the autorun projector file) everything works fine. When running the autorun, the button that launches the contents of the disc works in that it launches the GSmaster.exe file, however the links in the TOC stop working when going this route. This makes no sense to me at all. Is there an issue with using a projector file to call on another projector file that would cause these links to stop working?
FYI - GSmaster.exe and all the .swfs that load into it are located in a "fscommand" folder. In the autorun projector file, the AS for the button that launches the GSmaster.exe is as follows:
btnStart01.onRelease = function() {
fscommand("exec","GSmaster_full.exe");
};
Again, if I run the GSmaster.exe by itself everything works fine, but if I go through the autorun interface, the GSmaster.exe launches in full screen mode as it should, but the links inside stop working.
any ideas would be greatly appreciated.
thanks!
View Replies !
View Related
Getting URL Of Standalone Projector
I am trying to read and write variables from a Stand alone projector off a CD. I can't seem to get the directory information from a Mac.
_root._url provides the drive, directory structure and filename of the projector on the PC, but appears to give nothing on the Mac.
Can someone please tell me how to get the url.
Thankyou.
View Replies !
View Related
Standalone Projector
hello.
i created a Standalone Projector with flash , but my applications is devided in a lot of parts . how can i load a swf file in Standalone Projector
i tryed with
on (release)
{
loadMovieNum("a.swf",1);
}
but i din't work!
thanks
View Replies !
View Related
Standalone Projector...
Can we play a FLASH Projector without installing FLASH Player? Isn't FLAsH Projector same as DIRECTOR Projector, is a standalone application without installing any Player?
FLASH can autorun like DIRECTOR....
and we just need a file --> AUTORUN.INF , together with our FLASH Projector in order to make it autorun when burning into the CD....
It's true?!
Thanks for answering!
View Replies !
View Related
Standalone Projector For Cdrom
I've made a website, that I want to put on a CDrom and show people. My problem is that I want the projector button to be outside the folder with all the files. or maybe havae the site begin automatically when the cdrom is inserted.
but I don't know how to create a projector file that sits outside the folder. All my movies load into an empty movie clip...
please help.
max
View Replies !
View Related
Using GetURL With Projector Standalone Player
Is there any way to open a browser window with the standalone player (projector) and force the browser window to open in front on projector? Right now my windows are opening behind projector. Is there any way to get around using Javascript to do this? (or is there any way to use javascript with projector?) Thanks!
View Replies !
View Related
SENDING EMAIL WITH STANDALONE PROJECTOR (MAC&PC)
Creating a MULTIPLATFORM standalone CDROM,
I'm desperately trying to, when user is connected to the web,
let him send me an email by clicking on a button.
This button uses the AS getURL("mailto...) and opens the default mail program.(a mail page with email address, subject...)
BUT this AS ONLY works with swf nested in html page. (you can check it out!)
In my case (standalone projection with exe and hqx), this script will not work.
Can anybody help here? is there another AS that works?
many thanks!
View Replies !
View Related
FTools, Standalone Projector Garble
Hello all. I am trying to do two things: 1. have a link to open up a user's default email app, and 2. send varibles with a form into the default email proggy to be mailed. Upon trying this, and failing, i looked aorund and found out about the bugs that prevent this from working, and found out that I had to use a 3rd party software like Flash Studio or SWF studio, which I just can't afford right now. So i found the free Flash Tools, but am completely baffled as to how to use it. Where do i put ftoolapp.exe? how do i do the AS on the button? if anyone knows these simple beginners things, i would greatly appreciate your advice. i've been looking at the resources on the ftools site, but it all seems greek to me.
thanks!!!
View Replies !
View Related
SENDING EMAIL WITH STANDALONE PROJECTOR (MAC&PC)
Creating a MULTIPLATFORM standalone CDROM,
I'm desperately trying to, when user is connected to the web,
let him send me an email by clicking on a button.
This button uses the AS getURL("mailto...) and opens the default mail program.(a mail page with email address, subject...)
BUT this AS ONLY works with swf nested in html page. (you can check it out!)
In my case (standalone projection with exe and hqx), this script will not work.
Can anybody help here? is there another AS that works?
many thanks!
View Replies !
View Related
Standalone Player (Projector) SOL Fails In Vista
I have a Flash MX application compiled as a Projector to run as a Windows standalone (no browser), but it needs to get data from a server application using sendAndLoad (through plain HTTP). This data must be stored in Shared Local Objects (.sol files) for the app to run. It works fine in Windows XP, and did work fine in initial Windows Vista. But now it fails in Vista SP1 (although server logs show it still runs the server app). So either Vista SP1 is blocking the data return (and the firewall is open for the Flash exe), or preventing the Flash exe from writing the SOL file to disk - or something else I haven't thought of.
Grateful for a solution.
View Replies !
View Related
Publish Standalone Projector For Linux Mandrake
Hi,
the project I'm working on has to be published as a standalone windows exe, mac projector and also a standalone projector that will run on Linux mandrake.
Windows and mac are no problem, but how on earth do I go about making a projector for linux (I don't have a linux machine available)?
Cheers,
Alex
View Replies !
View Related
Launching .doc From Projector
mx2004 pro. mac osx 10.3.9. Here is the problem. i'm trying to make a cd-rom to be played on pc's. i have a bunch of .doc's and .ppts. and some .pdf's to be opened from within the projector .exe. here is an example of how i'm doing the fscommand. i'm putting the code right on the button.
on(release){
fscommand("exec","Word_document.doc");
}
i would have thought from the other threads i read that this would have opened that document in word. i have a main folder with the .inf file the .exe file and then a folder named fscommand with the Word_document.doc file placed in it. I thought this could be done with flash. To test it i put the main folder on a cd and burn it. pop it in my pc and automatically opens it like i would expect, but the button isn't launching the word .doc. i tried to read as many posts as i could. please help
View Replies !
View Related
[AS3]How To Open An URL In The Default Browser From A Flash Standalone Projector .exe
Hi,
we are developing a small application wih Flash CS3 which will be released as a standalone Flash Projector.exe.
We want to have a link to our website in the flash application that should open our webpage in the Default Browser of the System.
We tried:
PHP Code:
navigateToURL(new URLRequest("http://www.google.com"),"_blank");
But when I click on that link in our standalone.exe, on my system "ultraedit" gets opened and it tries to open a path on the local system and the webpage adress after that. "C:ProjectsInflationhttp:\www.google.de".
What are we doing wrong?
View Replies !
View Related
Projector Launching Html... Help
I have an exe that autoruns from a cd...
I need a button to launch an html file that is local to the cd, not on a web server... I know I can launch a link to a web page that's on a server but just a relative path to an html file doesn't seem to work...
Any ideas???
I can (if I have to) launch the whole thing in a web page, but that screws up the autorun and I'd prefer to keep the whole thing a projector and launch the html file from it....
View Replies !
View Related
Launching A File From A Projector....
I have an .EXE and I want to launch a power point show from a button thats inside my flash movie.
I tried getURL but, it opens Powerpoint inside an Internet Explorer window.
Is there any way that I can open the file in it's own window without having to go through IE?
Thanks for your help.
Tone.
View Replies !
View Related
Launching Files From A Projector On CD Rom
I want to launch PowerPoints, PDFs, and other files from my projector from a CD Rom. I have been successful using the FSCommand "Exec", but when I burn the CD Rom it doesn't work on other people's computers. I believe it's because I need to use the LOCAL% command to read from the current drive. Can someone help me with the correct command?
View Replies !
View Related
Launching A PDF From A Mac Flash Projector?
I desperately need to know how I can launch a PDF file from a Mac Projector.
I can currently get it working on a PC by launching an .exe file which then reads a .txt file to then open the PDF, but because Mac's cant read .exe files I got no idea what to do.
My CDROM has to be cross platform!
Thanks heaps.
chaps
View Replies !
View Related
Launching An .exe File From Projector
I am trying to launch an external application from a flash projector. I've inserted on the specific button the fscommand
on (release) {
fscommand("exec", "autorun.exe");
}
I've placed the file autorun.exe in the folder fscommand but it does not execute.
In Swish 2 this works out OK, Am I doing something wrong?
View Replies !
View Related
Launching A PDF From A Projector Using FreeMX
hi, ive followed the readme.txt & looked at the sample.fla but still cant seem to get my projecter exe to launch a pdf
in the first frame i have added:
#include "freeMX.as"
for the action button i have:
on (release) {
fmxExec("Library
eadme.pdf");
}
the readme.pdf is in the Library folder (subfolder of the fscommand folder) with the freemx.exe file in the fscommand folder, the freemx.as is in the same folder as the projector folder
i am using mx
any ideas what im doing wrong? probably something really simple ... thanks for ur help
2/ also do u know how to execute the browse command - do i just replace "Library
eadme.pdf" with explorer?
thanks a lot for ur help!
View Replies !
View Related
Launching A Browser From Projector/.EXE
I am working on a Flash exe/projector file that needs
to launch a browser at the end. When I attempt to launch
the browser on a Mac, it is fine and comes up the way it should.
However, on a PC it opens BEHIND the running exe file.
Is there actionscript that will force a browser launch to the
front on both PC and Mac?
Appreciate any help on this...
View Replies !
View Related
Launching A Projector File
Hi,
I've created a projector file that I want to copy onto a CD and have it autolaunch full screen when the person puts inserts it into their computer.
Does anyone know how to do this??
I think most users will be on a PC, but there may be a stray mac user or three as well.
Cheers!
Jenny
View Replies !
View Related
Launching Email From A Projector...help?
i have a cdrom project that needs to have a link...problem is it's all in a projector....any advice on how i can get this running? the regular mailto isn't working for me...this is the code i have on the button:
on (release) {
getURL ("mailto:person@address.com");
}
i have also tried:
on (release) {
getURL("href=mailto:person@address.com");
}
any help would be totally appreciated! thanks.
pete
View Replies !
View Related
Launching External Programs Through MAC Projector...
Need a little assistance...I'm making an interactive menu for a CD that I want to make cross platform. I am able to create the PC .exe that will launch external programs using an executable MS-DOS .bat file just fine. Is there a way to do the same for auto-launching on the MAC by using the FSCommand line? Any suggestions???? And also, is there a way to make the Mac projector auto launch? Would that just work by selecting that file as an Auto Start file when I burn it? All responses...much appreciated.
View Replies !
View Related
Launching PDF Files From A Flash Projector.
Hi,
I can currently launch a pdf files from a button with a flash projector(exe) files using the flashgeek.com method, which launches an external .exe file to read a text file, then opens the .pdf.
However, I need this method to also work from a macintosh projector file, but I dont think that macs will read the external .exe file.
Is there any way around this at all so I can launch .pdf files from a projector file on a MAC??
Please help, I desperate as!
Thanks heaps.
chaps
View Replies !
View Related
Launching Excel/PDF Fron CD Projector
Hi:
I'm having great difficulty trying to get 2 excel files and 1 PDF file to launch from a projector burned onto a CD.
I made the fscommands, .bat files, etc.
The files open, the DOS window closes, and all runs well on XP.
But when it's installed on Windows ME, 2000, or 98 I get errors saying the excel files can't be found, and the DOS window does not close.
Does anyone know what might be causing this, or if there's a tutorial/link/code that will fix this?
Any input would be great; I'm really under the gun and a bit out of my league on this.
Thanks!
SP
View Replies !
View Related
Issue With Launching A PDF From A Flash Projector
I'm sure this has been posted before, but I am having a wierd issue with trying to launch a PDF on a CD-ROM through a flash projector file. I am using just a basic GetUrl action, calling th especific PDFs and whatnot. Everything works fine on a MAC, PDFs open just great. On a PC it's a diffeerent story. The PCs seeminly freeze. In reality it takes a SUPER long time to open Acrobat. Once it does open though, every tim e you click on a PDF it opens instantaneouly.
These are tested on brand new PCs, laptops and towers all with the same result.
Anybody know a workaround for this issue?
View Replies !
View Related
Flash Projector Launching Capabilities...
Ok, so I have 4 seperate projects made in director that have their own projector exes. This is a demo disc that will let people be able to choose the project they want to view via a menu that I am making in flash.
I want to know if it is possible when I put in the cd with the projects and menu, that the menu pops up and the person can select whichever of the 4 projects they want to view, and when they click it, the button launches the director executeable?
If so, what is the actionscript i put on the button for that to work.
Thanks.
View Replies !
View Related
Launching Files From A Flash Projector
Hi there!
I've been trying for some time to find a way to launch files using their associated app from within a flash projector. I was pointed in the direction of a program called JStart from FlashJester, which does do exactly what I want. The problem is, I would need a worldwide licence, and at $299, it's a bit steep!!
So my question is, does anyone know of an alternative program that does the same as JStart and doesn't cost more than the Flash MX 2004 Upgrade!!
View Replies !
View Related
Launching A Projector From Within Another Projector?
Hey Guys
Please please help me with this Noob question! lol
I have created a project and exported as a windows projector file (exe)
Basically the other people in my group at school have windows projector projects as well and i need to link these projects together.
What code should i use on the buttons within my project to launch their projects over the top of my project?
Thanks for your time
View Replies !
View Related
Launching External PDF File W/ Flash Projector
Hello!
I'm creating a CD-Rom presentation and auto starting with a projector created in Flash 4.
The criteria is ( From a buttion link ) to launch a PDF file located on the same CD-Rom
without the intervention of a browser. The "Get URL" command works successfuly,
yet it doesn't work without the intervention of the browser poping up and then launching the file.
Is there a script available for launching external files
Smitty,
View Replies !
View Related
Launching A Word File From Flash Projector
Hello
I am working on a projector for a cdrom project, and they want an option to launch a word file containing information directly from the Projector.
The word files will be burned to a cdrom along with the projector. What's the most efficient way to launch one of the word files? I tried using the GetURL feature, thinking it would simply try to launch the file, but it doesnt recognize it.
Any help would be appreciated...
Thanks! Jenn
View Replies !
View Related
|