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 2 of 64 1   2   3   4   5   6   7   8   9   10   Next 10  

Menubar 2004 - onclick? Using menushow event ... That
   ? no good

Im using the menubar in a project. I 'm populating it with xml. I want menus with no children to act as a regular button basically to take a user to a site section or to quit the app. I only want t

Project File heirarchy help - you architects out there!!!

> What is the best way to wire up the button actions to the Class that will > handle the logic. > I often have the class attach the button from the library (as a movie clip) and then assign th

Way to detect whether drawing in LivePreview mode?

Check mx.controls.MediaDisplay for the isLivePreview method. Similar to what Andreas sent but in the comp sources. -justin ----- Original Message ----- From "Andreas Weber " <webweber@(protected)

Element with id attribute specified is parsed as XML document

First I was like WOW that 's really cool. You can make xml config files for applications and make them *extremely efficient to use. You don 't even have to navigate the xml dom just assign a un

Rotating video...

ryanm I wasn 't asking you. -) I was asking the original poster. I didn 't see your reply to the original poster until after I posted my message - slow typist. Had I seen your post I wouldn 't

Changing text inside a button at runtime

If I have a button instance that just has a piece of text on it how can I change the value of that text at runtime? i.e. If I take and drag 2 instances of the above button from the library to

SNMP or Statistics based Flash Apps?

John_Sheridan wrote > I knew Remoting kicked butt but I didn 't realize that it is THAT well > suited for what I want to do. I know that Remoting is really robust > and has a very compressed &

pass var to a loaded MC

can i load an external SWF into my file and also pass a value into that SWF? ie. Movie A load an external Movie B then set a Variable MovieB.thisData something ?? Thanks PS I feel ba

Subject: RE: subtraction bug

Chris What results are you getting exactly? They are not listed here. -Mark -----Original Message----- From Chris Weber [mailto weber@(protected)] Sent Wednesday March 17 2004 12 25 PM

Re: [Flashcoders] how do I associate a class with a dynamically created
movieC

http //tinyurl.com/2mxwe cheers claus. c?deazur.com Eric Petersen wrote > I am familiar with associating classes with the AS 2.0 > field under linkage but how do I associate it with a >

Quick question: 1:1 scaling on bitmap fill transform

There has to be an easy way to do this that I 'm missing. Using Flash MX 2004 here. ** I want to tile a bitmap in a rectangle without scaling the bitmap at all ** If I choose a bitmap fill and

AS 2.0 accessing prototyped methods in an external class file

declare ur class as dynamic dynamic class bla extends blabla{ } -----Original Message----- From Derrick Grigg [mailto derrick@(protected)] Sent Wednesday March 17 2004 8 53 PM To f

Take me off this list!

Send an email to < flashcoders-unsubscribe-name domain.com@(protected) > replace name domain and com with your specifics ie johnDoe@(protected) would be flashcoders-unsubs

Dynamic multi-dimensional array

How would you guy do this for (i 0 i <7 i++) { temp eval( "valueSet "+i).split( " ") toIndexMap[i] new Array() for (j 0 j <temp.length j++) { ixd "idx " + temp[j] toIndexMap[i].

Object loses its identity in remoting callback handler

That was just my typo - I 've tried it with several different properties including the example shown with the correct syntax. On Mar 18 2004 at 4 02 PM EECOLOR wrote > Just a gues (notatio

Bit offtopic How to open the port on MAC OSX

Hi List My application required port 1626 to 1630 to be open for peer to peer communication in OSX all the ports are closed by default. I would like to open this port on MAC OSX.is there any w

Listener Object 's best practice

> try this > > var mybutton mx.controls.Button > myButton.clickHandler function(){} > > You 'll get an error saying there 's no property 'clickHandler ' > or something... I dont see a

load movie/cache "logic "

what if the loading comes froma flash executable ? i 'm using bokels class to load some content and after the first time loaded it get from the cache... but to say the true some times don 't kno

AW: [Flashcoders] Flash Interface with 10mb xml file

It 's very nice being able to hack the timeout a little. But for most purposes you should probably bear in mind that the scriptlimits setting exists for a very good reason. Having the flash player

how to change scrollbar color in List/ScrollPane/DataGird (v2 Comp

scrollTrackColor buttonColor not work?

hiding custom cursor when user leaves movie area

Can you show me an example via a URL link that shows the problem...i don 't fully understand. Thanks Joe > -----Original Message----- > From Scott Blanchard [mailto octigonuser@(protected)

Flash pages that can alter size

I would guess that developers are just lazy. it can be a pain to design with multiple resolutions in mind even though all the flash/vector art resizes easily any embedded media doesnt fare so well

RE: [Flashcoders] AS 2.0 accessing prototyped methods in an
external class fi

U can. Goto C \Documents and Settings\ <user >\Local Settings\Application Data\Macromedia\Flash MX 2004\en\Configuration\Classes (on XP). And check the difference between XML and MovieClip. Gr

Flash Interface with 10mb xml file

Hi I never tried a 10Mb XML file but in any ways I wouldn 't make the search in the XML structure I would parse it in an array that makes it easier for search like anArray[i][keyword_id] and mi

Getting value of Cell in Grid

It does work. What is your grid instance name? -----Original Message----- From John_Sheridan [mailto john@(protected)] Sent March 17 2004 9 55 PM To flashcoders@(protected) Su

Subject: eval question

I 'd like the following to work it doesn 't _root.previewtext.cycleCams.eval(this.name)._visible false ... it seems to return empty if I trace it out. However if I trace out just "this.na

eval a class name

If i remember correct this should work too com.label.StandardLabel var str "StandardLabel " var n_txt new com.label[str]() U must use the class so it gets imported. When its imported

how do I associate a class with a dynamically created movieCli

I 've never heard of a feature that disappeared completely can you name one? I understand its bad practice but in flash 's history did it really happen? Thanks ryan Carl-Alexandre Malartre

MX2004 Dataset itemClassName

Hi FlashCoders! What is the itemClassName setting in the DataSet component for and how does it work? I 've been having a hard time finding any info on this subject. Kindly regards S?re

PrintJob or Windows XP troubleshooting?

Hi It seems there is some odd behavior with printJop on Windows XP (SP1). Here is the code structure of my printing function. So far it worked great on MAC & PC Windows 2000 but the client seem
Page 2 of 64 1   2   3   4   5   6   7   8   9   10   Next 10