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








Launching A Browser From Flash...


hi - just starting to use flash and wondered if Flash is capable of launching a default web browser with a link _if_ Flash is not running in a browser. so - no javascript...

so for example, i just want a flash file with a label or somethign on it that says:

"Hello"

and when you click it, it opens a window to send you to http://www.kirupa.com

Possible?




KirupaForum > Flash > Flash 8 (and earlier)
Posted on: 09-15-2006, 08:57 PM


View Complete Forum Thread with Replies

Sponsored Links:

HELP: Launching The Swish Flash Into The Browser
I'm having problem in launching my swish flash into the browser. When I do this the text are different from the one that i made. In e.g. when you make the text WELCOME it shows a different text in the browser when you launch it. It became QTSUNOA it changes every time you launch a different browser. I still don't understand why it changes that way.. hope you guys can help me.. thanks ^^

View Replies !    View Related
Launching Browser Window On Top Of Flash
I've created a combobox to launch .pdf's in an external browser window, but was wondering if there's a way to get the browser to launch "on top" of the Flash movie......As it is now, the movie partially covers the .pdf.

Any ideas?

View Replies !    View Related
Launching A Browser Window From A Flash Executable
Hi guys, I've run into a small problem launching a browser window on top of a flash exe.

I recently created a flash cd demo and once placed in the cd drive it launches and scales to fit the screen
fscommand("fullscreen", "true"); now when I launch a browser from a link provided it appears in front of the demo (which is what I want) but problem is if I don't close that previous browser window and try to launch another from the flash demo, it appears "behind" the flash movie.

So bascially I would like to know if there's a code snippet that keeps the browser window always on top.

it's been driving me nutz

please help

salud

View Replies !    View Related
Launching Quicktime Mov In New Browser Window From Flash
I'm having trouble with the placement of my quicktime movie (there's borders around it and I don't know why) which i launch from my flash movie (on web) into a new window (unresizable and set dimensions) using this javascript:

on (release) {
gotoAndStop(49);
getURL("javascript:window.open('test.html','win1', 'width=400,height=320, top=15,screeny=15,left=15,screenx=15,toolbar=no,sc rollbars=no, resizable=no,menubar=no,status=no,directories=no,l ocation=no'); void(0);");
}

the problem i have, is that the new browser window which plays my quicktime, leaves a border to the left, bottom, top, and right of my quicktime movie... This is the html code for "test.html" (with qt embedded):

<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<TITLE>bkuhl</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
width="400"
height="320">
<param name="src" value="cd1/fringenew.mov">
<param name="autoplay" value="true">
<param name="controller" value="true">
<embed src="URL"
width="400"
height="320"
autoplay="true"
controller="true"
pluginspace="http://www.apple.com/quicktime/download/">

</BODY>
</HTML>

If there is code in the "object" and "embed" parts above which eliminate this strange border around my quicktime, can someone tell me what they are?

The new window is 400x320... my quicktime is 400x320, i don't know why there is a 20 pixel or so margin to left, top, right and bottom

www.gmunk.com (click on broadcast then one of the movies) to see how I want my movie to play.

I don't have a link to the movie, but i could provide one if my explanation makes no sense.

i know this isn't strictly a flash problem, but as I'm trying to launch the window from flash, perhaps there is something in the javascript that'll solve this...

I'm pretty sure the problem is with the html, however.

Thanks, and help appreciated

View Replies !    View Related
Launching File Browser From A Flash Projector
I am making a CD that is a Flash projector with links to several .PDF and .DOC files that are located on the CD. I am trying to set it up where the user can just click on the file they want and their computer will open it.

The problem is I am trying to do so in a way that will work on both Windows and Mac. I did some Googling and in order to get the exec function to launch files, it needs to be tied to a batch file for Windows or a apple script file for Mac. I was thinking it would work better if there was a way to just have the button open up the folder that holds the file, if it works in both Windows & Mac.

Anyone know if there is a way to do this?

View Replies !    View Related
Launching A Specific Web Browser?
I have a button in one of my movies that links to a website. When I click on the link and a browser is not already open, it automatically opens Netscape. My question is, does Flash just open the user's default browser (meaning that my computer's default browser is set to Netscape for some reason), or does it specifically look for netscape, and if so, is there a way to specify it to launch IE?

View Replies !    View Related
Launching Browser From Exe W/o Toolbar
I'm trying to launch a browser from an exe. That's no problem, however I want to define all parameters of the browser window, such as; toolbar,menubar,scrollbars,resizable,width,height
What i'm trying to get here is an 800x600 window w/o toolbars etc., and not resizeable. Any ideas? Thanks!

View Replies !    View Related
How Is This Done? (launching A Browser With No Buttons)
hi - just trying to figure out how this is done:

http://www.swishzone.com/products/si...e05/index.html

when you click on enter, a new window launches with no menu bar etc...

is this done with javascript / actionscript?

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 Documents From A Browser
Ok, I've got something that used to work but has now been broken by the multitude of Microsoft's security updates.

I've got a Flash menu embedded in an HTML page which will be on a CD. When you click on links in the menu, it launches external content (.mpg, .doc, .ppt). Movies work fine. It opens in Media Player no problem. However, Word and Powerpoint are all busted. This is what happens when you click, say... a link that launches a Word Document.

1) A new page opens that says "Action Cancelled: Page cannot be displayed blah blah blah."
2) You go up to the address bar and press Enter (because the path is correct), and it launches Word.
3) Word opens, but gives an error message "The document name or path is invalid" and doesn't open the document.

I took all the files to a system that hasn't been hosed down by the security updates, and it works completely fine. When you click a document link, it gives you the Open/Save dialog box. You press Open, it launches Word no problem.

Any ideas on how to get around this problem?

View Replies !    View Related
Mailto Without Launching Browser
I am building a media disc that has a e-mail us button, when I use the getURL(mailto) it works but it launches my browser first. Is there a way to have it just launch my e-mail app? I am using Mac and flash MX 2004.

View Replies !    View Related
Launching Browser From Within Loaded Movie
I snagged some lovely code from here about launching a browser window from within Flash (controlling all aspects of the window: scrollbars, size, etc.) using what was done here - http://www.kirupa.com/developer/mx/centered_popup.htm. That seemed to work fine, with the exception being I used the "_root.openWinCentre" code shown on the Kirupa site as opposed to the code in the downloadable file ("Movieclip.prototype.openWinCentre"). That works fine; it launches a browser. Problem is, when that movie is loaded into another movie, it no longer launches a browser. Works fine by itself, but does not once loaded into another Flash file. Any help would be much appreciated. Thanks

View Replies !    View Related
Launching Browser Window From A Projector
Is there a way to open a browser window to a specific size from a projector file. I know how to do it with javascript when the .swf is embedded in an HTML file, but can it be done from a projector?

Thanks.

View Replies !    View Related
Launching A PDF Without Spawning A Browser Window
I'm trying to launch PDF files from a MAC and PC projector but keep spawning browser windows before the PDF is launched in Reader.

I'm using getURL and don't want extra windows floating around.

Any help?

View Replies !    View Related
Launching Browser Windows W/ Urls Containing Query Strings
I have a javascript function that works fine opening new browser windows when a user clicks an html link in a dynamic text field.

The problem happens when there is a query string with several variables.

For example, this works when I enter it as the URL argument:

Code:
http://www.somewhere/entrance/query.fcgi?cmd=


And this doesn't work -- the link text doesn't even appear:

Code:
http:www.somewhere/entrance/query.fcgi?cmd=SearchType&db=DatabaseType&details_term=%28name%20cs%5BAuthor%20Name%5D%20%29


I know there has to be an easy way to do this, but I search and can't find exactly what I'm looking for. Suggestions are appreciated.

View Replies !    View Related
Launching Embedded PDFs In Acrobat Reader Rather Than A Browser Window
I'm pretty sure that my subject title gives an overview of my issue...

I am currently working on my first official interactive CD-Rom in Flash MX. I'm having issues with properly viewing my PDFs.

The presentation is to contain PDFs which can be opened into a new window when you click on the PDF link. I could only find the code which launches the item in a bowser window upon clicking. I need the PDF to launch into the Reader program, as the majority of the user base will not have access to an online browser. Is this even possible?

Any help would be much appreciated.

Thank you
K

View Replies !    View Related
Full Screen Mode Cancelled By Launching PDF In Browser Window
There are quite a few of these posts on here. After Flash 9 the fullscreen fscommand no longer retains its fullscreen display if you use getURL to launch a browser window to display either a web page or a PDF. All of the previous posts have been "answered" by the Flash Jester Jugglor Support Team, unashamedly plugging JSTART and JUGGLOR to everyone raising this issue. When all we really need is a response from Adobe on how we can fix this - because it's obviously a BUG - and serves no real purpose. I DON'T want to buy JUGGLOR, I tried it years ago and found it buggy and unfathomable. All I want is to be able to keep my fullscreen!

The cynic in me wonders whether FlashJester might be owned by Adobe in some way, and by introducing this bug they're hoping to raise additional revenue from selling all those copies of JUGGLOR....?

View Replies !    View Related
Getting Rid Of The Top Of The Browser Window When Launching A New Window.
hi there,

I have been having trouble getting a flash site to launch a new broswer window for a html document. It worked fine when opening a new flash window but not html.

Anyway someone on here kindly helped me and sent me this code:
getURL("javascript:NewWindow=window.open('http://www.design8ed.com/digitalspirit/pages/designcs.html','newWin','width=459,height=171,left =0,top=0,toolbar=No,location=No,scrollbars=No,stat us=No,resizable=No,fullscreen=No'); NewWindow.focus(); screen_height = window.screen.availHeight; screen_width = window.screen.availWidth; left_point = parseInt(screen_width/2)-(459/2); top_point = parseInt(screen_height/2)-(171/2); setTimeout('NewWindow.moveTo(left_point,top_point) ',100); void(0);");


Which made it work the only thing is it pop up including the browser menu at the top - does anyone know how i can get rid of this?

Also within the html doc - http://www.design8ed.com/digitalspir.../designcs.html i have a close button which when reviewed works but when published it doesn't close the browser window - is there something i'm missing - why isn't it working?


Your help would be greatly appreciated!!!

View Replies !    View Related
Launching .pps From Flash
Hi,

Does anyone know how to launch a powerpoint show (.pps) from within flash. I have seen someone launching notepad from flash, but can't find the .fla.

Cheers, Simon.

View Replies !    View Related
Launching An Exe From Flash
Hello guys! What code should be entered in a button to make it open a program in my computer. Thanks

View Replies !    View Related
Launching Another App From Flash
Here is the situation. My work has &/or is developing a series of short tutorials in PowerPoint. The content will eventually be replaced by Flash pieces that include interactivity and knowledge assesments. However, in the short term, they want to be able to track completion statistics. We have access to a flash template that talks to the LMS of a 3rd party consultant we will be using. Here is what I envision; user clicks link to training module and it opens up a flash login page. User enters info and clicks "OK" at which point Flash launches a PowerPoint show over the Flash interface. Behind the PowerPoint, Flash moves to a log out page. Upon completing the show, the powerpoint window closes revealing the Log Out page. User logs out by indicating they completed the show or that they did not but will return at another time. Flash captures the bare min. for the LMS & sends the data (User Id, started training, completed training, did not complete, etc.).
So, will this work?
If so, how do I launch another application (like powerpoint) from within flash?

View Replies !    View Related
Launching .exe's And .bat's In Flash
Hi,

I'm new to this forum, so this is my first post. I'm working on a flash project for a client right now, teaching people about MS Office. In one part of the project, I want the user to be able to launch an MS Office application (ie. Word, Powerpoint, Excel, etc.) within the swf, how do I do that? I tried using .bat files and fscommands, but nothing's going for me.

Any help would be really appreciated, thanks.

View Replies !    View Related
Launching Pdf From Flash? (pc)
anyone know how to launch a pdf document with Acrobat Reader from a button in a flash exe??? it will run on windows

any help appreciated !!!
thanks

View Replies !    View Related
Mac-flash Mx-launching Pdf
trying to find a script for launching a pdf using flash mx on a mac. i tried making the script like a url link but that doesn't seem to work.
thanks.

View Replies !    View Related
Launching An EXE From Flash
Hello,

I have a Flash SWF file that I'd like to launch a Director EXE from. Is there a special code I need to do this?

Thanks

Foochuck

View Replies !    View Related
Flash.exe Not Launching
My apologies if this is not the exact place to post this topic but it seemed logical enough. I have just reformatted my computer and downloaded and installed all current windows xp updates. After installing Flash 8, it does not launch. The strange part is that I get no error messages and flash.exe shows up in my System Processes window meaning that it is taking up RAM. However, the program is not there. Any ideas?

View Replies !    View Related
Launching .exe From Within Flash?
I am trying to make my wallpaper interactive having a number of buttons that can launch programs for me. I have tried a few thing and have not gotten it to work. Does anyone know of a way to do this? Thanks for you help!

Taylor

View Replies !    View Related
Launching A Pps From Flash
I have a main movie (1.exe) that call another movie (2.exe) in that I have some links that opens pps files.
I used .bat files to do it and the 2.exe film open the pps files correctly when I open directly , but when I am in the 1.exe film and call the 2.exe film the pps files doesn´t open. What is wrong?

View Replies !    View Related
Launching Executable From Flash
Hello, I'm not sure if this is possible, but is there a way to have Flash launch an executable. I'm working on a CD that would require launching of another application on the CD with a ".exe" extension.

I've tried 'geturl' but that opens up a browser and requires the user of the CD to launch from the location or save to disk. It also doesn't look that great.

My end result is that I would like to have the user of the CD click on a button in the flash movie and have the other application launch. Any help on this would be greatly appreciated. Thanks, Jeremy

View Replies !    View Related
Launching A Pdf From Flash Player?
Does anyone know what the correct method is for launching a pdf from a stand alone player???

View Replies !    View Related
Launching .exe Files In Flash 5?
Hey Guys...

Hope this isn't a hard as i imagine it to be, I have seen it done before, but the example i saw was using the Fscommand to launch the calucator in Win*, but it was done throught the command prompt. So, what i want to achieve then, ok..well i work for a school, and the teachers have purchased a pile of subject software, educational cd's, approx 15, when installed on the computers they will all obviosly have .exe files that launch the applications. The boss wants a Flash 'frontend' designing so's the teachers can just open up the flash file, (be it a projector file or a swf in a web page) and in doing so will be presented with an index of the cd's and when selected 'clicked' a button would launch the cd (.exe) of their choice. Please someone help! the deadline on this was yesterday! amd starting to sweat a little.

All help appreciated!! Regards

Vector_Drawn

View Replies !    View Related
Launching .exe File In Flash MX
Heya all, after searching thru the forum archives on launching an external application with Flash MX, I'm still stumped. Here is what I'm trying to do:

I'm trying to launch an .exe file from a swf file (it will ultimately be a projector file on a CDROM).

The file is called "PPView97.exe", and it resides in the "fscommand" folder.

The swf file is located one folder up from the fscommand folder, and here is what the code for my button looks like:

on (release) {
fscommand("exec", "PPView97.exe");
}


I've also tried this:

on (release) {
fscommand("exec", "fscommand/PPView97.exe");
}

And neither of them seem to work.

I'm fairly experienced in Flash, and had no trouble doing this in ver.5.

Any help, ideas, or suggestions will be incredibly helpfull (so I can finally get this project out the door!).

Thanks in advance everyone!

View Replies !    View Related
Launching Email In Flash
I was wondering if it is possible to have flash launch the end user'd email browser and have the subject and a few words in the body of the email already there for them when it opens.

for instance it would launch:

to: soansso@soanso.com
subject : hey you won something

in the body: srite all your info here ok.

thanks

View Replies !    View Related
Launching An Executable From Flash
Is it possible to launch a non flash executable from flash? Specifically, from a standalone flash player.
thx

View Replies !    View Related
Problem Launching Ppt From Flash MX
Hello Guys,

I am working on a Flash presentation. I am having problem launching external ppt with in the same folder. I am not about to execute the ppt via flash. I have used the following FS Command action on the button I have place in the GUI of my presentation.

on (release) {
fscommand(exec, "power_point_presentaion.ppt");
}


Guyssssssssss please help

Thanks.

View Replies !    View Related
Launching Program From Flash
i'm having problems trying to launch a program from flash MX. ideally, i want to be able to launch Word, Powerpoint, etc locally from my machine using a projector file. i went by this tutorial and followed it to a T:

http://www.flashkit.com/tutorials/Pr...82/index.shtml

the following button code was used:

Code:
on (release) {
fscommand ("exec", "launcher.bat");
}
result: nothing happens. including the DOS pop-up does not open or attempt to start. upon further testing, i found this programming works for a flash 5 .exe but not an MX.exe.

i've tried seraching this site for an updated solution. an someone help me "update" this code for MX? or explain what i'm doing wrong this time around?

much appreciated,

JWT

View Replies !    View Related
Launching A Program From Flash
Is there a way to run/launch a program by clicking a button in Flash?

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 Flash From Dreamweaver 4
Hi There

How can i launch my flash movie from a dreamweaver (html) page at the same size as i made it on export.
Ie just the flash movie , no space around.

ta

View Replies !    View Related
Launching PDF Application From Flash 5
Hi there!

Can anyone tell me how to launch Pdf's in acrobat reader from a flash website. I need to know for the latest website I am designing. The action will be on a button.

Thanks

View Replies !    View Related
Program Launching W/ Flash MX
I have searched for the answer and found some that have helped. Now the problem is when clicking on the button, there is no execution of the program.
First I,
1) Made a button symbol and dragged it onto the stage.
2) Highlighted the button and added the action script needed.
Here is the action script I am using:
on (release) {
fscommand("exec", "restore.vbs");
}
(I have also used restore.bat and no change it solving the problem.)
I have the published flash file in a folder labeled "desktop". Within that folder I have another folder labeled "fscommand". According to what I have read, when using the fscommand, the "desired" executable needs to be in the fscommand folder. I have placed the restore.vbs in the fscommand folder and still no execution is being performed. Also have placed it in the desktop folder and still no progress. Any help would be greatly appreciated.

View Replies !    View Related
Launching A Word Doc From Flash
Does anyone know how I can launch a Word document from a flash 5 movie? I want a user to be able to click on a button to launch it.


Thanks

View Replies !    View Related
Launching Outside Page In Flash ?
let's say i build one page in flash and one in html..
how do i have someone go to next page in flash when they click the link ? is that possible ? or if i just do the buttons in flash and the rest in html, if i press the button to go to let's say portfolio page what code would i write ??

here is my html page:
http://www.webstormdigital.com/newsite.htm
if you click print a flash page opens, now in the flash page if I want to go back to the main (home) page, what source would i write for the home button ?

View Replies !    View Related
Launching Popup From Flash
Hi

does anyone know a way of launching sized popups from flash which works in Netcape/Mozilla as well as IE? The macromedia support page on launching popups only seems to support IE.

Thanks for any help!

View Replies !    View Related
Launching Programs From Flash
Related to my game question, I want to put several games together that can be launched from one Flash file.

It's very similar to the Flash installer, you click on the install button and the installer window pops up.

I would like to know how to do this. It would also help me distribute my Flash creations because I could then have a button to copy the files on to the users hard-drive (I use CDs).

Thanks for your help.

View Replies !    View Related
Launching Macromedia Flash
This is bound to sound like a stupid question, but it's driving me out of my mind. I've been online for hours trying to get just one piece of helpful information that I could start the program with, but I've found nothing so far, on either this site or macromedia itself. The chance remains that I overlooked something obvious, but I hope somebody will help anyhow. I downloaded both a trial of Macromedia MX and Macromedia Flash, and got to the movie confirming an instillation. I'm trying to make a dress up game in flash. However, I can see no icon on my desktop, nor a shortcut, nor a Macromedia category in the programs menu. I have NO idea how to launch this blasted thing, my e-mail from Macromedia only says after launching, much like the tutorials I've read. I also searched my drives for anything with Macromedia. No results. I set my internet security level to Low. What should I do to get into the program?

View Replies !    View Related
Launching Programs Using Flash?
Hi, i'm a new memmber to flashkit, basicly i registered to ask this, is it posible to launch a prgram using flash? for example when u press button u open "My Computer" or just open any file?

i would presiate any help on this

Thanks

View Replies !    View Related
Launching A .pdf Breaks My Flash
Hey smart people -

The specs:
I have a .swf that is loaded into it's shell externally via loadMovie().
In this .swf, there is a button that launches a .pdf using
getURL("mypdf.pdf", "_self");
This button also makes a javaScript function call for click-tracing purposes.
Currently, the getURL call is on(press) and the javaScript call is on(release), since Flash can't do both of these actions at the same time.

The issue:
After the user downloads/launches the .pdf and returns to Flash, there is a button to close the externally loaded .swf that also makes the javaScript call for click-tracing.
However, when the user clicks the close button, the Flash clears from the screen and the javaScript function call is put into the location bar causing a javaScript error.

This only occurs on PC when the .pdf is launched outside of the browser window. If it is loaded into the same window, the user is forced to use the browsers BACK button and it reloads the entire Flash movie, which is working just fine. There is no issue on Mac, for some odd reason...

Any help would be greatly appreciated...I've tried a lot of things to fix this, but nothing seems to work.

Thanks!!

View Replies !    View Related
Launching E-mail From Flash
Hi.
Pseudo-newbie, here...I've had Flash 5 for quite a while, only used it once--three years ago. As usual, I'm taking bigger bites than I oughta.

I've developed a simple site--at best, eight pages--and I need to put a contact point on many of them; y'know, "order a CD', "ask a question", that sort of thing.

I do not see this in the actions scripts. Is it there, and I'm missing it, somehow (high likelihood), or is there a trick I don't know? (much higher likelihood)

Thanks for your help!

d

View Replies !    View Related
Launching A CD Rom From Within Flash Movie
Hi Chaps

I'm trying to get my flash movie to interact with a CD placed in my CDrom drive we'll call it drive D: on the local PC.

The CD contains a seperate stand alone flash movie which activates off an autorun command in an .inf file.

The flash movie that the button to launch the CD from will also be a stand alone .exe movie.

Can anyone tell me how to do this. I've tried fscommand but this does not seem to work unless I'm getting my paths wrong.

Thanks for any help.

Cheers

Lettie

View Replies !    View Related
Launching A .EXE File From Flash
Here's the thing I'm doing a CD and have a dropdown menu and wen ever the user clicks on one of the options it should launch the setup.exe file for that option.
I've read about the FSCOMMAND and how you're suppose to put everything in that folder and I got it working fine.
My problem is that I have several set ups, each is different but they are all named the same SETUP.EXE .........I tried making a subfolder inside of the FSCOMMAND folder for each setup but it did not work.

do you have any suggestions?

thanks in advance for your help

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved