Open In New Window From CD
hi, i have a flash application on a CD. the application auto-starts when the CD is inserted. the size of this swf(exe) is 800x600 and the application opens in a nice little window of this size(not a browser window). on the first screen the user needs to click(release) a movieClip to start the app. when they click the movieClip i need to have another swf that's on the CD open in a new 800x600 window just like the auto-start exe did. so in the movieClip's onRelease function what do i write. is it just getURL()? won't this open it in a browser? if so, how do i make it open in a browserless window? thanksSD
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 06-01-2005, 04:43 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Open Pdf Files Causing IE Window To Open And Crash
On a macintosh OSX, when trying to open a pdf using:
getURL(./somePDF.pdf")
this command opens a pdf document correctly but also opens Internet Explorer. Sometimes this causes a problem because it crashes IE and forces it to quit.
Is there a way to open PDF documents using flash that doesn't open an IE browser window on mac OSX?
AS: Close Current Window And Open Link In Father Window ?
Please, guys, can anyone lead my hand in this?
I have produced a flash movie. the wholw are is an invisible button which
should close the animation and in father window open a link.
The flash movie pops up automatically when page is loaded. I used this:
on (press) {
getURL("javascript:self.close();window.opener.loca tion.href = 'http://www.unibanka.sk/servlet/com.elline.pb.Page?page=alfa_ts'");
}
... but am not sure if this would work exactly how I want it.
Thanx
Popup Window Doesn't Stop Window.open
Hi,
check out www.adidas.com/1
You will notice that although you might have popups blocked the site still pops up. I have checked the source and they seem to use window.open.
Any ideas how thye have done this?
thanks
ash
Popup Window Doesn't Stop Window.open
Hi,
check out www.adidas.com/1
You will notice that although you might have popups blocked the site still pops up. I have checked the source and they seem to use window.open.
Any ideas how thye have done this?
thanks
ash
Open Full Screen Window, Same Window?
I have a 700x300 flash banner. What I want to do is once it's clicked, open the page that it is linked to in the same window but full screen? I can do it with java script, how do I add it in MX?
Mike
Open A New Browser Window And Go To Frame(n) In The New Window
Hi I need some help.
I'm trying to load a new html file that contains a movie but I like to specify to what frame to proceed in that movie I try to write this in actionscript I think it is easier to understand.
// I have 2 html files contact.html and home.html
// And I have one swf file named home.swf with 2 scenes named "home" and "contact"
// The home.html and the contact.html both contain the same home.swf movie
// currently I'm in home.html I like to getURL("../main/contact.html")
that loads the contact.html and the contact.html contains the home.swf but I like to proceed to the gotoAndStop("Scene",1) or gotoAndStop("contact",1)
I hope that was clear enough if you may know the answer please email me I have suffered a lot on this but I just couldn't come up with the answer.
Regards
zoltank@timelineillustrations.com
Issue Using Window.open For A New Window...
this one is interesting...
i have a page called main.html which contains main.swf and the javascript function to open a new browser window... no problem there.
however, when I go to my frameset (index.html) which contains main.html.... and try go open a new window from the main.swf flash piece... i get a javascript error. what is going on with the frameset that is causing the open new window to fail?
try it out.
go to my site:
http://www.menuengine.com (index.html)
>> click on Arctic Thunder in the menu, then click on Character Work.
now go to http://www.menuengine.com/main.html and try the same thing... it works here.
the only difference is that you first tried it from a frameset housing main.html
any clue?
here's the code that's in main.html
<script LANGUAGE="JavaScript">
function popupwindow(){
window.open("The file that you want to pop up here","","height=350,width=500,menubar=0,resizable =0,scrollbars=0,status=0,titlebar=0,toolbar=0,left =0,top=0")
}
</script>
thx,
doubt
How To Make New Window Open In Same Window
anyone have any advice on this? I need to know how to make a new window openin the same window using Flash MX (Flash MX 2004 too, i have both)right now on my website, when you click to go to a new page, it opens in separate windows so by the end of your journey through my website there are like 5 or 6 different windows open. i don't want that. so, any suggestions would be super helpful. thanks a bunch!
~peace
Open Window?
anyone know a bit of javascript that could help me here:
I've got a html page on which I need to have a button to open another page with my .swf on it, trouble is the movie is 800x600 and I've been asked to make it work on 640x480 aswell. How do I detect screen size? I'd really like to have a pop-up window with no browser buttons.menus, just a plain window.
I'm not a coder so be gentle, I appreciate that this is not really a flash problem, but...
???
Open New Window
im doing a game but i wanna to open it in another window like the one in the flashkit which u can choose to open in different size...
does anyone know how to do it can pls help me?
thank you
Open New Window
I have the following problem:
I want to open a new window, with no scrollbars, and toolbar, and with a fixed size..
I know it is possible with java-script, but how does it work in flash. I can't publish with the FS-Command because the script is used in a loaded movie into a main movie so I don't have an .html file!
Anyone can help ?
Open Window Like This?
Hello,
Can some please tell me how to open a window to the exact size of your desk top like this site:
http://www.egomedia.com/
Thanks
Open Window
How do I make flash open a window at a certain size ?
Open In New Window
I have various flash demos id like to put on a CD for clients. Id like them to run a flash executable file on the CD that will call various swf movies. Id like it to open each demo from the flash.exe file on a new separate window though, how can i do this?
mars
Open New Window
Could someone please help me to open a new browser window (containing another flash movie) by clicking a button in flash. I have tried using the fsCommand but it doesn`t work...
Open New Window
Hi
I would like a button to open a html page in a new window with a width of 500 and heighth of 650, without the toolbar at the top. Is this possible?
Thanks
Open Window
how do i open a new window in flash without my main window going to a blank screen that says [object]?
Thanks
Open New Window
Greetings,
I have created a button in Flash. I've assigned the "Get URL" action to it OnClick to open a new window which grabs an HTML page that has a QuickTime movie embedded. What I would like to happen is when the user clicks the button, the window that opens would be a specific size that is slightly larger than the QT movie. How do I do that?
Since I have got your attention, I have one more question—Dreamweaver related. Again, I have a button. I inserted a "rollover" button (from the tool pallette) into a layer. I've added the Behavior to open another window at a specific size. The problem is, the behavior options only allow this to happen OnMouseOver. I want it to happen OnClick. Do I need to acquire additonal Behaviors? Got any clues? I'd like to do this action without having to open the HTML and futz with the code but if I have to well...ok.
Thanks
Open Up A Window Again...plz Help Me
Hi, I have recently added a window with scrollable text in it, on my site that Im working on. I got it from a tutorial here on Flash Kit. What the tutorial explained was how to create a window with scrollable text, also with close and minimize buttons. What the tutorial did not explain was how to open the window again if someone wanted to!!That's what I really need to know now. Please can someone help?
PS: I have made the button to open the window, but dont know what actions to give it.
PSS: I'm not talking about a browser window, Im talking about re-opening a flash window.
Much Appreciation,
Vox
Open New Window
which are the script to open a new browser window from flash without toolbar in the center of the screen ...i dont know if i make myself clear
i want to open a browser window without toolbar in the center of the screen call it from flash..
Open Window
I created an introduction in flash and the rest of the page in html.
From the intro, there is this button. Clicking on it, it should open another window WITH FIXED WIDTH AND HEIGTH.
The problem is that I don't know where and how to set the size I want for the second window.
Open New Window
I want to create a link that opens a new window. I need to be able to controle the size of the new window and I don't want any menu items on top... just a plain window with the content and a close window button. I've seen a tutorial on the subject but I forget where I saw it. Can anybody direct me to a tutorial or some actionscript that would get the job done.
Thanx.
Open New Window
high everyone,
just a quick easy question im sure, i have a site and it has pop up HTML windows, these windows are sized and have no scroll bar and all the other stuff but........
when i try to open more than one it doesnt open a new window it just changes the HTML in the old pop up window thats already open, this looks really crappy as all the windows are at the right size
is there a way of gettting it to open more than one pop up window at a time.
im using the following java to size and open the new window
<SCRIPT LANGUAGE="JavaScript"> var javascript_version = 1.0; </SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.1"> javascript_version = 1.1; </SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
var newwin;
function launchwin(winurl,winname,winfeatures)
{
</SCRIPT>
this is placeed in the parent movies HTML with and
on (release) {
getURL ("javascript:launchwin('index.html' , 'newwindow' , 'height=800,width=1023')");
}
Open Window
hello flashkit,
I am trying to open a new window( w/ a swf inside) from inside of my main Flash movie.I a also want the window to have a width=200 and height=500. I have a button that is designed to open the new window. What is the actionscrpiting for this?
thanks
Open In New Window
how do i make a movie open a new window like the one here.
http://www.1lfs.i8.com
thanks a bunch
-2
Help Pls.... Window.open
hi all, i'm trying to open a html window for my website, but no matter how many times i try it just open a empty page and i dont know wat to do now....
here's wat i have wrote:
in html
</STYLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
function openpop(newURL)
{
window.open(newURL, "_blank");
}
// -->
</SCRIPT>
and in flash,
get url
javascriptpenpop("my page.htm")
can anyone pls help???
thks
for any doubts, here's the website
http://www10.brinkster.com/waterdog
Open A New Window...
The tutorial on opening new windows from a flash movie was helpful, but I got lost at the explaination of how to set the window's perameters (window size, toolbar, scroll bar, etc.). What is the exact javascript code you need to put on the html page where the flash movie is embedded? Will this work for all browsers? Is there a batter alternative?
Also, I need my flash movie buttons to open new windows that are different from eachother. Is this possible?
Open New Window
I need help with opening a new window. I want my buttons in flash to open a new browser window with a specified height and width that can't be resized. I've done it using html buttons using javascript. But I don't know how to do it with the buttons inside a flash movie. You can see what I'm talking about at http://www.round-tree.com. Go to the photos section and that's where I have the buttons to open a new window containing the pictures. I want another window like the one the main site is in. Can someone please help?
Thanks.
Open Window
Does anyone happen to know how to be sure a parent window opens.. I have a movie that pop ups another movie... and that movie needs to get url... but it opens it in the browser where the movie(self) resides.
I am working in mx expoting to flash 5..
thank you,
Nina
Open A New Window
hi ,
Tell me how can i open a new window in my movie with no adresse barr and no Statusbar,
Please answer me
Open Window
Hi there
I'm working on a project which has a requirement to send data to a perticular website..i used getURL to lunch that perticular URL. Default browser is being opening in a new window and its working fine..but here the user can see the URL as it is comming in the address bar of the newly opened window. I want to hide the URL so that user cannot see the URL i'm posting the data..can any one help me how to do this...
Trying To Open New Window Without Ad Bar
im trying to open a new window without the address bar showing. After going through a tutorial shown here i still cant seem to get it right, it just opens a new window without loading anything
my java scripts goes like this:
on my button i have:
on (release) {
getURL("JavaScriptopup();");
}
and on the html doc i have:
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
function popup() {
window.open('www.knowledgemag.co.uk','','toolbar=n o,location=no,directories=no,status=no,menubar=no, scrollbars=no,resizable=no,width=600,height=800,le ft=0,top=0');
}
</script>
Open Window
I would like to open a window fullscreen without all the bars in it how do I do this and the action for a button to close the window.
Grtz Insa
Happy Newyear and Happy Christmas, Do not drive without drinking
Help, Open Window
HI, I want to to open a browser window but not with a button, I have an animation and want to open a browser window when any part of the animation is clicked.
thank you
Help Open Window
HI, I want to to open a browser window but not with a button, I have an animation and want to open a browser window when any part of the animation is clicked.
thank you
How Do I Open A New Window
from flash and giving it size,and so on.........
and an html page will be loaded to that window?
thnaks in advance
Peleg
How To Open A New Window?
I'm opening, from my flash page, another HTML page that shows
the contents of a database. I want that this HTML page open full screen and without ie icons. How to do this ?
thanks...
Open URL In New Window HELP
I am trying to get a button to open a URL in a new window I have the url correct and I have the window set to "_blank" but it still doesnt work at all it opens the link in the same window so that when you click the back button to get back to my page and it starts the scene over I want to fix that by opening the link in a new window
thanx
Open In New Window
http://tsm2.dyjytyl.com
a web site im makin for my youth group--i need it to open in a new window when the site is loaded. anyone know the code to do this or where i can find a web site with some help on it?
specifically, i want the window to open to where there's no scrollbars or anything, and the window tightly wraps around the entire design, showing no page background outside of the design itself. this design in particular i don't see being very nice with any other background behind it--just the design showing only. any other tips for me? i'd appreciate it, as i'm still quite new to making my own designs.
Open New Window?
I want a user to click on a small photo, then have a larger version of that image open in a new browser window. (without toolbar or url text field....Thanks a bunch guys & gals in advance.
-Rick
Open In New Window
Hi,
I am just wondering ..how should I load my file in a new window.
Suppose I have a file called main.swf and in that file there is a button. Now I wanna link that button to abc.swf, and also I wanna make sure abc.swf opens in a new window.
How will I have a button in abc.swf to close the abc.swf window??
Please reply. ...I will really appreciate it. I am desperate.
Cheers
Open New Window Help
I am using the load movie command to open each page in an existing movie on my web site. Each of the movies loaded has buttons in it scripted as follows:
on (release) {
getURL("javascript:launchwin('tree.html' , 'newwindow' , 'height=300,width=400')");
}
The movie loads fine but when I press each button nothing happens. The only way I could get this to work was to change it to
on (release) {
getURL("drill.html", "_blank", "GET");
}
This is a real pain though because the other way had no border on the window and no IE menu's.
Can anybody help me fix this or tell me why this is happening?
Open New Window
How do i make a button open a new browser window with http://uprizer.com/test/presentation.html and no menu and no nothing just the window it self?
thanks
To Open A New Window
Okey i have a question in flash 6 when they press the enter button i want it to open in those cool windows the one where its not ie explorer it just your site with an X at the top right and its all flash do you understand what I mean? umm like theres no bar no nothing just your site and you can move it around your screen but you cant resize it or anything you can just browse the site and close it how do you have it open like that?
Thanks
Mike
Open .swf In New Window
I am trying to open a different .swf/.exe (e.g. movie2.swf) file from within a movie (movie1.swf).
I have managed it but it just replaces the currently viewed movie i.e. viewing movie1 click to open movie2 movie1 is replaced with movie2.
I would ideally like movie2 to open in its own window on top of movie1 so when you close movie2 movie1 is still there where you left it.
I'm sure I could have worded this better but it is stupid o'clock in the morning here!
Muchos Gracias
Dannyt
Need To Open Second IE Window
Hi Guys,
and thanks in advance..........
I need a button that will open two seperate URL's.
for example, on my LAN, I need to have 192.168.0.2 and 192.168.0.3 open at the same time.
When I use the "get URL" command, the IP's just over lap.
any help?
|