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 15 of 64 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10  

scrollpane component issue

Hi everyone I 'm a relatively new to flash development and I 'm having trouble implementing an FScrollPane component. Basically I need to dynamically create a set of radio buttons and a set of te

Timeline Capability

I 'm wondering if there is an existing component that could build an event timeline in Flash from variable data. Something like what is generated in MS Project I.e. March 04 Object Name

AS2 Number of days since Jan 1

hi LIST! I am trying to get a number of days passed since 1 of January using an AS2 var NYear new Date(NOW.getFullYear() 0 1) var temp Math.round((NOW-NYear)/86400000)+1 where "NOW " -is

AS2 class wierdness

Hello all I 'm writing an AS2 class and the below code isn 't executing correctly. It sets the status to connected but then doesn 't execute the callCheck method. If I change the method to static it

Subject: Build array

I 'm trying to build an array of names. That part is easy. The part that has me confused is that this array needs to be sent back to the server in a sendAndLoad() which actually is also easy. Wh

What should I do to accomplish this...

I have an XML document that defines slides in a slide show. I want to build a Flash application that loads this document and creates "objects " for each slide. These objects can be items in a datagri

Mouse Wheel Scrolling Scrollpane

Does anyone have on them the code which I can use to speed up the mouse wheel scrolling of clips inside the scrollpane. Its a bit slow at the mo and am looking to make it faster. Thanks ---

error: LoadVars objects case-sensitive issue

I just opened up a site I did in mx in the mx2004 to change an image. However now when I publish I 've get a case sensitive error. I 've checked to see if it was being published at f6 and it is. T

Flash MX 6.0 listbox component problems

A listbox that I am using in my application is no longer showing a grey bar to select list items selection works but it 's not obvious as it would be with the bar. I have deleted and dragged out a

LoadVars objects in class definitions?

I am struggling to work with the new AS 2.0 paradigm. My application uses LoadVars objects to send and receive data. So far I am unable to get the LoadVars objects to work when they are placed i

Remoting for MX2004

Hello DataGlue is pretty much done away with when working inside of MX 2004 and when using the latest Flash Remoting Components correct? With that said the only way to bind data to the V2 c

Possible to rearrange Library columns?

Not a deal-breaker by any means...but ideally for me I would prefer to have the library columns listed in the following order Name Linkage Use Count Date Modified Kind Opposed to ...

dyanamic movieclips in datagrid

Hi Is there any way to add dynamic movieclips to datagrid component flash MX actionscript1 ? Jpg 's/swfs are stored in hard disk want to load and attach it to a cell in datagrid. Thanks in a

Re: [Flashcoders] To Fix or not to Fix [WAS] MM TextArea component
bug

ryanm David Welch I hired someone to add features to the component that I needed and so far it 's worked out pretty well (75% done on project 1 and 90% on project 2 - both seen and tested). I

Text Area Selectable = false

Sajid I couldn 't find properties related to it but I have something that will do what you want. on the textarea.focusIn event (or any other related event) add this line myTextArea.setSele

Re: Embedded video -- full download necessary to start playing?

Clive R Sweeney wrote > > I simply embed an FLV in a movie... It works just fine. A movie with a > > large embedded video may total 2.5MB but with a good DSL connection -- > > it starts to play

Tiling background

> I used your solution Zeh it works like a charm. > Also found out that the designer had made a bad > cropping as well on the tile. > Now it is all aligned. To bad that it > has to be a workaroun

tabIndex irritation....

I have this function in a class file private function setTabbing() Void { _focusrect false __tabbedArray new Array(firstName_txt lastName_txt email_txt confirmEmail_txt submitB

SV: [Flashcoders] Tiling background

I used your solution Zeh it works like a charm. Also found out that the designer had made a bad cropping as well on the tile. Now it is all aligned. To bad that it has to be a workarounds abo

[Flashcoders] IMPORTANT [ ClassForName ]

Flash Help say "... If you import a class but then don 't use it in your script the class isn 't exported as part of the SWF file " I don?t believe this. It would mean that I can not create a din

SV: [Flashcoders] function (set all MCs to a round position (x,y)
   )

_global.wholePixels function(tMC) { tMC._x Math.round(tMC._x) tMC._y Math.round(tMC._y) } Then put wholePixels(this) -In every MC If you wish only for making this apply to un

GIF to SWF -- ming? something else?

If single frame conversion of gifs to swf is ok.. use jgenerator.. http //flashgap.com/index.html you could then use something like myMC.loadMovie( "http //mysite.com/gifs/whatever.gif.swt ")

Search Text Area ?

How does something like this work for you? <code > txt "the quick brown fox jumps but the fox isn 't fast " search "fox " txt txt.split(search).join( " <b > "+search+ " </b > ") trace(txt) </code >

RE: [Flashcoders] function (set all MCs to a round position (x,y)
    )

Or do it recursively _global.wholePixels function(movieClip) { if (movieClip._name.substr(0 8) "instance ") { movieClip._x Math.round(movieClip._x) movieClip._y Math.round(movieC

converting string to a function

It is indeed recommended to use the this[funcName] method. I thought eval() is known to be a slower sollution than the this[func] method. It doesnt matter whenn u use it a few times but if you nee

function (set all MCs to a round position (x,y))

looks the same (please excuse my typos i was in a hurry) the targetPath and eval are useless. should be the same for performance... function mcRounder(ref_mc) { for (var i in ref_mc) { if

Printing Scrollable content.

I have a problem. I am using some MX2004 components like Datagrid and Loader component. In the Datagrid i am loading XML data which gives me a scrollabel content when the results returned are

Maximum size / performance limitations of large flash RIA?

Hi I 'm working on a large RIA built using Flash MX there is a mix of simple Textfields UI Components (combobox checkbox listbox) and many (customised) tkcDataGrids. These are primarily

Remoting w/MX 2004, and the V2 components

Hello Everyone What is the general consensus regarding using the Remoting components with the new V2 controls? I know that MM released the MX 2004 version of the Remoting Files - but I am havin

Embedded video -- full download necessary to start playing?

I 've been working with video in Flash and it 's really impressive but one thing keeps puzzling me. I simply embed an FLV in a movie and use a preloader to ensure that enough of my movie has download
Page 15 of 64 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10