Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Flash Dev Practices. Give Away The FLA's?



Hi Folks,

I have been subcontracting Flash pieces for a company for a few years and recently they started asking for the FLA files as well.

It seems the real value in what I do for them is of course conceptualing, architecting, and coding visual ideas. There's also a fair amount of original art in the pieces as well. Once that's done, content could be easily swapped out, creating derivative works, art objects re-used, etc. On the other hand, they probably shouldn't need to consult me every time there is a minor content change for their clients.

Just curious as to what everyone's thoughts on the matter and general practices are... sort of an informal survey.

Very curious to hear your experiences,

Paul



FlashKit > Flash Help > Flash ActionScript
Posted on: 08-29-2005, 04:11 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Flash Best Practices
Can anyone suggest any best practices when developing a Flash game, which will be used on an html page. For example, are there any best practices when coding that I should follow to have the best possible chance of Search engines at least indexing my game, and in the best of possible worlds, ranking it for terms by use of the SDK program.

I am already, adding metadata (title and description)
Using static text for any textual graphics.

Other than that, I am not sure where to go.

Flash 8 And SEO Best Practices
Can anyone suggest any best practices when developing a Flash game, which will be used on an html page. For example, are there any best practices when coding that I should follow to have the best possible chance of Search engines at least indexing my game, and in the best of possible worlds, ranking it for terms by use of the SDK program.

I am already, adding metadata (title and description)
Using static text for any textual graphics.

Other than that, I am not sure where to go.

Best Practices With 3d In Flash
Does anyone have some best practice suggestions when dealing with importing movie clips into flash and how to optimize the bang / kb of file size??

any help whatsoever would be appreciated!!

Flash Best Practices
I'm working on a Flash project and would like to know what are considered "best practices"
Is it better to keep your flash project in one large file or several small files?Is there any limit to the amount of frames you should use? For example, is it ok to have 1000+ frames?I often hear to avoid using scenes, is this true?Do instance names need to be unique? For example, can I have several MediaPlayback components with the same instance name?

Best Practices For Flash Detection
I have a full-flash site I am about to launch that I need to come up with a strategy for on how to bring people into it. The site does not require full-screen or a popup launcher however, it seems like bad form to just throw someone the site without a warning of some kind. Also, I find that some of the auto-redirectors are a little heavy handed and prevent some other users getting into the site so, I prefer not to go that way unless it is bullet-proof.

What do you prefer to do? I am leaning to an entry page - any reasons against it?

-mx

Best Flash Website Practices
Hi there,

I'm creating a flash website of my portfolio and, even though I am not very good with AS, and I'm probably over complicating my life the way I'm doing it, I would also know which is the best/most usable way of creating a Flash website.
What I mean is, I was taught to do the browsing through scenes, but I read somewhere that that's not a very good practice.
So I thought of creating each .swf separately and calling it through a loadMovie, but I got stuck when it goes in the movie, to call back another .swf (meaning, the different sections of the site that are browsed through with the menu buttons).

Does anyone know which would be the best way to set up the flash website?

Thanks,

N.

Best Practices - Resizing Flash Project
I've always wondered if there is a better way to do this. I'm working on a project that will eventually be included on a webpage. After a redesign of the webpage I realize the flash file needs to be resized to fit. However just going in and changing the file's width and height stretches out the content.

My solution in the past has been to create a new file from scratch and just copy and paste timeline, scripts and library into the new file. But this would be impractical for complex files. Is there a way to get flash to resize the document without stretching everything? I would like it to just add extra canvas the way photoshop does when you adjust the canvas size.

Possible?

Hosting Best Practices- Flash Presentation
Hi

I am working on a project for a client that will create a flash presentation using Articulate that will be, with all of the swf's , myp3's and video file, will be 2.5 MB.

The presentation may be viewe by up to 1, 000 people, most likely not simultaneously. I am trying to find an appropriate host and have the following options:

1.) There are several companies out there that say they specialize in hosting flash, but don't have the flash media server. THey use shared servers.

2.) Install on a Dedicated Server

3.) Host with a provider of Flash Media Server....

I was wondering what would best practices for hosting this. Thanks in advance for your help

Dave

Full Browser Flash - Best Practices?
hey all!,

just wondering what would be the best practices for full browser flash "example@kirupasiteoftheweek" something along those lines i have an idea where you have to centre your stage etc...but how large should you make the stage size and your bg or say photoshop files what dimensions should they be??

Also if anyone knows of any good tutorials on it please give us a shout

cheers in advance peeps

Flash Best Practices - Structure Newbie
Delurking, first time post--I've been reading through the forums, but I can't find my answer, so if someone has a link because I'm blind, that's excellent too!

I'm trying to write a portfolio gallery, and I'm uncertain what the best way to optimize user experience is. I'd just like a series of images, and when the user clicks the image or a button, to progress to the next image. Some descriptive text will be available below the image.

Now, is it faster to put everything in the timeline? To load external .swfs? To externally load even the images in those swfs? For the text handling, is it better to pass out some external variable and just use HTML? Should I learn XML and use that instead?

We're using MX 2004. I've tried to ask this sort of question in class, but the teacher is a little hostile and just keeps saying "There is no right way". Which, fine, but I've experienced enough bad flash sites to not want to contribute to more!

Thanks in advance for helping a newbie out.

Best Practices - Flash Image Carousel
When creating an image Carousel in flash for a web page, what are the best practices for loading quickly and changing images?

So for instance, on an ecommerce site, the home page often has a block created in flash in which 4-6 images are included with arrows or image numbers are displayed at the bottom as buttons. The images automatically change to the next ever x seconds unless the user selects an image number or the forward/back arrows.

Obviously, smaller the image the better. But how about best practices for things like:

Do you include one image in the block and then load dynamically the other images? Should all images be dynamically loaded if you want to change them on a daily/weekly basis? Any suggestions for making sure the images, especially the first one is loaded quickly?

Anyone have sample ~gpl code that demonstrates a block like this?

Two examples - kohls.com, jcrew.com

Best Practices For Detecting The Flash 8 Player?
I'm looking for any information or guidance regarding best practices for detecting the flash 8 player.

Any advice is greatly appreciated.

Exception Handling In Flash - Best Practices?
I have just completed a massive project with over 40,000 lines of
actionscript 3 and I realise I didnt use try{}catch{} anywhere...now
this seems pretty bad, but....

I used addEventListener to catch for errors when dealing with errors
with external data (file loads, remoting calls, url requests etc..)
and I used logic for any null pointer type exceptions that occured
during development, e.g.

if(movieclipInstance != null && movieClipInstance is MovieClip &&
movieClipInstance.parameter == thing)
{
//process stuff with movieclipInstance here

}

Stuff i've been reading says its takes more resources to catch
exceptions than to logic them out or use event listeners, and articles
about exception handling for other languages e.g. c# never seem
relevant enough for Flash.

So I am wondering what approaches other actionscripters use when
dealing with exceptions ... and where might be a good place to use try
{}catch{}

Best Practices For Architecture Of Flash Site?
hey there,

So I've done a lot of tutorials and have tried to mostly learn about actionscript - and Im ready to make two sites.

One is more traditional, with a constant navigation bar, and one is non traditional with constantly changing buttons, and sometimes quicktime movie interludes between the scenes.

My question is, how would people suggest that I setup the above two? for navigation bar style sites, are slides the way to go?(is that what everone does, or do people use the visible/invisible a lot...) I am trying to avoid the gotoAndPlay for navigation (which I think is standard practice?)

The second one I'm not really sure how I want to do it, cause buttons that will pop up everywhere will not be constant in where they take you.

Any sort of short summary of what people actually do would be severly appreciated, as I dont know where to start to put in my time and energy.

Flash/AS3 Good Development Practices Question?
Does anyone know what happens when you have Actionscript in the first frame in multiple layers? I am building a Photo Gallery app in order to learn flash and also end up with something useful. I started by making different layers for stuff like Static Variables/Global Variables, Initialization scripts, etc..., so I could have a better idea of where stuff is. Then I came to the realization if these layers run at the same time I will have alot of issues. So is it better just to have one Actionscript layer? or is there a way I can have multiple layers and still control in which order they run(also one layer's script running totally before the next one)?


-Dagon

Give Me Some Spice And Ill Give You Some Sugar
i need some help,


wats an action script so i can skip to a pecific scene, i just cant seem to do it im trying the on (press) gotoandplay and it wont work


as i said before give me some spice and ill give you some sugar

Give Variable From Php To Flash
hey, (hope someone can help me!)
I want to send variables like a name a street and so on from a php script to my flash and use them there.

now in my php there is the following line:
echo ('name=$namedb&vorname=$vornamedb&pass=$passdb');

this line should give the content of $namedb to flash in form of the variable "name" (and so on).The problem is that it is not giving the content to flash but just the name of the variable.
If I read the content from name in flash it does not show the name (like "meyer" or whatever) but instead of it only $namedb
what do I have to change that I can get "meyer" and not "$namebd" ?

thx a lot
jean3k

if you want to contact me directly:
aim: silversurfer2025
icq: 22368816

Anyone Can Give Me A Guestbook Using Flash MX
i create guestbook on flash but their an error when compile it. im not very creating a guestbook using flash, can anyone give me source file of guestbook using flash. i will highly appreciate if anyone can give me... thanks

Give Over Flash Intern Variable
How can I give over a Flash intern variable to JavaScript popup (popup coded with php, should receive the Flash variable). Can I do this with getURL("javacsript:popup('url?"+variable+"')")?

How To Give Blur Effect In Flash
my simple question is that how can I give blur effect in flash

Give Link To A Pdf File Through Flash
hi,
can anyone help me as to how to give link to a pdf file through flash

regards
farah

Give Me Seryal Number For Flash 8 Pls
give me seryal number for flash 8 pls

Flash Jukebox... Can Anyone Give Me Tips?
hello...

does anyone have some tips on making a flash jukebox? i basically just want to add a little controller at the bottom of the site i'm working on, which will play from a list of 5 songs.

what i'm wondering is, do i load each of these mp3s separately? or do i embed them all into one movie?

if anyone knows of any tutorials to help with this that would be greatly appreciated too...

thanks!
betta

Swish And Flash Give These Results
Hi

While looking on the net I found that Swish now also makes sites for companys, and one of their examples is pretty cool

http://www.swishzone.com/products/si...te05/main.html

This one

When you click a button you notice a change in a background. The background moves, you'l see.
But I wonder; how was it done? It's not a motion Tween, but it's actionscripted. How do you do that?

Thnx

Flash Jukebox... Can Anyone Give Me Tips?
hello...

does anyone have some tips on making a flash jukebox? i basically just want to add a little controller at the bottom of the site i'm working on, which will play from a list of 5 songs.

what i'm wondering is, do i load each of these mp3s separately? or do i embed them all into one movie?

if anyone knows of any tutorials to help with this that would be greatly appreciated too...

thanks!
betta

Flash Remoting ? Can Anyone Give Me Any Further Info?
I'd search for it but the search feature is still broken.

I work for a Healthcare company and we build Flash based training material. We wanted to start storing user comments into SQL (database) and keep track of what users have viewed (All users are internal employees). I've heard Flash Remoting helps with Flash/Data integration but honestly their site on Adobe confused me. Is Flash Remoting the way I need to go to integrate Flash & SQL or would it be just as effective to use something like ASP or .Net to tie them together?

Any help would be greatly apprecaited.

Dont Give The Focus To Flash
I use javascript to detect keys on the keyboard so that some buttons in the html are hotkeys. My script makes it so that if the user presses on an html button, it sends a command to flash and plays an animation. The hotkey for that button would be "e" for example.
Problem is, if the focus is on the swf, the user cannot use hotkeys until it clicks elsewhere in the html file. Let me mention that their is alot of changes of focus between html and swf.

So I thought about using a OnClick="window.document.somebutton.focus()" on the swf so I'm always focused on the html after the user clicked in the swf, but it won't set the focus anywhere else
Is there anyway to keep the focus on an html element all the time even when an swf was clicked?

How To Give Effects On Arabic Text In Flash Mx
hi, i want to write arabic text in flash mx, i came to know about unicode in flash mx. is thier any possibility that i can give typewritter effect to those unicode text.

plz help me in knowing abt this
i m stuck with this for long....

XML And Flash. Great AS Coders Like You Sure Can Give A Hand ;)
Hi there,
I've downloaded a few tutorials on the subject but I'm still stuck on this XML problem. Hope you can help.

The xml file:

Code:
<?xml version="1.0"?>
<menus>
<main id="1">
<name>WORKS</name>
<submenu>
<name>BONET HOUSE</name>
<loadname>bonet</loadname>
<pages>4</pages>
</submenu>
<submenu>
<name>GYM</name>
<loadname>berger</loadname>
<pages>3</pages>
</submenu>
<submenu>
<name>WAREHOUSE</name>
<loadname>warehouse</loadname>
<pages>4</pages>
</submenu>
</main>
</menus>


The structure is quite simple. I have several MAIN MENUS (just wrote one for the example) with a name tag and several SUBMENUS each, the number changes in each MAIN MENU. For every SUBMENU I have some tags with data in order to build up the page.

What I want to do:

1- An ARRAY VARIABLE holding the NAME of each MAIN MENU.

2- A VARIABLE for each MAIN MENU called "mainX" (where X is the number of that MAIN MENU) that contains a number showing the number of submenus in that MAIN MENU tag.

3- An ARRAY VARIABLE called "mainXsubmenuY" (where X is the number for the main menu and Y the number of the SUBMENU) holding the data for the SUBMENU (the values in the 3 tags)

For what I've seen so far Flash (using 5 at the moment) enconters problems if the xml document has either carriage returns or white spaces, but this makes the file much easier to edit. I know that it is possible to "ignore" that kind of troubling data, but I just don't know how.

But so far I couldn't do any of the previous, so any help on the matter will be really appreciated. Thanks so much for your time and advice.

Castaway

My FIRST FLASH VIDEO: Please Review It And Give Some Helps
Hello all im very new to the FLASH things.(just download flash a week ago)

I will include a link at the end of this message for both SWF and FLA file.

Im working on a little movie *MY FIRST* and i would like some feedback about how i could improve it.

I must say that after looking at all TUTORIAL and ALL forum thread concerning shooting star i wasnt able to do it. But ive found a work around myself using "tweaning" and "Alpha" to make some cool shooting stars effects.

If any one could tell me how to make my moon in the upper right corner to "glow" i would really apprecite , ive made a attempt using a gradient but ive completely failed.

For those of you that dont speak french just ignore the fading text. But please take a look anyway and help me out...

Comment, suggestion and idea are WELCOME !!!

Please download the FLA and gimme some help if you have some mins to help a noob

I did not find the way to make the link open in the proper resolution so you will actually see what is OUTSIDE of my movie BUT its still show up correctly.
My movie: A Night Star
My movie: FLA file

How To Give Parametr To Flash Site, Using Link?
I'm writting web site in AS2. It must start from different situations and it must be depended on link, using which site is called. For example, if my site is www.aa.com, when I open www.aa.aa/news it should be activated MovieClip about news. If I open www.aa.aa/history it should saw history etc. I can make this sites separetly, but I think it must be available to write only www.aa.aa and it should take parameter (news, history etc.).
Can you help me to write it?
Thanks...

<mod edit> Please post your question only once. Your other three attempts which went into the moderation queue will be deleted. - gerbick (supermod)

[CS3] Cannot Give Focus To Flash Element In Chrome
When the user clicks an HTML button, I am dynamically creating the HTML markup for a SWF and adding it to the DOM. I then would like to give the new SWF keyboard focus so the user may immediately begin typing in a form field within the SWF.

All is working perfectly in Firefox and IE. However, in Chrome and Safari, I cannot find a way to automatically give keyboard focus to the SWF. It is generated and rendered correctly and is otherwise working perfectly, but the user must click the mouse in the SWF to give it focus.

I'm using the standard swfElm.focus() in FF and IE to give focus to the SWF, but Chrome seemingly ignores the command.

Does anyone know a correct (or hackish) way to automatically give keyboard focus to a SWF object without making the user physically click on it in Chrome/Safari?

Thanks!

How To Give Flash Player Dynamic Url Of Xml File..?
Hi,

I have a player in flash it papulate from xml file which i write from php, that player has static path of that 1 xml file.

Ok, now situation is that I have songs list in php when i click on a song it write the xml file of that song which contains information of that song so that plash player can run it. I am giving name to this xml a song title, Now I want whenever i click on a song and when it create a xml file a parameter should sent to flash player containing name of that created xml file and player papulate with that spesific xml file which is created. similarly when i click on another song this time again another xml file will create now again a parameter should sent to flash player with name of current file and it papulate itself with new file and so on.

How I i do i send that dynamic xml file name to flash...?

thanks,

Bye

Published Flash File Give XP SP2 Warning...
I made a very simple Flash file that only has text and shapes and when I published it to take a look at it, it gives me a SP2 warning about active content.
I don't get this warning if I look at other Flash pages on the internet, why is it doing it for this page?

Also, when I go to test the movie in Flash it says:

"Some characters could not be converted to outlines because an appropriate outline font is not available. These characters will disappear in the Flash Movie file...."

Should I be worried about this? It appears normal when I finally open it and look at it, but I don't understand why it's happening. I'm only using some basic shapes, Arial text, and Arial Black text. Is that so crazy?

How To Give Preloader To An Flash Movie With Slides?
Hello Guys,

I did a flash animation with, size came around 300kb. Now I've to give an preloader to it. I tried by giving this code:

var loaded = _root.getBytesLoaded();
var total = _root.getBytesTotal();
var perc = Math.round(loaded*100/total);
bar.gotoAndStop(perc);
if(loaded == total) {
gotoAndPlay(3);
}

And I've to place this code on the main slide. But it gets displayed on its subsequent slides. Please help me how to give preloader to a flash movie with sildes...!!

Thanks,
Pramod..

Looking For A Flash Developer To Give An Estimate For A Web Site
Edited: 03/26/2007 at 09:24:32 AM by dreamscape_raquel

Cannot Give Focus To Flash Element In Chrome
When the user clicks an HTML button, I am dynamically creating the HTML markup for a SWF and adding it to the DOM. I then would like to give the new SWF keyboard focus so the user may immediately begin typing in a form field within the SWF.

All is working perfectly in Firefox and IE. However, in Chrome and Safari, I cannot find a way to automatically give keyboard focus to the SWF. It is generated and rendered correctly and is otherwise working perfectly, but the user must click their mouse in the SWF to give it focus.

I'm using the standard swfElm.focus() in FF and IE to give focus to the SWF, but Chrome seemingly ignores the command.

Does anyone know the correct (or hackish) way to automatically give keyboard focus to a SWF object without making the user physically click on it?

Thanks!

How To Give An Option To Sutoinstall Flash Reader ?
Dear webmates :

My customer entered the site and couldn't see the SWF (because didn't have the Flash Player) then I installed it, but she asked me to create a way so, if any computer has not installed the Flash Player, it displays a link and installs it by itself... I said to create that link on the home page, but she said she wants exactly in the same place where the SWF should be displayed. So, when there is not Flash player, that part shows the link, and when there IS flash player, it shows ths SWF.

What is the best practice for it ? Thanks in advance...

Making Flash-chat - Give Advices
wassup ya'all?!

i'm going to create flash + php based chat
give me ideas about what should there be and waht shouldn't...

thx
cheers

Please Give Me Simple Solution For Getting Image Through XML In Flash 8
Hello All,

I want to get image in flash8 through XML mean the path of image will be save in XML file so please give me a simple and short solution for this work. i a not familier with Actionscript also so please give me the solution in deeply so i can understand all these things easily .


Please help me if anybody can .

Can Flash Give Birth To Html Baby's?
Hi there,

I wonder if you can help me with another head ache....

I am about to embark on building a flash website for a company that sells various printers.

I have one thing that I need to do but cant seem to find any info on how to do it.

There will be loads of pages that will contain tables of info for inks and papers etc...that the client would like to edit himself after I finnish the site.

The easiest way to work with this info is tables in html format.

Is there anyway that I could use a container to bring in html files?

Regards

Christopher

Can Someone Give Me Some Code That Will Work With Flash Lite?
I am trying to code a normal shape so that it is movable so i can put it on my phone and drag it around with my stylus on my phone. Does anyone have any code for this? and maybe other code that i can create perimeters with to make walls that the shape can't travel through?

Thanks,
Callum

Making Flash-chat - Give Advices
wassup ya'all?!

i'm going to create flash + php based chat
give me ideas about what should there be and waht shouldn't...

thx
cheers

The Scripting For My Loader Is Making Flash Give Me A Message...
The scripting for my loader is making Flash give me a message ["COLOR=red]A script in this movie is causing flash player to run slowly. If it continues to run your computer may becom unresponsive. Do you want to abort the script?[/color]
[YES]-[NO]

Does any one have any ideas on what i should do?

bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded/bytes_total;
this.loadBar._width = getPercent*100;
this.loadText = Math.round(getPercent*100)+"%";
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(61);
}A script in this movie is causing flash player to run slowly. If it continues to run your computer may becom unresponsive. Do you want to abort the script?

Do Older Versions Of Flash Give Problems With Active X?
Hello,

I have a very simple flash button on an HTML page, that doesn't need to do anything out of this world, except transparent corners so I can see the picture in the html page behind it...but some users are getting the Active X pop up. Can this Active X pop up be avoided by exporting the button as an older version of flash? How old should I go?

Thank you

Give The Hyperlink To Dynamically Loaded Xml Text In Flash
hai.




my question is how to give the hyperlink for the dynamically

loading xml text in Flashmx.

Using PHP To 'talk' To A Mocrosoft Access Database And Then Give Sent Data To Flash
Hi,

I need to use a database to store some data to that I want flash to use (this is serverside by the way). I am 'talking' to PHP from flash, but I want the PHP file to then use a Microsoft Access database that is uploaded onto the server. How can I: add to, delete from, rewrite selected fields and records into a table and read data from a Microsoft Access database using PHP code.
I think I can get data to Flash once I recieve it at least.

Someone please help!!! I need this to work for my Flash file to work.

Thanx in advance for any help,

Best Practices
Is there any place on this forum where these are discussed?

Additionally, how many of ya'll are acquainted with the term?

I think, personally, that a forum devoted to ActionScript should have more topics about object oriented code and about actually writing really good code, and about how that is done.

Does anybody know a direction to point me in?

Thanks

Copyright © 2005-08 www.BigResource.com, All rights reserved