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

Remoting "result " object questions

Hello It 's relatively obvious that the function you call on the Remoting server dictates what your "result " object is comprised of once brought back into Flash. However I am curious wher

Subject: Number Format

I 've searched the archives and found one message about this but no answers to it so maybe we can get this one solved. Say I have a number 654321 and I want it formatted as a string 654 321 (with c

Re: flashcoders Digest 15 Mar 2004 09:44:29 -0000 Issue 3685

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

Re: flashcoders Digest 15 Mar 2004 15:22:13 -0000 Issue 3686

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

AW: [Flashcoders] extending core classes, as2.0

This code looks nice! My problem is not so different. I 'd like to extend the XMLNode with the following AS1 prototype but i didnt get it work XML.prototype.__proto__.byName function(node_name){

Subject: Tree Row Color

Does anyone know how to colorize individual rows in the tree component. Here 's what I 'm trying to do for clarity. I have a tree component that lists folders next to it I have a datagrid that displ

Disable Text Field...

Greetings ? Is there a way to "disable " a regular input text field?? I know the Text Input component has the ability to be disabled but can a regular input field be disabled so that you can view t

trace() bug: doesn 't output in MX 2004

let 's change the subject line and get MM 's attention ) can 't debug jack without trace () --- EECOLOR <eecolor@(protected) > wrote > F2 has another effect than clicking on the cross to > cl

mp3 playlist, how many simultaneous streams ?

HI here is my mp3 player (http //de.wz.cz/edAmp/) problem is that when clicking on three bars (each is a track class object) the pertinent mp3 to that track gets loadSOund method invoked (if wa

SV: [Flashcoders] director < > flash communication

Hi! there is an excellent article on macromedia.com about this search for "mark jonkman " hth niklas woermann

Remoting and Multiple URLs for the same site

Hi I 'm finishing a website with AMFPHP and I found this problem. Actually I already solve it but I would like to know if this is the best practice (and if maybe there 's a pitfall with this appr

Highlight Component Color - Solved

Ok I figured it out. Use the following style command _global.style.themeColor 0x409DBC Set 409DBC to be whatever color you want. Keith ----- Original Message ----- From "Keith L.

Flash MX download

I went to Macromedia site and looking for Flash MX download (not MX 2004) but I could not find anything. Wonder if anyone know the link Thanks Dominic

Targeting components from another HTML frame

Hi Group I have a flash menu using the accordion component which controlls HTML content in another frame... That content also has navigation arrows to move backwards and forwards. When the u

Highlight Component Color

Using the default Halo Theme I 'm managed to figure out how to modify the components to get rid of the default Green highlight colors that shows up for checkboxes and scrollbars etc. However I cann

XML Root Node in Tree Component- SOLVED

Every thing is working great now. Thanks to all who helped with this issue. Keith ----- Original Message ----- From "Mark Mulhollam " <mulho005@(protected) > To <flashcoders@(protected)

director < > flash communication

might be a bit offtopic what are the options when it comes to communcation between director < > flash (both mx 2004)? like receiving values (variables) from director in flash? thanks lars ---

Accordion component colour help

Hi Group I 'm pulling my hair out trying to change just the colour of the header buttons... The included "haloBlue " is just the wrong shade of blue and I need to change it... Has anybody spent

Subject: class Zoom?

Is it okay to make an class that looks like the following? In particular is it okay to put onRelease and onEnterFrame in there as I 'm getting some grief locating the variables from those fu

How to implement superscript text

Any hints on how to implement superscript text in a FlashMX movie? Kevin

flash depricated in government assignments due to 'accessabili

hmmm well flash is just fine ) but a "regular " site doesn 't need to make use of flash. i would prefer html/xml i most cases when i think of a regular government site especially when it comes

How to display video when selecting some user...

This is a question that should be at flash remoting but due to lack of users i had to use flashcoders sorry about that... The question is how can i display the video at the Avpresence component

How to display some user using peoplelist?

This is a question that should be at flash remoting but due to lack of users i had to use flashcoders sorry about that... The question is how can i display the video at the Avpresence component

Re: [Flashcoders] flash depricated in government assignments
due to 'accessab

In Flash u have <file //12_ASD53.html#1611654 >Accessibility.isActive() <file //12_ASD54.html#1989031 >Accessibility.updateProperties( <file //12_ASD54.html#1989031 >) <file //12_ASD624.html#58280

flash depricated in government assignments due to 'accessability '

Dear Flash coders I 'm from Holland (like some of you) and am also active in Flash developing. We 're now pitching an 'government ' assignment who 's telling us that due to 'accessability ' issues Fl

RE: [Flashcoders] Re: flashcoders Digest 14 Mar 2004 23:53:30 -00
   00 Issue 368

I already mailed him at 'txt@(protected) '..... no replies yet! I will second ryanm... we shud susped him. Pranav > -----Original Message----- > From ryanm [mailto ryanm@(protected)] >

points on a line/shape

Hello all is there any way of setting _x and _y values of points on a line / shape? Both in AS and in a properties window? Kind regards Hans Magnus

Re: [Flashcoders] Best method to pass variables to/from a movie loaded
with lo

I just get a error when I do that. Error opening URL "file ///C|/projects/flash/src/MemberList.swf?foo foo%20text " 'clip_mc.loadMovie( "MemberList.swf ") ' works fine though Collin pix

Best method to pass variables to/from a movie loaded with load

you should be able to do it through the querystring (I 'm not sure if you really need to urlencode your data) var clip_mc createEmptyMovieClip( "clip_mc " 1) clip_mc.loadMovie( "sub.swf?foo foo%2

Best method to pass variables to/from a movie loaded with loadMovi

What is the best way to pass variables to a movie that is loaded with loadMovie(). i.e. If I have the following code on my timeline what is the best way for sub.swf to load the variable 'foo '
Page 5 of 64 1   2   3   4   5   6   7   8   9   10   Next 10