Open New Window With ToolBar
Does anyone know how to open a new window using the geturl command. The primary purpose is to open a window without the toolbar, scrollbar, or status bar. The new window needs to be a .php.....to support php code....Really needs some help...this is driving me crazy..
FlashKit > Flash Help > Flash ActionScript
Posted on: 10-17-2006, 08:27 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Get Url: Open A New Window Without Toolbar And Location
Hi
Sorry, I am not very familiar with actionscript.
I have a question.
In a flash mx project I have a button wich on press should open a new browser window with a link:
on (press) {
getURL("http://www.mysite.com", "_blank");
}
The problem is that I need a new window without toolbar and location.
I guess I need javascript. Can somebody help me?
Thank you
Marcello
Open Browser Window Js (no Toolbar, No Resize, Etc)
I want to open a browser window from a flash movie, no toolbar, no resize, etc , like a js from a HEAD of a html , but for a button.
i try with this but dont work
on (release) {
getURL("javascript:window.open('http://www.macromedia.com','Computer1','width=800,height= 600,top=0,left=0,toolbar=no,scrollbars=no,resizabl e=no,menubar=no,status=no,directories=no,location= no,fullscreen=1'); void(0);");
}
thanks
Mariano
Open New Window That Has No Toolbar, Scrollbar, Address Bar Etc
Hey Guys,
I'm working on this website www.gearbox.net.au and i decided that the fonts a bit too small. But the client also said he wanted it so there'd be no scrollbars.
But the amount of content for each section will maybe the site look a bit out of wack if he wants no scrollbars.
So I thought it'd be best to get the buttons to open a new window that has no scrollbar, toolbar, address bar etc.
What code do I need to add to my flash buttons and what code do I need to add to my dreamweaver document that will be opened by this button
I just need the simplest way to do this because with the tutorials I've done I always end up confused or it doesn't work at all.
Please Help!!!!
Max
GetURL("Javascript:window.open('abc.html','toolbar=0')")
Does this look ok?
I tried running this and my flash movie turned blank and just displayed
[object]
The javascript was performed successfully.. the new window was opened. But I need the original flash movie to continue as per normal.. how do I do that?
POP UP Window With NO Toolbar
Good day all
This may be in the forums somewhere but I am a bit new at this and am not sure which thread is right for me. Please reply here or point me in the right direction.
- - - - -
Basically what I want to acheive is similar to http://www.kabookaboo.com
Where you have the first page.. then you click "enter" and then you have a pop up that shows the flash file to SIZE with NO toolbar. It is small enough where it does not need to be resized and it is just there... nice and neat.
How do I get this pop up as is?
How do I do this? I have a moderate grasp of HTML and Flash and am using Dreamweaver & Flash 8. I have the first page set up but I just dont know the coding for that type of pop up.
Is it a flash code or an HTML code?... where does it get assigned.
Any pointers would be greatly appreciated. Thank you
PS - I just noted something The first page is an image file with this property and the flash site has the same feature. I guess this is the same code but applied to a HTML button as well as a FLASH button. HELP!!!
UPDATE - Found a link that shows how to do it through Dreamwaever:
http://lts.ncsu.edu/instruction/guid...ew_window.html
How about flash?
Create A New Window With No Toolbar
Hi!
I'd like to know how to create a new window without the toolbar of the explorer or navigator by getURL command (if it is possible). Is there any way to make this window to appear on an exact place?
I've tried by FSCommand and JScript and it works with IE but doesn't work properly with NN6. Any good idea?
Thanx!!!
Flash Window Without Toolbar .. How ?
may someone help me ..
how to get a flash window without toolbar on top of it ..
if it is possible, i want the window just to play my flash movie without those | Flash | View | Control | Help | or even the 'Macromedia Flash Player 7' on top ..
pls help ..
thanks in advance ..!!
How Do I Create A Window Without The Toolbar?
How do I create a window without the toolbar, i've used the javascript toolbar=no but it still creates a toolbar. I want to make a window like this
http://www.johnmayer.com
So its just a window. I've played with javascript button code generator but had no success, some advice would be good
cheers
HTML Window Without Toolbar+new Design
hELLO
i have seen many sites that have their site in an html page without a toolbar or status bar, etc, and even with a complete new design on top (kind of like a new title bar and close buttons)
do you have any idea on :
1- in Flash : getURL of a new blank page that contains a swf file, but no toolbar or status bar or etc...?
2- Add my own design of the window??
thanks a lot for the help
rania
Pop Up Window Opens But Still Includes Toolbar,etc.
Could anybody tell me if there's anything wrong with this code.
I have the artswf.html file in the same local folder on my hard drive. It works when I do a simple getURL but I really want a chromeless window.
Any help is greatly appreciated.
on (release) {
getURL ("javascript:NewWindow=window.open('artswf.html',' newWin','width=400,height=300,left=0,top=0,toolbar =No,location=No,scrollbars=No,status=No,resizable= No,fullscreen=No'); NewWindow.focus(); void(0);");
600x400 Window/scroll/no Toolbar/no Resize?
Easy peas.
got an HTML doc called from flash.
In it I have:
<script language="JavaScript">
window.resizeTo(600, 400)
</script>
This does what it should but I would also like for this 600x400 window to have scrollbars, no toolbar and not be resizable.
I have tried using:
windowprops = "toolbar=no,scrollbars=yes,resizable=no";
but can't get it to work, maybe i'm not putting it in the right place. More likely though, I'm probably barking up the wrong tree.
I know this is dead easy.
All help welcome.
ps. cheers musicman for setting me on the right track.
Control The Size Of The Projector Window With Out The Toolbar
Hi everyone ….
I have made a projector with Flash MX 6 and I would like to be able to open a new projector window from the original projector movie with frame that has no Toolbar and in a chosen sized window just like the small windows that comes up as an advertisement on some websites.
Can any one help me with that Please?
Thanks
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?
When I Open Flash The Toolbar Is Not There (flash 8 Pro
well like i siad the toolbar is not there when i start up so i have to go into window and select it then i save the layout as default so it should be there next time i open flash but suprise, suprise it isnt. can anyone help me
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
|