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??
FlashKit > Flash Help > Flash ActionScript
Posted on: 10-05-2001, 05:11 PM
View Complete Forum Thread with Replies
Sponsored Links:
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
View Replies !
View Related
Opening Windows From A Flash Projector File In Fullscreen Mode...
Greetings all, thanks in advance.
I've created a Flash file that is in the fullscreen Projector .exe format, intended for use as a demo CD. This Flash file is as an interface to materials on the CD, as well as external URL links.
All my links are coded with the getURL command, and seem to work fine. I click a button, and the applicable html or pdf page opens in front of the Fullscreen Flash. This occurs in every instance UNLESS there is already an IE window open. If there is another IE window open, the new link opens BEHIND the fullscreen flash, making it seem like the button is broken.
My client wishes the maintain the fullscreen mode, but I've been searching for a solution for this for a couple hours, and am getting a little frustrated.
Is there some sort of window.focus that I can use from within a Flash .exe? Any ideas?
Thanks again.
View Replies !
View Related
Opening Windows Files Browsers
Hi,
Is it possible to open a new window from a flash application that allows a user to browse files on their system, rather than opening a new web browser window, and if so, how is it done? I'm developing a flash movie to go on a CD and need a button that will allow the user to view files on the CD in a new window.
Any help would be much welcomed.
Thanks.
Dave
View Replies !
View Related
FS Projector Opening Files On Top Layer
Hi,
Have created a full screen projector for dist by CD. Works fine though when I try to link to a PDF it opens it behind the projector (so the user doesn't know it's opened). Does anyone know a way to get them to open above the projector (I reckon it must be in the actionscript).
Thanks in advance
View Replies !
View Related
Opening HTML Files From A Projector
Flash MX/WinXP:
I'm attempting to open an HTML file from a projector, but it doesn't seem to be working. I thought I could program the button with this:
on (release) {
getURL("movie/cdloader1.html", "_blank");
}
If getURL does not work to call local files from a CD-ROM, then is there a way to do this?
Thanks,
Pete
View Replies !
View Related
Opening Projector Files With Fscommand
I have swf1.exe in it I have a button with the following code:
on (release){
fscommand("exec","swf2.exe");
}
I have the swf2.exe projector in a folder called "fscommand" which shares the same directory as swf1.exe
What am I doing wrong? Can Flash exe files not open other Flash exe files using the fscommand?
PLEASE HELP!
View Replies !
View Related
Opening External Files On A Mac Projector
i'm creating a hybrid cd in flash that references external quicktime movies. i found applications that allow me to open the files using fscommand, like freeMX, but have been unable to find a comparable application for Mac platforms. i have seen ways to create applsecript files i could call that would reference and open a file, but have not seen anything to which i could pass the name and path of a file as a variable, as is possible in the PC executables.
This is important because so far, the flash interface we've created is is dynamically expandable, as it reads from csv text files to display images, thumbnails, etc. i'd like to keep that option for the section showing quicktime movies.
Is there such an application, or could one be easily developed?
Thanks
View Replies !
View Related
Publishing WIndows Projector Exe Files
Hi
I'm an A-Level student and have been asked to do a presentation for a group of up-coming students. I have prepared a Flash presentation with Macromedia Flash MX and want to publish it as an exe file so when the CD it is on is inserted into the computer it auto starts. I don't really know how to do this but could probably figure it out with a little experimentation. However, the problem is I don't know how to make it full screen when it does auto-start, i.e. when I double click on the exported exe file it is just opening in Macromedia Flash Player and to make it full screen I have to do Cntrl-F.
I know that for this presentation it isn't really that important but could anyone tell me if/how it is possible to make a Flash made exe file auto-start, full screen from a CD?
Thanks in advance
Joe
View Replies !
View Related
Projector: Opening Video Files Outside Of Flash?
I would like to open outside mpeg files from a projector file. e.g. have them run outside of the projector when a button is click inside the procjector.
I've tried fscommand("exec", ...) and it doesn't seem to work at all.
I've also tried getURL which seems to only work in opening the file when a browser window is already opened.
Is there a better way to fire up an outside video file from a projector file?
View Replies !
View Related
Opening Pdf Files And Word Documents From A Flash Projector?
I have Flash MX 2004 Pro (just got it)... and everybody I work with just updated to xp boxes, In the past I used Flash 5 to make Flash projector based CD-Roms to have an animated product menu that when a certin product is clicked on it would bring up a pdf file or a word document. I did this using batch files but now the xp boxes don't respond. Does anybody have any suggestions?
PLEASE OH PLEASE OH PLEASE:
confused:
Or another question would be Can you still write batch file for Windows XP? and if so where can I find out what the code is... because it is obviously different than Windows 98 and 2000..
View Replies !
View Related
Can Projector Files Launch Sized Browser Windows?
Hi,
I'm using flash to generate projector files.
Right now, with using GetURL, I can open up a quicktime video in a browser window.
However, if I try to specifiy height and width, I can't.
If I were to use the HTML file, it's fine, but it just won't work on the projector file.
The script in flash GetURL is:
javascript:var newWindow=window.open('movie.html','windowname','w idth=320,height=240,scrollbars=yes');
I'm trying to get this done for a simple cdrom that needs to be automatically launched.
Can anyone help me? I'm using Flash 5.
Thanks!
joanne
View Replies !
View Related
Problem With External Files And Flash Projector For Windows
Hi,
I'm develloping this Flash 8 presentation and its working fine when I publish the swf file. However, when I play the Windows Projector for this same presentation, no external files are loaded.
There should be some text fields load from a .txt file and some .jpg files loaded by an XML file but, although working perfectly with the .swf file, no loading happens whit the .exe file.
Anyone has any idea?
thanks in advance
RF
View Replies !
View Related
Loading Flash Windows Projector From Another Flash Windows Projector
I am trying to make the button in my movie load another movie, but I am playing the flash in windows projector, is it posable that you can load a flash windows projector from windows projector, I tried it and had trouble, here is what I had for the action script:
Movie 1 button action script:
on (release) {
loadMovieNum("Movie 2.exe", 0);
}
When I had it as Movie 2.swf it works fine, is it possable to make a .exe to work?
View Replies !
View Related
Opening New Swf's On Top Of Others In New Windows
Can anyone tell me how to do this? I have one movie with two buttons in it setup as a projector (.exe) and now i want it to open new swf's when those two buttons are clicked respectivly.
the tree should look like this:
----------------------------------------------------------------
CD ROM
(w/autostart)
|
main interfece.exe
/
swf 1 swf 2
game
----------------------------------------------------------------
(end)
so far i've figured that i'd prolly need :
-----------------------------------
on (release) {
loadMovie("other.swf", "_level1");
play ();
}
-----------------------------------
for the button's
but they still don't work?
what's up?
thanks in advance for help
Simp
View Replies !
View Related
Opening Windows
I want to open a new window from a flash button that is a specific size and control what elements like scroll bars and tools show on that window. I know how in html. I am not a programmer so I require your simple easy to understand solutions to be in English or in a cut & paste format. Only genuine soulutions please.
Flash On...
Marbles Mahoney
http://www.marblesmahoney.com/m
View Replies !
View Related
Opening Windows In MX....Help
I have a button on my current FlashMX movie that links to an external SWF. When I click the button, the SWF opens in a seperate window, and the 1st window remains behind it.
MY QUESTION: Can window 1(Flash Movie) be set to close upon opening window 2(external SWF)?
Some help would be greatly appreciated. Thanks guys!
View Replies !
View Related
Opening New Windows
I have a button in a flash movie. It opens a new flash movie from my web site. I use the get url function and I have placed "_new" in the target box. When I open it in Internet Explorer it doesn't work, it opens the new movie in the same window. But, it seems to work in Netscape Navigator.
Any ideas......?
Thanks Anthony
View Replies !
View Related
Opening New Windows W/ CSS
Hi, I would love any and all help.
Currently, I am loading a style sheet and a .txt file (which has the code below in it ) into my flash file. Its working fine but I would like to specify the window size it opens. Is this possible, and if so how?
info=<textformat leading="2"><p>
<span class="hilight">Classics</span><br>
<a href="1957Chevy/index.html" target="_blank">1957 Chevy</a></p></textformat>
Thank You In advance.
View Replies !
View Related
Opening New Windows
I'm trying to allow the user to send variables, the values of different text fields, to a perl application which opens in a new window. I'm using the send() method, which works fine. The only problem is that I want to define the dimensions of the new window. It seems like this should be simple enough, but I am very unfamiliar with actionscript and have been unable to find the answer I'm looking for in the Flash documentation or online, so if anyone could help me out, I would greatly appreciate it. Here's the code that I'm using:
submit.onPress = function() {
var contact:LoadVars = new LoadVars();
contact.realname = userName.text;
contact.returnAddress = userEmail.text;
contact.subject = userSubject.text;
contact.message = userMessage.text;
contact.recipient = "email@address.com";
contact.send("cgi-bin/formMail.pl", "_blank", "POST");
}
If you would like to see it in action, go to http://www.studiosix12.com/test.htm, and go to the "contact" section.
Thank you for taking the time to read this.
.nathan
View Replies !
View Related
Opening New Windows
i know this is a rather easy thing
but i just started working with flash and making websites
i made a flash animation as an intro to a website, at the end theres a button to take you to the home page. i wanna know how by clicking that button, i can make a new window, a certain size, come up with the website. rather than making the website appear on the previous, intro page.
can this be done with actionscript? or is it javascript?
either way, can anyone give me a code i can just plug in?
thanks
View Replies !
View Related
Opening New Windows W/ CSS
Hi, I would love any and all help.
Currently, I am loading a style sheet and a .txt file (which has the code below in it ) into my flash file. Its working fine but I would like to specify the window size it opens. Is this possible, and if so how?
info=<textformat leading="2"><p>
<span class="hilight">Classics</span><br>
<a href="1957Chevy/index.html" target="_blank">1957 Chevy</a></p></textformat>
Thank You In advance,
macky
View Replies !
View Related
Opening Windows And Ie 6
Hi Folks,,
A real problem for me. Just don't get it.
Can anyone explain why the following script works fine in ie 5 + safari (mac), but does nothing on ie 6 (pc)
The URL is www.spov.co.uk BTW
anyroad... the script...
//on a button:
on (release) {
_root.openWindow("center", "media/slideShow.html", "", 800, 600, 0, 0, "no", "no", "no", "no", "no", "no", "no");
}
//root, frame script:
function openWindow(type,url,winName,winW,winH,winTop,winLeft,tools,scroll,resize,menu,status,directory,location){
switch (type){
// ===========================
// REGULAR WINDOW
// ===========================
case "regular" :
getURL("javascript:window.open('" add url add "','" add winName add "','width=" add winW add ",height=" add winH add ",top=" add winTop add ",screeny=" add winTop add ",left=" add winLeft add ",screenx=" add winLeft add ",toolbar=" add tools add ",scrollbars=" add scroll add ",resizable=" add resize add ",menubar=" add menu add ",status=" add status add ",directories=" add directory add ",location=" add location add "'); void(0);");
break;
// ===========================
// CENTER HTML WINDOW
// ===========================
case "center" :
getURL("javascript:window.open('" add url add "','" add winName add "','width=" add winW add ",height=" add winH add ",top='+((screen.height/2)-(" add winH/2 add "))+',left='+((screen.width/2)-(" add winW/2 add "))+',toolbar=" add tools add ",scrollbars=" add scroll add ",resizable=" add resize add ",menubar=" add menu add ",status=" add status add ",directories=" add directory add ",location=" add location add "'); void(0);");
break;
// ===========================
// FULL SCREEN WINDOW
// ===========================
case "fullheight" :
getURL("javascript:window.open('" add url add "','" add winName add "','width=" add winW add ",height='+(screen.height-100)+',top=" add winTop add ",screeny=" add winTop add ",left=" add winLeft add ",screenx=" add winLeft add ",toolbar=" add tools add ",scrollbars=" add scroll add ",resizable=" add resize add ",menubar=" add menu add ",status=" add status add ",directories=" add directory add ",location=" add location add "'); void(0);");
break;
}
};
Thanks in advance.
Chompy
View Replies !
View Related
Opening Windows
I need each of the buttons in the circle movie clip to open a different window like the one showed on the main stage. This means you must create three unique windows, one for each button. I've tried to do it, but it absolutely refuses to cooperate every time. Oh, how I envy you who are masters at what you do... Ah, and it would be great if the window was a different color...say instead of pink-dark brown, instead of a white bg, translucent. If it's not too much trouble, tell me what you did so I can learn. I wish I were a Flash great...
View Replies !
View Related
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
View Replies !
View Related
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!
View Replies !
View Related
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...
View Replies !
View Related
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?
View Replies !
View Related
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
View Replies !
View Related
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).
View Replies !
View Related
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
View Replies !
View Related
Projector Windows
I have created five seperate flash movies(large file sizes about 80MB) and exported them all as projectors. Each of them were intended to play by themselves as standalones. Now the client has requested I build a flash projector with an interface that will allow a user to access any of the other five projectors in order to put it on a cd-rom.
I need to launch a new projector from a running one how can I achieve this? I would appriciate any advice. Thank you.
View Replies !
View Related
Windows Projector - Help Please
I have published my movie in the windows projector format but my load movie function does not work.
On buttons I have actionscript telling flash to load a movie into an empty movie clip. I realise that it is probably beacause it is telling the movie to load in an SWF file.
Will I need to change the file extension to another format?
For example, on the home button, the script at the moment is:
on (release) {
loadMovie("homeintro.swf", "empty");
}
thank you
View Replies !
View Related
Mac Projector On Windows
Hiya
I'm building an application for a client and now he tells me he wants a Macintosh projector file as well. I'm having trouble creating the .exe for Mac on Windows XP. Flash crashed a few times while I was doing it but I did eventually manage to create a .hqx file.
Can anyone give me a few tips on how to do this and, in particular, how I can test the .hqx file?
Thanks for any help
Mick
View Replies !
View Related
Windows Projector
A couple of questions about windows projector.
1. can i change the name of the window in the projector?. For example, instead of "Macromedia Flash Player 6" have MY COMPANY
2. how can i hide the menu bars in the windows projector? This is the FILE, VIEW, CONTROL, and HELP menus in the top of the screen?
Thanks a lot
G.
View Replies !
View Related
Windows Projector
When publishing a movie as a Windows Projector (.exe), is it possible to remove the 'Macromedia Flash Player 6' title bar and the Window control boxes on the top right?
Without publishing it in fullscreen?
Thanks in advance.
View Replies !
View Related
Mac Projector From Windows
Hi guys,
Been using Flash MX for a while on a PC, but have recently upgraded my Director to MX2004. I have noticed that there are seperate tabs in the publish settings for OS classic and OSX when making projectors. This isn't the case in Flash MX - does this mean that Mac projectors produced from here are compatible with both OS classic and OSX, or are these Mac projectors incompatible with OSX???
Cheers,
Tom.
View Replies !
View Related
Windows Projector
Hey there.
My friend wanted to take a look at my flash project so I published the windows projector and sent it to him. However I noticed that the projector(although it works) does not show external movies contained within my project.
(for instance, I used the actionscript command loadMovieNum ("main.swf",1) and that movie doesn't show in the projector)
Is there any way I can this to work?
Thanks in advance,
Lex
View Replies !
View Related
|