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




Hide All The Toolbars Of New Browser Window Except Title Bar



Does anyone know how to hide all the toolbars of a new browser window when press a button to open a HTML page in flash?

Hope someone could help me. Thanks.



FlashKit > Flash Help > Flash MX
Posted on: 12-26-2004, 08:44 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Hide All The Toolbars Of A New Browser Window Except Title Bar
Does anyone know how to hide all the toolbars of a browser window when press a button to open a HTML page in flash?

Hope someone could help me. Thanks.

Hide Toolbars And Menubar (except Title Bar) Of A New Browser Window
Does anyone know how to hide all the toolbars and menubar (except title bar)of a new browser window when press a button to open a HTML page in flash menu?

Hope someone could help me. Thanks.

Hide All The Toolbars, Address Bar, Menubar Except Titlebar Of A New Brower Window
Does anyone know how to hide all the toolbars of a new browser window when press a button to open a HTML page in flash menu?

In the attached example, i had a problem where nothing was opened when i pressed the button.

Hope someone could help me. Thanks.

Hide All The Toolbars, Address Bar, Menubar Except Titlebar Of A New Brower Window
Does anyone know how to hide all the toolbars of a new browser window when press a button to open a HTML page in flash menu?

In the attached example, i had a problem where nothing was opened when i pressed the button.

Hope someone could help me. Thanks.

Open SWF In Browser Window W/o Toolbars
Hi!
I know that there is a (very complicated) way to make the Internet Explorer backbutton work with flash sites. However, I don't have the time and energy to figure this out. Instead, I want my Flash site to open in a new window without the toolbars and buttons in the top, so that the users are not tempted to use the IE backbutton but instead will use the interface that the site itself provides. I think this could be done in the HTML code, but i don't know how. Can anyone help me?

Regards,
Willythekid

Swf Title On Browser Window
I load up my swf file but it has the file name at the top of the browser window. Can I change this to what I want it to say? Is this a flash or dreamweaver topic?

Browser Window Title
Hi! I am fairly new to using Flash and have an elementary question. How in the world do I change the title that appears in the browser window of my website to something other than "index". It is driving me crazy! I hope someone has a simple answer for me! Thanks in advance!

K-

Shake Browser Window (edited Title)
How would you make the browser shake in flash, or what could you use to do that. like at www.wa007.com, when you click to change the agents arms, the browser shakes, is there a way to do that in flash? any ideas or solutions...

Shake Browser Window (edited Title)
How would you make the browser shake in flash, or what could you use to do that. like at www.wa007.com, when you click to change the agents arms, the browser shakes, is there a way to do that in flash? any ideas or solutions...

Open Browser W/o Toolbars, Etc Without Using JS? [PLEASE HELP]
Here is my situation...

I need to link from a projector file to a mov file. So I figured the easy way would be to just open an HTML with the embedded movie. But, since it's a porjector file there is no way to fire a javascript to open a browser window w/o the toolbars and set to a certain size. Is there a way I can do this inside of Flash?

Thanks!!
Steve

Hiding Browser Toolbars
How does one write a Flash movie that opens in a "bare browser" window? i.e. all the navigation toolbars etc. are stripped off so all you see is the Flash movie?

I've seen this done on some sites but am wondering if there is Actionscript to do this?

Thanks in advance.

Hide Title Bar
Hi,

I've created a standalone swf that uses ActionScript 2.0 for pre-school kids. It needs to be completely full screen, meaning no title bar.

The Windows exe is fine as coded for fullscreen, but the Mac swf version displays the file's title bar (allowing kids to accidentally click the red/yellow/green buttons and fall out of the app).

I've searched doc and forums for fullscreen, window, title, hide title bar, etc. I can't find any explanation for how to hide the title bar. It seems like this should be ridiculously simple to achieve. I just can't find it documented.

Does anyone know what strings I should be searching, or know how to do this? I appreciate any help you can give.

Thanks,

r

Get Url Code To Open Browser Without Toolbars
I would like to open a browser window from a Flash button which will open my .swf into an html page with specific height and width with no tool bars just like: the "click here for demo" button in www.teachingtextbooks.com. It opens a window with no tool bars and it fits the .swf file perfectly. I see javascript in the html page that looks like it is part of the script however I am assuming their is script on the button as well.

Please help.

Thanks,

Green

Window Without Toolbars
Hello everyone,

I have another question now. I am now wondering how you can put your site in a window without all the toolbars. A perfect example is this site: (I am not endorsing this site, it is just an example) http://www.sapien.com.br

Please let me know how I can do that. Thanks!!

crzydimnd

Hide Flash Title Bar?
I know how to hide the menu bar in the Flash exe but how can I hide the Flash Title bar without using a 3rd party product? I'd prefer not to have a full white screen surrounding the Flash box (I know you can use Flash commands to do this).

Thanks for any help.

Remove Toolbars Of Browser When Open The Html
Sorry about such stupid question. But I'm just getting started.
Am using Flash MX & I want to make an html that open in full page mode, i mean I don't want Internet Explorer shows anything other than my page, I don't want toolbar, or address or anything. But I want to know how can I do to disable al this toolbars in explorer when opening the page

Removing The Toolbars From The Internet Explorer (Browser) ?
hi everybody

i have this question : i want to make a flash button and when i click on it , it must open for me another window which will have the link that i put , but my problem that i want when this new window open is to have no tool bars on it (only the minimize and the close ..)

i did it before on a text button (not a flash) and it workd will and this is the code that i had use it there


[code]


Code:
<html>
<head>
<script language=javascript>
function openwindow()
{
w_height=screen.availHeight
w_width=screen.availWidth
window.open("index.html","","height=" + w_height + ",width=" + w_width + ",left=0,top=0")
}
</script>


<title></title>

</head>
<body bgcolor=gray>
<form>

input type=button value="Enter The System" onclick="openwindow()" style="position: relative; width: 300; height: 30; font-size: 12pt">

</form>
</body>
</html>


]
so how can i do it with flash?!?!


ands thnx

Or Open Window With No Toolbars
need to open multiple windows with buttons without any toolbars ie; no buttons I can do it with fscommand openWindow and this in html code
{if(command=="openWindow"){ openNewWindow()}}function openNewWindow(){setTimeout(window.open('http://www.brianklaas.com/OurCompany.htm','newwindow',
'height=400,width=600,toolbar=no,scrollbars=yes')) ,0}
but I can only open one ...(I think) maybe geturl will work but I can't find out how to make it without any toolbars..??

GetURL New Window Without Toolbars?
hi

I need to open a new window without all the toolbars showing, how can I do this with getURL()?? or isn't this possible?

Need To Open New Window With No Toolbars
I'm hoping to be able to open a new .HTML window from the click on a button inside a swf. BUT i want this window to be a certain size, and to have NO toolbars, NO address bar etc...

the code im using now works ( almost ) but if:
A: i use _blank ----=>it opens 2 browser windows, both full screen, and with all toolbars.
B: i use _self -----=> it opens a new browser window, which then opens the window i specify ( resized, no toolbars )

Also, the my window gets blocked ( like pop-ups do )

i have 6 links ( newsletters ) that i need to open in separate windows.








Attach Code

newsBtn1.onRelease=function(){
getURL("javascript:window.open('http://yahoo.com', '_blank', 'scrollbars=yes,width=600,height=800,left=0,top=0');void(0);");
}

Popup Window Without Toolbars
Hy guys!

I'm new in html codes, but I want to make a popup window without menus/toolbars in it, all i know is that somewhere in the HTML code I have to insert a line or some like:
<html>.......................
</html>

can somebody help me please!

Thanks!

ultra rocks

Setting Browser Toolbars From Flash Detection File
I am using a standard flash detection file to test whether a user has flash (html file code below), then opening up the file final_flash.html if they do have flash.

I want final_flash.html to have no toolbars at the top of the browser but cannot find a way to set this. You cannot set it from within the window final_flash.html itself. So is there a way to adapt the code in the html detection file to set the toolbars of final_flash.html when it opens, maybe adding javascript in there, or maybe in the flash file itself?

By the way I cannot open up the flash detection file with javascript popup and set it that way because it will be a link from an email newsletter where you cannot use javascript.

Code in flash detection file:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="80" height="80">
<param name="movie" value="flash_detection.swf?flashContentURL=final_flash.html&altContentURL=Alt_Final.html&contentVersion=7&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false" />
<param name="quality" value="low" />
<embed src="flash_detection.swf?flashContentURL=final_flash.html&altContentURL=Final_Alt.html&contentVersion=7&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false" quality="low" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="80" height="80" />
</object>


Many Thanks!!!
Katherine

Open Window Without Scrollbars Or Toolbars?
Hey, how Would I Make it so that I can Open A new window Like a popup That only Has the title bar? It is NOT a popup though, Because the user has to click The link in the flash part. So, I want it so that When They click my link, a new Window Opens without a scrollbar ect, Just the Title bar. I can't Find any code Modifying these Things onLoad using html or javaScript. Does anyone know how to do this? Thanks!

Opening New HTML Window Without Toolbars And Set Size.
Hi, I am researching the possibilities for opening a new HTML window without toolbars and at a certain size. I have found a bunch of tutorials and even this guide here at adobe: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14192

BUT

I work in Flash 8 and I use Dreamweaver 8.2 (with all the latest updates). As you know Dreamweaver uses Java Script to implement Flash into a HTML page. By generating a folder called Scripts and the file AC_RunActiveContent.js

So I tri the methods described in the above technote. I even found a guide at kirupa...and at flashkit. I even downloaded an example file from Flashkit. But any implementation of any of the methods above in a Flash 8 file implemented with DW does NOT work.

I am not a hardcore programmer. I am more the kind of guy who finds code that works and moulds it to my purpose. Copy and paste programming if you may. So its not so easy for me to see why it wont work and where the problem is. But I do have a suspicion towards the javascript flash implementation that Dreamweaver does.

So if anyone have guide or tips to how I can use Flash 8 and DW 8.2 and get flash to open a new HTML window with a certain size and without scroll or toolbars..that would be GREAT!!

Thanks in advance!

AKIRA

How ?HTML Popup Window From Flash With Specified Dimensions, And No Toolbars?
What code do i have to use to get an HTML Popup window from Flash with Specified dimensions, and no toolbars????

I know how to do it from an HTML document but not really from flash!!
i can get the popup window by using: get url("blblbl..", _blank); and so on but how do specify the windows dimensions, toolbars and other features.

I have javascript functions for it that works in HTML, but hoe do i intergrate it in FLASH MX 2004 Pro

???

Browser's Main Title...
Hello,

What determines the copy that appears in the user's browser window title? I'd like to have a certain title appear.

Thanks,
Todd Lerner

How Do You Re-title What Appears In The Browser?
is there a way to rename the title of your site in the title bar of the browser?

i have to upload my website using index.html

so when my website appears on the web, its called index

but id like to rename it with a different name, can this be done??

many thanks for any suggestions

Change Title In Browser?
Anyone know how to change the title at the top of the browser via actionscript? I was thinking you could link to it through javascript in the same page as the swf but I don't know how to do that...Thanks
-Adam

#Scene_1 Showing In Browser Url And Title
Greetings. Did a search and couldn't find a thing. I'm sure this one is simple but... Using Studio MX I created a self looping swf embedded within the normal web page. When the movie repeats after the first play it adds #Scene_1 to the end of the browser url and also to the bluebar page title.

I've tried to rename Scene 1 in flash but the #Scene_1 still shows up. I've also looked at the header with a hex editor, and sure enough, there is the Scene_1 ! I've peeked at other swf files on other sites and I don't see that title in their swf header, or ever added to the url or page title.

I thank you for your time and knowledge in advance!
Gregg

Browser Title Bar-wrong Address
I have added a small movie playing in it’s own window as part of a larger Flash site. It’s works fine but the title bar is displaying the path of my ISP address info like: http://www3.sympatico.ca/billph/toon.html
I want it to just display the site URL.
I can’t figure out any publish settings that let you control this in the Flash publish window. I don’t have an HTML program as yet like GoLive or Deamweaver. Do I need one? Are there any free ones out there?
Any help /suggestions would be appreciated.
Thanks

Browser Title Update In Flashplayer?
I am a total newbie to flash. I have a flashplayer set up. I have a series of flv movies that play one after the other in the player. What I'm wondering is if it is possible to update the browser title as each new video starts..? If so, how would I do that?

Browser Back, Forward, Title Bar
I don't ask for help much, but it would be foolish to not ask for help. I know its been discussed before, but I could not find it.

I would like to integrate the Browser BACK, FORWARD and TITLE change when a visitor navigates through the Flash movie.

I took a look at:
http://www.actionscript.org/resource...ash/Page1.html

Is there a simpler way of accomplishing this without using multiple HTML frames. The example they have given also does not function smoothly either.

Anyways, any help would be appreciated!

Opening New Html Window Without Toolbars And Scroll Bar From Html Link
Hello - is there a way to open a new html page( that will have my flash embedded) from my main html page that does not have the toolbars and scroll bar? I am trying for a clean look that will be supported by most if not all browsers.

New Window Title
hi!

i am having trouble with new windows displaying the title that i gave them. I am opening a new window from a flash file and use the following code:


on (release) {
getURL("javascript:window.open('http://www.jcollab.com/home.swf,'COLLABORATIVE','width=675,height=500,too lbar=no,menubar=no,scrollbars=no,resizable=no,loca tion=no,directories=no,status=no,left=0,top=0')");
}



the new window pops up, but the title is not displayed...only the address of the file (http://www.collab.com/....)

Do i call the HTML page of home.swf? I tried this and the window then displays the flsh movie with a gap between the window and top and left sides?...and calls the window 'home'....even though I have 'COLLABORATIVE' in the code?

please help me resolve my problem! thanks...

Pop-up Window Title
Hi everyone,

I've been using this AS to pull up a jpeg in another window.

tmobile_cart_zoom.onRelease=function(){
getURL("zoom/tmobile_cart.jpg",_blank);
}


But at the top of the window, the title is the name of the jpeg that it has loaded and the pixel size. How could I change that title so that it isn't the jpeg name but a name that I choose?

Thanks!

POP Up Window Title Bar
Hi all,

I've created a popu in flash, loading an external swf.
All works well. How do I either, change the title of the new window (currently mainpage.swf ..etc..) - OR - remove the titlebar altogether?

Mailto, And Window Title Help
Hi.

Here's what I'm trying to do:
I have a flash file that will be published as an EXE file and I'm trying to change the title of the window it runs in for a custom one. How can I do it?

2. The other thing is how do I put a mail link (like mailto in html) inside a flash file?

Thanks a lot for your help

Title Bar In Centered Pop Up Window
Hi -
I'm working on a site in Flash MX 2004 and I followed the tutorial at www.kirupa.com/developer/mx/centered_popup.htm to create a pop up window that brings up another swf file. The tutoial worked great, but the title bar in FireFox or Safari browsers does not show the title name ("target_winName") I placed in the action script... it works in IE though.

Is there any actionscript or javascrip that I can place in the "pop up swf" that would insure that the title name is correct? Or is there some other way to go about this?

thanks for your help!

Graphics In Window Title Bar
Is there a way to insert a graphic into the title bar of a window in flash?

Pop Up Window Title Issue
Hi!

Im using the following script to open a pop up window from a button within the main .swf:

on (release) {
getURL ("javascript:NewWindow=window.open('3000plus.mov','newwin','width=350,height=280,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable =No,fullscreen=No'); NewWindow.focus(); void(0);");
}

I just was wondering if anyone knows how to alter this code so that the window opens with a title like "Video One" as opposed to the location ie. http://myroot.mydomainname.com/videoone.mov

Thanks!

-Glen

100% Flash Websites - Non-static Browser Title Bars?
hi,

is there a way to change the browser title bar text for 100% flash websites (after clicking to a different page)? (may be good for search engine listings of particular pages). i notice that 100% flash websites (www.fantasy-interactive.com etc) seem to have never-changing title bars.

on the same tangent, is there a way to change the browser title bar text for frame webspites (such as ultrashock) ?

if you know of a solution to either problem above, please post.

thanks!

Setting Of Title Of Browser Opening An SWF File Using Actionscript
Hi All,
I need to open an SWF file using a browser without embedding it in the HTML. Can i do some kind of Actionscripting to set the browser window title?

Loose Title On Project Window
Is there anyway to lose the title "Flash" on the projecter windows and replace it with the title of the movie/game etc? - Rick

GetURL->specific Window (title)?
Here's the layout:
Main site got login button that opens new window to login.
Now I want the login site to show new content/file (using getURL) in the previous window (containing main site).
The manual says something about entering the title, played around a bit but didn't figure it out.

800x600 Window Title Bar Text
I´ve got my website www.jarnopunt.tk to open in a new 800 x 600 window

The title bar of the new window currently shows the http://people.zeelandnet.nl/jpunt/new/website1.swf adres of the website

The question is how to change this into for example Hi enjoy the page or something?

Change Title Of A Popup Window
I was using a javascript function "getURL" to open a movie (swf) and called this javascript function in the flash. This movie is loaded in a popup window.

But, i had one question.
Could i make a change to the popup window's title on the title bar of the popup window as currently it was showing the path of the loaded movie.

Hope some could help me and thanks.

Window Component Title Bar Problem
Hi, I am trying to make a new flash jukebox for my site. I'm using the window component to hold the "pages" (which are separate swf files) of the jukebox, with buttons below to change pages (to go to a different page of songs). Here's the problem. When the jukebox first loads, the swf file is correctly aligned within the window. But when you click on a button to load a new "page," the top of the "page" comes up under the title bar and you can't see the top buttons. Does anyone know how to fix this?

http://www.sarocks.com/music/Jukebox2.html
You can see what I'm talking about here. Warning: I'm just beginning to work on this, so there is not yet a button to stop the music, so don't click on a song...or if you do, you'll have to reload the page to stop the music.

Change The Title Of A Popup Window
I was using a javascript function "getURL" to open a movie (swf) and called this javascript function in the flash. This movie is loaded in a popup window.

But, i had one question.
Could i make a change to the popup window's title on the title bar of the popup window as currently it was showing the path of the loaded movie.

Hope some could help me and thanks.

Change The Title Of A Popup Window
I was using a javascript function "getURL" to open a movie (swf) and called this javascript function in the flash. This movie is loaded in a popup window.

But, i had one question.
Could i make a change to the popup window's title on the title bar of the popup window as currently it was showing the path of the loaded movie.

Hope some could help me and thanks.

Copyright © 2005-08 www.BigResource.com, All rights reserved