Mailing List
Home
Forum Home
Flash Pro
Subjects
Subject: RE: Firework Effect
Web Service Results
Flash Interface with 10mb xml file
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash MX 2004 Sucks
Reading and displaying RSS feeds in Flash MX
Flash and QuickTime VR
Textfield prototype question
XML to Object help
Order of events per frame
MX2004 Dataset itemClassName
memory management removeMovieClip /
Event Dispatcher between classes
Help: MX 2004 How to script a print button to print the entire sli
ScrollPane component doesn 't auto update
setInterval bug identified and fixed
setInterval bug identified and fixed
Listener Object 's best practice
 
Flash Coders
Page 6 of 64 1   2   3   4   5   6   7   8   9   10   Next 10  

AsBroadcaster doesn 't work in MX 2004

I got this code from FlashCoder obj new Object() ASBroadcaster.initialize(obj) a {hello function () {trace( ' "a " can hello!!! ')}} b {hello function () {trace( ' "b " can hello!!

Re: [Flashcoders] Re: flashcoders Digest 14 Mar 2004 23:53:30 -0000
Issue 3684

ryanm wrote > >I 'm currently on vactaion. I will be returning on Tuesday March 16th. > >If this matter is urgent please send me a text message at > > > > >txt@(protected) > > > Can

Tweened masks over a lot of text...

Is is just a bad idea to put an animated mask over a lot of text? My movie seems to slow to a crawl when I play a movie clip that masks a bunch of text. The movie frame rate is 24 fps and everyth

Re: flashcoders Digest 14 Mar 2004 23:53:30 -0000 Issue 3684

I 'm currently on vactaion. I will be returning on Tuesday March 16th. If this matter is urgent please send me a text message at txt@(protected) Thanks Brian Weil

Undefined detecting?

hello group the following situation is giving a [] a[0] undefined a.length returns 1 so there is one element inside the array. if (a[0]) { returns undefined it means no record

weird Sound.start() behaviour

Hi i had this problem several times already but this time it made me run crazy totally in Flash MX when sound loaded as stream via loadSound method the start method doesnt work at all !!!

createClassObject returns null

I am trying to create a custom component (menu) using AS2/MX2004. There is the typical main menu class which extends UIComponent which contain menu Item instances whose class extends UIObject.

extending core classes, as2.0

Is there a way to extend the String class that is more straightforward to use (or otherwise better) than this StringExtra.as dynamic class com.mydomain.core.StringExtra extends String {

Soun.loadSound(mp3_url , 1) and it offers download instead

hi big hassle i can 't se streaming capability of flash it offers me to download the file instead what is necessaary to prevent flash from "getting the url " instead of streaming the sound ?

Scoping problem within Class: passing result of onLoad event t

Thank Helen think this is setting me on the right track. John

AS 2.0: enumerations?

hi i 'm just about to take the plunge and start using AS 2.0 for my next project. one "trick " i use quite frequently in AS 1 is "enumerations " using compile-time constants OBJTYPE_BOX 1

Re: [Flashcoders] Scoping problem within Class: passing result of
onLoad event

See this http //chattyfig.figleaf.com/flashcoders-wiki/index.php?ScopingCallbacksAS2 (thanks to Jonas) Helen

Scoping problem within Class: passing result of onLoad event to pr

Hi everybody I 'm trying to create an online status check for a standalone application. Assuming the best (let alone a third party app) solution would be to actually retrieve a file this is what

Re: flashcoders Digest 14 Mar 2004 15:47:53 -0000 Issue 3683

I 'm currently on vactaion. I will be returning on Tuesday March 16th. If this matter is urgent please send me a text message at txt@(protected) Thanks Brian Weil

this.onEnterFrame=undefined or delete this.onEnterFrame

> Like something said before. Setting to undefined is not a bad practice > this depends on the case u are using it in. In some cases setting > values to > undefined can improve speed. There can al

RE: [Flashcoders] this.onEnterFrame=undefined or delete
this.onEnterFrame

Like something said before. Setting to undefined is not a bad practice this depends on the case u are using it in. In some cases setting values to undefined can improve speed. There can also be s

Is there a bug in this Fla???

I got this fla from flashkit.com everytime I test play this movie (Control + Enter) my Flash just froze up. but the swf it generated is fine. Can someone take a look and tell me why. http //www

Re: [Flashcoders] this.onEnterFrame=undefined or delete
   this.onEnterFrame

Hi I would think that in theory delete uses less memory since the reference is not stored in any way and that myvar undefined would take more place than nothing -) (14/03/04 13 18) martin we

this.onEnterFrame=undefined or delete this.onEnterFrame

hi which is better delete or set the reference undefined manually ? mw

talking between frames

Wondering is there a way to control MC 's across framesets? I have a sound player in one frame that I need to stop and start back up. Any help on this? FSCommand? Regards. Todd ____________

Can components communicate from .swf to.swf????

Hey all- Can the dataSet component be populated from an external .swf which has been imported and can the root communicate with a dataSet component of a .swf which has been imported?? Th

flash/as CVS - looking for inspiration

there have been other threads about this but im not satisfied yet ) how do you all do CVS with your flas and actionscript? do you write everything in seperate .as files and use cvs on that? m

Re: flashcoders Digest 14 Mar 2004 02:51:19 -0000 Issue 3682

I 'm currently on vactaion. I will be returning on Tuesday March 16th. If this matter is urgent please send me a text message at txt@(protected) Thanks Brian Weil

Trim

Try something like my_str new String( outputArray ) _global.listResult + my_str.slice(0 50) The slice method doesn 't do anything on the source string it returns a sliced version of

Toggling visibility in large RIA 's a reliablemeans?

in reference to differences of flash within IDE vs. in IE - i have read that the version of flash that runs in the IDE is a bit older version than the flash player plugin. i have had a few projects

determining local or web

Hi I have seen a posting here that explains how to determine if a swf file is being played locally or remotely (i.e. via the web). But I can 't seem to locate that thread now. Could somebody plea

Unary plus and minus

All Anyone also having played around with unary plus and minus var a_string "5 " var a_new_string a_string var a_number +a_string var a_negative_number -a_string This translat

Re: [Flashcoders] Toggling visibility in large RIA 's a reliable
   means?

We 've built a huge Flash based system for creating complete business applications. This framework obviously utilises forms (not the Macromedia kind that were released with 2004) to a large extent.

Operator precedence :: A proposal

All Just to close my speech (as I 'm just talking to myself) I 've come up with this list. Yes some are mentioned more times but thats due to binary/unary or postfix/prefix and difference in

Garbled characters in text field

Hello! I ran into an issue today where inputting text into a single-line text field with an embedded font sometimes resulted in a bizarrely garbled text display. I am inputting an awful lot
Page 6 of 64 1   2   3   4   5   6   7   8   9   10   Next 10