  | | | Extending Flash | 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 gHi 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 IntJohn 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 >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 DesiMaybe 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
SeThat 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 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
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 createHi 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 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 FWhen 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 dYeah 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].actioDid 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 ExtI 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) 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 anyonI '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 > 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 lHello
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 woThanks. Ill check that out.
mike chambers
----- Original Message -----
From "Burak KALAYCI " <burakk@(protected) >
To "Extending Flash " <Extendflash@(protected) >
Sent Thursday May 13 2Hi 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. 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)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 waiI 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 theHi 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 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 veThe 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 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 IHi!
How can I delete an element in the stage? Eg
############### pseudo-code #################
d fl.getDocumentDOM()
d.getTimeline().layers[0].frames[0].elements[0].clearElement()
####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 ?what is the diference?
in
********************************************************
<dialog id "inputName " title "inputName " buttons "accept cancel " >
<vbox >
<hbox >
<vbox >
<hbox >
<la |
|
 |