Professional :: Specifiy External Window Size And Screen Location?

Jan 28, 2010

I have this ActionScript: function openNewCart(evt:Event):void { navigateToURL(new URLRequest("http://www.3dcart.com"),"_blank");} OpenCartPage.addEventListener("click",openNewCart);

Is there a way that I can have it open a 5 pixel window that automatically closes after it loads? Also, is there a way to specify within the actionscript where on the screen I want the new window to open?

I'm newer to flash. What I'd like to do is have it add a product to the shopping cart and close back down.If I can't do it straight from flash, I'm sure I can have the flash page open up an html page which redirects to the add to cart page and automatically closes, but obviously a much bigger pain in the butt, and it will only work anyway if I can specify in the actionscript for it to open a 5 x 5 pixel window.

View 1 Replies


Similar Posts:


Professional :: Flash Game - Customize Size And Location Of Popup Window

Aug 31, 2010

In my game people shoot at 4 different moving images and get points. Simple right? Well one of the images is a question mark that people can shoot and when they do, I need flash to pause the game timer, pop up a new window, display the multiple choice question in the window and wait for the user to answer. I would also like to be able to customize the size and location of the pop up window!

Then if the question is answered correctly close window award 10 points and continue the game. If the question is answered incorrectly, say wrong and then display the end game results screen. Right now I have it to where it opens a pop up in a web browser and askes the question there. The question is randomly chosen from a file called random.html. But I do not want the game to operate that way. I want the game to open the pop up within flash.

View 8 Replies

ActionScript 3.0 :: Fixed Size And Location Of A Popup Window

Apr 29, 2009

How do you create a fixed size and location of a popup window in actionscript 3.0. I know how in 2.0 but 3.0 is much different.

View 1 Replies

Professional :: Build A Flash That Auto-adjust Its Size To The Browser Window Size?

Jun 8, 2010

I am trying to build a flash that auto-adjust its size to the browser window size, while leaving the content of the flash itself top-centered in the screen.I have found this solution [URL].. on How to keep centered stuff in this exact case so i am pretty confident i will be able to adjust that script to do what i want.
 
Now my problem is that if i put my content inside the movie-clip (centerrectangle) with all the animation require, link and other stuff, the movieclip (center rectangle ) never have the exact same center, thus making the script go wild trying to always adjust the location to the variable size of the movie clip.

[Code]...

View 9 Replies

ActionScript 2.0 :: Change Screen Size To Fit Monitor Window?

Jul 26, 2009

Monitors are different sizes so does a flash player change to fit

i changed this as i have no replies is this not this would be common process to change, the size of the screen to fit different size browsers.

View 0 Replies

ActionScript 2.0 :: Full Screen Browser - Browser Window Is Opening At The Size It Was Last Used?

Apr 14, 2005

I have a standalone Flash projector running off CD. Currently, I use

getURL("http:url....);

to open the page on default browser. Only problem is the browser window is opening at the size it was last used. I like to see it opens full screen.

View 2 Replies

Professional :: Content To Window Size RatioOk?

Jan 26, 2010

I have a site i've done for a client and I wand the content to remain in the center of the window no matter the size of the window, I know it's probably something simple in the actionscripting but I'm still a bit new to this whole Flash thing seeing how everything I know about flash I've taught myselfthe content that pops up when you click one of the menu buttons needs to remain at the center of the page/window at all times.

View 2 Replies

Professional :: Control The Size Of A _new Window?

Apr 1, 2010

I would like to control the size of a _new window that opens by hyperlink to an SWF file that was created using Flash. Any suggestions to control the window's height and width pixel size? The new window opens and is about the same size as the parent. Also, this link loads the SWF file that contains audio and images very slow. Any suggestion on the mostly likely cause, or how to speed up the loading of this Flash movie?

View 5 Replies

Professional :: Open Window With Defined Size..cs4?

Sep 16, 2010

trying to open a window with defined size in a button, but never to the right (do not want to use functions inside the html file)  wanted to make the following way: when you click the button, it opens  the file size that I set to the window (the file will be opened this in  html

View 1 Replies

Professional :: Unable To Control Window Size?

Aug 6, 2009

I would like to control the size of a _new window that opens by hyperlink to an SWF file that was created using Flash. Any suggestions to control the window's height and width pixel size? The new window opens and is about the same size as the parent. Also, this link loads the SWF file that contains audio and images very slow.

View 2 Replies

Professional :: Size / Position Mc Relevant To Browser Window?

May 27, 2010

How can I make a .swf with a movie clip that reacts to the size of the browser like this one:
 
[URL]

The movie clips are all positioned and sized relevant to the size of the browser instead of positioned within the document.

View 1 Replies

Professional :: Resizing Flash Contents To Window Size?

Apr 17, 2011

I want to make the stage and contents to resize in ratio to the window size, Like the file I have provided, When you make the window bigger or smaller the contents change with it. How did they do that? [URL]

View 1 Replies

Professional :: Screen Resolution And Allow Scaling Of The Project Only If It's Too Big For The User's Window?

Feb 14, 2012

I have a project that's 1024x768. However, on screens with a resolution of 1024x768, the users still have to scroll (the project is too big to fit in the browser window). Is there a way to allow scaling of the project only if it's too big for the user's window? I don't want the project to always scale to fit the window size. I only want to scale it down if it's too large to fit on screen without scrollbars.

View 10 Replies

Professional :: Button File Opens In Saved Location / But Won't Open In New Location

Aug 21, 2011

I created a simple button that displays an error messeage: "error opening 'url" when I test the movie, but does play and opens in browser after publishing. However, it won't open in the browser in a different location. I pasted the html code in a web page but it doesn't work there nor opens in the browser in a differnet location from where it was originally published and saved. Why is that?

View 13 Replies

Professional :: CS4 New-style Keyframing - Photo Appears On The Screen And Gradually Grows In Size While Fading Out

Jan 12, 2009

just another CS4 newbie in a panic about the "new skool" tweening. I'm sure that I'm going to absolutely love it once it all sinks in, but at the moment, there are a few things that strike me as odd and I'm looking for guidance... Something I noticed last night that was different in terms of workflow was animating consecutive objects. Imagine the following simple storyboard: - a photo appears on the screen and gradually grows in size while fading out - after that photo has completely faded out, a new photo appears on the screen and grows in size while fading out.

Now, "old skool" I would have economized my timeline real-estate by having both of these images on the same layer. Since they are not visible at the same time, you can clear (delete) the first image and drop in the second image and everything is peachy. I found that this was not the case in CS4. Here's what happens AFAICR: - import first image to stage. it appears in a layer

[Code]...

View 9 Replies

ActionScript 3.0 :: Flash External Swf "disappears" On Window Re-size?

Jun 21, 2011

I have a main swf file. In this file, you can click on a link, which stops a background swf from playing and also loads an external swf into a blank movie clip. All works well except for two problems:

1. The external swf is not loading where it should be, but off kilter. I think this is registration issue, haven't figured out the particulars.

2. More importantly... upon resizing the external swf "disappears" into the ether. I understand it might not really be gone, just somewhere I can't see it. Very twilight zone.

Code:
import com.greensock.TweenLite;
import fl.motion.easing.*;
import flash.events.MouseEvent;

[Code]....

View 2 Replies

Professional :: Size Of External Swf?

Jan 17, 2010

Got a little problem with a flash project im working (pretty new to flash).I got an swf image gallery (AS2) which im trying to load inside another flash project (AS2) using the following code:

var c_mc:MovieClip = this.createEmptyMovieClip("container_mc",10);
var mcl:MovieClipLoader = new MovieClipLoader();
var mcll:Object = {};

[code]........

View 7 Replies

Professional :: Load External Swf As A Different Size?

Apr 1, 2010

I'm using Flash CS3 and AS2.0.I'm using the loadMovie function to load an external swf into an empty movieclip. The problem is that the external swf is bigger than the frame I am loading it into, so I'd like to load it in with specific width/height parameters (basically load it in and scale it down).

View 3 Replies

ActionScript 3.0 :: Build A Flash That Auto-adjust Its Size To Browser Window Size?

Jun 8, 2010

I am trying to build a flash that auto-adjust its size to the browser window size, while leaving the content of the flash itself top-centered in the screen.

I have found this solution [url].. on How to keep centered stuff in this exact case so i am pretty confident i will be able to adjust that script to do what i want.

Now my problem is that if i put my content inside the movie-clip (centerrectangle) with all the animation require, link and other stuff, the movieclip (center rectangle ) never have the exact same center, thus making the script go wild trying to always adjust the location to the variable size of the movie clip...

I need it to stay exactly at the same position whatever the size of the movie-clip. [code]...

View 0 Replies

ActionScript 3.0 :: Auto-size Background / Swf - Flash Occupies Whole Screen No Matter What Size It Is

Apr 28, 2010

So ive been asked to build a page for a real state company and the guy told me it should be similar to these [URL] Ive been trying a couple of weeks so far, but i dont seem to find a way to do somthing similar, i mean, i want to have the welcome screen as those two:

- the gradient background
- flash occupies whole screen no matter what size it is
- gradient expands sideways infinately
- no matter what height my explorer window is, gradient is always in the same position relative to top, and if i keep expanding downwards the background keeps last colour of the gradient.
- the brand logo looks as if it had top, left and right anchors, and it also limitates the minimum width of the explorer window

i though of addind a 3000 x 3000px square with the gradient and centering it, but i know there has to be a professional way of achieving that.

View 1 Replies

ActionScript 2.0 :: Making The Document Size Dynamic With The Window Size?

Aug 7, 2008

Im looking to make the flash file dynamic so that when someone changes the window size the flash file expands with it and some of the items contained move also.

View 3 Replies

Actionscript 3 :: Set An Application Size According To The Screen Size (for Mobile Devices)?

Oct 19, 2011

I am developing an AS3 application (not a Flex one) using Flash Builder 4.5. My application can set its graphical components automatically according to stageWidth/stageHeight. My problem is with the actual application size. If I do not specify width/height in the SWF meta tag, my application is compiled according to the default (550x400?). If I do specify (for example 800x480), I won't be able to support other resolutions correctly.

Is there a way to tell the compiler to see the application size according to the device's/stage's sizes?

View 1 Replies

ActionScript 2.0 :: Detect The Screen Size And Run The Game According The Screen Style?

Mar 6, 2008

Actaully I am running a cards game. While running the game in between if I change the style portrait to landscape. then how can I detect the screen size and run the game according the screen style (Portrait or Landscape).

Actaully I have written the code to detect the screen as portrait and landscape. But in between if I change the game portrait into landscape, no more it works.

View 2 Replies

Window Size - User To Be Able To Expand The Browser Window ?

Mar 30, 2009

i've made a flash movie in res 600 * 300, now i want to keep this res don't want the user to be able to expand the browser window or change the res or anything how do i do this?

View 9 Replies

ActionScript 2.0 :: Screen Size For Full Screen Flash?

Apr 24, 2006

I'm creating a flash site. I want the flash movie to fill the entire browser window. What size should I make the canvas, I've been experimenting with sizes and a canvas size of 750*370 fills my browser well on a resolution of 800*600

How do you accomodate different resolution settings? What's the most commonly used canvas size for this type of project.

View 2 Replies

ActionScript 2.0 :: Pop Up Window Location

Oct 16, 2004

i have a button that opens a pop up window centered on the screen.What actionscript do i need to add if i want the pop up wndow to be say 100 pixels higher than te center of the screen?also, is there anyway to make the pop up borderless and add another button to close it---i'm going for a streamlined look and don't want all the "windows stuff---i already turned off the slider bar,code]

View 5 Replies

IDE :: Flash Player Window Location?

Oct 27, 2009

I've created a Flash project that is to be distributed on a CD and launched as a 1024 x 768 Flash player window (so no html, java, etc.). It opens on my Mac just fine, but on my clients PC the top of the Flash Player window is halfway down the screen. Is there anyway to make the window open so it's flush with the top and left of the screen?...and not be in a web browser.

View 1 Replies

ActionScript 3.0 :: Stage Size = Window Size?

Jun 28, 2009

is possible to dynamically change the dimensions of my flash stage depending on the size of the browser window ?

Very important, I don't want to stretch any element. Just make the background bigger.

View 6 Replies

ActionScript 3.0 :: Stage Size And Window Size

Jun 28, 2009

is possible to dynamically change the dimensions of my flash stage depending on the size of the browser window ?

Very important, I don't want to stretch any element. Just make the background bigger.

View 10 Replies

ActionScript 2.0 :: Window Size The Same Size Of The Pic When Viewed?

Feb 9, 2004

i have a list of pics, inside the swf file, what i want is when i press the button of any pic, to open new window "JavaScript" i think, but i want the window size the same size of the pic when viewed.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved