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




Simple Pop Up Window In Flash



Hello all, i am trying to create a simple pop-up window that opens automatically when someone goes to my webpage. I know this is super easy, i guess i just don't have the right code for it. Please help. thanking you in advance.



FlashKit > Flash Help > Flash General Help
Posted on: 08-23-2006, 03:26 PM


View Complete Forum Thread with Replies

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

Simple Question, How Do I Make A Flash Window.
I am very new at flash and need helkp ...please help

Simple Open New Window Script (but For Flash 4?)
Hi

I wanted to make a button on my flash site that will open a small
(ie 200x300) html window for news updates?
but im using flash 4 so please make sure it works.

I used to know one, like Javascriptpenwin ("blah blah")
and copy some small code into my html page, but i can't remember it

Thanks In Advance!

Simple Window?
I would like to know how to gid rid of all the crap around a window. And if someone could tell me what I do to make the code stand out more like in other posts. < code > < / code > <<<--- Like that??


on (release){
getURL("mailto.html","_new");
}


How do I make the new window, not have buttons, address bars, or anything like that. I wanna have just a plain window pull up.

Thank you.

Simple Pop Up Window
can someone please tell me how to do a pop window, i'm not talkin' about the centered pop up window from kirupa.com at all but just a simple pop up window like when a user clicks on a link from your site, it opens another window for that linked site and still have your site open so that the user never left your site....is that confusing??

thanks!

JO2

Simple: Load Another Swf In A New Window
hello every body ,
i need to make a button in my movie that open another swf but in a new window, can anybody tell me if it can be done or not and how??

Simple Popup Window...
Hello all, i am trying to create a simple pop-up window that opens automatically when someone goes to my webpage. I know this is super easy, i guess i just don't have the right code for it. Please help. thanking you in advance.

Simple Pop Up Window Hassles
I've searched the web, tried several approaches but have had no luck so far...

What do I need to place in Actions following on (release) { to call up a really simple window containing just a JPEG, no scroll/menu/etc, 600x500, preferably positioned 100x100 away from the main window?

Using CS3/AS2

thanks

Simple:opening In A New Window
I know its quite basic but how do u open a text box in a new window? i want it so that when i click a button, a new dialog button appears(about 100x100 in size)which contains information about the product and also has a close button in the dialog box to close it.

Simple Popup Window Help
OK -
I've tried numerous methods and none are working for me -
I want my button to open a new window.
Seems so simple but just can't make it happen.

Any ideas?

Simple Custom Window
Hi,

Anyone out there knows how to make a simple window that 'scales' out when you click on a "click here to view info " button, has a simple close button and a
scroll bar ? Any help appreciated.

Thanks

Simple Custom Window
Hi,

Anyone out there knows how to make a simple window that 'scales' out when you click on a "click here to view info " button, has a simple close button and a
scroll bar ? Any help appreciated. I do not want to use components.

Thanks

Simple | Textformat Url New Window?
below is my code in a text file. I've tried all the usual things ("_blank" , "blank", etc) but I can't get the href to open in a new window... can an 'ol pro out there tell me the definitive answer??









Attach Code

info=<textformat leading="3"><br><span class="hilight">Fort Worth Venue</span><br><br><span class="h2">Richland Hills Church of Christ</span><br>6300 NE Loop 820<br>North Richland Hills, TX 76180<br>(817) 287-0773<br><br><a href="http://www.rhchurch.org/">www.rhchurch.org</a></textformat>

Window - Le Simple Question ;)
Here goes nothing:
What I'm interested in is to create this window that has some options, which are:
It is draggable

It has a close button and a minimize button

How can I acheive that in Flash MX 2004?

Thanx in advance

Any link or explanation is useful

Ciao

Simple Pop Up Window Question
Anyone..please...
just starting with Flash - and I was hoping someone could either lead me in the right direction or show me a good tutorial on how to create a pop up window when someone loads a website. So if were to enter www.xy.com as the page loads, a pop up window also loads...very similar to the annoying pop up windows people get when they visit sites.. Im complete confused..I can get it to work with on (release) command - but i want it to automatically open when they reach the site...
Any help...please...!!!

Window - Le Simple Question ;)
Here goes nothing:
What I'm interested in is to create this window that has some options, which are:
It is draggable

It has a close button and a minimize button

How can I acheive that in Flash MX 2004?

Thanx in advance

Any link or explanation is useful

Ciao

How To Have A Simple Jpg Open Up In A New Window...?
Hi all!

I want a jpg to open up in a new window from a release on a button, here is what I have:

p1_butt.onRelease = p1;
function p1() {
getURL("http://www.darkedgedesign.com/portfolio_p1.jpg", "_blank")
}

this isn't working.
any suggestions?

A Simple Popup Window Solution
I've just released a collection of popup window related smartclips here at FK. The collection is called Easy Popup Windows

The extension (formerly known as centerPopup) now includes multiple smartclips. Just drop in one of these buttons, redesign the look of it and forget about programming - just set the clip parameters. The collection includes: the original centerPopup that opens a centered popup window of any size with any feature you want. 30,000 users and climbing, It has been a feature at Macromedia since it was made.
the simplePopup that opens a basic popup window of any size with any feature. This is perfect for those that target AOL users - since AOL does not recognize screen placement related javascript.
the new fullscreenPopup that opens a fullscreen popup window in both IE and Netscape.
the closeBtn that is perfect for use in popups - especially fullscreen ones.

User sets the URL, window size, and window name. Features to turn on or off: toolbar, scrollbars, resizing, menu bar, status bar, directory, and location bar.

Visit the support site for more info.

Have at it!
Phil Shevlin

Simple Close Window Script
A simple close window scritp would be something like this?self.close()", "_self");
_
_
_ can someone post something up pretty simple?

Simple LINK To New Window Question
I know this may sound rediculous ... but here it goes

If I link something to open in a new window,
and want that window a certain size,
without any toolbars, status bar, or resize ...

how do i do that?

thanks
-d

Opening In Same Window, Simple Question
Hello I am making a flash program to showcase some artwork. When I click on the link in the Flash file I need the link to open the new page in the same page instead of giving me a popup. I am using the getURL(); method, what should I change it to.
Thanks.

Simple Question - How To Launch New Window?
did a search and can't find anything specific to my question.

how do i make a link in my flash launch a new window?

currently, on the text, my AS is:


PHP Code:



on (release) {getURL('http://www.address.html');

}




but i need this to launch in a new window, rather than replace current.

Simple Pop Up Html Window - Sized HELP
Hi guys,
I've been looking through the posts but just can't solve this simple question - it's 2 years since I've been in Flash and my memory is dying!

I'm linking from a button in index.swf - opening mainpage.html in a new window.
I have the link all working, my question is that I want the page to open in a new window - I have done this using _blank; however I want the windows to appear as a fixed size, #over# the original window. A classic popup window if you will - NOT a new page in the browser.

So when you click the button in the browser, the new page appears as a popup window, smaller and hovering over the original.

Simple question - no doubt a simple answer - PLEASE HELP!

Simple Popup Window Question For Newb
I've been working on a web site and i'd need to have some very simple popups of some sections of my site. Basically all i want to do is call up a URL in a blank window, with

-no navigation bar
-no scaling possibility
-but i want a scrollbar (since the swf is long in height).

I'm really new to most scripting and java to me is... hmmm. confusing.

If there is a simple way to do this, copy paste some script or something, please tell me, it will really help me out!

I also heard something about extensions manager... what's that?

Very Simple Question About Opening A Window W/ Button
Hi there,

i'm wondering if it is posible...no... i'm sure it is posible but i don't know how to open a window without toolbars with a flash button... ya know...
I'm trying to use FSCommand and actually it works with the HTML code working together....

The point is...how to do it without having to change anything on HTML. thx...

-simple Script- Open Link In New Window
I am trying to figure out the script for a button to open a link in a new window but can't figure it: -

on (release) {
getURL("http:www.website.com", _blank);

}

This doesn't work. Can anybody correct me on it?

Thanks

Daran

Simple Close Window Script That Works With All Browsers?
Hello,

I need some code that will close a browser window when a button is clicked in Flash. The following code works fine for IE but not Mozilla:

getURL("javascript:window.opener=self;window.close ();");

Does anyone have some code that works with all the browsers?

Thanks

Very Simple Click Button And Open New Window Issue
I have a test fla file that only contains a circle I made into a button. I selected the button, and put this actionscript inside it.


Code:
on (release) {

var jscommand:String = "window.open('http://www.urlremoved.com','CATV','height=541,width=820,menubar=no,toolbar=no,directories=no');";
getURL("javascript:" + jscommand + " void(0);");


}
When I export this and run it in IE or Firefox nothing happens. If I hit control and enter to test it, it tries to open the window, then I get the error Internet Explorer cannot download Unspecified Error.

Can anyone help?

A Simple Question. What Is The Action Script For A Button To Close A Web Window.
There is a code. Don't say there isn't because you could close a web page with a flash button with a flash action script to close the window its in. Please help...Answer back soon....I NEED THE SCRIPT.

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

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

[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

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

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");
};

[F8] Very Simple Question, Very Simple Answer, I Hope. (Flash 8, Collisions)
Alright, so I've got my ball that moves up and down; it has gravity too. There are two things I want to do:

1. I want it to 'jump' when the UP key is pressed, rather than just accumulatively move upward.

2. I only want gravity to be applied while the ball is in the air(In other words, I basically just don't want it falling through the floor; however, want the edges to be the collision, not the center, and I also still want to be able to jump afterwards.

Thanks for any help, I don't need an explanation, I can figure it out by looking at the code. I'm going to attach a basic file with what I already have, please add the coding to it, then send the file back. Thanks for any help, and I apologise if this is hard to understand, or if I sound any bit rude to be asking how to do something; I don't mean to.

Simple Problem. Simple Answer? Arranging Windows W/flash
SIMPLE problem. | SIMPLE answer?
We're trying to have a Full screen CD presentation in flash that plays .avi's in windows media player, & opens up url's in a web-browser. The problem is the URLs AND the .AVIs show up underneath the flash, is there a way to have them open on top of the presentation?

Thank you.

HELP SIMPLE, SIMPLE XML-FLASH Load Into Movie Clip
This is so stupid, my first dive into XML, with a company project - a tutorial/training piece which will require mjultiple screens with questions, etc.

Anwyay- I can get the XML loaded into the root, and it works pefectly, but I'd like to put things INTO a movie clip, so that each new screen or slide is just he movie clip advancing.

How the HELL do I target the movie clip? I even tried setting a NEW variable in teh main timeline once the XML was loaded, but the best I get is not the value from the XML, but the path (e.g. "level0title1")

Any help? I imagine it's a really stupid, easy question, but I can't find anythign ANYWHERE to answer it.

Simple Question - Simple Answer FLASH MX
hi you good people out there. hope you could help me too. using flash mx, not beyond beginner yet.
about finishing my homepage with it. one problem is there:
i have a premade flash and changed graphics, etc. all no problem, the menu is included as well - i have changed the text of the 9 menus already, works fine - only when i use the preview - the original text appears when going over with the mouse... i changed the text visible to me - but cannot locate and change the text for the mouse over.
for instance the first two of the menu named

start
gallery

i changed it to

home
pictures

in the prview it show again
start
gallery
upon mouseover.

so i need to locate where to change also that hidden text (only active upon mouseover) to the same word.

if anyone of you could help me - i would be going into learning faster and finally getting my homepage up and running. if needed please e-mail me at

harton@harton.at

thank you so much!

....................I have uploaded a screenshot of it - clearly you can see, I changed the text yet have to located the original text below of it (?) and write the same text so that it shows up correctly upon mouseover.....

SIMPLE MATH? Isn't So Simple With Flash?
I was thinking, how do you do a simple math equasion... or not so simple...

say I had 4 imput texts, and I wanted to have them add up and give me the total cost in another imput text... how would I do that, I'm thinking though, If say ordering six muffins cost $12 dollars, and ordering 12 muffins cost $20 dollars, how would you do that, if 6 then $12 if 12 then $20 THEN if 18 then $32? like see my problem, i'd have to work out every variable right?

oh well even if nobody knows what im talking about, could someone direct me to math with flash?

How? Flash Links To Html Window Inside Html Window
Hi, at this site, www.jerrycantrell.com, he has flash buttons and when you click on one it changes the content in a small scroll bar window of the page but doesnt reload the whole page, this looks slick. but it is dealing with html, so this question doesnt completely have to do with flash. but i assume the linking commands in flash have most to do with this, all im able to do is change the page entirely with a link, and when i'm only changing somthing in one window its not as quick and because it reloads the whole page just for that one thing it doesnt look as slick because there's a blank white screen between loading the new page.. only for a second, but you get the just of it. anyone know how to do this? much thanks

-randy

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

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?

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!

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

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

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

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

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.

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

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.

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