ActionScript 3.0 :: Flash - Scale Up The Player Of The Movie

Mar 12, 2010

I am working on a flash presentation that will be burned onto CDs. I want people to be able to scale up the player of the movie, but have it keep the proper ratio and not show the stuff in the margins of the stage. I found stage.scaleMode = StageScaleMode.NO_BOARDER, which is close as it does not allow stuff on the margins to show, but I don't like how it will crop the top and bottom. Is there a way to have it force the scale and keep the margins from showing.

View 3 Replies


Similar Posts:


Browser - YouTube API Flash Player Scale?

Jun 9, 2011

I have a swf file which loads the YouTube API player at 640px by 400px:

function onPlayerReady(event:Event):void {
trace("player ready:", Object(event).data);
player = loader.content;
player.cueVideoById( t***Path , "0" , "medium");
player.setSize(640 , 360 );

[Code]...

View 1 Replies

Javascript :: Make Flash Movie To Scale Proportionately To Div Width?

Jun 20, 2009

My website is going to have a main wrapper that is set to a max-width property for compatible browsers. It will stretch to 940px across at max. When scaled down I would like the swf to scale proportionately with it. Like an image with width percent applied. The flash movie has the dimensions of 940 × 360 pixels.

I can't seem to figure out the correct attributes to add to the embed tag to get it to do this.I am currently using jquery flash embed, but am open to other options, though this is my ideal.In the example I have set the flash background to black.

When resize the browser window the flash movie doesn't scale proportionately to the div, only the photo does, leaving a blank canvas (black), while the div height stays the same. I can't add a height value in the CSS.How do I make this scale correctly? Adding a noscale param only crops the image. The swf's height doesn't scale also.

View 3 Replies

ActionScript 3.0 :: Scale A Flash Movie To The Browser Size If Resized?

Jul 28, 2009

How can I publish a flash movie so that it resizes automatically when the browser is resized? What is the html or flash code for that?

I am not useing Flash or Flex but FlashDevelop so I beleve I have to do it in code to make it work.

View 2 Replies

ActionScript 2.0 :: Create A Scalable Flash Movie That Doesn't Scale The Contents?

Nov 16, 2009

I've created a flash file which loads an image using loadMovie, this all works fine but what I need to be able to do is load different size images into the swf. I have tried changing the size of the swf in the embed tag and using the 'noscale' option, however the stage appears to be moved to the center (see screenshot), I need it to be at the top left.

I've also tried passing the new width and height to the swf via flashvars and then setting the size of the stage to these values, however this makes no difference to the outcome.

how I can create a flash movie that I can scale using the width and height parameters that doesn't scale the content and keeps the content in the top left corner?

View 2 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 :: Fullscreen Flash Projector - Create A 1024x768 Flash Movie, Even With 100x100 And "No Scale" Activated?

Oct 17, 2008

I used to make fullscreen Flash websites, using 100x100 width/height and "No Scale" on Publish Settings.Everything is ok on a browser, since I can position elements using relative coordinates for liquid layouts.Now I have to make a fullscreen standalone .exe projector.To get fullscreen I use fscommand("fullscreen", "true") on the first frame and it works.

The problem is:If I create a 1024x768 Flash movie, even with 100x100 and "No Scale" activated, the movie remains at 1024x768.So, if I trace stage.stageWidth and stage.stageHeight, those remain respectively at "1024" and "768", but I need for the movie to get the max width and max height available on the system.

In the browser it happens automatically, but in the Flash projector it doesn't. how can I get the movie to match the exact size of the screen where it runs?I've tried with Capabilities.screenResolutionX and Y but there is no way (and I think it's normal) to set the stage.width and stage.height properties on runtime.

View 3 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 2.0 :: How To Scale Movie Clips

Jun 8, 2010

I have 5 movieClip holders for images to which I am loading dynamically. I want to scale the 5 movieclip holders dynamically by percentage in order like: 100%, 80%, 70%, 60%, and 50% respectively.

View 2 Replies

ActionScript 2.0 :: Scale A Movie Clip?

Feb 24, 2003

What is the AS needed to scale a movie clip? I want it to be at 0% and then increase to 100%. I've searched through the forums and haven't found what I'm looking for yet - I'm a complete newbie when it comes to AS but here's what I have:

onClipEvent (load) {
_xscale = 0;
_yscale = 0;

[Code]...

View 3 Replies

Playing A Flash Movie On A DVD Player

Apr 29, 2009

We're currently creating a Flash presentation (just one movie really) which needs to play and loop on DVD players in retail outlets. It's basically going to be a series of JPEGs which animates between frames. What I need to know is: What is the best size (in pixel dimensions) to go for? How will this be affected by different TV sizes / ratios, such as widescreen vs. normal? We're planning on publishing the Flash movie as a .mov file and then burning this to a DVD. Does that sound a good idea?

View 1 Replies

Playing A Flash Movie On A DVD Player?

Jun 10, 2009

We're currently creating a Flash presentation (just one movie really) which needs to play and loop on DVD players in retail outlets.It's basically going to be a series of JPEGs which animates between frames.What I need to know is: What is the best size (in pixel dimensions) to go for?How will this be affected by different TV sizes / ratios, such as widescreen vs. normal?We're planning on publishing the Flash movie as a .mov file and then burning this to a DVD.

View 1 Replies

ActionScript 3.0 :: Creating A Key To Scale Movie Clip?

Feb 3, 2010

I've jumped in head first into Actionscript and I'm working my way through Adobe's Classroom in a Book for AS3. I've just completed chapter 4 and am currently trying to solve the "try on your own" problems at the end of the chapter.
 
Here's a problem that is stumping me:
 
Create a button to let the user set the size of the shapes that they paint. 
 
And here is my code (the commented bits of code are solutions I tried but didnt work):

[Code].....

View 7 Replies

ActionScript 3.0 :: Make Movie Scale With Browser?

Jul 25, 2009

I'm looking for a way to have the movie play at set dimensions, if the screen is big enough to play it, and scale down if the screen is smaller or the browser is resized. An example of this is here [url]...

As you can see, it's not full screen but set width and height, but when the browser is shrunk it scales it's content to fit within the browser.

View 7 Replies

ActionScript 3.0 :: Scale Image In Movie Clip?

Feb 1, 2010

I'm trying to make a zoom in and out effect, on images in a movieclip, using the mouse wheel. But, there is another mouse event that scrolls through the frames of the movie clip. I need it to stay zoomed in, and out respectively, when you scroll to the next frame.

View 0 Replies

ActionScript 2.0 :: Change Scale Of Movie Clips?

Nov 9, 2005

I'm trying work out how I can resize movieclips with actionscript.

The plan is to have lets say 10 movieclips on my stage. You click on one of them and it grows smoothly to 200%, where as the other movie clips all shrink down to 10%.

If you then clicked on another MC (currently 10%) this one will begins to grow to 200%. The previous (currently 200%) will shrink to 10% and the MCs that are already 10% remain how they are.

View 9 Replies

ActionScript 2.0 :: No Scale On A Movie Clip Within 100% Scaled .swf?

Dec 27, 2005

I have a quicktime video at 620x480 that I would like to keep sharp and clean with no pixelation or video grain. Unfortunately, the client would like the rest of the movie to scale to 100% (the movie is a flash projector file and is not browser based). I'm aware of full browser flash option when the stage is set to "noScale", but is it possible to have a clip that loads into a scaled projector at fixed resolution? So far my approach is this:small flash projector file to "embed" flash player. This would be at 100% scale mode. Then I would have the video clip load into the main projector clip (as a .swf). The external clip (video) would be set to "noScale" mode. Would this adhere or would the noScale be overruled by the projector scale mode?

View 4 Replies

ActionScript 2.0 :: Can't Re-scale Movie Using Command Fscommand

May 8, 2003

I am trying to make my movie so you can't re-scale it. i am using the command fscommand("allowscale", "false"); but when i play mmy movie it still rescales

View 1 Replies

ActionScript 2.0 :: Scale Empty Movie Clip?

Jul 15, 2008

wanted to load an swf into an empty movieclipthen modify the empty movieclips xy scale, and xy positionrecall doing something like that b4, and it seemed like a simple enough taskbut for some reason this doesnt seem to wanna obey me at the moment

View 1 Replies

ActionScript 2.0 :: Decrease Scale Of Movie Clip?

Jul 7, 2004

i want to try to decrease scale of movie clip. it should be 90 but i don't know what code to add. it should move slowly down.

_root.myclup11._height = 100;
_root.myclip11.onEnterFrame = function() {_root.myclip11._height -=1};
UN@

View 1 Replies

Professional :: Flash - Swf Movie Player With Chaptering?

Mar 2, 2011

I'm looking for an off the shelf paid flash player (or free if available) that will allow me to play SWF's (not FLV's or videos).I have 5 .swf animations (1.swf, 2.swf, 3.swf, 4.swf, 5.swf).I would like to have a player that if i click play, will play through the 5 animations one after the other seamlessley - however i may wish to skip through chapters (each .swf will be a chapter) by clicking ahead on a playhead or by selecting a chapter title from a drop down.The chapters need to be seperate swf's because they will used individually aswell as as one piece.

View 10 Replies

Close The Flash Player Window From A Button In The Flash Movie?

Feb 19, 2007

is there a code to close the flash player window from a button in the flash movie? i want to run a movie full screen then have a button in the flash movie close the window when the people are done viewing it.

View 2 Replies

ActionScript 3.0 :: Scale Mouse Event In Movie Clip?

Feb 1, 2010

I'm trying to make a zoom in and out effect, on images in a movieclip, using the mouse wheel. But, there is another mouse event that scrolls through the frames of the movie clip. I need it to stay zoomed in, and out respectively, when you scroll to the next frame.

View 0 Replies

ActionScript 2.0 :: Scale A Movieclip, Inside A Movie Clip?

Jul 5, 2010

i want to scale "container_mc" for all browser resulotion automaticly. How can i do this?

i load external image to container_mc with this code

Code:
loadMovie("images/portfolio/port_big001.jpg", port1);
/************************
Import Classes

[Code].....

View 2 Replies

ActionScript 2.0 :: Scale A Movie Clip's Width With Easing?

Dec 22, 2004

I managed to scale a movie clip's width with easing.With this code:

onClipEvent (enterFrame) {
endWidth = 50;
_width += (endWidth-_width)/speed;

[code].....

View 11 Replies

ActionScript 2.0 :: Loading Map At 50 Percent Scale On First Frame Of Movie

Jun 30, 2010

On loading the first frame of the movie I am trying to load a map at 50% scale. I tried loading into the frame where the map is located...
Code:
map_mc._xscale=50
map_mc._yscale=50
That did not work.
I will be inserting hotspots which will bring it to 100%scale.

View 7 Replies

Creating Dynamic Movie Player With Flash (with Xml Playlist Or Etc)

Jun 16, 2009

I need to create a dynamic movie player in the flash website, i tried Import Video... (File > Import >) , then i put a relative URL of xml file (e.g. xspf.xml) under the "Already deployed on web server..." option. but the video doesn't show nothing at all.
 
This is my code in xspf.xml:

[Code]....
 
is there any other better or easier way to create an flv player within flash website which support multiple video file as a playlist?

View 1 Replies

ActionScript 2.0 :: Flash Movie Player With Screen Shot

Jan 18, 2011

i'm working on a file where i have a screen shot at the beginning of the flash player movie and when you click on the screen shot the movie starts to play. i'd like to convert it to as2 if possible.

[Code]....

View 1 Replies

Actionscript 3.0 :: Flash Player Crashes When Testing My Movie

Oct 8, 2010

I'm working on a rather simple game and learning AS3 as I go along. I've come a pretty long way so far but now after adding some lines of code and changing a few - when testing my movie, Flash player starts and almost immediately crashes. I've went over the code I wrote, but all seems fine. Yet, being a complete newbie at AS3 and programming in general, it is very possible I'm missing the culprit.

View 4 Replies

ActionScript 2.0 :: Load Flv Player Movie To Flash+xml Site?

Dec 9, 2009

I have a flash+xml template . Unfortunately I can't add links to forum. But You can find that template at Flashden website, the name of that template is "Minimal xml template v1"

In the first panel AboutUs page with text I want modify it a little - I have a ready flash palyer and want change uploaded text to flv player movie (file preview.swf in the same folder)

Of course I need everything works tha same as default (when I'll click to close button - clear window with flv player, stop video and sound in flv player)

Now Aboutus text is loading to "Box1" movie clip in the text field "details_txt".
here you can see full AS code for xml text loading

Code:
//Load XML
//text instance name - details_txt
details_txt.html = true;

[Code].....

I've tried edit XML code (add preview.swf to content) and tried edeit AS in FLA source file. But it doesent work..

View 4 Replies







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