ActionScript 2.0 :: Setting Window To No Scale On Cd-rom?

Apr 20, 2007

So I'm making this CD-Rom in Flash using the .exe extension. It will automatically open to the size of the flash movie, but I want to set it so that they viewer can't resize the window.

I tried using: fscommand("allowscale", "false"); on the first frame of my movie but it didn't work.

View 1 Replies


Similar Posts:


Setting Movie Scale Adjusted To Window Size When Viewed In Browser

Jun 5, 2009

I have created a fla file in adobe flash cs3. This contains a mainstage with a menu (is a movieclip) and a background (actionscript gradient). I have set the movie to scale so that when it is viewed in a browser it will be adjusted to the size of that window.

My problem or what I want is the following :
- The menu and text of that menu must stay the same size, as created in the fla file, when a scale is done.
- The content of the movie(not the menu) must stay in proportion.

An example site that I found, that demonstrates what I want is [URL]. You can change the browser window size and the menu text size stays the same but the content goes in proportion of the window size.

View 1 Replies

IDE :: Flash Content To Scale When Scale Browser Window?

Feb 19, 2010

I want my flash content to scale when I scale my browser window.

View 5 Replies

ActionScript 3.0 :: Draw A Rectangle Or Circle Shape With Mouse And Scale By Setting The Point?

May 11, 2009

I want to make an editor like this site. [URL] If you browse this link you will find "Button. If you press this button you will navigate to a editor to design your layout. After draw a rectangle or circle or line you can resize that or can rotate that. When you finish if press the "you will back to the previous page where your desinged layout display. If you press the "" again then you will navigate the editor with the previously designed layout. I want to make a site like this. I want to use the flash cs4 to make the editor. Anybody knows how to draw a rectangle or circle shape with mouse and how to scale by setting the point and how to rotate by setting the rotation point also by using flash cs4 and as3?.

View 3 Replies

ActionScript 3.0 :: Scale Instances With Window?

Jun 7, 2011

What is the best way to scale instances with the window.

Simply put how should one tackle the white space that shows up when the .swf window is stretched further than where u plan to have instances or generally visual content.

View 1 Replies

ActionScript 3.0 :: Scale A MC With Window Size?

Jul 10, 2010

I have an image inside a MC called "hPic" and i want this MC to scale with the window when it's resized vertically, but it has to keep the same dimensions/aspect of the MC when it's scaled, not just stretch it vertically or the image will be distorted - so the proportions have to be constrained.

View 1 Replies

ActionScript 2.0 :: Scale To Browser Window Only When Below A Set Resolution?

Jan 23, 2010

My swf size is approximately 1000x700. If the browser size is smaller than this it needs to scale down but if it is larger I don't want it to scale. Just like this [url]...

I've tried publishing the Flash settings at Scaleefault(Show All) which scales it but I need to stop the scaling upwards at 1000x700.

I'd have thought that I could say in the html if (width<1024){scale;} and if(height<700){scale;}. But it's not working. Should it all be done in the html?

View 3 Replies

Scale Animation When User Maximizes Window?

Dec 16, 2010

If I create an animation in Flash CS5 that is 600 by 400 pixals and I publish the SWF file, on execution it plays fine at that size.

If I maximise the window, the animation stays the same size and I can see the spillage pieces etc, that I do not want to be seen.

how do I set it so that the animation scales when the window is maximised?

View 1 Replies

ActionScript 2.0 :: Detect Window Size, Scale Down If Needed?

Feb 14, 2012

I have a SWF that's 1100 x 730 (odd size, I know). What I want to do is detect the window size (not screen resolution). If the width of the window is less than 1100, scale the SWF to fit the window. If the width of the window is 1100 or higher, do nothing.

View 0 Replies

ActionScript 2.0 :: Scale An Image To The Browser Window Size?

Jul 25, 2008

Does anyone know how they are scaling these images to the size of the browser window but keeping all of the graphics the same scale?

Check out the portfolio section of this site to see what I mean.

[URL]

View 1 Replies

ActionScript 3.0 :: Scale An Added Sprite When Resizing An AIR Window?

Sep 12, 2009

I have an AIR app who has a canvas that scales when I resize the window. I have a sprite that is added to that canvas. When I scale the window the sprite does not scale with it.How do I tell the added sprite to scale with the canvas? Or tell it to be 100% of the container always?Right now I am listening for a resize event and resizing the sprite on that. But that seems like a waste of code/ too much of a CPU hog because I can easily add an element (using MXML) and tell it to be 100% of the parent and it will scale it on its own (EG without telling it to).

View 2 Replies

ActionScript 3.0 :: Proportionally Scale Movie Clip To Fit Browser Window

Feb 11, 2010

I'm creating a simple liquid flash site layout with one MC that does not scale and remains at a constant position, and one mc that should stretch to fit either the height or width (whichever's larger) of the stage, but scale proportionally. I thought I had a pretty good grasp on the code for that, but when I put it in, the mc doesn't scale at all, in fact it just disappears! Could anyone take a look and let me know if you see what's wrong?

[Code]...

View 3 Replies

ActionScript 2.0 :: Scale A Background Image To The Size Of The Browser Window?

May 7, 2005

i am trying to scale a background image to the size of the browser window. heres my code. for some reason it does not fill the entire stage, any ideas?

Stage.scaleMode = "noScale";
Stage.align = "TL";
background_mc._width =Stage.width
background_mc._height =Stage.height

[code]....

View 1 Replies

IDE :: Scale-able Site Pages / Change Size W/ Browser Window?

Apr 13, 2005

I'm a bit of a newbie, wondering how this scaling effect is possible. See www.sagmeister.com - when you scale your browser window, the entire site interactively shrinks or enlarges to fit. How is this done with Flash MX? Is it a publishing option or an actionscript or what?

View 8 Replies

Setting Pop Up Window Dimensions?

Nov 24, 2009

I have a bttn in my swf (which is embedded into my html page) and i want to be able to control the parameters of the pop up window the bttn generates. I have found a code generator at- this generator works when i input all my parameters and URL and test it, but when i place the code it provides onto the bttn in flash it fails to produce the same result me

on (release) {getURL ("javascript:NewWindow=window.open('https://secure.bellerockgaming.com/webchat/go_Max_New.asp?siteID=14&qu eueID=29&folder=BRE','Live

[code]....

View 1 Replies

ActionScript 1/2 :: Get URL And Setting Window Properties

Dec 30, 2009

I want to open a new internet window using actionscript on a button but I also want to control the characteristics of that window when it opens:

1. I want it to be a specific size - 180 x 200
2. I want all the standard page elements removed - the scrollbar, browser tools etc - so there is just a box to close it.
3. I want it to be centered on the screen

Can I get this much detail with actionscript regarding the new window when I open it?

View 7 Replies

ActionScript 3.0 :: Click The Next Button On The Window With The Likert Scale And Get TypeError: Error #1009

Feb 3, 2009

It appears when I click the Next button on the window with the likert scale. I have no idea why its giving this error.

TypeError: Error #1009: Cannot access a property or method of a null object reference.

View 1 Replies

ActionScript 2.0 :: Setting The Popup Window Size?

Aug 21, 2006

build a links page on my flash site to my friend's sites. This seems like it would be easy, but I can't seem to figure it out...Basically the problem is with the popup window size. I don't want their website browser window to cover my site, so I need some sort of script within my flash site to control how big the window size of their site pops up.I found this line of code in my searches, but it doesn't do anything when the button is clicked:

on (release) {
getURL("javascript:openwin('http://www.technofisch.com', 600, 400)");
}

So I'm stuck. I'm also having the same problem with a PDF file. I have my resume as a PDF the pops up when the link is clicked, but I don't know how to control how big this window is, as it is a direct link to the file and no html.

View 3 Replies

Remove/modify The Flash Media Setting Pop-up Window?

Jun 20, 2011

Is there any way to remove/modify the Flash Media Setting pop-up window?

When prompted to use a flash-based player, I am prompted with the Adobe Settings/Permissions window. I would like to modifiy the UI of this window, if possible.

If I cannot modify the look of the window, is there any way to regulate when the window pops up or when that permission is granted.

View 1 Replies

ActionScript 2.0 :: Rolledover Clip To Scale Up And All The Others To Scale Down And Blur?

Mar 8, 2007

Scenario: main moveiclip with 4 other clips in it. I want the rolledover clip to scale up and all the others to scale down and blur.

Question: What is the most effiecent way to code this. Would it be a "for in loop"? I am trying to minimize the code and would rather not use a whole bunch of if then statements.

View 3 Replies

ActionScript 2.0 :: Initialize X Scale And Y Scale Into Percentages?

Jan 14, 2006

How can I convert the current scale of the instance to 100% so I can easily "visualize" and manage the instance when I modify its scale? Here's the actionscript, it works, but I just want the temp._xscale and temp._yscale to be in percentages, not real numbers.

Code:
USflag.onMouseDown = function ()
{
var temp = USflag;
onEnterFrame = function ()

[code]....

One last thing, what's the tag you have to put that is designed for boxing actionscripts? I'm suing [ code ][ /code ]

View 1 Replies

Scale A Flash Using Dreamweaver - Can't Get It To Scale

Dec 4, 2009

My Flash image will not scale.if you zoom in, it gets chopped up. if you zoom out, it has a big blank area.What should I change in order to have this Flash image scale just like the rest of the site? [URL]It is the Flash in the center.

View 1 Replies

ActionScript 3.0 :: Toggle_window - Window Opens And Closes Not By Clicking On The Button But On The Window Itself?

Jun 12, 2009

i would like that my window opens and closes (opens: scale out; closes: scale in) not by clicking on the button but on the window itself.here are 3 applications of mine (schuifwindow, scroll and fotoalbum).
 
Grtz,Jan the man
 
here are 3 applications of mine (schuifwindow, scroll and fotoalbum).
schuifwindow www.truevision.be/other/btn_home.flascroll www.truevision.be/other/scroll.flafotoalbum www.truevision.be/other/foto_album.fla only picture one (left up corner) has a X button (i dont want to use this button)

View 5 Replies

ActionScript 3.0 :: Creating Flash DVD - Put Video Window Playing Certain Amount Of Time Then Repeats Itself In Main Window?

Oct 20, 2011

I am preparing a presentation DVD... DVD will contain wmv video, user manual and another flash exe file... So DVD interface will contain three elements; user manual, a flash exe file and video.. Flash video window will be short-time video, playing like 5-10 seconds then repeats itself... My question is, how could I accomplish to put video window playing certain amount of time then repeats itself, in main window? I need as3 fla example, which could be so useful for me..

View 1 Replies

Flex :: Placing Popup Window In The Middle Of The Main Window

Mar 16, 2010

I'm trying to place a popup window (TitleWindow) in the middle of the main application window. how do i set the coordinates of my popup window to be of the main application window? i tried the localToGlobal function but with no luck, I just can't get the main window x and y.

View 3 Replies

Actionscript 3 :: Detect Clicks Outside Of A Window For A Multi-window AIR App In Flex?

Mar 13, 2011

So I have this AIR app coded in flex where I have several floating native windows and what I want is to detect when a user clicks outside of a window so that I can close it. (I don't want to use the PopupManager Class and would want to use the native windows).

My question is, is there a way to detect a click outside of a spark window, or alternativley is there some root container/object which is a parent to all the native windows so that a click inside any native window would bubble up to it? (Apparently the stage object of the root windowed application is not that object since each window is not a child of the stage for the root application).

View 1 Replies

Flex :: Reload Main Window's Variable In Popup Window?

Aug 12, 2011

How to access main window's variable from popup window.

I create a popup window in the main window, and pass variable "content" to this popup window as following [code]...

View 2 Replies

Flash :: POST To Opened Javascript Window And Have Close The Window

Nov 30, 2011

I created a Flash application that reads POST data from a form. A user clicks the button, and the data gets posted to the flash app in a new window (_blank). Now takes the data and then spins a wheel to give users a prize. If they don't win a message pops up letting them know they didn't win. If they don't win, clicking the OK button needs to close the browser window.

I've tried a number of solutions and it seems that the only way to get this done is to launch the window with javascript and then use ExternalInterface.call('window.close'); to close the window from within the Flash actionscript (3) because otherwise the window won't close (I've tried just using window.close and window.close() with no luck)

I understand how to launch a new window with javascript, but I don't know how to simultaneously launch and POST data to that window (the Flash application has to have the POST data. Is this the best solution? Is there a way to close a browser window easier than what I'm describing?[URL]

View 1 Replies

ActionScript 2.0 :: Close Pop-up Window -> Trigger Action In Parent Window?

Sep 25, 2009

I'm trying to create a pop up window in Flash which also fades the background window to 75% black. When the user closes the pop up window, I'd like for the parent window to un-fade back to normal. Is this possible? I can do the first half of it and make the background window fade to 75% black. The difficult thing is making it fade back to normal when the user closes the pop up window.My thoughts are that I need to attach some code to the browser's built in close window button. It might require some javascript or a fscommand. I'm not sure.

View 9 Replies

ActionScript 3.0 :: Resize Mess - Block The Window From Being Bigger Window

Mar 15, 2012

The problem is: i have a flash movie (*.swf) 1280w x 640h,, and & want to remove the resize function, i mean block the window from being bigger window. i actually set a noscale function that is working on content, but the problem is with the window..... my code for nonscale is now:

[Code]....

View 4 Replies







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