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

Bizarre sizing behavior of components when rotated

Hello! I wonder if others have run into this interesting situation when you try to rotate and scale some of the Macromedia components for example the button data grid combobox accordion and

XHTML and the EMBED tag for a Flash movie

I am trying to make sure my documents are valid XHTML and the W3C validator has instructed me that the embed tag is not included in the XHTML 1.1 document type definition. Is there any way around t

Non-empty strings in boolean context - Flash7

Hi When researching I 've read that in Flash MX 2004 strings converted to booleans are true when non-empty whereas they in Flash MX were true only when Number(string) where non-nil and non Na

Tweening _width and _height independently

How would I tween the _width and _height of MovieClip 'canvas_mc ' independently given the scenario below? I don 't always want my scaling to be uniform for each dimension. import mx.effects.* im

), but on

Looking at your code...i might suggest set(this[ "t " + this.n] o) Thus if this.n "Foo " it would be like saying set(this.tFoo o) > -----Original Message----- > From martin

Making a menu system that pops up onPress, and goes away onRel

Did you try movieClip / button .trackAsMenu? Peter www.peterjoel.com www.macromedia.com/go/team/ ----- Original Message ----- From "Daniel Hai " <d@(protected) > To <flashcoders@(protected)

), but on

thanks EEcolor it helped i am idiot i tried similar but that didn 't work.... ----- Original Message ----- From "EECOLOR " <eecolor@(protected) > To <flashcoders@(protected) > Sent

),

o is reference of that new MC just in cope of the function i want to add a variable "t "+ number (this.n) that was increased during the attach process so the object will have poperties t1...t20

Re: [Flashcoders] dynamic reference to object assignement
(this[ "t "+n]), but

U could do var reference_obj new Object() reference_mc attachMovie( "someclip " 1) reference_obj[String(reference_mc)] reference_mc Greetz Erik At 16 45 20-3-2004 you wr

Re: [Flashcoders] dynamic reference to object assignement
   (this[ "t "+n]), but o

What does this.t and this.n reference? If I understand what you want to do (t being an object and n a string variable) I would try set(this.t._name+this.n o) ?? (20/03/04 16 35) martin weis

), but on left

hi i want to assign references of movieclips (being somewhere burried in different scop than my object is) to my object... *var o* is reference returnd by attachMovie.... set(this+ ".t "+this.n

SV: [Flashcoders] New tree component question

Hi we have a little problem When it says that he limit of banners are 15kb for gifs or swf 's. -does that mean "Size " or "Size on Disk " ( file properties ) "Size on disk " is mostly a little

New tree component question

Nope...!! It didnt work Keith. Does it work in your machine? I tried it... ( --sajid -----Original Message----- From Keith L. Miller [mailto millerk@(protected)] Sent Friday March 1

Subject: Fmx2004 saving

I got files that I work with in fmx2004. But every time I save.. It is annoyingly that It will convert to fmx2004 document !! Is there a jsfl-script for this ? Or must I take save as every

setInterval + loadMovie

I have this code this.loadMovie( "http //www5.2flashgames.com/n32h8s8u9a12n3/flash/f-583.swf ") setInterval(function(){ trace ( "here ") } 15) the setInterval stop after the loadMovie complete

RE: [Flashcoders] Making a menu system that pops up onPress, and
   goes away on

how abt popping other option buttons on rollOver of parent button?? > -----Original Message----- > From Daniel Hai [mailto d@(protected)] > Sent Saturday March 20 2004 2 22 PM > To flashcod

Making a menu system that pops up onPress, and goes away onRelease

I want to make a drop down that pops up multiple options(other buttons with over/hit/click states) when i press the button and goes away onRelease and then returns a value. The problem is that ev

Element with id attribute specified is parsed as XML document prop

I just found that an element will become a property of an XML document if the element has id attribute specified. The name of the property is the value of the id attribute. For example var src S

effects how to do

on this site http //www.wddg.com/johnmarksorum/jms_photographer.asp I would like to understand how the image effects are done on this site. especially when the first image appears. there are m

Confused about RecordSet Object

Oh I see. With what you just mentioned and using DataGrid.addItem() to add more records when the time comes to send the Data back to the server do you simply reference the Data contained insid

using Key object

Hello! <warning! this message might contain stupid questions > I want to write an AS2 class that would return a buffer of the last n keys that were pressed. I found a post at onRelease but is in

Finding return value for loop inside a function and combining

Hi everybody Still working on a class that included a check for an online connection using an online file. Although it works I feel that the coding could be far more efficient as now I use two

textArea and Javascript question

href "JavaScript displayWindow( 'http //www.mysite.com ' 500 300) " >mySite.com your quotes are wrong. Wrap the href string in doubles and your javscript string in single. -----Original Messag

textArea and Javascript question - Resolved

Doh! I forgot that I needed to escape the characters. That got it. I need more doughnuts... // Jaye Morris | Multimedia Design // www.jayezero.com | jaye@(protected) -----Original Message----

embedFonts problem... :(

The fonts embedded in the library doesn 't work properly. Only way i can get HTML embedded fonts to work is create a text box for each font on the root of the movie somewhere out of sight with the

Flash is too slow for my app

Maybe you should think about using a different data structure. Perhaps a linked list would solve this problem more elegant You start with a array of keys that are allowed for the first key each

Outside of mask area

Hi Shane Sorry should have been a bit more complete. I 'm also using a holder mc and just attaching the movies to it. The slowdown is being caused because the mc 's hold dynamic textfields. I

Unicode pulled in from xml doc not working?

thotskee wrote > However if the escape code comes in from the XML doc and is dumped into a > text field the escape character just displays as \u2014... Hmm how are you storing the text in the

Mac 9.2 Vs OS X

> One of the concerns we are having with development of this system is the > risk of having the same ActionScripts and > objects behave differently between OS 9 and OS X. Our initial experiments >

Classes talking to one another via listeners

I 've been attempting to educate myself on V7 broadcasters and listeners and how to use them. After thinking I understood this I built a small app. with two classes which I want to "talk " to each o
Page 1 of 641   2   3   4   5   6   7   8   9   10   Next 10