IDE :: 100% Percent Publish, Restrict Max Size?

Sep 13, 2009

I've been trying to do this for awhile, and I've read the boards. I've seen a few options as to how to do this, but some of them do not explain how the css/js etc work, and I just don't understand that stuff enough to go it alone.

What I'm trying to do : Create a flash site that only 'downsizes' when the browser is too small to view it. I don't want it to upscale/upsize.

For example. The movie is 1000 x 800 . If a viewer has a viewable area that is less than 1000x800 the movie will scale [ the way it does when published at 100% ]. BUT if the viewer say has a 23' cinema screen, the movie will not get bigger than 1000x800.

View 4 Replies


Similar Posts:


Flash :: How To Publish A Small Size Site

Oct 12, 2009

I have made a total flash site but the exported site is 50 mb!! Not a usable size, so I want to know how to make this site 'smaller'. there are a ton of flash sites on the www, so I must do something wrong.. What is the normal file-size for a flash site?

View 1 Replies

Regex :: Flex TextInput Restrict : Restrict Punctuation?

Aug 9, 2011

I have need to restrict user input. TextInput should restrict all special characters and punctuation. Any other characters are allowed. In java there is a regex patter:

replaceAll("\p{Punct}", "_")

Is there something similar in actionscript?

View 2 Replies

ActionScript 3.0 :: Flash Website Publish Settings (size)

Jul 13, 2010

Ive made a flash website, but when i publish it, some people complain about the size. How do i make the flash website adapt to peoples monitor.I tried the "Flash movie (enable full screen) " 100%x100% but it gets distorted..

View 1 Replies

Publish Settings And Quality Changes Don't Make File Size Smaller

Aug 24, 2006

My swf file is rather large, so I tried changing the quality settings and the publish settings, but nothing I do seems to change the size of the final swf.

View 2 Replies

IDE :: Publish SWF Movie And Automatically Play At Half Screen Size

Jul 23, 2009

I've made a presentation in the form of a swf movie using macromedia flash 8. I want to upload this to a website where when the website is loaded the movie would play automatically at a half screen size... Any host server that I could subscribe to? How to upload the file? Also, my swf file has an action script camera that doesn't work when I publish it as a html but it works in swf.

View 1 Replies

ActionScript 2.0 :: Why The Same Fla Source Code Publish Different Size Of Swf File In Different Computer With Same Version Of Adobe Flash Which Is Cs4

Nov 22, 2011

Why the same fla source code publish different size of swf file in different computer with same version of adobe flash which is cs4?1 is about 3mb only and the other is about 20mb.The different is too big!What can i do?

View 1 Replies

Publish Javascript To A Separate File During CS4 Publish?

Nov 12, 2009

While publishing my movies in CS4, I noticed that the javascript required to embed the movie in a web page was published as inline javascript in the published page. This means that code would be downloaded for each page my movie is on. Is it possible to configure Flash CS4 to publish that javascript to a separate .js file, instead of having to manually copy-paste that each time??

If no, I believe that js is independent of the Flash movie (please correct me, if I am wrong). So, can I copy-paste that javascript to an external file just once, and use the js file for all my movies being published??

View 2 Replies

Actionscript :: Use NetStream.Publish To Publish AAC Audio

Jun 22, 2011

I'm using Flash to play a RTMP stream to a Wowza server.

I publish my microphone with
m_MicStream.publish ("mic_user1", "live");

Unfortunately, my receiving end only supports AAC audio. Is there a way to publish AAC audio with Flash?

Note : I tried the mp4:mic_user1, but it does not work. The stream negociation seems ok, but the received audio is garbage

View 1 Replies

ActionScript 2.0 :: Publish Preview As Flash VS Publish Preview As Html

Jun 7, 2004

Ive made a movie that add strings from several input text fields to an array. This array is sent from the flash video to php. This is working fine when I preview the movie as Flash. The php script prints the variables as intended.

But when I preview it as html the arrays are all empty...

[AS]
on (release) {
number_of_attr1 = main._currentframe + 1;
suggestions1 = new Array();

[Code].....

View 1 Replies

Actionscript 3 :: Scale Swf Up To 100%, But At Any Percent Down?

Feb 18, 2011

I want to allow the swf to scale when the browser window is resized, but I don't want it to increase over 100% (so it should only scale down).This is an example of the kind of scaling the client wants:[URL]But again, it should stop at 100% going up.

View 1 Replies

ActionScript 3.0 :: Use Percent Values In As3

Jan 11, 2010

like object.width = 20% but that does not work

View 9 Replies

ActionScript 2.0 :: Why Cant Get The Percent In Moviecliploader

Jun 3, 2006

whats wrong with this code:

Code:
var: myMCL:MovieClipLoader = new MovieClipLoader();
myMCL1 = new Object();
myMCL.addListener(myMCL1);

[Code]....

View 1 Replies

ActionScript 3.0 :: Converting A Value To A Percent?

Jun 21, 2011

I need to convert a value that I have loaded from an ArcGIS Server and convert it to a percentage. The data loads just fine and on the mouse over I see the correct data I just need to make it a percentage on line 27.

I am using Flash Builder 4 and the ArcGIS API for Flex.

[Code]...

View 5 Replies

ActionScript 3.0 :: Percent Based On Distance?

Aug 7, 2010

I have a vertical list of movieclips added to the stage all spaced out evenly from top to bottom based of the last movieclips position. I also have defined a center Y point which I would like to find out the percentage of each clip away from that center point. The reason for this number is to scale everything from the center point which is scale 1 then they next item from the center would scale to a percentage from the center point. each clips scaling percentage would be based off of how far they are from the center point in each direction. Keeping in mind the center point is always scale to 1. I also want to make sure my scale never goes below 0.3 so the range has to be between 0.3 and 1 my centerY is also not half the height of the content but a number I decide. AS it the content might be 1000 in height but the center point could be set to 300.

[Code]...

View 6 Replies

ActionScript 3.0 :: Display The Percent Scored Of The 10?

Mar 16, 2009

I have got a game with 10 input boxes and I want to diplay the percent scored of the 10 then if they do three games a bonus level occurs so if anyone can point me to a tutorial where i might learn how to do this

View 7 Replies

ActionScript 3.0 :: Position Objects By Percent?

Jul 14, 2009

The buttons are all set up in Action Script and not placed on the timeline at all.Here is the code for postion on the buttons.I do not want to move the buttons by PixelsI would like to move the buttons by Perectage so it will look the same on all computer monitors.The person that I am editing the file for would like them in the bottom left of the screen.Here I have moved them by Pixels but these buttons do not appear in the same place on all monitors.

///////let's set the position of
the buttons across the bottom of the screen
b1.move(-350,150);

[code]......

View 5 Replies

Simple Flash Animation Using 100 Percent CPU?

Sep 10, 2007

My Flash animation using 100% CPU. I don't know why? It is a simple animation i.e. done in an ecard at: Valentine Ecard. I have not used any script in it nor it has too much animation in it. The frame rate is 12.

View 0 Replies

ActionScript 3.0 :: Reverse Loader Percent?

Dec 7, 2009

how I could go about reversing percent loaded so it goes from 1 - 0 instead of 0-1. I tried

ActionScript Code:
var percent:Number = evt.bytesLoaded/evt.bytesTotal;
trace(" num = "+ Math.abs((percent - 1)));

View 2 Replies

ActionScript 2.0 :: Preload Bar Does Not Start Until Around 30 Percent

May 30, 2005

I've been working with this tutorial and have got it to work for the most part: [URL]. However the preload bar doesn't start until around 30%. After that, it works great. Is there any reason it wouldn't be displaying the bar right off the bat?

View 6 Replies

ActionScript 3.0 :: Preloader On IE Stay At 0 Percent

Mar 22, 2011

I Can simulate in flash file but not happen but when test on IE it's stay on 0%.
PHP Code:
stop();
this.loaderInfo.addEventListener(Event.COMPLETE, loadComplete);
this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, loadProgress);
function loadComplete(e:Event) {
// load complete - remove listeners and move on
[Code] .....

View 6 Replies

ActionScript 2.0 :: Increase _alpha To Certain Percent?

Jan 19, 2004

im using the current code on an mc to fade in

[AS]onClipEvent(load){
this._alpha = 0
fadespeed = 15;
}
onClipEvent(enterFrame){
_alpha += fadespeed;
} [/AS]

how can i make this increment until it reaches 75% instead of 100?

View 5 Replies

ActionScript 3.0 :: Preloading An XML File - Stuck At 100 Percent

Apr 29, 2010

When I try to load an xml file it gets stuck at 100%. It never completes. Does anyone know what to do about that? The code:

[CODE]....

View 2 Replies

ActionScript 3.0 :: How To Make MC Width 100 Percent With Tint

Nov 18, 2010

I'm fairly new to flash especially AS3 and I'm trying to make a MC width 100% with the color changing (tint) but I want the rest of my content to remain a fixed size/non scalable and centered. I've seen this tutorial [URL] but don't have a clue where to start.

View 1 Replies

ActionScript 1/2 :: Html Turns To Percent Signs?

May 28, 2009

I am trying to load html into a text box from a website. when i load to the text box, everything goes fine except that it is loaded as something that looks like this:
 
"%20Cheese%20Croissant= %3B%3Cimg%20src=%22http%3A%2F%2Fwww%2Ehousi ng%2Eumich%2Eedu%2Fdining%2Fmenus%2Fm%2Dfit%2Egif%22%20alt%3D%22%2A%22 %3E%3C%2Fdiv%3E%3Cdiv%20class%3D%22Desserts%22%3EOat%20Bran..."

I wouldnt mind if the html tags were there, because I can deal with those, but I don't know what to do with this. Here is my loader:

[Code]...

View 8 Replies

ActionScript 3.0 :: Stage.stageWidth In Percent Not Pixels?

Feb 18, 2012

I am trying to set masks and other component positions in relation to Stage size.AS3 CS5I trace stage.stageWidth on a 800x600 pixel stage and I get - 100My stage will scale within a Director piece.Is this a bug? Modal condition? Releated to scaling??

View 7 Replies

Flex :: Spark Percent Height Not Working?

Feb 24, 2010

First of all I know there is a spark VolumeBar component but, for design requirements I can't use it..

I'm trying to create a custom component but heights are not responding as should. [Update] This is were I call the class

<components:VolumeSlider steps="4" height="100" /> The problem is that the volume slider is adapting perfectly, but My custom items component doesn't.

[Code]...

View 1 Replies

Flex :: AIR SWFLoader CPU Usage Takes Over 50 Percent

Mar 5, 2010

I have an AIR application, I use SwfLoader to load another swf file to display in this app. The problem is the CPU Usage always takes over 50%, but it only takes 15% when the swf file runs in standalone mode.

View 1 Replies

Flash :: Find Percent Value Of A Color Between Two Known Colors?

Jan 20, 2011

What is the best way to determine the percent value of a color between two given values. In other words, what is the best way to calculate the % position of color C?

Color A - 0x0000FF
Color B - 0x00CCFF
Color C - 0x00FFFF

View 1 Replies

ActionScript 2.0 :: Preloader Percent Text Not Visible?

Jul 4, 2011

I'm loading an External JPG into an empty MC and I am trying to attach a preloader to show my visitors there is content loading.Layer 1 is Dynamic Text box - instance percent7Layer 2 is empty MC - instance of imageLoader7Layer 3 is my script.

Code:
var mcl:MovieClipLoader = new MovieClipLoader();
var mclL:Object = new Object();

[code].....

View 3 Replies







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