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 21 of 64 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10  

multidimensional array questions - from a director programmer (lon

Hello I 've been using Macromedia Director for close to 8 years now and finally have an oppurtunity to create a web application using Flash MX. The application I am designing is going to be usin

Can 't Duplicate Loaded MovieClip

Is this another Flash "feature "? I am loading an image into a movieClip like so myMovie.loadMovie( "anImage.jpg ") ... Later I am trying to duplicate it x myMovie.duplicateMovieCli

Re: Passing variable and opening new browser window

Tatsuo Sorry to keep bothering you but I am getting nowhere fast with this I now have in MySource.swf myListener new Object() myListener.dataPointClick function(eventObj){ var

Object.registerClass() in AS2

Since I 've been slugging away at client projects [still] for F6 I haven 't devoted all that much time to AS2 yet... I used to create apps with my own custom components using Object.regi

CommunicationComponents: modify source or rebuild from scratch?

I am trying to set up a FlashCom app to be just a bit more fancy than the the basic drag-and-drop Flash MX 2004 CommunicationComponents. Specifically I would like to modify the "PeopleList " compone

RE: menu easing!

Hi David >From the docs for customizing Menu in the help panel popupDuration The duration of the transition as a menu opens. The value 0 specifies no transition. You can set this as a sty

Date Object not responding in AS 2.0 class

I have a feeling I 'm gonna get burned on this one but here it goes... The date object has completely stopped working in an AS 2.0 class I 've created. It used to work fine and now for some reason i

Flash .as file format Trivia Question

Hi Folks Whenever I create an actionscript file from the IDE and then open it in Ultraedit the file shows the following characters an i with an umlat over it a double greater than sign and a

Huge framerate drop and 100% cpu when tweening dyn. loa

Hi anatoly! I will take your advice It is normal! it is just flash ! -) eat up all the ressources ....! ok Flash is a rookie .... take care Cedric > Hello Cedric > > Wednesday Feb

Huge framerate drop and 100% cpu when tweening dyn. loaded

Hello Cedric Wednesday February 25 2004 3 48 53 PM you wrote CM > did you try to tween it without using the built in Tween Class but by CM > using code (not manually tweening)? CM > like a

Save as MX causes problem in file

If I save a MX 2004 file as MX and try to compile in MX I get an error in the Output window. ??? Those characters are shown in front of the includes. I copied the text in pieces around the

_global Problems different swfs

Hi All - Please excuse me if my question has already been answered by the list in a previous posting. My search of the archives didn 't reveal a solution > My problem is that _global objects

Icons in components panel

I 've developed a couple of components. Now I want to add icons to show in the component panel. I have added [IconFile( "file_name.png ")] before my class definition and created a 18x18 pixel 8-bit alp

SV: [Flashcoders] Recursive xml function

I don 't know if this will help you but this extension saves the nodenames of an xmlnode as properties of the node so you can access nodes like this xmlObject new XML( <root > <catalog > <item >1 </

FW: Flash Spell Checker

> I was wondering if people knew of any spell checker components for flash > mx 2004. I know about active spell and wondering if there are any others. > > > Thanks > > AM -----------

Recursive xml function

If there is anyone who wants to help me with an xml-task then please contact me. I am stuck it is about recursive functions and storing down the xml-data into flash objects. Am having a re

Make a datagrid blank

Hi I have three datagrids on stage. When i click a row in one it populates another. Then i click a row in second and it polulates third grid. Now what i want to know is when i click anot

Huge framerate drop and 100% cpu when tweening dyn. loaded im

seriously I tend to say that 440 * 440 is NOT too big ... I noticed that Flash really hates 1024 x 768 images (even 800x600 but this works better) ... but I never really had problems with 500 x

Subject: menu easing!

Nigel? Robert? Anybody? Where is the code that controls the speed of the menu diagonal wipe? I saw a post by nigel in reply to a Robert Penner post about the fact that neither the duration nor the

Huge framerate drop and 100% cpu when tweening dyn. loaded ima

Around 35 kB... The quality setting of the flash player has an impact framerate doubles when it 's set to low... -----Original Message----- From Pranav Verma [mailto pranavv@(protected)] Sent

RE: [Flashcoders] Huge framerate drop and 100% cpu when tweening
   dyn. loaded

wats the avg. size of jpg? -----Original Message----- From Chris Aernoudt [mailto chris@(protected)] Sent Wednesday February 25 2004 3 57 PM To flashcoders@(protected) Subject

Huge framerate drop and 100% cpu when tweening dyn. loaded images

Hi I 've got this thing that reads some xml and loads a series of images and then plays them back... problem is that the tweening between the images is really slow (fade in - fade out w/ alpha)

How to handle 'Http Cookies ' in Flash ?

Hi All Is there any way to handle the server returned 'Http Cookies ' in Flash using AS1 ? Now my scenario is like this I have a flash movie (AS1) where I am invoking some URL as... loadVa

ValueListIterator object?????

<Macromedia Help > DataSet.getIterator() Availability Flash Player 7. Edition Flash MX Professional 2004. Usage dataSet.getIterator() Returns A ValueListIterator object. Descripti

xPath

Is there any great as1.0 classes/prototypes out there that can make the xml traversing and so in a very easy way ? I have had some xmls that is dynamically generated by serverscripts. And I got

Subject: flv rewind

Could some body help me i 'm working on a small flv player for an elarning app and i don 't understand why this doesn 't seem to work my_ns new NetStream() netConn new NetConnection() netC

Grid Component Question

I have a datagrid where I have several columns of text and then a column that is set to a use a symbol from the library. Is there a way I can take the value that would normally appear in that fie

Exit

I 'd like to send one last call to a PHP file when the user closes a page with an embeded flash file in it. Anyone know how or if it 's possible to alert flash to the fact that the window was jus

Creating Custom Events

Greetings... For anyone here who has defined their own custom events to fit in with the broadcaster/listener model in AS2.0 have you done this by subclassing the UIEventDispatcher class? Re

Extending MovieClip in AS2 with event handlers

A week ago chris at placticineweb wrote about problems with creating extensions for MovieClip in AS2 and doing event handling. I have continued to explore this and gotton the following to work. But
Page 21 of 64 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10