Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Opening Screensaver Installer INFRONT Of The Projector Window



im using MX and a *********** install file. However when i click on my install screen save button ( im using getUrl(): ) the setup dialogue comes up behind the window.

Does anyone know hnow to open it in front.
Tnx



FlashKit > Flash Help > Flash MX
Posted on: 10-07-2003, 04:07 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Opening A Html Window From A Projector .exe
k, i've been searching on the boards and i've tried 2 peices of code, this one:


Code:
on(release){
geturl("javascript:window.open('3dmeche.html','3D mech 1.0','width=400 height=300 scrolling=1');void(0)");
}
and this one:


Code:
on (release) {
getURL("javascript:window.open('3dmeche.html','3D meche 1.0','width=500,height=400');void(0);");
}
neither of them are working, the html files are in the same directory as the .exe file. i'm going to use it in a interactice cd thing, are their any codes i could use?

thx, squid.

Opening A New Window (with Variables) From A Projector File.....
I have a projector file that on a button click, needs to open a html window with particular attributes, ie size, scrolling, etc. I am able to open a plain html window with no issue. However, if I try and open a window with attributes, I get one full size html window, which then seems to open the sized window I wanted in the first place.

If the movie is in an html doc, it works fine and only opens one window. But when it is exported as a projector file, it opens two. Any way around this? Below is the code I am using to open the window.

on (release) {
getURL ("javascript:NewWindow('http://clients.aismedia.com/formtest2.htm','newWin','width=550,height=460,left =0,top=0,toolbar=No,location=No,scrollbars=Yes,sta tus=No,resizable=Yes,fullscreen=No');");
}

Doing A Demo Which Opens Projector Need Some Help Opening A New Window
when someone loads the cd it will auto start the intro followed by the actual demo which will be played off of projector full screen.

i then need to open index4.html in the same directory at 745 x 672
in a new window

any one know how to do this?

most tuts ive seen deal with having some javascript in the html holding the swf but since this is a projector file i dont know how to do it.

please help

thanks

Opening Full Screen HTML Window From Projector?
Hello friends. I want to open a full screen HTML file from a projector, but cant find the code for it. Can anyone help me with this??

Thanks in advance.

Opening Browser Window In Front Of Flash Projector
Hi all,

We are having problems opening the browser window in front of a full screen projector file. It does open the browser in front but only the very first time, if you then want to launch another browser window it will always stay behind the flash movie.

Can anyone help please.

Opening A Set-sized Browser Window From Flash Projector
Does anyone know how to open a correctly sized browser window from Flash projector? I would like to incude a link to an on-line web registration page from a CD.

Many thanks...

Flash Projector In MAC Pkg Installer
Hey, does anyone have experience putting a Flash projector for the MAC in a .pkg installer? I am trying, and while the Flash projector plays fine before I package it (using Package Maker) the MAC doesn't recognize it once it is installed. Any ideas? I'm a PC guy, so I'm completely lost here. This has to go out today, so any help is greatly appreciated.

Popup Window Infront Of Fullscreen
Im working on an interactive CD. What my problem is is I cant figure out how to make a popup window fit in front of and exe. fullscreen. Simply meaning that I want to have a small chromless window infront of a fullscreen. Any tips or hints would be greatly appreciated.

Loading Installer From Projector File
Hi all,
I am creating a flash presentation that I am going to export as a projector file. I am trying to see if it is possible to launch a software installer our of that projector file. I have a "Click here" button that I am hoping to program to launch the installer file(located on a local machine HD).
Please help,
Inna

Launch The QT Installer From A Flash Projector
Dear all,

I am wanting to launch the Quicktime installer on OSX from a Flash Projector. Nothing I do seems to work. The following seems to work with most other applications and something similar works fine on OS9 but not with the Quicktime installer on OSX

on (release) {
fscommand("exec", "QuickTime 6.3 for 10.2.dmg");
}

I have tried making the installer into a .sitx file, shortening the name to just "QuicktimeInstaller.dmg just about everything but I get no response when I click the button I have created.

Does anybody know how to launch the QT installer from a Flash projector. Any assistance is appreciated.

cheers Tony

How To Convent A Projector Into Screensaver File Which Allows Both Pc & Mac To Use
i'm using a mac, & have up a screensaver for downloading but when i convent the projector file to a screensaver file only mac system can use it, how can i make it to a file that both pc & mac can use it?
or how can i make a pc screensaver with mac

Create Screensaver For A Projector File
I've got a projector file.

To prevent burn-in on some displays, I'd like to have a screensaver kick-in (in my case a seperate external SWF) if either no mouse or keyboard action occurs after so many minutes. Then upon any key or mouse movement the screensaver would disappear.

I know I need to use the getTimer() but am not sure how to go about it. Any tutorials on this or direction would be appreciated.

Express Installer In A Popup Window
My Flah application is in a popup window. I am using express installer in popup window to update to version 9. I want users to be redirected to final page in popup window itself, instead express installer closes the popup window after successful installation and opens a new window. Can someone please help me with this?

Thanks,
Neeraj

Flash Projector Changes From Full Screen To Windowed After Exiting Screensaver
I've created a flash projector that displays a companies product catalog on a 50" touch screen plasma display.
It looks great and plays great if I launch the projector and force it to full screen.
However, since this is a plasma, screen burn in is a major issue to contend with.
I've set the Windows screensaver to activate after one minute of inactivity.
The problem is that when the screensaver is exited by a touch, the flash projector that was running in full screen mode is now back in windowed mode so CTRL-F has to be hit to force it to full screen again.
This isn't good.
So, I guess my question is two-fold:
Is it possible to programatically force the projector to full screen mode so that no user intervention is required? (fscommand works on the first launch, but when the screensaver kicks in, all bets are off.)
And/Or
How would I go about creating a timer to activate an internal screensaver and insert it into the actionscript for the XML gallery?

Any help is greatly appreciated.
Thanks,
Rick

Opening A PDF From A Projector?
I'm trying to create a stand alone flash player that can launch a specific Acrobat PDF file. I'm a little new at Flash, and I'm trying to find the right action script.
I know the "FSCommand" (exec) can launch Acrobat but how do I get it to open the targeted PDF?
Help

Opening Pdf From MX Projector (CD-ROM)
I want to start a pdf file from a flash projector on a CD-ROM.
I don't know much about actionscript, components.
And I have no idea how to work Jtools???
Any simpler way to do this.
Needs to be crossplatform
On mac, I can use applescript...or can I?
For PC...I'm lost!

Opening A Projector From A Cd Rom
I am making a cd rom with three flash movies on it. They will all be projectors. I will write an autorun.ini file to get the main movie to run and then from that, the user will choose from the 2 other movies.

I need to have the user click on one of the choices and have it open that particular projector file and play it.

Thats it... its seems pretty simple, but...

Projector ? Opening From Swf.
Ok. I've done this before but in Flash 4. I haven't had a chance until now to need to use the exce function.

So. This is the code Im using


PHP Code:



on (release) {
fscommand("Exec", "test.bat");
}




the test.bat is in the same directory as the swf. I first started to have it like this:


PHP Code:



fscommand("Exce", "/Folder1/Folder1a/test.bat");




Whats wrong with both of them.. They dont work? am I missing something? I know I have the .bat file correct because I can run it by just clicking on the file in explorer.

Help?

MAC Projector On CD Opening A PDF
I need help. I am on a very tight deadline. I was hoping someone can help me with this. I have created a flash cd that has some links that open up pdf files. I am using the getURL command and it is working fine on pc but mac can not find file. Any help would be great. Thanks everyone.

ttiel

Opening A Projector Or Exe From A Projector Or Exe
Opening a projector or exe from a projector or exe?

Is this possible?

the project has some big embeded movies and the load time for the projector is really slow. I would like to have a smaal "loading" projector pop up which tells the main projector to open.

any ideas? Deadline tomorrow morn.

Thanks

Projector Opening A Projector
I know this is getting repetitive in the forums, but I still can't seem to get this ****e to work! Here's my intent, situation, and problem:

I am making a hybrid cd-rom portfolio. I have 4 folders; "Work" folder (where all of my .fla's are located), "MAC" folder (which contains all the information for the macintosh portion of the cd-rom), "ONLINE" folder (self explainatory) and "PC" folder (again, self explainatory). I have all of my .fla's publishing to the appropriate folders. The content in the MAC folder does not reference anything in the ONLINE or PC folder. The PC folder contains a projector that references all the files in the MAC folder, because that's just the way it was set up. There's only the AUTORUN file and a single projector file in the PC folder.

My "MAC" folder contains the topmost projector file and the "fscommand" folder. That topmost projector file determines which operating system the user is on, and opens up the appropriate projector file. The projector file, whether it be PC or MAC loads the appropriate .swf's which contain all the appropriate information for any given section. It all works.

The directory looks something like this:

MAC/fscommand/Data/ -content in the Data folder
sections/subsections

The .swf of interest here is called game_work.swf

In game_work.swf when I click on a button, it determines whether or not the portfolio is located on the web or not, and which operating system the user is on. Once it determines that, I have IF statments that tell it to open a projector file. That projector file is a game I made.

My question is this: I know how to do an fscommand.

fscommand("exec", ":E-Bug-Bomber"); <-- For Mac
fscommand("exec", "/E-Bug-Bomber.exe"); <-- For PC

I want to place the "E-Bug-Bomber" projector files in the "Data" folder. So the absolute path, beginning from the first projector file will be:

"fscommand/Data/E-Bug-Bomber"

How do I reference the file correctly? I'm thinking that since the secondary projector (the one that is being opened by the topmost projector) is where the game_work.swf is being brought to (because it's being brought into the main projector via loadMovie() function).

Opening A Projector With A Projector
Hello ladies and gentlemen!

I have a nice little problem and maybe someone out there can give me a hand. I'm trying to find some sort of a solution for getting one projector.exe to popup on top of another projector.exe.

I've got it up and running, but I need to position the window in a particular place (pretty much centered). Is there any way to open a projector and tell it where to draw the window??

thanks,
rami

Mac Projector Opening Another Mac Projector
how can you open a mac projector from inside another mac projector?

i hav tried fscommand but that doesnt seem to work

i need to have two mac projectors open at the same time

????

i have tried loadMovie, getURL and fscommand - no luck

Mac Projector Opening Another Mac Projector
how can you open a mac projector from inside another mac projector?

i hav tried fscommand but that doesnt seem to work

i need to have two mac projectors open at the same time

????

i have tried loadMovie, getURL and fscommand - no luck

Opening SWF Or Projector From Within SWF Or Projector?
I am working on my portfolio and planning on adding some links to flash projects. Trying to figure out how to open (seperately) another swf file or flash projector file from within my swf or flash projector file. I want to be able to open it and still have my portfolio file open.

I have had some experience with fscommands before, not sure if this is a way that it can be done.

Any ideas or words of wisdom??


Opening Another Projector File
Hi there in flash 5 using fscommand you can open another projector...its works fine thats all good but I now have flash mx and it doesn't work. Is this a bug??? does anyone know why or a way around it. I can't go back to flash 5 now since the file is now saved in flash 6... and this is the only way it can work.

Opening A Projector File>>>>>>>
i'm trying to open a projector file from director, from flash. i created an interface in flash, and when the user clicks on a certain button, a project i created in director opens (exe file). any ideas???

Opening A Director Projector
I have created a projector for a director movie and I want it to load from a command in Flash. Can anyone tell me how this can be done?

Cheers

[F8] Opening PDFs From PC Projector (.exe)
Opening PDF file with PC Projector
Hello-

I have created a CD Presentation in Flash Professional 8 on a Mac running OSX 10.4.9.

Problem: I need to create a PC Projector (.exe) that has buttons that will link to and open up PDFs on the PC automatically when the buttons are clicked.

I have read that the FSCommand to open up an exec is not setup to open specific files, but rather, to open up applications. I have tried creating a .bat file that calls the PDF file, and then using a FSCommand to call the .bat file, but this doesn't seem to be working... the PC seems to looks for the file, but can't find it. I've read that you have to put the files into a subfolder called "fscommand" -- does this apply to both the .dat files and the .pdf files?

I also thought I could use a GetURL command to tell the PC's browser to open the PDFs, but I'm not sure if this is foolproof (especially since the presentation opens fullscreen, and I'm not sure if the browser will automatically open in a new window over top of the Flash projector screen).

Can anyone help me accomplish my goal? I need to get Mac specific instructions on how to create the PC projector files...

Thanks for any help!

Opening An App Or Exe From A Flash Projector
Hi everyone:
How can I open a exe application from a flash projector. I am burning a project to a CD and I need (in AS3) to call out run an EXE when the user clicks a button.
I tried using the code below, but what it does is it prompts the user to either run or download. If the user clicks run, the prompts them that EXE are dangerous...blah, blah....How can I make the EXE run from the CD automatically when the user clicks on the "search" button without any notices (like other CDs do)?

I cant find this anywhere. I know in AS2 you can use fscommand, but I read on line that this is not supported anymore.
thank you for your help.

Rafael.







Attach Code

srch_btn.addEventListener(MouseEvent.MOUSE_UP, focusOnSearch);

function focusOnSearch(event:MouseEvent):void
{
navigateToURL (new URLRequest ("search.exe"));
}

Opening A PDF File From A Projector/SWF ?
I have this project that requires opening pdf's in acrobat reader that needs to be burned on a CD ROM as a self contained EXE. So I am designing this in flash with buttons that will open pdf's, then I'm exporting this as a swf and importing that into Director and then exporting it as an exe. Why you ask... it seems when I export the flash file as an exe, it needs flash player installed to open the exe. This project needs to be burned on a cd rom and as a stand alone player that will open pdf's in reader.

So my question; Is there an easier way to do this? and How?
2nd, what is the code to open a pdf file from a flash swf/projector in (A.) Acrobat reader or (B.) explorer.

please help...

Opening A Director Projector
Hello

Is it possible to open a director projector from a swf movie?
If so, could you please tell me how?
Thanks so much!

Opening A Pdf In A Browser With A Projector
this is the last question regarding this stupid CD (i hope). Thank you to all who helped me solve the email issue, the mailto command worked perfectly.

New issue is that i have 3 pdf's that have to open from within this CD-ROM. It is to be a cross platform CD, so im opening these pdf's from a browser with the getURL command instead of writing applescript & creating *.bat files to use with the fscommand in order to get Acrobat to open.

So far so good except my good friend firefox doesnt open these pdf's unless it's already open. if ff is open they open in a new tab. if ff is closed and the app has to open the browser, ff comes up with a blank screen (no errors, no tabs, just a plain white screen)

the coding on the buttons is pretty simple: (yes, i know, its not best practice but i'm trying to keep this as quick & easy as possible as it is a component of a larger entity)

Code:

on (release) {
   gotoAndPlay("pdf");
   getURL("business_plan.pdf", "_blank");
}


i defaulted every browser and firefox is the only one i have this issue with.

Load .swf Or Projector In New Window From Another Projector
i am trying to put together a CD with my portfolio... i have the main movie playing from a projector and i want to show some samples of flash movies i have made. is there any way i can load them into a new window rather than having them load into the same window as the main movie?

if not... here is my other problem... one of my movies plays music using:

loop = new sound();
loop.attachSound("loop");
loop.start(0, 100);

the problem is, when i try to load the movie with this music into the existing window on level 1 it will not play the music, but all sounds on the timeline play fine.

any help is appreciated...

Opening POP-UP Windows From Projector.EXE Files?
Hi again!

Is there any way I can open pop-up windows from an EXE file that display no menubars?

I tried the "custom_window_opener" you guys recommended me the other days and it works fine, but only when working from an embedded SWF file. I tried to make it work from a Projector file and it just didn't.

How can I open pop-up windows from an EXE file but showing no statusbar, menubar or anything but the file itself??

Opening A Director Projector From Flash
This is probably very simple, but how do I open a Director Projector at the end of a Flash movie? I want the Flash movie I created to play and then go right into a Director projector.

Please help.

Thanks

Opening Applications From Flash Projector
I need to lauch MS worrd and Acrobat from a Flash Projector on CD-ROM.. I realse that I can target these using the getURL command but this opens the browser which is no good. I found a command from a previous thread using a FSComand:

fscommand ("exec", "cmd /c Name.pdf");

This works but a DOS window appears... any suggestions on how to solve this or alternative methods very welcome?!

Cheers

Oll

Opening Explorer From A Projector File...
Hola...

Basically the subject line says it all. I posted a question about full screen yesterday which works great, but I can't seem to figure out how to open internet explorer with script within my projector file. If you didn't read my post yesterday, I am working on a Flash intro for an interactive CD based catalog. Any ideas...?

Opening A Browser In Front Of Projector
im using the get url command from a windows projector and am wondering if there is a script or command i can use to make sure the browser is always being opened in front of a projector.

thanks

Opening Local File From Projector
I'm trying to figure out how to open a Word file from a Projector movie. I've been trying to use the "exec" command from the "fscommand" but nothing happens.

Any ideas?

Opening A PDF File From FLASH MX Projector?
How can I open a PDF file from a FLASH projector.....I have tried the GetURL, and nothing..........hyperlink does not work either! Please help....gotta have CD rom presentation done in couple o dayz!

Thanks flashers!
DJ

Opening IE Windows From Flash Projector
Hi,
I have to open a browser window which has no scroll bar and in fullscreen mode from a flash projector. Is there any way of doing that. please help me out of this.

Opening The Flash Projector At The Center
How can I open the flash projector at the center of the screen?
Please help me!!!

Opening A Program From A Projector File?
everyone,

how would i be able to open a program, from a projector file? more specifically, opening a file in a program. all ideas are greatly appreciated. thank you in advance.

Opening A Pdf With A Batch File From The Projector
Hi, I read that if you create a bat called launcher.bat like:

START presentations/presentation.pps

then link to it via:

on (release) {
fscommand ("exec", "launcher.bat");
}

it would launch the file. It used to work in Flash 5. But it does not in MX. I heard that there was something like having to put things in a folder called fscommand - but I can't remember, or make it work.

Unfortunatly I cannot use SWF sudio for this. Does anyone know how to make it happy?

M@

Opening .pps File From Flash Projector
Hi,


I used this code


Code:
on (release) {
fscommand ("exec", "start APS_Guidelines.pps");
fscommand ("exec", "cmd /c APS_Guidelines.pps");
}


to open a powerpoint presentation from a flash projector in flash 5 but it doesn't work in FLash MX.

Can anyone help me out with this?
Thanks!

Opening HTML Windows From Projector
I have a bunch of HTML links accessible from a Flash Projector (EXE). The projector is running in fullscreen mode, so the WinXP status bar, etc are hidden. The first link clicked on opens the HTML page Internet Explorer. When I click back to the Flash projector the IE window disappears (i.e., it is sent to the back).

My problem is that when the user click on any additional links the URL is loaded in the same window as previously, but this time the window stays hidden behind the fullscreen projector (unlike the first time a URL is clicked and IE opens)! Is there a way to always force a new instance of the IE browser that will open 'above' the projector?

I realize the user could 'ALT TAB' to browse to the IE window or minimize the projector (by pressing ESC) and use the WinXP status bar to select the IE window, but neither of these solutions are ideal. I want all clicked URLs to 'pop-up' above the projector within IE.

Any help greatly appreciated.

Glenn

Opening A Director Projector From Flash
I need to make a button in flash that opens a director projector. My flash movie will be displayed in a browser window. It would be nice if it worked on both mac/pc platforms. Can anyone help please?
Thanks,
Patricia

Opening A Director Projector From Flash
I need to make a button in flash that opens a director projector. My flash movie will be displayed in a browser window. It would be nice if it worked on both mac/pc platforms. Can anyone help?
Thanks,
Patricia

Copyright © 2005-08 www.BigResource.com, All rights reserved