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








Pop Up Window In Flash


Im trying to make a pop up window in flash. Not in html. Anyone know where I can find a tutorial? I want it to fade in and when u close it it fades out. I think I must use a movieclip or something.




KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 04-11-2005, 05:04 AM


View Complete Forum Thread with Replies

Sponsored Links:

Close.window Script In Flash Button Quits My Browser Window Or Crashes System
Can somebody please help me?
I have a javascript attached to a button in a .swf file to close the browser window it is in.
The code which was given to me yesterday by senocular is

on(press){
getURL("javascript:window.close()")
}
__

however if you try it IE will unexpectedly quit or bomb my computer.
I tried it in Netscape and it didn't crash.

You can refer to my site http://www.valdesdesign.com
after intro go to print button and then to editorial button.
Editorial opens new window with editorial.swf inside. Click on top right button to close window and see what happens.
Is there something I'm doing wrong? Please help me.
Thanks

View Replies !    View Related
Link In Pop-up Window (flash File) Target=parent Window
I have a flash demo that is opened from our web site and spawns a new window. At the end of the demo is a link that directs the user to "get more information." I would like this link to open the "more info" page in the PARENT window rather than the spawned window. Currently I have my Flash link coded with:

on (release) {
getURL ("http://www.hiddenmind.com/materials.html", _parent);
}


This is not working. Do I need to add some code to the parent window and/or the HTML page where the Flash file is embedded?

Thanks for your help! I can't seem to find the solution

View Replies !    View Related
[F8] Flash Links In Pop-up Window Opens In Original Window?
Hello Folks,

I have a link that opens a flash application in a new window. Is there a way I can have the links in the flash application to open pages it the original window?

Thanks,
gutus

View Replies !    View Related
Flash Reload Parent Window + Close Window
Hi i got a quesiton.

I have an asp page that will open a new asp page in a new window that contains a swf file with a button.

When the user clicks the button i want to close that window and reload the parent window. Any ideas on how to achieve this in flash ?

Thanks

View Replies !    View Related
Loading External SWF's Into A New Flash Window Instead Of A Browser Window?
I have this flash presentation where I have buttons when clicked on, a (_blank) browser window pops-up and begins playing external SWF's.

The problem is that, with windows XP, every time I click the button(s) to have the browser window pop-up, to play my externals, the damn 'virus protection notification' thing pops-up first, asking me if this content is allowed. Is there a way to turn this off? My client does not want to have to "allow" the browser to play the external SWF's everytime. I've tried everything but no luck.

Better yet, is there a way to have the external SWF's pop-up in a totally new flash window, on top of the main (presentation) window? I don't want the external SWF's playing in the same window, but rather show in a new window entirely. Can anyone help me? This project is past-due and it needs to go out today. I'll attach the current scripting I'm using so far, if it helps. Thanks so much!



bottingsAd_mc.onRelease = function() {
getURL("exampleAds/bottingsports2_001.swf", "_blank");
};

View Replies !    View Related
The Flash Window(instead Of The Ie Window)
How can I insert my Flash movie (a website)in a Flash made window instead a ie window

View Replies !    View Related
Information From A Flash/html Window To Another Flash/html Window
I've got some difficulty to get the following done.
The problem: With a button (onrelease) in a Flash movie which is embeded in a HTML page I want to activate a dynamic textbox in another Flash movie which is embeded in another HTML page. Both pages/windows are open at the same time.
Is this possible?

View Replies !    View Related
How To Do A Pop-up Movie Window (not Browser Window) Within My Flash Movie?
how do i create a pop-up movie(not browser window) window within my flash movie?

This is what i need to do:
"When my flash movie is played, a pop-up window (300X300px) which contains another flash movie need to be loaded. Also, need a button "Close" for my users to exit the pop up once they finished viewing the movie and get back to the main flash movie."

How do i do that?
Anyone? Please help. Thanks a lot!

View Replies !    View Related
Using Flash To Open A New Browser Window - Exact Size Of Flash Movie?
Hi,

In Dreamweaver, I've previously used the 'open new browser window' behaviour from a link to display my Flash movies, and entered the .SWF filename as the URL to launch (this launches a browser window thatls exactly the size of the movie, no scrollbars, buttons etc). Can I do a similar thing with Flash's 'get URL' command, or does that only go to HTML/HTM files?

Cheers, Skratch

View Replies !    View Related
Using Flash To Open A New Browser Window - Exact Size Of Flash Movie?
Hi,

In Dreamweaver, I've previously used the 'open new browser window' behaviour from a link to display my Flash movies, and entered the .SWF filename as the URL to launch (this launches a browser window thatls exactly the size of the movie, no scrollbars, buttons etc). Can I do a similar thing with Flash's 'get URL' command, or does that only go to HTML/HTM files?

Cheers, Skratch

View Replies !    View Related
Flash 8 Loading External HTML Pages Inside Flash Window
Hi

I was wondering if it is possible to load a google map into a window within my contact page that one can scroll about like you can in actual google maps. At the moment i just have a static picture that when you click on it it takes you to a seperate page. But i dont want to clog my site up with extra graphics if i can avoid it.

Many thanks

Greg

View Replies !    View Related
Load/control Movies From 1st Flash/1stwindow To 2nd Flash/2nd Window
Can anyone help?

I want to load movies using a flash file in one browser window into another flash file in another browser window.

Once I have achieved this I would like to have a certain amount of control over this second loaded movie such as what frame, whether it has finished, stop, start etc.

thanks

View Replies !    View Related
Flash In Dreamweaver: How Do I Get My Flash Movie To Open In A New Browser Window?
Anyone know how to make a Flash movie appear in it's own browser window when a link is clicked? I want the window to be exactly the size of the movie with no menu buttons, white border etc.

Don't think it can be too hard as I've seen it loads with Flash movies, but I'm a total newbie to Dreamweaver so any simple instructions would be massively appreciated!

Cheers, Skratch.

View Replies !    View Related
Getting A Flash Variable Into A Javascript Load Window In Flash
printIt.onPress = function() {
getURL("javascript:PrintIt=window.open('http://case.asp?id='+_root.id[this.num]+,'PrintIt','width=600,height=500,left=50,top=50,t oolbar=No,location=Yes,scrollbars=Yes,status=Yes,r esizable=Yes,fullscreen=No'); PrintIt.focus(); void(0);");
};

this is what I've got however because I want it to read in a flash variable into the line that is javascript I am running to some problems.

Anyone have any solutions? thanks in advance.

View Replies !    View Related
[F8] Creating A Pop Up Window With A Flash Movie Within A Flash Website
Hey guys, been scratching my head over this for some time would appreciate any words of wisdom ...
I'm trying to create a script for a movie clip/ button that when pressed will open up a new window with some swf/ video/ banner in it. This would resemble getURL except the mc would be from within the (flash) website itself and not some other website... much like a javascript applet for example. any ideas?

View Replies !    View Related
Why Centered Pop-up Window Works In Flash 5 But DOESN'T In Flash 7 ?
Why centered pop-up window works in Flash 5 but DOESN'T in Flash 7 ?
Tutorial for this is here:
www.kirupa.com/developer/mx/centered_popup.htm

View Replies !    View Related
Pop Up Window That Opens To Show A Picture On Website. Not A Popup Window To Open URL
Here is a link to an example of which i am referring. If you rollover anyone of the pictures a pop up image appears. Does anyone know how to accomplish this?
http://www.templatemonster.com/categ...thor=&x=31&y=6

View Replies !    View Related
Popup Window(or Separate Window To View Larger Image)
popup window(or separate window to view larger image)
like 'fever' in dreamweaver .

i can click on a small image and have it pop up in it's own window.
Can this be done in flash?
thanks

View Replies !    View Related
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

View Replies !    View Related
Trying To Geturl In A Popup Window, Not A Full Browser Window
I am using the geturl command to open a popup window. NOT: this is on a frame action, not a button action. I don't want a full browser window, just a popup.

cheers,

will

View Replies !    View Related
Pass Data Into New Window With Open.window Function
hi,

is it possible to call the js function open.window from an swf and at the same time pass data to the new window by send=post? i can't seem to get it to work.

thanks,

View Replies !    View Related
Passing Variables From Spawned Window To Parent Window
Is it possible to pass a variable from a child to a parent window.

I have one page (Index.html) with a swf (index.swf). A button on the index.swf launches demo.html containing a demo.swf. When the user gets to a certain point in demo.swf, I need to tell index.swf that it has arrived. Is this possible.

Any suggestions are appreciated.
Cordially,
Jason

View Replies !    View Related
Pausing After Preload If Browser Window Is Not Active Window
Hi folks,

I'm trying to figure out how to do this, but so far I have had no success. The intention is for anything like a Flash trailer, intro movie or such like which is large to preload and once this is done check to see if the user is still viewing that browser window.

So if during the preloading the user opens/selects a different window and the preloading finishes then the Flash will go to a paused screen, awaiting the user to indicate they want to proceed (eg a play button). If however the user still has, or has returned to, the browser window it will skip the pause screen and play the animation.

For an example the 9th chapter of Ninjai.com seems to do this (I haven't checked the other chapters).

Any help would be appreciated.

Ragnar

webmaster@ragnarkarlsson.com

View Replies !    View Related
GetURL - Targetting The Parent Window Of Popup Window?
Hello!

Yet another thread on getURL but I did a search and couldn't find anything related to my question, so here goes...

I have a website which launches a 900x400 popup window which contains an interactive flash movie. From within this movie, I am loading in HTML from a text file which populates a scrolling textfield.

I was pleased to learn that href links within the text file work as links within the flash textfield. What I want to do is have these links open in the parent window that spawned the popup.

If I use target=_blank on these links, the pages open up in a new browser window.

If I use target=_parent on these links, the pages open up in the same popup window and obviously replace the flash movie content (goes to the link instead of launching it in the parent window).

Is it possible to use the _parent target to launch these links into the main website that spawned the popup or is _blank the only one?

If anyone has any tips or experience on this matter it would solve a huge headache for me.

Thank you!

View Replies !    View Related
How Do I Set Specific Window Sizes On Popup Window Button
This is what I have so far and it works ... but I want to set specific sizes of the window and have scrolling ....

on (release) {
getURL("

View Replies !    View Related
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

View Replies !    View Related
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

View Replies !    View Related
Pop-up Window From Flash 8 Not Working (but It Works From Flash 6 MX)
Hi!
This sure is a silly thing although I haven't been able to find the solution yet.
I always used this in order to open a Pop-up window from Flash MX, however, this same piece of code does not work when exporting the movie for a Flash 8 player.
code: on (release) {
getURL("javascript:newWindow=window.open('PopIC.ht ml','MYGALLERY','height=550,width=450');newWindow. focus(); void(0);");
}
(NOTE: It's 'MYGALLERY', don't know why it displays 'MYG ALLERY' in this AS code above... )
Any help please?

Thank you very much.
Best regards,
Manare

View Replies !    View Related
Place A Transparent Flash Over A Window Flash
How can I place the flash with wmode=transparent over the flash with wmode=window?
The flash with wmode=transparent always disappears behind the flash with wmode=window.

View Replies !    View Related
How Can I Fix Pop Up Flash Window
i want to do 320*240 fixed pop up flash window, but this window contraled by another flash button, how do i setting this button with action Script!!!!!!!!!!

View Replies !    View Related
Flash Window
how do i get a shockwave window to open instead of a new browser window?

View Replies !    View Related
Mac Flash 4.0 Pop Up Window Please Help
I have a button in a movie for a website I need to launch a new window from of 400 X 300 but nothing I try seems to work. Oh yeah and I want it centred. Please help me! Another request please don't send me to Moock, can't understand a word of him!
[Edited by AlbertC on 10-04-2001 at 09:01 AM]

View Replies !    View Related
How To Get Flash In A Window
I wanna know how to get flash in a window without de go beack,stop,refresh,faforit's and stuff like that.
Can any1 help me? Are you the Guru?

View Replies !    View Related
Flash Window
Flash movies run in a window, right?

Is there anyway to make Flash 5 actually hide the window so there is no way of telling that flash is running?

View Replies !    View Related
New Pop-up Window From Flash 4?
Hi there,
I have tried to put this on a button in Flash 4 - for new window, but it dosen't work. What's wrong? Do I have to have the .swf file and the new window "live" on the net and not local, or?

Thanks very much for all help! Happy easter! // coala

On (Release)
Get URL ("javascript:window.open('http://www.flashkit.com','NameofWindow','width=800,height =600,top=0,left=0'); void(0);")
End On

Change the URL, window size, position, etc. to your specs...

View Replies !    View Related
Flash Pop Up Window
I want to make a windows that actually pops up in flash.

Like when I click on the hit area of a button, a little windows inside flash opens. Should I use a seperate movie for this, and when onRelease play movie?

I tried this but I couldn't get ti to work. Can anybody give me the script for this or point me to an example?

TIA

View Replies !    View Related
Pop-up Window With Flash 5
Hi!
I would like to make a pop-up window with an exact size in flash, with no scrolling or resize. Is this possible? Please help me!
Regards
/Me

View Replies !    View Related
Flash Window?
Hey!

I'm currently undergoing my Final Show for my graphic design course at college (it's like an exhibition of your final design work) and have decided to produce a CD ROM which promotes the course (as my final work). This cd will have clickable thumbnails of peoples work which upon mouseclick, will open a window and show the relevant image.

However, I have no idea how to do this! When I say window, I don't mean a regular 'M.Windows' window, i mean a window that you make in flash which may have a 50% opaque background and a close button and is also dragable. Know the ones i mean?

I've seen them in quite a few flash based sites but I can't give any example urls off the top of my head.

To make things even more complicated, I'd like to make it
like this:

When you click on a thumbnail (there will be about 30-40 of em!) this 'flash window' will appear and load the full size image that you've clicked on.

Now, because I dont have much scripting knowledge, the only way I can think of doing this is if i create a window for every fullsize image (30-40 remember!) and make them all seperate swf's. So when you click on a thumbnail, it does a loadmovie thing and loads the window with that image in, that way.

But im sure there must be a way where i can just create one graphic symbol (the window) which has a bit of code that detects which thumbnail you clicked and loads the full size image linked to that thumbnail!

Sorry about the long post, and hope that somebody can be arsed to read it and help me!!!

I'd really appreciate it,
Marc.

View Replies !    View Related
Flash Pop Up Window
Dear all,!
I need help as my pop up window is not working..
It should pop up off the "contact us " link on the COLOURS page..
can anyone view the code and help me out??
Thanks!
Url below:
http://www.cricketsecurity.co.za/main.html

View Replies !    View Related
Pop Up Window From FLASH
Guys,

How do I make the pop up windows from a Flash, that only shows the window itself, not the browser features. eg. back, stop, the address bar, etc. I already know how to do it the regular way, but I don't want the browser buttons to show it. Just the window itself. I'm stumped.

Ciao,
Marc

View Replies !    View Related
Pop Up Window In Flash?
Hi... For some reason, this place will not let me post my entire post... I'll send you to another fourm where I placed this same question... Sorry...

Here is My Problom!!

Thanks in advance!
[Edited by Baby Jimmy on 06-29-2002 at 10:20 AM]

View Replies !    View Related
Pop Up DW Window From Flash
This could be possibly my last question for a while...its the only problem I have thats in the way of me relaunching my site, when I relaunch it I will post a link here so you can see what you have been helping me do over the last 2 weeks.

Anyway the problem is something I posted earlier about how to open a Dreamweaver window from Flash AT A CERTAIN SIZE,

someone said I should use this code with the "Get URL" action,

javascript:newWindow=window.open('pagename.html',' newWin','width=400,height=300');void(0);"

I typed ALL of that and it wouldn't work, am I not supposed to type ALL of it? (I know about having to change "pagename" to my own custom name)...can anyone see what I am doing wrong?

Thanks

View Replies !    View Related
Window Within Flash
I got the pop-up thing working yesterday. I have the window within flash working when I tested it on a new movie, but when I tried to paste the frame that contained it all into my movie, I got some errors. The word SNES shows a description when the mouse goes over it, now I want SNES clickable so I can have the window within show up.

Here is the .fla

View Replies !    View Related
Own Window For Flash Mx
can anyone help me how to create my own window(with a close button) inside my flash movie. what i mean here is when i click on a specific button it will open my self-made window and close this window when i click in its x button just like the IE browser which has a x button to close the window. hope you got what i mean.

thanks!

View Replies !    View Related
Pop Up Window From Flash ?
I have made a flashsite, where I have 3 small pictures.
I need to make a pop up window, when I push one of the small pics. so that you can see the pic. in fullsize.
The window should be 400 x 300 and nonresizeble and pop up in the middle of the browser.

How do I do that ???

Thanks

Per Haar.

View Replies !    View Related
Window With Flash
Hello people.

How can I open a Windows Explorer window through a menu in Flash?

I need to browse a large image folder but I need the user to interact through my own menu instead of using Windows Explorer.

Thank you very much.

View Replies !    View Related
Flash Window (Always On Top)
Hi all,

I am making a demo type presentation on the net using flash,
and i want that flash window on the top of all application (Always on top) ,
so, what can i do for that ??

I know that using only flash its not possible, but using any second party,
which can run on the net.

Thanx in advance,

$hailesh Mewada

View Replies !    View Related
Flash Without Window
Hi all,

Is there any possibility that Flash is able to run without a window?
I am just wondering...

Cheers
MKit

View Replies !    View Related
Flash Window
How do you get flash to open in a new window that does not have the bottons on the top. its just a window.

If you don't know what i am talking about say so and i'll put up an exmple

thank you

View Replies !    View Related
Flash Window On Top Of Another Flash Window.
Hi all!

What I really need is a flash "back" button that can take the reader back to whatever scene or frame he came from. (simular to the back button that is on a browser, only that it would function within a flash program.) I've checked, and there is no SIMPLE way to do this.

So I have another idea...

Is there a way to make a button that can open a new flash window (not an HTML window) that would appear above the old flash window without replaceing or deleteing it??? (simular to the "open in a new window" function with HTML, but in flash.)

Thanks in advance,
- Paul Kinsella

View Replies !    View Related
Flash Window
here is my flashsite so you know what i am trying to do
click here

OK now on my page when you click the buttons it opens a flash window in the middle.And in that middle window i want it to display other urls
Such as my downloads area..Screenshots,FAQ,Forums ect.

How do i do this?? I tried adding geturl actions into the flash scroll text window...And tried all the window modes..self,parent..ect and it just opens my urls in another page or opens it in existing page with new window..But i can't get urls in the flash window.

Any help would be greatly appreciated

View Replies !    View Related
New Window From Flash
Hey, I'm trying to make a button which will open a new window, that window will be another flash movie. I tried searching for some help on this but I could only find opening windows with java or html. This is going to be for a digital portfolio loaded from hd or cd, so I dont think I'll be using html, unless thats the only way... So I just need to make a button which will open a new flash movie, how can I go abouts doing that?

Thanks

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