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

Convertig Prototype to Class

Hello I was wondering if you could please help me (if possible) convert these prototypes into a Class or how would I go on about doing it... These activate Robert Penner 's easing equations

_array.splice multidimensional

Is it possible to use the splice method on a multidimensional array? If so do you know what the syntax is? Ive tried various things like the below but can 't get it to work current_array [

Can not render HTML in scroll pane even after Macromedia tutor

Hi Flash does not support some HTML constructions. This must work <font color "#ff0000 " > instead of <font color red > and <a href "http //www.google.com " target "_blank " > instead of <a href htt

Can not render HTML in scroll pane even after Macromedia tutorial

Hi I am working on a Flash chat application and have been asked to include hyperlinks in the scroll pane and am a little buggered at the moment. I have looked at this tutorial example and done

Creating variables from XML

Hi I am trying to read an XML and create variables at _level0. Here 's my code (in the first frame of the main timeline) thisXML new XML() thisXML.ignoreWhite true thisXML.onLoad DoO

Detect when ... ?

Exist some method to detecte when a swf i runnig from local machine or from web server? Thk. David Gironella Casademont Programaci? Responsable material digital. david@(protected) -----------

Actions Panel in Form Applications

I 've just started using Form applications (Flash MX 2004 Pro 7.0.1) and AS 2.0. Flash now allows you to create your own subclass of Form to use as the class for the application. And if that cla

How to optimize this code? (movement function)

this code is part of a Component Window i 'm writing. It 's a public method to move the object to a point slowing down (nothing new..) My problem is that when lots of this function are fired the fp

FW: Flash video - flv - and firewalls...

Flash gurus Does anyone know of any helpful resources on optimizing your flash movie (an .flv) for firewall rules? I have a client who plays a flash movie inside of his corporate lan from a publ

video delay inside LAN

Any insight on why my client would be getting a 2-3 minute delay when viewing flv videos inside their LAN? They have tried it with out the firewall restrictions and it still delays. When they go out

Flash video - flv - and firewalls...

Flash gurus Does anyone know of any helpful resources on optimizing your flash movie (an .flv) for firewall rules? I have a client who plays a flash movie inside of his corporate lan from a publ

Subject: textArea prob

can one use tabStops in a textArea component? also i note that one does not set html in there with .htmlText rather .text (html tags)... kinda strange but okay i guess... i tried textform

Displaying xml in flash

I 'm working on tools for a project and in order to do proper documentation i 'd like to include snippets of XML in the "in-flash " portion. However of course any xml node with " will end the text s

Removing "button " state

What would be the best method to remove or disable a onRelease event... I have a class associated with a movieclip. It 's got a onRollOver onRelease event. //inside myClass.as class myClass e

problems running php + flash in local server

I have a flash movie that is supposed to call a .php file (using loadVariablesNum). This php is supposed to simply create a txt file and write something in it. The problem is that this is working 1

variable/instance naming

What coding conventions are people using for variable and instance names with MX 2004? I 'm teaching a class of art-types and wondering whether to suggest that they use names like mcJumper or jump

Converting images to swf Online

hey ya prolly a well debated subject but couldnt find any info i need to convert images to swf ideally with PHP or ASP commercials solution arent really wished but any info can help ! t

ANY successful 2 byte input text?!??!

I am sure its us but JUST to be sure PLEASE PLEASE send a link to ANY flash that has the ability to accept two byte character input. Greek Russian Thai Hong Kong Chinese any and all of the ab

Subclassing MovieClip, or Subclassing Objects containing MovieClip

We are creating a fairly large class hierarchy of movies with different types of behaviors and visualizations. Theoretically everything could be a movieclip and they will need to be dynamically

Subject: SV: Why apply

Thankyou both Darron and Jesse. Perfect explaination. Seems the apply can be useful though call will be less useful Thanks / mk -----Ursprungligt meddelande----- Fr?n Darron J. Sch

Subject: dynamic vars

If you need to dynamically name a variable that looks like var someVar[i].method() right. Sorry i know this is easy but my AS book is missing -( Adaryl "Did you reboot? " Wakefield Aviator by p

ERROR: class compiled doesn 't match class imported?

I am trying to split my project up into packages. I have the FLA in a root directory then com/extrapolate/ holds all of my AS2.0 files (they were in the root directory and everything worked fine).

Stage Size of Dynamically loaded clips

Hi I am loading a clips (that have been uploaded by the user so could be any size) into a parent movie. What I need to know is the stage size of the clips that are being loaded. For example o

JSFL, selecting a CONTOUR....HELP, HELP, HELP, HELP

Does anyone know how to select a contour that has a stroke on it? I can only seem to pick up the stroke..... here is my code... he myContour.getHalfEdge() v he.getVertex() f

asfunction doesn 't work?

I can 't seem to get asfunction to work... the full line of code is the following _tl.loadNews_mc.row_mc.news_txt.htmlText nieuws_xml.childNodes[0].childNodes[0].childNodes[0].nodeValue + " <br > <b

Subject: Why apply

Why does the lines below be written as it is _global.Parent function(name) { this.init.apply(this arguments) } Wouldnt this.init(arguments) -be enough ? I have seen the this.i

Re: [Flashcoders] Async LoadVars > 2 Connection Limit HTTP
1.1

Nice work! I dont know if i will use it in the future but thanx alot for the effort of sharing. Greetz Erik At 14 06 18-2-2004 you wrote >Hi All - > >This is a follow-up from my previ

Async LoadVars > 2 Connection Limit HTTP 1.1

Hi All - This is a follow-up from my previous posting about asynchronous Loadvars calls. I thought I 'd post the answer and save anyone else out there having to figure it all out again! Here

Subject: treeTrace

I have tried to contact the author about an issue with treeTrace. treeTrace is a function that makes a sweeet trace-output of objects it is recursive and smart. -a very handy thingie. http

Subject: encodeURI?

I need to send a string to an asp page and it needs to be URI encoded how do I do this? Its doable directly from JavaScript... how about from within Flash? need this to encode search strings in Gr
Page 26 of 64 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10