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








Launch A New Browser Using DW MX & Flash MX


Help!!! Quick!!! I created my first website, and would like to know how to launch a new browser, that will hold my entire site. Examples: http://www.bicerebral.com/
http://jcsplace.com/

How is that done? I know how to lauch a popup in dreamweaver but it's not centered, and it doesnt show the page that I link to it. Help!!!!!!!




FlashKit > Flash Help > Flash Newbies
Posted on: 11-07-2002, 04:11 PM


View Complete Forum Thread with Replies

Sponsored Links:

Launch Javascript Browser Window From Flash?
i am reposting this from the lounge (as i was told to try here)

------
I am trying to launch a javascript browser window from a button in flash. I have used the code below and when i test the html page that contains the flash file and click on the button I get this in the address bar of the pop-up browser window.

javascript:openNewWindow('http://www.macromedia.com','thewin','height=400,width=400 ,toolbar=no,scrollbars=yes')

---------------
(pasted into the geturl action)

javascript:openNewWindow('http://www.macromedia.com','thewin',
'height=400,width=400,toolbar=no,scrollbars=yes')

(pasted into the head of the html page that contains the flash file)

what am i doing wrong??? (uugh!)

I have also tried a couple of other forms of code with no success. anyone's help would be appreciated

View Replies !    View Related
Launch/Popup New Window Browser In Flash 8
My apologies if this has been answered but I have been looking all over and still could not find a solution.

I am using Flash 8 and I have created a button to launch a new window browser with a desired width and height . I have tried using Jesse's tutorial's spawning new external browser.

http://www.actionscript.org/tutorial...er/index.shtml

and

http://www.flash-db.com/PopUp/PopUp.html

and alot more other sources

But no avail all of them does not work in Flash 8. Apparently it works when I publish my swf to older version. Flash 5 - Flash 7.

Anyone?

View Replies !    View Related
How To Launch Browser In Specific Position From Flash
I want to launch a web link in a browser from a Flash desktop application, and I would like the browser window to be positioned at an exact position on screen with a specific height and width.

Like this: Browser x = 25, Browser y = 85, Browser width = 90%, Browser height = 60%


ActionScript Code:
btn_1.onRelease = function ()
   {
   getURL (moreInfoWebLinks[whicDrNum], "_blank");
   // I would like the browser window to be positioned at a particular section of the screen.
   }

View Replies !    View Related
Launch/Popup New Window Browser In Flash 8
My apologies if this has been answered but I have been looking all over and still could not find a solution.

I am using Flash 8 and I have created a button to launch a new window browser with a desired width and height . I have tried using Jesse's tutorial's spawning new external browser.

http://www.actionscript.org/tutorial...er/index.shtml

and

http://www.flash-db.com/PopUp/PopUp.html

and

kirupa's tutorial on launching new window browser..

and alot more other sources

But no avail all of them does not work in Flash 8. Apparently it works when I publish my swf to older version. Flash 5 - Flash 7.

Anyone?

View Replies !    View Related
Launch Flash In New, Sized, Centered Browser Window. Help
How does one launch a Flash movie from a web page into a new popup window that is sized and centered on the screen?

I wish to have a site with an HTML version and a Flash version available, so I want to be able to 'launch' the Flash site in a new sized window. Thanks!

View Replies !    View Related
Launch Windows File Browser For Jpeg File Import To Flash?
I would like for the users of my interactive piece to be able to click on a button which says, 'import file'. This would launch the usual windows open file browser window to appear. Then the user could import an image file. This file would load into a holder movie clip and then would stretch or shrink to fit into a size of my choosing, i.e. 400 x 300. Is this possible? I imagine it might be using flash to call some javascript but I could use some advice.

Thanks

View Replies !    View Related
From An Exe Launch A Browser In Front.
It looks like iterations of this issue/problem have been put out there but I haven't found a specific answer to my need.

From an exe, which runs off a cd, I would like to launch an html doc (from the same cd) in a browser but I want that browser window to be the in front of any other apps running (even if they have the browser already open).

Any thoughts are greatly appreciated!

View Replies !    View Related
How Do I: Launch Player From Browser?
I have built my flash site! However, I don't want it embedded into my HTML. Where can I find information on how to launch the Flash Player from my a browser window? I reallt appreaciate any help anyone can give me!
Thanks! -Josh

View Replies !    View Related
Launch Windowless Browser From Exe
I am have a ***** of a time writing code for a flase exe to launch a windowless browser. Any help anyone?

View Replies !    View Related
Launch Browser Window W/ Parameters?
Is there a way to launch a browser window from Flash 5 that has parameters like in JavaScript?

i.e: window.open("new_page.htm","new_window","height=20 0,width=200,top=50,left=200,...");

View Replies !    View Related
New Window Browser Doesn't Launch?
Hi there,
http://www.design8ed.com/digitalspirit/index.html
I am designing a flash site, the index page is a logo which follows your mouse around the screen and when you click on it a new window launches showing the main site - http://www.design8ed.com/digitalspirit/main.html

This works fine on a Mac but on a Pc in internet explorer it doesn't work - does anyone have any ideas why??

Below is the code i used, it works okay on Netscape on a pc - very strange - wondered if the code needs to be modified?.

In flashn (release) {
getURL("JavaScriptpenNewWindow('http://www.design8ed.com/digitalspirit.main.html','thewin','height=600,widt h=800,toobar=no,scrollbars=no');");
}
the html code which i have placed in between the head tags
:<script language="JavaScript">
function openNewWindow (URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures); }
</script>

View Replies !    View Related
Launch Browser Window Problem
Hi.
i have an intro page to a site i'm designing that has a flash swf embedded into an html page.
the code i have at the end of the flash is this:

stop();
getURL("http://www.xxxxxx.com/news", _self);

What is happening is it opens a new browser window and leaves the other up, despite me using _self.

Does anyone know how to solve this?

I'm sure it's something simple.
Karen

View Replies !    View Related
How To Launch A Pop Up Window , No Browser Controls?
Hi all,

i've finished my flash site and I'm looking to publish it. It's a fixed size of 750 X 550 and I'd like it to launch from a launch screen (HTML). What code do I use to launch the flash movie above the HTML screen at a fixed size? I'd also like to not have any of the browser controls in the flash window. I'm lost and figure this is simple but I just can't figure it out, help?

I'm publishing in Flash 8

View Replies !    View Related
Launch SWF In Browser Window W/no Buttons
I know this is probably easy, but I can't figure it out. I have a game that launches from a website. If a user clicks on a browser button like Back, the game is reset. I don't have time to fix this.
But, I would like to be able to do one of two things, either:
launch in a browser window with no buttons
or go full screen with no apparent browser.

I am using Flash CS3, AS2. Any help would be appreciated.

View Replies !    View Related
.exe To Launch Browser To Specific Page
i am currently trying to figure out how to install an autorun program on CD that when inserted into the drive will automatically open a specified browser to a direct page within a flash site.

can this even happen? if so, any leads would be great.

thanks.

View Replies !    View Related
Launch Web Browser Using Dynamic Text Or As
its all in header how do launch a web browser off dynamic text... please help...


thx jared

View Replies !    View Related
Auto Launch Fullscreen Browser From A Timeline
I have seen the onclick scripts for fullscreen and the fullscreen projector ones.............but what I need to do is make a browser window that opens centered and focused and fullscreen on page loading by itself.

Can I launch a browser window at frame 0 with the same url and have it then close the window that started the launch automatically?

What is the easiest way? I have done it in frame 0 of a flash timeline but only for projector exes.

I would appreciate seeing the entire code which will work on the internet for browsers.

Thanks

View Replies !    View Related
Want FlashMXPro To Launch Quicktime/player W/o Browser
I have FlashMX2004Pro and I am doing a CDROM projector project. The page has buttons that launch either the quicktime player on the Mac or the Window Media Player to play video files. This all works when I test it, but before the player windows come up I get a blank, ugly Explorer window. This is the action attached to my button:

on(release){getURL("Final Mother's Day 1-2 size.mov");}

How can I get just the player windows to come up and play and no launching of Explorer?

Thanks in advance!

View Replies !    View Related
LoadVariables - Launch Small Browser Windows?
Please assist if you have the experience:
I have really no idea how to make the buttons in my swf trigger the launch of size & feature specific browser windows in my html document. I know that java script must be present in the html, but I don't know the coding. Neither do I know the coding for the swf. Directions anyone? Can I get a clear example?





























Edited: 03/28/2007 at 02:30:42 PM by flavorpackets

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
From Projector, Launch Browser To Render A Given Html Code
Hi guys.

Is it possible from a projector to launch a browser passing it a html code to render, something like...


ActionScript Code:
my_HTML_To_Render = "<html>";
my_HTML_To_Render += "<body>";
my_HTML_To_Render += "Hello World";
my_HTML_To_Render += "</body>";
my_HTML_To_Render = "</html>";

//By using fscommand?
fscommand("exec", "fscommand/iexplore.exe, my_HTML_To_Render");

//By using some kind of getURL() + POST?

Thanks.

View Replies !    View Related
Launch Powerpoint File Into Full Screen Browser Window
Hi,

Does anyone know how to launch a powerpoint file into a full screen browser window from a projector file? We don't what the menus and icons, is it possible to switch them off?

View Replies !    View Related
Launch Chromeless Browser Window From Dynamic HTML Text?
I have a scrolling text box that loads a txt file with HTML hyperlinks that launch new browser windows when clicked. I am wondering if it is possible to launch a chromeless-type browser window from one of these hyperlinks? I need the new window to have no scrollbars, menu, location, etc.

Anyone?

View Replies !    View Related
Launch Avi From Flash?
I'm making a presentation with flash and i'd like to launch some avi's i've made from within flash, i've seen other people asking the same in the boards but didn't get answered, PLEASE!!! anyone?? i really need this one...

View Replies !    View Related
HELP Launch .exe From Flash .exe
I have tried this time and time again. I am trying to launch an .exe from a Flash .exe and it just doesn't work. The exe should be launched from a button. I am publishing for Flash Player 6. I would use 5, if needed.
Anyone have the exact code that will work for this? I have been using the fscommand and putting the files in an fscommand folder.

View Replies !    View Related
How To Launch A .pdf From Flash ?
How do you launch a .pdf from within flash. Do I need to use javascript to launch an .html page that subsequently calls the .pdf ? (It's for an intranet so everyone has .pdf readability).

Thanks.

View Replies !    View Related
How To Launch .exe From Flash
Hello
I try to launch another application in .exe from a flash button.
Flash is inside html page, how can I do (if possible)?
Thanks to help me.
Obrian

fla file is attached (82 ko)

View Replies !    View Related
Can I Launch An .exe From Flash? Possible?
OK.

I created a screensaver with Screentime for Flash (3rd Party). I'll call this Screensaver.exe.

The link to this screensaver is in my self executable file (which happens to be a User Agreement). I'll call this User_Agreement.exe

When the CD is put into the computer, User_Agreement.exe launches and prompt the user to either "Agree" to the terms, or "Disagree" If they disagree to the terms, they exit out of the screen. If they agree, then I want them to be able to launch SCreensaver.exe (which is an installer).

Is this possible?

Please help!!!

View Replies !    View Related
Having Flash Launch A .bat Off Cd
I am making an enhanced cd using flash studio mx. I am trying to have a link open an mpeg or .wmv file. right now i have the following code

fscommand("exec","final/sweethoney.bat");

}

the .bat and the sweethoney.wmv are in the fscommands folder. i cant get flash to launch the .bat file. I believe all of the files are in the right place?

do you know if it is possible to have flash launch mpegs some other way? or is there something i am doing wrong in this example...
please help

View Replies !    View Related
Launch EXE From Flash?
I have 2 flash projector .exe's. I need to make a button that will close one projector window, then launch another, and vice versa. The 2 projectors exe's need to be linked so that one can launch the other, then the other can be launched back. They need to be separate projectors and cannot be compiled to one file.

the file names are 'dvd.exe', and 'cityPark_PC.exe'. I need to get this done today so any help is greatly appreciated. thanks!

View Replies !    View Related
PLEASE HELP - Using Flash To Launch A .exe On PC
Hey Now good people, I am running into a problem and I need some insight. I am using Flash to launch an executable on a remote PC and it works on everything BUT WinXP SP2 with Internet Explorer 6 SP2... here's the thing, it should pop-up the "Run?" dialog, but with the above configuration, nothing happens unless you press the CTRL key several times (then it works) I am completely baffled as to why the CTRL keypresses would eventually launch the .exe... can anyone provide me with even a clue? It's not: security settings, pop-up blocker, firewall, etc... it's definitely between Flash and the browser. But WHY?

Please help me, I have to have an answer by Tuesday or I'm a dead man.

View Replies !    View Related
Can Flash Launch EVB App In PPC?
Flash Comrades,
I'm trying to build a GPS application running on an iPAQ with a Flash UI. I've got a eVB application that actually starts up the GPS and reads the NMEA sentences and writes them to a textfile but I want to start the eVB app itself within the Flash UI (so it runs more or less invisibly behind Flash). Anybody know how Flash can launch an application in the PPC environment? (PPC equivalent of fscommand exec???)

Any help GREATLY appreciated!!!!!!

View Replies !    View Related
Flash MX Won't Launch
For some reason after a few years of using Flash MX 2004 it won't launch on my Mac (G5-10.3.9) anymore. It gets all the way to where the work area is about to appear and then quits. The error log says " Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE"

I've tried every possible thing I can think of from deleting the .plist , repairing permissions and repairing the disk to re-installing the entire thing from scratch with no luck. It still does the same thing and I can't figure out what's going on. It doesn't happen to any of my other applications.

Does anybody have any idea what's going on or how I can fix it?

View Replies !    View Related
Flash 8 Will Not Launch
Hi,

I just purchased the Adobe Creative Suite 2 Web bundle with Studio 8 and for some reason I can't identify it will not launch Flash 8.

DreamWeaver ,FireWork and all the other software in the suite launch fine. Its only Flash that doesnt seem to want to launch.

Has anyone had this happen before? Any insight on this problem would be greatly appreciated.

I'm working on a G5 running OSX 10.3.9

View Replies !    View Related
Flash CS4 Won;t Launch
Well Adobe done it to me again, two of their programs won;t launch, just like CS3 before it I may have to format my computer just to make this product work. The culprit this time is flash and After effects. the program does not even launch and to ad insult to injury all I get is this message "The application Adobe Flash CS4 has unexpectedly quit" now that is an insult to a company like ours in this economy, adobe got our money, we don;t have their product. I would appreciate any help, I am running VISTA Pro with 3GB of memory and a terabyte of space

View Replies !    View Related
Launch Flash From ASP
Does anyone know how to launch a .swf from a asp page?

THANKS!!

View Replies !    View Related
Launch Pdf. From Flash.
Hi, Can anyone explain to me simply how to launch a pdf from a button within a flash movie and open it in a desired application?

View Replies !    View Related
Launch Flash From ASP
Does anyone know how to launch a .swf from a asp page?

THANKS!!

View Replies !    View Related
Autorun On Mac OS To Launch Flash?
Hi,

Does anyone know how to do this on Mac OS? Basically have a CD with an autorun command?

Thanks.

The following is from: http://board.flashkit.com/board/show...hreadid=269500



Quote:




Originally posted by majetta
most of the flash movies on cd`s are made in macromedia Director. but you can easily do that to in flash with some limitations

first you edit the movie and add the following script on the first frame

fscommand ("fullscreen", "true");

make sure you make an exit button with the following script

fscommand ("quit", "true");

this will close the movie.

making a autorun for a cd should be done as followed

make a text file rename it to "autorun.inf" this file should be put on the top level of the cd (x:autorun.inf) where x is you cd drive.

edit the autorun.inf file and add the following scripts to it,

[autorun]
open=my_flash_movie.exe
icon=optional_icon.exe

the icon tag is optional as you can see and you can leave it out of the autorun.inf withoiut a problem, if you don`t
declare an icon the cd-rom will use the default icon (in this case it will be the Pink Flash icon). the icon can be located in a .exe or a .ico file.

Good Luck!

View Replies !    View Related
Can't Launch Tutorials In Flash
Ya know how in Flash, Fireworks, etc. when you click the help menu to use the tutorials or the glossary or whatever it launches your browser and takes you to the macromedia site? Mine won't do that anymore. How do I get to the "Using Flash" on the site or is this a file that I have inadvertantly deleted from my computer?

I think it has something to do with my file type associations but I don't know what type it's trying to launch.

I'm using Windows 2K and my default browser is IE 6.0.

Any Assistance is greatly appreciated.

View Replies !    View Related
Can Flash Launch PDF File?
Hi there,

Anyone have the experience of opening Acrobat PDF file using actionscript? If so, what actionscript you used?!

Pls help.

View Replies !    View Related
Launch An Applet From Flash...
is it possible to launch an applet by a flash movie passing the parameters and opening a new window?

for examle if i wanna link a java chat into my flahmovie and open it in a new window, how can i do?

is there someone so cool to tell me if i can?

thanks a lot

nicholas http://www.mjportal.it

View Replies !    View Related
How To Launch EXEs From Flash?
Hello,
I want to make a Flash Standalone that will launch some exe files i will be including on a CD. I can not figure out how to do this. I am using Flash MX and i can say what a difference since the old days of using Flash 4.

Any help would be greatly appreciated.
Thanks

View Replies !    View Related
How To Launch PDF File From Flash?
How can I launch a PDF file with flash whit out a batch file?
I have Flash MX and I need to make a projector that can open PDF/DOC/XLS files, I think is posible but HOW?

TNX for any HELP


_LOBO_



using batch file is somone is interest:
http://www.geocities.com/bgx_2000/bat.htm

with out batch file, dosen't work to me
http://www.actionscripts.org/tutoria...cs/index.shtml

View Replies !    View Related
Flash Animation On Launch
Hi all,

i m an intermediate flash animation developper who loves to learn new styles of animation. if some of you visits regularly launch.com, you have certainly noticed some flash animation adds like the one for the usarmy or the one for american express. these animations look like they are playing like "over" the page and not in. i dont know how to describe it but if u know where i can find tutorial on how to do these animations and how its called... pls answer me !!!!!!


thx in advance.
W.

View Replies !    View Related
Launch An Eapplication Through Flash
Is there any way to launch an external aplication through flash.
When i try it goes through Internet explorer every time - and i dont want it to do that

View Replies !    View Related
HELP: Launch Program From Flash
How can i launch an outside program from flash? I just cant figure it out . please help me.

View Replies !    View Related
How To Launch An Executable With Flash?
I'm using fscommand to try to pull this off. Here is the code I'm using on a button to launch the executable:

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

}

If the flash SWF is in the same folder with the "Viewer.exe" (on the same level), it ought to launch - right? I tried using a path to the file first, but couldn't get the exe to launch (I have a feeling the path may not have been complete). I s this a better way around using a path to launch it?

Thanks for any help!

View Replies !    View Related
Launch Exe From Flash Projector?
Is possible to launch an external application (.exe) from a Flash movie (other than a browser or mail app)?

I have a client who has files set up for a CD-ROM. Currently there is an Autorun.inf file that launches an application called Menu.exe.

Menu.exe, in turn, provides links to other documents on the disk (PDF, PowerPoint and HTML).

The client would like a Flash animation introduction to the CD-ROM before the Menu appears.

I can set the Autorun file to open a Flash Projector, but I don't have access to the application that made Menu.exe. Is there any way I can prompt Menu.exe to launch from within a Flash Projector?

View Replies !    View Related
Flash Cd Auto Launch On Mac?
Hello, I am trying to put an auto launch on an interactive cd I have created in flash mx 2004. I am just trying to get the .swf to load automatically when the cd is inserted. For some reason I cannot figure out how to do this on a Mac. Does anyone out there have some suggestions? Thank you very much.

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