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
 
Extending Flash
Page 1 of 21   2  

New tools for download

Hi all I have two new tools for you to try out. The first is a pixel line tool. It draws an aliased line on stage. It can snap to horizontal vertical diagonal and iso lines. It also allows g

RE: [ExtendFlash] adding muliple lines of ASscriptusingJSFL(conti
   nued from ar

Hi Andrew I 'm resending my response to this from a few days ago. Hope this helps The weirdness with any suppressed character is that MMExecute takes a string and then hands it off to the JS Int

RE: [ExtendFlash] adding muliple lines of ASscriptusingJSFL(continued
   from arc

John I tried that but was not able get flash to recognize the "\n ". -----Original Message----- From John Grden [mailto john@(protected)] Sent Thursday May 27 2004 10 35 AM To Extending Fla

MMExecute, what can it return

>From what I can see it 's only able to return string arrays is that right? Not possible to send back native objects/arrays? John Grden Senior Flash Developer Macromedia Certified Flash MX Desi

RE: [ExtendFlash] adding muliple lines of AS
   scriptusingJSFL(continued from ar

Maybe run through the text and make sure that line breaks have "\\n " and not the typical "\n "? You 're just sending the text straight from the textArea and that might be the problem. John Grden Se

RE: [ExtendFlash] adding muliple lines of AS script
   usingJSFL(continued from a

That doesn 't seem to affect anything... same results. Thanks for the thought ) -----Original Message----- From John Grden [mailto john@(protected)] Sent Thursday May 27 2004 9 53 AM To

RE: [ExtendFlash] adding muliple lines of AS script using
   JSFL(continued from

Also you might have to escape the single quotes so use "\ ' " MMExecute( "fl.getDocumentDOM().getTimeline().layers[0].frames[0].actionScript + \ ' "+actionScriptTF.text+ "\ ' ") Just a thought

Can JSFL load external data?

This is what I 'd like to achieve load variables from an external source (xml/txt) so that I can parse this info build via JSFL some objects/arrays and then re-use these objects/arrays to create

New selection tools for download

Hi all I 've created two new selection tools that should prove useful. You can download them here www.5etdemi.com/extend/pxSelectionTools.mxp The first tool selects inside figures (unlike

Subject: Change tools

I can 't seem to find where you can change tools with jsfl(IE change from text tool to arrow selection tool). Gotta be simple. Anyone? John Grden Senior Flash Developer Macromedia Certified F

Speed of looping library items

When iterating through a library of sounds if I access the name property of the item object it 's fast. If I access a property of the soundItem (subclass of the item class - IE bitRate) it slows d

RE: [ExtendFlash] adding muliple lines of AS script using JSFL
   (continued from

Yeah done that and it traces out perfectly. I 've also stripped it to bare basics and it still throws an error MMExecute( "fl.getDocumentDOM().getTimeline().layers[ " + iLayer + "].frames[0].actio

RE: [ExtendFlash] adding muliple lines of AS script using JSFL (c
   ontinued fro

Did you try substituting trace for MMExecute to verify the strings are being concatenated and converted properly? Chances are there 's a problem there. > -----Original Message----- > From Ext

adding muliple lines of AS script using JSFL
   (continued from arc

I saw the posts about using \n for a return and I had originally tried this but when ever I add it in flash throws an error. If I remove the returns no error. I also tried chr(13) and chr(10)

loading Custom SWF interface in Flash IDE

I 've figured out how to load a custom interface via "insert/timeline effects/... " but I know there HAS to be a way to load one without having to select a movie clip on stage and so forth. Has anyon

RE: [ExtendFlash] C-level extensibility - Only
   forAuthoringenvironment?

I 've tried to unsubscribe but I 'm still getting these emails. Can anyone help me with this? Thanks -----Original Message----- From Extendflash-bounces@(protected) [mailto Extendflash-boun

RE: [ExtendFlash] C-level extensibility - Only for
   Authoringenvironment?

> I have spent the last several days creating a DLL that runs > my desired C++ code. My intention was to run this code from > an swf projector or Flash Studio Pro .exe. You just wasted the l

C-level extensibility - Only for Authoring
   environment?

Hello I have spent the last several days creating a DLL that runs my desired C++ code. My intention was to run this code from an swf projector or Flash Studio Pro .exe. Is it true that my wo

Re: [ExtendFlash] FileSystem.executeApplication() :
   don 'twaitforapplication ex

Thanks. Ill check that out. mike chambers ----- Original Message ----- From "Burak KALAYCI " <burakk@(protected) > To "Extending Flash " <Extendflash@(protected) > Sent Thursday May 13 2

changing flash buttons

Hi folks. Is there a simple way to change the color of a button using some external variables? We have some asp pages with static buttons on it we want to make it a transparent flash button.

Re: [ExtendFlash] FileSystem.executeApplication() : don 't
   waitforapplication e

Though not intended for apps using executeDocument() will also run an executable and won 't wait. Best regards Burak 'ASVGuy ' ----- Original Message ----- From "Burak KALAYCI " <burakk@(protected)

Re: [ExtendFlash] FileSystem.executeApplication() : don 't wait
   forapplication

Hi Mike Currently it waits until child process exits... Since Flash is the parent process this hanging behavior is as expected. Most probably next minor update will have an option for not wai

FileSystem.executeApplication() : don 't wait for
   application exi

I am using Guy Watson 's JSFL File I/O extension. I am using FileSystem.executeApplication() to launch a process. The docs say that -- Method Executes the specified application passes it the

optimization techniques and tips

Hi all can anyone give me some pointers on optimizations? my problem relates to swfs running slowly and/or taking a long time to hit the first frame....i have a pc running at 733mhz and some swfs

Using JSFL commands to improve ActionScript editing.

Is there any way you can run commands while editing actionscript file classes? And make the command work on the actionscript file itself and for example the package structure. This would be ve

FileSystem JSAPI Extension Updated

The FileSystem extension has been updated with bug fixes and minor documentation changes. An intermittent critical flaw which kept returning an error whenever a FileSystem function was called has

ActionScript 2.0 Settings

Does anyone know if you can add/remove/edit the paths in the ActionScript 2.0 Settings panel with JSFL? I have looked and don 't see a solution. Tony suggested to look for a configuration file that I

Subject: Delete item

Hi! How can I delete an element in the stage? Eg ############### pseudo-code ################# d fl.getDocumentDOM() d.getTimeline().layers[0].frames[0].elements[0].clearElement() ####

JSAPI MXML parser

Hi guys After seeing the beta FileSystem JSAPI extension DLL in action I started thinking about the possibilities that this opens. What about an author-time MXML parser for the Flash IDE? This

Diference in a XML UI file

?what is the diference? in ******************************************************** <dialog id "inputName " title "inputName " buttons "accept cancel " > <vbox > <hbox > <vbox > <hbox > <la
Page 1 of 21   2