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




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



FlashKit > Flash Help > Flash MX
Posted on: 09-18-2006, 07:02 AM


View Complete Forum Thread with Replies

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

Why Aren't Flash Games Fast On Windows 98?
Hey, for some reason whenever I play flash games on any Windows 98 computer they're always slow but on any Windows XP computer, even one's like my cousins which is clogged full of viruses, they run really fast. Wtf is this about?

Popup Windows In Flash 5
I am looking for ideas for actionscript to call multiple customizable pop-up windows in Flash 5 from a mouse action. Are there any tutorials to point me in the right direction?

Popup Windows - Flash 5
On my Flash Project I have about 11 links to be opened in new windows. I have put the following code in Flash:
onRelease {
get URL (javascript : pop(); ");
}
And altered the HTML page with Javascript:
function pop()
window.open...
But...
How can I distinguish in Flash (with Actionscript) and the corresponding HTML page (with Javascript) the opening of the pages? I am using 4 different Javascript functions to do it (pop, newwindow, onClick and openwindow). Currently, with these 4 functions I can only open 4 links, there are still 7 missing :-). Probably I only need one function with variables to do it right... Can anyone help me please?

Popup Windows From Flash?
Hi, does anybody know a way to create a popup browser window, i.e. without toolbar, menubar, addressbar from Flash? getURL() creates a full-featured window, and I nead a "clean" one :0.

Please, help!

PopUp Windows From Flash
I am redoing a website to include PopUps. The splash page is HTML. The link launches a new window that contains the Flash site. From the Flash site, I need to make some popup windows for some of the images. I can control the size of the new HTML window with onload commands. I need to turn everything off except the title bar. Can I do this from Flash? Can I reference the Javascript from the splash page via Flash? The website link is http://www.alienartstattoo.com
The owner wants some of the more intricate tattoos to be opened in popups so that they can be seen more clearly. I have not found anything that works so far. All help is appreciated. Not to be picky, but could any information refer to the pages (splash, flash, popup) just so I don't have to repost for clarification. I basically want the popup windows to have the same feel as the window that houses the Flash site. Thanks for all help.

Popup Windows In Flash
Hi,

I have a flash movie, and within the movie I have buttons. When the user pushes the button I want a new window to open with a specific url. The flash is embedded in a jsp page. Can someone please help me?? Thanks in advance!

EDIT:
Sorry, I didn't make myself clear enough...the new window that I want to open needs to be a specific size.

Popup Windows Within Flash
Hello, I'm new to this but eager to learn more about flash!

I've seen some websites where you can click on a picture and then the rest of the screen will go hazy, a window will pop up (not a browser window), then the photo is displayed. Can this be done strictly inside of flash? If not, how?

Flash Above The Popup Windows
Hello,

I am developing a .NET site which has a Flash banner and a pop up module window that returns search results. once I added Adobe's javascript solution to disable IE border issue the Flash clip is always above the everything. without the javascript it works fine but then i have that nagging IE border. I tried setting z-index and Wmode but that didn't work.

I can not show a sample of the page as this is an internal application.

any solution?

thanks

Mic

Flash Popup Windows
I am designing a website for a semi-pro football team and I need the roster page set up a certain way. I need it set up so that when you "mouse over" each player's name a little dialogue box comes up telling you information about where they are from, their position, etc. I have no idea how to go about doing this and would appreciate any help anyone could give me.

Flash Popup Windows
Hi. My website is done in Flash and I use popup windows (browser) to show bigger/more detailed versions of my work. I'm not sure what's wrong, but none of the popups work at all now. If someone can please help me and/or tell me what the problem is, I'd greatly appreciate it. My website is:

http://www.rawpixels.com

Now, if you enter the site and click on, for example "artwork," and then click on "deloitte consulting," you'll get a small description and and "click to see" button. If you click the "click to see" button, a smaller browser window is supposed to appear, but doesn't.

Here's the script for the button.

on (release) {
// customize the window that gets opened
// 0 equals NO.
// 1 equals YES.
address = "pops/artwork_1.html";
target_winName = "kirupa";
width = 521;
height = 415;
toolbar = 0;
location = 0;
directories = 0;
status = 0;
menubar = 0;
scrollbars = 0;
resizable = 0;
// sends data back to the function
openWinCentre(address, target_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);
}


Here's some additional info:
-I don't have popups blocked
-I'm using the latest version of Firefox
-I'm using Mac OSX (latest version)
-I'm on an Intel based Macbook
-I've installed the latest version of Flash

Thanks in advance!

Bill
bsafsel@rawpixels.com

I Want To Have Javascript Popup Windows In Flash 4
I have to export all swf's as flash as the client only have flash 4 player and they are not allowed to download the new version.

I have an swf menu in a html frameset, so i want one of the links in the menu to open an _blank popup winodw to a specific size - i know how to do this with flash 5 - anyone know how to do this with 4?

please help

louise

Generating Popup Windows In Flash
I guess you can call me a beginner intermediate flash person.
What I'm trying to figure out is how to create a popup window
in flash. Specifically, I have thumbnails of images, I want to be
able to click (individually) on an image, and have it's full size come
up on another window (same dimensions as the image).
I believe this is javascripting, but I've tried using a popup window
javascript, that I got off the net, but it doesn't seem to work.
I've tried embedding the script in the FSCommand in the Actions
window, but no luck. Am I putting it in the wrong place, or is the
script different written differently for flash? If so, does anyone
have a generic script for a popup window? Where would I put this script?
Any help would be greatly appreciated. Thanks in advance.

Flash Java Popup Windows
Hy everybody, thanks to the suggestion given to me
by Kolt I could now open as much pop up windows as
I want (no scrollbars no toolbars and of a certain size)
via relation between flash geturl function and javascript.

Can anyone could tell me why it seems to function in a single frame column structure?

I pasted the same code (perfectly functional)
from one place to another in the timeline (read
from one button in frame x to another button in frame y)
and there.... I click but nothing happens...

It's driving me mad: I tried to change the buttons
(totally reconstructed, to have another javascriptfunction
with the same properties but different name..

Any idea out there??

Thanks in advance..

DHP

Problem With Popup Windows And Flash.
How do you call a javascript popup command without changing the URL of the current site, so that the flash movie stays where it is? If I use:

getURL ("javascript:window.open (URL, name)");

where URL and name are thier respective value, I have the problem that the internet explorer to some wierd window where it just says [Object] and doesn't have anything else on it.

Any help would be greatly appreciated.

Flash Projector & Popup Windows
I'm making a cd presentation with Flash and the final product will be a projector (.exe)

I'm having trouble with one thing. I would like to open a popup window from within the projector with a specified size. Since the movieclip is not embedded in an .html page, I'm having difficulty.

Doesn't anyone have any ideas? Also, would it be better if the cd presentation was created/exported with Director 8.5? - I'd have to learn it though! hehehe


Thanks a lot!!

PopUp Windows In Flash Movies
How can I make a new window PopUp within a Flash movie.

Popup Windows From Flash Warning
hey there,

the other day i posted a popup-problem where javascript popups called from a flash button did work locally but not online.

i now located the real problem. it is the cloaking function of some free domains, such as domainname.DE.VU! the cloaking function makes the starting url of the domain remain in the adressbar of the browser even if you are relocated to another location.

this so called cloaking seems to have serious problems with javascript code generated from flash. disabling this function (to be done in the de.vu configuration) solves this problem.

strange but true. so do not test hours and hours with various scripts like i did :-)

What's The Best Way To Make Popup Windows In Flash?
I want to make popup windows in Flash.
For examples, when a button is clicked, I want a window to popup.
When the window that poped up is clicked, I want it to minimise and then go away.

I can think of doing this using the timeline.
But surely there's got to be a better way?
I've tried going through the tutorials and movies but can't find anything suitable.

Any help would be appreciated.

Thanks.


Jam

Popup Windows From Flash - IE Support
Hi guys,

I'm trying to display a basic popup window from an swf file. Works perfectly in Firefox .. but gets blocked in IE no matter what I try!

The code i'm using:

on (release) {
getURL ("javascript:NewWindow=window.open('ShowPopup.php' ,'newWin','width=400,height=300,left=0,top=0,toolb ar=No,location=No,scrollbars=No,status=No,resizabl e=No,fullscreen=No'); NewWindow.focus(); void(0);");
}


The strange thing is, I followed this tutorial - http://www.flash-db.com/PopUp/index.php and the "Generate Popup" button in one of flash files works even in IE. But if I try to use the code that the same button generates, my popup is blocked!

I've looked through this forum and a few others and have reached a dead end! I'm sure someones done this before / knows how to do this..

Any solutions? Thanks a million in advance.

Cheers

Popup Windows In Flash....ARGGH
lol im getting stressed, all i want to do is a simple pop up window in Flash mx using javascript!!! is it so hard to do?

I tried doing that chromless popup window tutorial....did it work? No

Does any one know how i can just create a normal popup window, like a tutorial online or maybe you know the code for it....please

I need it before friday (Tomorrow)

Thankyou

Jason

Flash Popup Windows For Portfolios
How do you create the flash pop up windows that you see in portfolios these days, where the window opens without toolbars, status bars etc, simply as a clean square with no borders, at the center of the page?

Here's an example:

http://dennisbloete.de

How do you do this? Is there a tutorial out there?

Popup Windows In Flash....ARGGH
lol im getting stressed, all i want to do is a simple pop up window in Flash mx using javascript!!! is it so hard to do?

I tried doing that chromless popup window tutorial....did it work? No

Does any one know how i can just create a normal popup window, like a tutorial online or maybe you know the code for it....please

I need it before friday (Tomorrow)

Thankyou

Jason

Centering Popup Windows Launched From Flash
I'm having trouble getting my popup windows to center when launching them from within Flash. I have the following script in the html file that calls flash:


function centerpop(theURL, Name, popW, popH, scroll) { // V 1.0
var winleft = (screen.width - popW) / 2;
var winUp = (screen.height - popH) / 2;
winProp = 'width='+popW+',height='+popH+',left='+winleft+',t op='+winUp+',scrollbars='+scroll+',resizable'
Win = window.open(theURL, Name, winProp)
if (parseInt(navigator.appVersion) >= 4) { Win.window.focus(); }

}


And from Flash I have buttons launched like this:

on (release) {
getURL("video/southfnd.htm", "javascript:centerpop('this.href','movie','240','2 55','no','center');");
}

However, the window opens much larger than it should, and it has toolbars and the like. What am I doing wrong?

Thanks very kindly in advance,
Kenneth

Popup Windows Flash Mx, Exension Manager?
hi there
with flash 4 i had this simple little program, exension manager, in which i could pick what kind of popup window i wanted to have... with or without menu/task bar etc....

is this also available for flash mx?

can somebody give me the link to download please,

greetz
melvin

Open Popup-style Windows In A Flash
I'd like to know what action I have to use to open popup-style windows in a flash scene.I've made a draggable window and I want it not to be visible until a button is pushed. Do I have to use visibility, goto or whatever, i just don't know...

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....

Whats The Current Deal With Popup Windows In Flash?
Hi There,
whats the current deal with popup windows in flash? I'm trying to include popup windows in a site, and with IE7 (or whatever the newest version of IE is ..the firefox lookalike) the popups are not working at all, I have gone out a gotten other sample popup scripts and I encountering the same problem, which is the popups aren't working at all?
Is this a problem with just IE7 or am i completely missing out on something here?
any ideas would be really appreciated! or if anyone has any scripts for sizeable popup windows that work on IE7 i would really appreciate it. thanks
:}

Launching Popup Windows From Flash Makes My Website Hang
I've got the most bizarre problem with my site www.nitrovortex.com when using flash to launch a popup window to show certain content.

The 1st time you launch a window, any one doesn't matter whuch it works fine.

But if you then go to click on another one, the window pops up like it should but no content will load in it, in fact the entire site seems to not respond and refreshing the entire site brings up nothing.

After about 15-20 mins its ok again.

any ideas?

I'm using IE 5.5 on win2000, thought it might be a browser bug but it happens on IE6 on XP too.

I can post the code I'm using if anyone's interested.

Launching Popup Windows From Flash Makes My Server Stop Responding
I've got the most bizarre problem with my site www.nitrovortex.com when using flash to launch a popup window to show certain content.

The 1st time you launch a window, any one doesn't matter whuch it works fine.

But if you then go to click on another one, the window pops up like it should but no content will load in it, in fact the entire site seems to not respond and refreshing the entire site brings up nothing.

After about 15-20 mins its ok again.

any ideas?

I'm using IE 5.5 on win2000, thought it might be a browser bug but it happens on IE6 on XP too.

I can post the code I'm using if anyone's interested.

Is It Possible To Make Windows Icons For Windows Xp With Flash Mx?
I have gotten bored of the simple icons that you automaticly get... and I wondered if its possible to make my own! Is it?

Flash Popup Wizard: Opening New Browser Windows From Flash?
Hello,
I once found a plug in for flash that allowed me to specify the size/position of the popup. The interface was orange. I have a different computer now, and can't find that plugin.......Any chance anyone know the name of the plugin so I can search for it?......Thank you....

Popup Windows......
Hi, I have made a site with a popup window, but the person I am making if for wants the tool bar and the url bar to be there. Does anyone know how to make these show on a popup window?



Thanks

This is the code I am using.

<A HREF=javascript:window.open

('mymovie.html','mymovie','width=600,height=450'

);void(0);></A>

Popup Windows............
Hi, I have created a site that uses a javascript popup window when launched. The only thing is the guy I'm making it for wants the task and url bar on that popup window. Does anyone know the code for this?


Thanks

Popup Windows
I am problems with locking popup windows in flash....
I thought I was doing this right, but obviously I am not!

If anyone can help....heres he code i am attemting to use

on (release) {
getURL("javascript:window.open('bordenspe.htm','wi dth=350,height=210, resize=no, scrollbars=no');
}

Popup Windows
i am trying to get a popup window from flash, unfortunately i am having extreme troubles...i have looked at most of the tutorials and i still can't get it...any help would be greatly appreciated...especially the exact coding on both ends.

Popup Windows
Question. I have a movie, movie_4, loaded into level4 of mainmovie. I have a button in movie_4 that uses getURL to open a new window. Can I use javascript to control the new window properties? I've tried this code and it doesn't seem to work

movie_4

On (Release)
Get URL("javascript:launchwin('http://www.stattik.com/old_intro.html' , 'newwindow', 'height=600,width=800')", window="_blank")
End On

in old intro.html

<script language="JavaScript">
function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures); }
</script>

So, what am I doing wrong? I'm new to this whole javascript thing, so I have no clue. Any suggestions.

Popup Windows
I'm using Flash 5 and I've created a series of popups from my main.swf file from one of the many tutorials on the web. I specifically wanted no toolbar on the window that pops up so I can't just use geturl() so there's some javascript in the main.html to call these popups.

Unfortunately when I send these via email various servers keep quarrantining them coming back with reports that they've detected javascript and so won't let them through in case they are bugged. This is very annoying - is there anyway I can either produce popups from flash without toolbars without using javascript in the HTML? Or can I just change the HTML in dreamweaver to produce no toolbar without the use of javascript?

Thanks!

Windows Popup
Well, I'm having some trouble.. and after trying to find examples or a tutorials nothing seemed to help me.. So,

anyway..

heres the code.. .

getURL ("javascript:NewWindow=window.open('http://www.digitally-advanced.com/,'newWin','width=405,height=205,left=0,top=0,toolb ar=No,location=No,scrollbars=No,status=No,resizabl e=No,fullscreen=No'); NewWindow.focus(); void(0);");


now when I click on the button that executes this.. after I published it and its just on my local HD it works.. but when I upload it to my server it just gets an unfound page.. and I know javascript works becuase I have a scrren check working on another project.. any ideas???



thanks...

Popup Windows
Can anyone help me?

I'm trying to simply popup a window by clicking a button from within flash. The problem I am having seems to stem from the fact that I have an .swf file (TWO) loaded into an empty movie clip in another file. (ONE) It's from the file (TWO) that I wan to popup a window.

I can get it to work when the button is in the first level file (ONE) but not if it's in TWO.

This is the code I have on the button:

on (release) {
getURL("javascript:NewWindow('popup1.html','mypete r','400','300','no')");
}

And I have all the other javascript functions in my base HTML page.

Please help, I'm going mad!

Cheers

C.

Help With Popup Windows
Ok I have a website that is flash and I want to add JavaScript style popup windows without a browser or any of that stuff. I make my buttons and put them in and this is all on one page so I need to find a way to make all my buttons open to there specific windows. I also when back and used a code from the boad to see if it worked and it did but what I need is a code that makes it possible for me to resize the windows once I've published flash and all that and I also need to add scrollbars to each window. I want the windows to be able to be different sizes set to there specific page once you click the link. I hope this makes sense and I hope some one can writing me out a code that I can add to my html and a code to put in the getURL action in flash for each button...Please help...Thanks

Popup Windows
Can anyone help out with the following:

I need to launch four popup windows from the same movie at the moment I can just launch 1! I am not sure what changes I need to make to the actionscript and javascript code to allow for more than 1?

Any help greatly appreciated!

Thanks

ravenotice

Popup Windows
I'm trying to make a seperate html document popup without any of the scroll bars, etc., and in the correct position/sized right. I'm not sure how to do this in code for Flash. I played around with using java script in Flash but was not succesful. Any help would be appreciated.

-Tim

Popup Windows
Hi,

I used the EASY POPUP extension for flash to create a flash site with popup windows. Everything works well, but I want my main window which contains all the popup links to stay AT THE BACK of all popup windows ALL THE TIME (now when you click a link on the main page all opened popup windows dissapear behind my main window). I guess you have to do it with some HTML coding in the html file of my main movie. Does anybody have a clue?


thanks
stanno

Popup Windows
Greetings to you all.

Im trying to have little pop up windows come up when the relevant buttons are clicked. All the buttons are on the same layer. But when any of them are clicked - no popup appears??

Cant understand it as Im following all the instructions Ive used before.

Please help!

Website is: www.absolutleynights.co.uk/residents.swf

Thanks

JJ

Popup Windows On MAC
I put the source code below on my HTML page ( which embeded .swf file ) for links pop-up windows on flash,it does works properly on PC. But on MAC it does open up the popup windows on the first selected link ,then I selected the others links I have to closed down the first popup windows otherwised it will not works.

<script language="JavaScript">
var popwindow;
popwindow=null;
function show_desc(file,w,h,t,l)
{
if(popwindow == null)
{
popwindow=window.open(file, "Preview", "toolbar=0,location=0,directories=0,status=0,menub ar=0,scrollbars=no,resizable=0,copyhistory=0,width ="+w+",height="+h+",top="+t+",left="+l);
}
else
{
popwindow.close();
popwindow=null;
popwindow=window.open(file, "Preview", "toolbar=0,location=0,directories=0,status=0,menub ar=0,scrollbars=no,resizable=0,copyhistory=0,width ="+w+",height="+h+",top="+t+",left="+l);
popwindow.focus();
}
}
</script>



THANKS FOR YOUR HELP

PopUp Windows
hi there to all,

I need help on popup windows in flash. kindly check this link

http://www.llbean.com//shop/shopByCa...H/catalog.html

This is a E-catalog of LLBEAN. On 2nd page of this catalog you will see if we drag mouse on any text it shows a message click to enlarge text and when we click on it. This shows a popup window with same picture and the size of window is also same. so how can i open that kind of windows which will auto detect size of that picture.


Looking for some guidance.
thanks

[F8] Help With Popup Windows
I'm pretty new to flash and I'm using flash 8. I have a website template that my boss purchased and assigned to me to edit and I've done pretty well with it except for one thing. It has these popup windows that appear when you click the "Read More" links and I'm having a hard time making them work. I have made a copy of the popup and the contents of it, but I can't figure out how to open the new popup when I click the "Read More" links. They all open the original popup. I have spent hours trying to figure it out. I'm sure it's something easy but I'm just not seeing it. Any help with this would be HUGELY appreciated. I will attach the fla file.

The symbol name for the original popup is called "0Symbol 1 copy 2" - I made a copy of it and named it "0Symbol 1 copy 2a"

The original symbol contains another symbol called "00Symbol 5 copy" which is the contents of the popup window. I have made a copy of this called "00Symbol 5 copy 2" and added that to "0Symbol 1 copy 2a." Now I just can't figure out how to link to that new popup window.

If anyone can help me with this, I would owe them my life. Well, not my life, but a lot! Lol. Thanks in advance!


EDIT: The fla file was too big. You can download it >>>HERE<<<

Popup Windows
Just wondering why I can still resize this window?

on (release) {
getURL("javascriptpenNewWindow('test.html','thew in','height=600,width=800,toolbar=no,scrollbars=no ,resizable=no,scale=no') ");
}

Popup Windows
I am using flash 8, and I'm trying to use javascript to create popup windows. I'm using the code:

on (release) {
getURL("javascript:openNewWindow('link2.html','the win','height=200,width=200,toolbar=no,scrollbars=n o')" );

However, when I test it, I get this message in Safari:
Safari can’t run the script “openNewWindow('link2.html','thewin','height=200,w idth=200,toolbar=no,scrollbars=no')” because Safari doesn’t allow JavaScript to be used in this way.

Does anyone know what's going on?

Thanks

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