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








Chromeless Windows


hello, i've done yhe tutorial about chromeless windows and i'm ok with it....but now i would know how to place more buttons which plays chromeless windows on the same page....(one button wich plays "animation 1"in a chromeless windows, and one wich plays "animation 2" in the same chromeless windows but with a different tittle).

thanks




KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 11-12-2003, 08:24 AM


View Complete Forum Thread with Replies

Sponsored Links:

Chromeless Windows?
how do you make them :-)

...Martin

View Replies !    View Related
Chromeless Windows
Hi,

I have just downloaded the code for chromeless windows from microbians.com.

There is another tutorial for the same here....

http://www.actionscripts.org/tutorials/

Check out Tutorial 26

Thanks to JLs2K, FK board crew, who guided me to this site which gave me answers to a lot of questions.

For a dud like me who doesnt know too much of HTML, this one is very easy to understand & simple to implement. The explanation is easily understandable. It also performed beautifully when I tried it. There is only one drawback though. doesnt have a minimise button.

The one in Microbians is similar & has a minimise button but there is hardly any explanation on how to integrate it into your own flash movie.

Any help on this issue will be greatly appreciated.

Raj

View Replies !    View Related
Chromeless Windows
Hey all...
Were trying to build a page with multiple chromless windows from one flash movie with 4 seperate buttons. At this point all we can get to work is one window flawlessly. The other buttons all pop up the same window. Heres the code were working with:

This is for the Flash:
on (release) {
getURL ("javascriptpenIT()");
}

This is for the HTML:
<script language="javaScript" type="text/javascript" SRC="http://www.voodoocreations.com/humanhead/java.js"></SCRIPT>

<script>
function openIT() {
theURL="http://www.voodoocreations.com/humanhead/test2.htm"
wname ="CHROMELESSWIN"
W=622;
H=500;
windowCERRARa = "http://www.voodoocreations.com/humanhead/close_a.gif"
windowCERRARd = "http://www.voodoocreations.com/humanhead/close_d.gif"
windowCERRARo = "http://www.voodoocreations.com/humanhead/close_o.gif"
windowNONEgrf = "http://www.voodoocreations.com/humanhead/none.gif"
windowCLOCK = "http://www.voodoocreations.com/humanhead/clock.gif"
windowREALtit = "HeadHunt"
windowTIT = "<font face=verdana size=1><b>Head Hunt - (Draggable Window)</b></font>"
windowBORDERCOLOR = "#000000"
windowBORDERCOLORsel = "#000000"
windowTITBGCOLOR = "#5F6478"
windowTITBGCOLORsel = "#FF0033"
openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}
</script>

The above combination is what works, now we need to get 3 more of those to function from the same page. Anybody got any suggestions? Thanks in advance.

View Replies !    View Related
Chromeless Windows?
anyone know why the html page with the link to my chromeless window containing my flash movie isn't working?

here's the URL:

http://www.rcpopart.com/flash.html

thanks.

-R

View Replies !    View Related
Chromeless Windows
can someone tell me if the javascript (or reference to the javascript) for chromeless windows goes into the code of the chromeless window, or if it goes into the html page that launches the chromeless window.

View Replies !    View Related
Chromeless Windows
Hello, I'd like to open my movie in a chromeless window. Any idea how i do that? Do I need to do it HTML or flash?

Any info would be hugely appreciated...thanks!

View Replies !    View Related
Fun With Chromeless Windows...
Based on the tutorial here at AS, I tried to implement it in my own flashmovie.
However, what I want is different from the example given in the tut.
That one is based on the asumption that all popups are of the same dimension and load the same page.html.
(in the javascript part in the main HTML file, URL and size is being set.)
However, I want a different popup size for different content... so in short:
in the getURL line, I need to also indicate width and height, + the target URL.

how do I do that? And which lines do I have to remove from the javascript in the main HTML + the .JS file in order to make it work???

thanks!

View Replies !    View Related
Chromeless Windows
I followed the tuorial at

http://www.kirupa.com/developer/mx2004/chromeless.htm

and it managed to work, but when i edit the html file, and enter a website for the chromeless window to display, it only works for SOME links. However when i uploaded the file onto some webspace, it seemed that no page would load at all ?? anyone help me out ?

Mayan

View Replies !    View Related
Chromeless Windows
I know there are many threads...but it doesnt seem like anyone of them where lucky enough to get someone to help them...so I hope I get more lucky

I just want to know WHERE I should write the text and WHAT I should write do to make multiplied windows.

I have 2 buttons and I want one chromeless window for each button...
Info and Links.

Thanks in advance!

View Replies !    View Related
Chromeless Windows
I want to create chromeless windows in flash and I've already read through chromeless pop-up window tutorial but I still couldn't get it. What do I have to name the page tht is to be pop-up? Also should the html in tht page should put between the <head> tags or after it?

View Replies !    View Related
Chromeless Windows
hello, i've done yhe tutorial about chromeless windows and i'm ok with it....but now i would know how to place more buttons which plays chromeless windows on the same page....(one button wich plays "animation 1"in a chromeless windows, and one wich plays "animation 2" in the same chromeless windows but with a different tittle).

thanks

View Replies !    View Related
Chromeless Windows
I followed the tuorial at

http://www.kirupa.com/developer/mx2004/chromeless.htm

and it managed to work, but when i edit the html file, and enter a website for the chromeless window to display, it only works for SOME links. However when i uploaded the file onto some webspace, it seemed that no page would load at all ?? anyone help me out ?

Mayan

View Replies !    View Related
Chromeless Windows
I know there are many threads...but it doesnt seem like anyone of them where lucky enough to get someone to help them...so I hope I get more lucky

I just want to know WHERE I should write the text and WHAT I should write do to make multiplied windows.

I have 2 buttons and I want one chromeless window for each button...
Info and Links.

Thanks in advance!

View Replies !    View Related
Chromeless Windows
I have followed the Tutorial on this site for the <B>Chromeless windows</B> javascript with success, except it seems that it does not work on Mac OS, only PC. Can anyone tell me if it is possible to achieve the same effect for both platforms?

View Replies !    View Related
Chromeless Windows
I want to create chromeless windows in flash and I've already read through chromeless pop-up window tutorial but I still couldn't get it. What do I have to name the page tht is to be pop-up? Also should the html in tht page should put between the <head> tags or after it?

View Replies !    View Related
Chromeless/frameless Windows?
Does anyone know the scripting for chromeless pop-up windows?

P.S. (I am not looking for the windows that slowly rize out of the bottom of the screen, just a standard pop-up window with no frame)

View Replies !    View Related
Chromeless Windows With Flash
how to add a chromeless window in to a flash?? HELP!!!!!
I know the script for html i need to know were to put the script.

View Replies !    View Related
Scrollbar For Chromeless Windows
i've just posted a website in flash, and have some buttons that force a chromelss window with this actionscript / javascript:

on (release) {
getURL("javascript:window.open('http://www.ghettobillies.com/bbs_index.cfm
','newWin','width=655,height=455,le ft=100,top=50,screenX=100,screenY=50');void(0);"); }

can anyone tell me why i have scroll bars on my windows, yet noone else seems to have them? is there something i can do to the javascript to put a scroll bar in that works on most computers?

thanks.

View Replies !    View Related
Help Required With Chromeless Pop Up Windows
i really like the chromeless pop up windows detailed here(http://www.kirupa.com/developer/mx2004/chromeless.htm) however i wanted to create a flash menu where there would be a number of these pop up windows. i can get one to work but if i put script for two windows i get problems.

what happens is when i click on the first link in the flash menu it opens the window from the second link, and the window from the second link opens the correct one.

i've tried renaming the parameters and changing the script to read my chromeless one etc. but this doesn't make any difference. I also tried getting the script to read from two different javascript files, however this did not work either.

any suggestions on how i could get this to work would be greatly appreciated.

colin

View Replies !    View Related
Multiple Chromeless Windows
Hi,
I have a quick question about Flash MX 2004 and a tutorial from Kirupa.com...
I did the Chromeless Windows tutorial and I have a quick question about it -- is it possible to use multiple chromeless windows in one flash movie, linking to several different webpages? I am using the flash file as my main movie file, and linking off to webpages to illustrate shockwave files. I have it working fine if I use one window, but I need to be able to use multiple buttons on the .fla movie, which open up chromeless windows using different URLs... Is this possible? (I hope that made sense!)

Thank you so much in advance! I have a project due and I can't make it work!!!
Thanks!!

->Libtechbaby

View Replies !    View Related
Multiple Chromeless Windows
hi,
I did a tut from actionscript.org about chromeless windows. It works fine but I would like to launch multiple chromeless windows from one html page. I pasted the script two times, added the correct addresses and now one button is launching the page behind the other button and the other button isn't working!!

Anybody has a clue how to do this?
Thank you very much

Jerryj

View Replies !    View Related
Opening Chromeless Windows
Hi everyone. I have done the tutorial on here regarding opening a chromeless window and it works fine. My question is probably quite stupid but how do i get other buttons on the same page to open in a chromeless window as well. So several different URL's linked to buttons. Thanks heaps.

View Replies !    View Related
Help Required With Chromeless Pop Up Windows
i really like the chromeless pop up windows detailed here(http://www.kirupa.com/developer/mx2004/chromeless.htm) however i wanted to create a flash menu where there would be a number of these pop up windows. i can get one to work but if i put script for two windows i get problems.

what happens is when i click on the first link in the flash menu it opens the window from the second link, and the window from the second link opens the correct one.

i've tried renaming the parameters and changing the script to read my chromeless one etc. but this doesn't make any difference. I also tried getting the script to read from two different javascript files, however this did not work either.

any suggestions on how i could get this to work would be greatly appreciated.

colin

View Replies !    View Related
Multiple Chromeless Windows
Hi,
I have a quick question about Flash MX 2004 and a tutorial from Kirupa.com...
I did the Chromeless Windows tutorial and I have a quick question about it -- is it possible to use multiple chromeless windows in one flash movie, linking to several different webpages? I am using the flash file as my main movie file, and linking off to webpages to illustrate shockwave files. I have it working fine if I use one window, but I need to be able to use multiple buttons on the .fla movie, which open up chromeless windows using different URLs... Is this possible? (I hope that made sense!)

Thank you so much in advance! I have a project due and I can't make it work!!!
Thanks!!

->Libtechbaby

View Replies !    View Related
Chromeless Windows In Netscape
hello
i have finally figured out how to launch a chromeless flash document out of an html window but it does not work in netscape 6. does anyone have any tips?

I am using this tutorial

http://www.kirupa.com/developer/flash5/borderless.asp

View Replies !    View Related
Multiple Chromeless Windows
hi,
I did a tut from actionscript.org about chromeless windows. It works fine but I would like to launch multiple chromeless windows from one html page. I pasted the script two times, added the correct addresses and now one button is launching the page behind the other button and the other button isn't working!!

Anybody has a clue how to do this?
Thank you very much

Jerryj

View Replies !    View Related
Launching Chromeless Windows From Flash
I dont know how to do this properly

and the tut provided on this site isnt completely helpful

View Replies !    View Related
Chromeless Windows After Service Pack 1
hi there
my chromeless window does not work after installing service pack 1, i tried to apply the patch but it still does not work. does anyone have any advice on this? does anyone know of any tutorials that deal with creating chromeless windows for service pack 1?

View Replies !    View Related
Problems With Microbians Chromeless Windows, Help Appreciated
well, i know how to do it, bu i cant seem to put a script into SWiSH to open the main page

its currently this:

<p><a href="#" onclick="mywin001=openIT('flash.swf',400,400,null, null,'mywin001',5,false,false,false);return false">
ENTER HERE</a>

Which is in the HTML coding of my splash page, it shows up as ENTER HERE, but my splash page is made of swish, i want to have an enter button made in swish so i can enter the main site, instead of having a horrible enter here link, i know u need to add something in swish but i cant seem to figure out what, i know the On_Press action but i dont know if its Javascript, Go To URL or what?

If anyone can help i would appreciate it much

View Replies !    View Related
Chromeless Windows That Open On Movie Load Or Load Of Html Page (Flash Ad Kit)
Hi guys,

I was wondering if someone could help me out in creating these flash ads that appear out of nowhere. I see them mostly on rediffmail, yahoo and about.com.
I know how to create a popup window on button click, but how you do that without a button.

There's another dimension of ads nowadays. They are the transparent ads. They really look cool. Could someone with this knowledge pleeeeeeeeese help me out. I urgently need to create these ads.

Regards,
designable

View Replies !    View Related
Chromeless Windows That Open On Movie Load Or Load Of Html Page (Flash Ad Kit)
Hi guys,

I was wondering if someone could help me out in creating these flash ads that appear out of nowhere. I see them mostly on rediffmail, yahoo and about.com.
I know how to create a popup window on button click, but how you do that without a button.

There's another dimension of ads nowadays. They are the transparent ads. They really look cool. Could someone with this knowledge pleeeeeeeeese help me out. I urgently need to create these ads.

Regards,
designable

View Replies !    View Related
Problem In Running A Flash MX-2004 Application On Windows 98 Adn Windows NT.
Hi all
I have this problem ......here it goes.....
Actually I developed a Flash MX-2004 application which has to run on both mac and windows platforms.
This application does the funciton of a dictionary and has 46 xml files and close to 13000 sound files.
This application runs fine on most Windows platform, however it doesnt work on Windows 98 and Windows NT where though the intro animation comes & the home screen loads....the application part of the program doesnt load.

Why is this so??? I am totally clueless...please help....
Do I have to make the intro and exit animations as separate swf files adn call them????
Please help....

View Replies !    View Related
Flash Popup Adverts/windows That Aren't Windows
Hi there

Just wondering if anyone knows any links to tutorials to make those flash adverts you find on websites? They are actual popup windows but flash boxes that appear above a webpage.

I think they use div layers as well as some flash? But im not sure where to find a tutorial!

For an example visit:

http://www.channel4.com/4car/news/index.jsp

(you might need to click on several pages down the left to get one to appear)

Any help on this would be a great help.

Thanks

View Replies !    View Related
Ever Tried To Go Chromeless?
Hmm, strange thing, those chromeless windows...
I've searched the net todo such a thing in Flash and I landed on http://www.microbians.com , the inventor of the chromeless code. There latest version is 3.0. So, I created a text button in flash and put the actionscript they gave me trough email in the button:

getURL("mywinname01=openIT('test.html', 400, 400, null, null, 'mywinname01')")

Also, the flash HTML page should get a bunch of javascript code to, which I applied.

Then, I should publish the page into the dir where the images, the javascript file and the page you wish to open (in this case "test.html") are located, which I did.
BUT when I opened the page and clicked the link, I got a "Page Cannot Be Displayed" error message.

Does anyone know how to call up such a chromeless within flash?

Blaster.

View Replies !    View Related
Chromeless
ok ok, i know this has been asked many times, but after reading some old posts, i am even more confused.

firstly...
i need a javascript in my html file to launch another html file (which is chromeless) which has a swf embbeded in it right?

secondly...
i need scripts in the swf file to be able to close the window, and if possible move it around...

is there anyone here who can post the scripts needed and possibly give a little comment on how it actually works, i dont want to just copy and paste stuff...

thankz

View Replies !    View Related
Chromeless From Within Chromeless (I Bet You Don't Know :)
One damn button link away from completing an 8 month project (details posted soon)...

I am launching the main site (swf) inside a chromeless window & have a button which i need to open a map in another chromeless window.. I have tried everything I know and spent the last 3 hours searching the forums here.. Loads of questions about basic popup windows and chromeless windows but no chromeless from chromeless !!

Here is the typical code I am using to launch the window (with acompanying JS file on the server obviously and the code in the head of the window it is launched from)


on (release) {
getURL ("javascript:openIT('http://www.domain.com/standard/map.htm', 530, 300, null, null, 'map')");
}

etc etc,

Anyone know the score ???

Andy

View Replies !    View Related
Chromeless?
I have a game that I want to take up an entire screen. I've seen the chromeless windows, but I've heard that only a limited amount of people can see them.

Is this true?

Is there another way to do this, that everyone can see?

gamist

View Replies !    View Related
Chromeless
i was wondering how do you open a CHROMELESS window in flash?

View Replies !    View Related
More Than Just Chromeless Pop Ups
Hi People!

I have a query about Chromeless Windows.

I know that the term chromeless popup window is one that doesn't show the browsers menu or tool bar, but does retain the title bar (for easy closing).

BUT....

I have seen Pop Up Windows that appear without ANY Chrome at all - not even the Title bar or browser edge, just windows that look as though they could be MC's (Movie Clips) in Flash but aren't, the seem to be seperate HTML pages

I can't find any examples at this point but....

CAN ANBODY RELATE TO WHAT I AM TALKING ABOUT?!

Cheers

Deadhands

View Replies !    View Related
Chromeless?
I have a link in an html page to a .swf. how do i create it in such a way that the swf is in a new window, chromeless, without any nav bars, just a thin border and my movie inside? i have seen it a million times and changed that to the setting in the export, but it doesnt seem to work. i am using dreamweaver to set my html. thanks.

View Replies !    View Related
Chromeless And Swf's
I downloaded ByKlein Chromeless Windows 2.0 beta because the older version of chromeless was not compatible with IEsp1.
I want to simply put the flash file "index.swf" inside the chromeless page so it fits nice (Like in the older version) But I have found that it won't display flash files directly.
I know they work inside of html files. But I have so many flash files, as well as links to other flash files that would be a major pain. And I have set up my site to avoid using a ton of html files.
If I can directly link to an swf file am I going to have to fix all the links (which are inside the flash files) to other flash files? Cause right now they are just something like "bob.swf" which worked with the old version of chromeless and would just replace the current flash file with the linked one.
Help.

View Replies !    View Related
How To Do This With A Chromeless....
i have a flash movie with like 5 buttons and i want to make at least 4 buttons open into chromeless windows

http://kirupa.com/developer/mx2004/chromeless.htm

i tried doin that like rename instance and code but all chromeless windows is linked to only one...

how do i make a multiple chromless windows link in one flash movie? thx

View Replies !    View Related
Err... Chromeless Pop-up Exe?
I am making an auto-run for a cd in flash, and i have made a music player to play 3 tracks, published it to an exe and swf, and am wanting to somehow make a chromeless pop-up window link, and have no idea how.
I find the tutorials too complicated, is there any easy way to do this? can someone paste in code for me to put somewhere and tell me where to put it or link me to an EASY TO FOLLOW instruction set for beginners? The file name is: music.exe or music.swf

View Replies !    View Related
Chromeless
Sorry...Upaut and Jubba told me to make my page in a chromeless window...
The problem is that I don't know what's that...
<img src=http://www.ezboard.com/intl/aenglish/images/emoticons/ohwell.gif ALT=":">

:eek:

View Replies !    View Related
How To Do This With A Chromeless....
i have a flash movie with like 5 buttons and i want to make at least 4 buttons open into chromeless windows

http://kirupa.com/developer/mx2004/chromeless.htm

i tried doin that like rename instance and code but all chromeless windows is linked to only one...

how do i make a multiple chromless windows link in one flash movie? thx

View Replies !    View Related
Err... Chromeless Pop-up Exe?
I am making an auto-run for a cd in flash, and i have made a music player to play 3 tracks, published it to an exe and swf, and am wanting to somehow make a chromeless pop-up window link, and have no idea how.
I find the tutorials too complicated, is there any easy way to do this? can someone paste in code for me to put somewhere and tell me where to put it or link me to an EASY TO FOLLOW instruction set for beginners? The file name is: music.exe or music.swf

View Replies !    View Related
Chromeless Question.....
I justtried to use CHROMELESS in stead of a regular javascript pop-up window...all went smoothly ...excpet for the CLOCK part does not show up. IS there a reason i cant get the clock function to work? Is there something special I have to do? I didnt see anything about it on any of the tuts I have read. Thanks. -whispers-

View Replies !    View Related
Chromeless WIndow
Hi, i have looked at the flashkit tutorials, but still i can not find out how to make a chromeless window. Can somebody please tell me? And what are your thoughts on the chromeless window? good/bad? THANKS!

View Replies !    View Related
Chromeless Window
I'm having trouble opening up a chromeless window, could somebody have a look at this code and tell me where is is going wrong;

cheers

lee

on (release) {
getURL ("javascript onunloadopen:ChromeslessWindow('Dev1.swf','GuidedT our',550,300,null,null,'Guided Tour', '#000000', '#000000', '#ffb210', '#808040' ,true,");
}

View Replies !    View Related
Chromeless Window
hey guys please, how do i make a chromeless popup window in FlashMX. i need to make one for tomorrow, thank you

View Replies !    View Related
Chromeless Movie?
Hi,

I want my projector movie to be displayed with no border or info at all, (is this called a chromeless window?) so when the cd is put in it pops up in the middle of the screen nice and plain. Please tell me how to do this.

thanks in advance

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