ActionScript 3.0 :: Largest Recommended Size For Flash Site

Jul 12, 2011

So, after just being dumped on from a great height by our development company I need to create an entire site in flash with login and dynamic addition of content etc etc.. What would be the recommended maximum size (pixel wise) for a flash site... what I have here is 1600px sq? It's mostly database driven so shouldn't lag too much from a point of view of file size, I'm just concerned because of the short deadline and I find this kind of large size wise to do 100% in flash..

View 10 Replies


Similar Posts:


Recommended Size For .SWF On Website?

Jul 21, 2009

I'm producing an interactive video piece for my New Media masters project.  I've put it up on my website, and was wondering out of curiousity, whats the recommended upper limit for the size of a .SWF file on the internet to run smoothly? I realise CPU and internet speeds vary greatly from machine to machine along with RAM, but is there a general upper limit which shouldn't be exceeded for .SWFs?
 
My project's .SWF is currently at 260kb.  It also pulls in .FLVs that are between 800kb - 1.5mb and .mp3s between 1.5mb - 2mb via XML.

View 2 Replies

ActionScript 2.0 :: Max MB Size For Flash Site?

Aug 23, 2009

I'm making a flash site for a client in AS2/Flash Player 10 and it is about 90% done and 2.X MB big (I can't remember exact size). When it is done it'll probably be 3MB in size (with a preloader of course). Is this too big?

View 1 Replies

ActionScript 3.0 :: What Is The Largest XML File That Can Be Loaded Into Flash

May 4, 2009

What is the largest XML file that can be loaded into flash? I have a 14MB XML file that I'm trying to load into flash. It gets to the listener function that listens for the Event.COMPLETE event fine, but in there when I try to set e.target.data to an XML variable I get an error that says one of the tags doesnt have an ending. I know for a fact that it is a well-formed document. So I'm assuming it's cutting some of it off. Is there a size limit for xml files?

View 3 Replies

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

Flash :: Site Looks Different On Different Size Computer Screens?

May 25, 2010

I was wondering if anybody could help me out and tell me why my flash site looks different on different size computer screens?

I have built a site in flash and when I preview in html it looks different to how it does on my flash canvas (the text is a different size and takes up a different amount of space than on the original flash document). Then when I publish it and make it live it looks different on different size screens. On my laptop the text all fits in, but when I view it on my desktop the text cuts off, so that the last few lines of each text box is missing? What's going on?

View 2 Replies

ActionScript 2.0 :: Reduce Size Of Flash Site

Aug 24, 2010

In an effort to reduce the size of my flash site I reduced every single one of the swf movies (17 in total) that it contains. Each minor swf was cut back with about 25%. When publishing the main swf (the actual site) the file size is still 1 mb?

View 4 Replies

ActionScript 2.0 :: What Is The Largest Stage That Should Be Used For An Entire Flash Website

Mar 8, 2011

What is the largest stage that should be used for an entire flash website?

What is the average or most common, and how big can I get away with making the stage?

This is for a site that will be made completely in flash?

View 2 Replies

CSS :: Design Flash Based Site With Different Screen Size / Resolution?

Jun 25, 2010

I am developing a flash based website using mxml. My monitor's resolution is 1280x768 and is widescreen. The problem is while it appears properly in my screen it doesn't appear properly in others.

-Let scrollbars take care of it : If the screen is 14 inch screen with 800x600 resolution it appears zoomed in. So that's a problem
-Get screen resolution and resize using scaleX and scaleY : The graphic components will get resized but fonts give problem.

View 3 Replies

Flash :: Professional - Reduce File Size Of Opening Page In A Site

Sep 27, 2011

I'm using the Flash CS4 IDE, and the first page of my site takes a lot longer to load than I want it to.  So I wanted to go through the varied images / symbols / movie clips / sounds and so on to see where all the memory is being chewed up. When I go into my library, however, I can see the Name, LInkage, usecound and Type of my elements, but no mention of file size and I can't seem to find any right click menu that lets me add file size to the list of details being displayed. Is there a way to make it show file size?  Or some workaround? And are there any best practices to reduce file size aside from using symbols for anything that's used more than once and reducing image and sound quality?

View 4 Replies

Suggested / Recommended System Requirements For PC Flash Catalyst

Jun 29, 2009

I would like to know Adobe's Recommended system requirements for a PC running Flash Catalyst (not simply the minimum that are posted on this page: url...

View 1 Replies

What Is The Recommended Scripting Language For Talking Between Flash And Facebook API

Dec 10, 2009

Currently I have a flash based application (game) which I need to put on facebook, the users could save their scores and resume their game. For the task I was wondering which scripting language would be appropriate. And are there any API's available which could in the process. Or does one has to make all of it from scratch.

View 1 Replies

Printing - Recommended Printer For Flash PrintJob() (Name Badges)?

Mar 29, 2011

A client needs a standard consumer color printer for printing name badges from my flash app. Last time we used the app, I couldn't do any pre-testing of their computer and printer beforehand. So, of course, the margins were completely wrong when the time came to print. Ideally, I'll have the flash app's bugs worked out for the next run, but for safety's sake does anyone know of a printer that has good controls for custom margins and offsets, in case some minor adjustments are needed?

View 1 Replies

ActionScript 3.0 :: Sorting Array By Largest Sum?

Feb 1, 2010

How would I do to sort this array by the largest sum and not just the first number?
var myArray:Array = new Array(100, 200, 9);
myArray.sort(Array.DESCENDING)
//puts out (9, 200, 100)
How would I do to get it (200, 100, 9)?

View 1 Replies

ActionScript 2.0 :: Display Largest Variable In An Array?

Feb 26, 2010

Context: Making a guessing game where up to 20 users guess times. A countdown timer script runs at the game start. As time goes by, flash compares the guess with the real time, moves a movieclip (horse1, horse2 etc) along the x axis and displays an integer (time between the guess and ever changing clock [horse1.displaybox1, horse2.displaybox2, horse3.displaybox3, etc]). This is all working.

How to I display the current closest guesser?

I TRIED to avoid arrays, but doubt I can. JUST learning about arrays and for loops, but found this elegant code to find the max number in an array (or with modification could get the min):

maxValue = function (array) {
mxm = array[0];
for (i=0; i<array.length; i++) {
if (array[i]>mxm) {

[Code].....

View 6 Replies

MX04 Ancient Site Now 25% Of Size In IE8 + Vista?

Sep 24, 2009

I generated a Flash site for a friend years ago & to the best of my knowledge it has been up & running ever since. However I happened to check it out today & for some reason the whole thing has shrunk down to about 25% of the size that it should be!!I have included a link to the site should anyone be able to replicate this in their browser

View 4 Replies

ActionScript 2.0 :: Loop Through Array A Find Which Of The Elements Is The Largest?

Feb 14, 2004

i have 2 arrays, a and b... in array a i have a bunch of random numbers.... now i want to loop through array a find which of the elements is the largest. for example if a[4] is the largest number in the a[] then i want b[1] = 4 and so on....

//array a full of random numbers:
a[1] = 4
a[2] = 3
a[3] = 1

[code]....

so if a[4] is the bigest, b[1] will have 4 and if a[1] is second biggest, b[2] will have 1 and so on... is there an algorithm that can do this for me with an array length of X?

View 5 Replies

ActionScript 2.0 :: Text Size For A Full Screen Site?

Feb 10, 2010

I recently created the following webpage: One challenge I'm having is on the About and Pricing pages. Is there a way to have my text size increase depending on how big the users screen is? Doesn't need to be exact, but if I'm on my iMac the text size is quite small when full-screen.

View 0 Replies

ActionScript 2.0 :: Sorting User-defined Numbers Largest To Smallest?

Jan 30, 2004

I am looking for a way to sort numbers enterred by a user, prefferably in order smallest to largest or vice verser - but at very least to find the smallest & largest numbers of the ones enterred.There are approximately going to be 15 numbers or so.

So for example:

Enterred A = 56
Enterred B = 7

[code]...

when sorted or the other way round (largest to smallest).this could be done with comparrisons but for 15 numbers it would be A LOT of comparisons.

View 6 Replies

ActionScript 2.0 :: Make The Site So That Its Size Is Dependant On The Users Resolution

Feb 3, 2003

I have created a website 900px by 600px, and need to know how to make the site so that its size is dependant on the users resolution.( I have had complaints of the text being too big in 800 by 600, but too small in 1600px by 1200px) the site itself is created in flash 5 if that is of any use.(although wouldn't it be something more to do with the html coding?

View 3 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

Recommended Reading For Beginner?

Jul 20, 2009

benefit a Flash/Action Script beginner?

View 2 Replies

ActionScript 2.0 :: Create A 2d/flat Site Wich Is Larger Than The Normal Screen Size?

Feb 16, 2002

What I want is to create a 2d/flat site wich is larger than the normal screen size... for easy viewing I want the site to move related to the mouse movement so that when you drag your mouse left the entire site kinda moves to the right, and by that permits the viewer to browse the site without using the scroll bars. It should work like the example in this link, but not only horizontal, but also vertical...

[Code]...

View 4 Replies

ActionScript :: Recommended Initialization Values For Numbers

Jul 12, 2009

Assume you have a variety of number or int based variables that you want to be initialized to some default value. But using 0 could be problematic because 0 is meaningful and could have side affects. I have been working in Actionscript lately and have a variety of value objects with optional parameters so for most variables I set null but for numbers or ints I can't use null. An example:

package com.website.app.model.vo {
public class MyValueObject {
public function MyValueObject (
_id:String=null,
_amount:Number=0,
[Code] .....

The difficulty is that using 0 in the above code might be problematic if the value is not ever changed from its initial value. It is easy to detect if a variable has a null value. But detecting 0 may not be so easy because 0 might be a legitimate value. I want to set a default value to make the parameter optional but I also want to later detect in my code if the value was changed from its default without hard to debug side affects. I suppose I could use something like -1 for a value. I suppose it depends on the nature of the variable and the data.

View 7 Replies

Media Server :: Recommended Spec Can Take How Many Concurrent Users

Aug 3, 2009

With the following recommended spec from Adobe website, how many concurrent users ? Flash Media Streaming Server system requirements OS : Windows Server 2003 SP2 or Windows 2008

H/W Requirements
-          3.2GHz Intel Pentium 4 Processor (dual Intel Xeon or faster recommended)
-          2GB RAM ( 4GB recommended)
-          1Gb Ethernet card

View 3 Replies

Data Integration :: Recommended Method To Make A Trivia Game?

Jul 5, 2007

make a trivia game though the big question is how shuld i load the questions (with multiple answers) from flash or from txt or from asp?

View 1 Replies

ActionScript 3.0 :: Best Practice - Recommended Order In Which To Arrange The Imported Classes?

Apr 10, 2011

There are a few things regarding best practices in ActionScript that I would like to know about:1. When a class uses other classes located in the same package, I know that it is not necessary to import them.But what is the best practice ? Should they be imported, just for the sake of clarity and order or is it recommended not to import them ?2. Is there a recommended order in which to arrange the imported classes ? I am just interested if there is a general idea regarding the order.Maybe display object classes before event classes, maybe event classes before component classes, and so on.3. Is there a recommended order in which to arrange the class properties and methods Regarding the properties, private, public, protected, constants. Regarding the methods, private, public, protected, getters, setters.Again, I am simply looking for best practices and recommended practices regarding these issues, I am aware that they are not essential to the code and that each person can choose to do different things.

View 12 Replies

ActionScript 2.0 :: Full Screen Flash Site With Scroll - See The Complete Site

Feb 25, 2012

i have made a site in flash. stage size 955x600 i have exported it as fullscreen with no scale. the problem is that if i browse the site with a resolution of 800x600 (760x420 if i'm not wrong), the browser dont' add scrolls and its impossible to see the complete site. How can i fix this without resizing the site. i want the users to see with the proportions that i have now.. ijust want a scroll on the browser.

View 2 Replies

Media Server :: Do An In-place Upgrade From 3.5.2 To 3.5.3 On Origin Servers - Recommended Precedure?

Apr 20, 2010

I need to do an in-place upgrade from 3.5.2 to 3.5.3 on my origin servers. Is there a recommended precedure to acheive this? I want to have the minimum downtime possible. CentOS, x64. I think something along the lines of :

[Code]...

View 1 Replies

ActionScript 3.0 :: Recommended To Close Netstream And Netconnection And Create A New One Before Moving To Next Video?

Nov 16, 2009

is it neccessary or recommended to close netstream and netconnection and create a new one before moving to next video?

View 1 Replies







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