[Flashcoders] a doubt about embedding SWFs with [EMBED] metatag

2010-07-14 Thread Andrei Thomaz
dear list, I have a doubt about this situation. I have a SWF that is embedded in another SWF using [EMBED] metatag, and both make reference to the same class. Is the flex sdk / flash compiler (I am working with CS4, that can process [EMBED] metatag, but with the use of flex sdk, I think) smart

Re: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread Andrei Thomaz
maybe this can help you: http://www.eyesweb.org/ There is also a lot of code and examples using BitmapData and a simple webcam to do motion detection, if you want a pure-flash solution. []'s andrei On Sat, Jan 23, 2010 at 1:44 PM, beno - flashmeb...@gmail.com wrote: On Sat, Jan 23, 2010 at

Re: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread Andrei Thomaz
if the moving background is a projection, it is easy to isolate the performer image. All you need is to use infrared camera. Infrared cameras don't see projected images (because that kind of light is cold'). andrei On Sat, Jan 23, 2010 at 2:00 PM, Paul Andrews p...@ipauland.com wrote: beno -

Re: [Flashcoders] Problem with trackEvents in Flash

2009-12-28 Thread Andrei Thomaz
don't forget to check this: http://code.google.com/p/gaforflash/ []'s andrei http://code.google.com/p/gaforflash/ On Mon, Dec 28, 2009 at 8:13 PM, Karl DeSaulniers k...@designdrumm.comwrote: Cool. Just checking. Since you had everything else URL encoded, I thought it might be getting cut off

Re: [Flashcoders] Intersecting (or ovelapping) b and i in html text fields

2009-11-17 Thread Andrei Thomaz
intersection is not correct HTML, right? On Tue, Nov 17, 2009 at 10:03 AM, Greg Ligierko gre...@l-d5.com wrote: I noticed a difference in how Flash CS3 and simple HTML page parses b and i tags. For example: var test2 = A B C D B E F G I H I J K /B L M N O /I P Q R S T; txt.htmlText =

Re: [Flashcoders] RE: listener (completeHandler) doe sn´t run after file is loaded.

2009-09-16 Thread Andrei Thomaz
have you tested locally only, or also online (or using localhost)? On Wed, Sep 16, 2009 at 6:14 PM, Isaac Alves isaacal...@gmail.com wrote: well, solved... though it remains a mystery that bugs me. function progressListener (e:ProgressEvent):void {

Re: [Flashcoders] No MOUSE_UP event when dragged under another sprite

2009-07-11 Thread Andrei Thomaz
on mouse down, you could add a listener to stage to MOUSE_UP event, so you can be notified when the user releases the mouse. If I understood your problem correctly, that should work. best, andrei On Sat, Jul 11, 2009 at 3:56 PM, Alexander Farber alexander.far...@gmail.com wrote: Good day, I

Re: [Flashcoders] issue with mc height

2009-05-31 Thread Andrei Thomaz
are you keeping all images visible? you should keep visible only the images inside visible area. All the images outside this area could have visible = false. Maybe this helps. []'s andrei On Sun, May 31, 2009 at 3:44 PM, Fabio Pinatti fpina...@gmail.com wrote: Hello all, I'm running an

Re: [Flashcoders] water effect

2009-04-20 Thread Andrei Thomaz
1. somes circles moving around the mouse 2. blur 3. threshold 4. bevelfilter Maybe this results too slow, but I think this sequence of steps will give you the desired effect. After achieving it, you can try some optimization (maybe to use circles already blurred, for example). best, andrei On

Re: [Flashcoders] Problem with export linkage definition in a loaded swf

2009-03-09 Thread Andrei Thomaz
maybe this help you: http://jessewarden.com/2007/09/no-excludexml-in-flash-cs3-for-as3-solution-via-bridge-pattern.html best, andrei On Mon, Mar 9, 2009 at 9:47 AM, laurent laur...@logiquefloue.org wrote: Hi, I have a map.swf containing a linked movie clip named Paris as a exported Class.

Re: [Flashcoders] multi-touch directly in flash...

2009-01-09 Thread Andrei Thomaz
hello Weyert, The screen is not really touch screen. It is an acrylic surface, with a camera behind it. This camera sees the fingers, and this image is processed by flash, using the code I published in the blog. Of course, the light must be carefully done, so you can get the fingers with a good

Re: [Flashcoders] multi-touch directly in flash...

2009-01-08 Thread Andrei Thomaz
hello, I've ported a blob detection Processing library, blobDetection, to AS3. It is slow, but maybe you can optimise it. http://andreithomaz.com/labs/?p=8 Using BitmapData.getBoundsRect(), I started BitmapBlobDetection. It works faster: http://andreithomaz.com/labs/?cat=4 I've also developed a

Re: [Flashcoders] multi-touch directly in flash...

2009-01-08 Thread Andrei Thomaz
and, of course, don't miss the NUI group forum: http://nuigroup.com/forums/viewforum/33/ and the original version of blobDetection http://v3ga.net/processing/BlobDetection/ best, andrei On Thu, Jan 8, 2009 at 12:10 PM, Andrei Thomaz andreitho...@gmail.comwrote: hello, I've ported a blob

Re: [Flashcoders] multi-touch directly in flash...

2009-01-08 Thread Andrei Thomaz
restriction? Do you restrict actions based on the size of a blob? if so how has that worked out? I am definitely going to pick through it; yet, I would love some insight. Andrei Thomaz wrote: and, of course, don't miss the NUI group forum: http://nuigroup.com/forums/viewforum/33

Re: [Flashcoders] OT: List of all uk towns and cities with their longitude and latitudes

2008-08-26 Thread Andrei Thomaz
this can be interesting for you: http://www.maxmind.com/app/ip-location best, andrei On Tue, Aug 26, 2008 at 7:07 AM, Pedro Kostelec [EMAIL PROTECTED] wrote: Hm, all i found with google is that http://www.thesite.co.uk/ http://www.british-towns.net/england.asp Websites that may use such

Re: [Flashcoders] Binary Sockets

2008-08-07 Thread Andrei Thomaz
dear Glen, there are some discussion about UPD sockets in FP10 in nui group forum: http://nuigroup.com/forums/viewthread/1969/ UPD sockes woud be very important to the community integrating Flash with other softwares, because OSC protocol is based on UDP. The current alternative (using flosc to

Re: [Flashcoders] Binary Sockets

2008-08-07 Thread Andrei Thomaz
excuse me, the correct thread is this one: http://nuigroup.com/forums/viewthread/2137/ and check this link, too: http://justin.everett-church.com/index.php/2008/05/16/rtmfp-in-flash-player-10-beta/ andrei On Thu, Aug 7, 2008 at 8:02 PM, Andrei Thomaz [EMAIL PROTECTED]wrote: dear Glen

Re: [Flashcoders] Binary Sockets

2008-08-07 Thread Andrei Thomaz
). Thanks Glen Andrei Thomaz wrote: excuse me, the correct thread is this one: http://nuigroup.com/forums/viewthread/2137/ and check this link, too: http://justin.everett-church.com/index.php/2008/05/16/rtmfp-in-flash-player-10-beta/ andrei On Thu, Aug 7, 2008 at 8:02 PM

Re: [Flashcoders] MultiTouch

2008-06-03 Thread Andrei Thomaz
dear David, check Touchlib: http://nuigroup.com/touchlib/ if you want a completely as3 based solution, maybe some experiments (port of blobDetection) I've done can be useful for you: http://www.andreithomaz.com/labs/ best, andrei On Tue, Jun 3, 2008 at 11:14 AM, David Rogers [EMAIL

Re: [Flashcoders] MultiTouch

2008-06-03 Thread Andrei Thomaz
on where I can buy a screen or the best products to buy on how to make my own. You can't use a regular touchscreen right? Does it need to have the native multiple touch capabilities. Probably a dumb question, I know. On Jun 3, 2008, at 9:28 AM, Andrei Thomaz wrote: dear David, check Touchlib

[Flashcoders] stack overflow in IE ?

2008-05-20 Thread Andrei Thomaz
dear list, I made two little (experimental) games in AS3. Both uses a maze generation algorithm. To avoid a small freezing and messages like script running too slowly, I broke the algorithm in small steps. So, in each frame, it generates a room of the maze. You can see it at:

Re: [Flashcoders] stack overflow in IE ?

2008-05-20 Thread Andrei Thomaz
] wrote: Andrei, It also crashed in Firefox 2.0.0.14 Vista PC with FP 9,0,124,0. -jonathan On Tue, May 20, 2008 at 8:58 AM, Andrei Thomaz [EMAIL PROTECTED] wrote: dear list, I made two little (experimental) games in AS3. Both uses a maze generation algorithm. To avoid a small

Re: [Flashcoders] stack overflow in IE ?

2008-05-20 Thread Andrei Thomaz
/20/08, Andrei Thomaz [EMAIL PROTECTED] wrote: dear Jonathan, in my computer, with the same versions of Firefox and FP, also under Vista, it runs fine. What worries me is that it doesn't use recursion, just some nested loops, used when the algorithm ends. thank you, andrei

Re: [Flashcoders] stack overflow in IE ?

2008-05-20 Thread Andrei Thomaz
PROTECTED] wrote: Not sure if it's related to the crash but your movie generates null object reference error. Kenneth Kawamoto http://www.materiaprima.co.uk/ Andrei Thomaz wrote: dear list, I made two little (experimental) games in AS3. Both uses a maze generation algorithm. To avoid

Re: [Flashcoders] Question about Google Maps Flash APIs

2008-05-15 Thread Andrei Thomaz
afcomponents has released a component for AS3: http://www.afcomponents.com/components/umap_as3/ []'s andrei On Thu, May 15, 2008 at 12:34 PM, Sidney de Koning [EMAIL PROTECTED] wrote: I know it is a pain, i did the same for the new Yahoo maps API. It takes a while, but at least you can use

Re: [Flashcoders] URLLoader Class and some thinking

2008-04-27 Thread Andrei Thomaz
maybe this helps you: http://code.google.com/p/bulk-loader/ []'s andrei On Sun, Apr 27, 2008 at 4:00 PM, Patrick Jakub Jankun [EMAIL PROTECTED] wrote: Hello Everyone, I got another newb Question, I got an class (written with help of a friend) That Loads an .swf by simply calling a new

Re: [Flashcoders] Is Adobe fixing this big FP9 problem?

2008-04-16 Thread Andrei Thomaz
dear Jonathan, and what if Adobe fixes this in a near future? Your code would be broken... So, I don't think is a good idea to write code that needs this feature of Flash Player. []'s andrei On Wed, Apr 16, 2008 at 8:00 AM, jonathan howe [EMAIL PROTECTED] wrote: To put a practical question

Re: [Flashcoders] Design pattern for conditional Interfaces ?

2008-03-23 Thread Andrei Thomaz
. Thanks for thinking with me though! :) On Sun, Mar 23, 2008 at 2:29 AM, Andrei Thomaz [EMAIL PROTECTED] wrote: and if each IAnalyzer implements a function called getAnalyzedProperty(), returning a string, and if each item (using an IItem interface, for example) implements a function

Re: [Flashcoders] Design pattern for conditional Interfaces ?

2008-03-22 Thread Andrei Thomaz
and if each IAnalyzer implements a function called getAnalyzedProperty(), returning a string, and if each item (using an IItem interface, for example) implements a function called hasProperty(), receiving a string as parameter? So, you could check if the item has the getProperty() function the

Re: [Flashcoders] strange effects when tweening alpha

2008-03-21 Thread Andrei Thomaz
wow, I've already had to deal with this problem... I solved it using some blend mode (I don't remember which one). Try different blend modes to the movieclip containing the body parts, and see if some of them solves your problem. good luck, andrei On Fri, Mar 21, 2008 at 12:38 PM, Glen Pike

Re: [Flashcoders] strange effects when tweening alpha

2008-03-21 Thread Andrei Thomaz
, Andrei Thomaz [EMAIL PROTECTED] wrote: wow, I've already had to deal with this problem... I solved it using some blend mode (I don't remember which one). Try different blend modes to the movieclip containing the body parts, and see if some of them solves your problem. good luck, andrei

Re: [Flashcoders] AS3 Classes and FLA not working together

2008-03-17 Thread Andrei Thomaz
that, the stop() in the first frame will work, independently on the document class extending Sprite or MovieClip. []'s andrei On Mon, Mar 17, 2008 at 6:00 AM, Kenneth Kawamoto [EMAIL PROTECTED] wrote: Then why don't you extend Sprite??? Kenneth Kawamoto http://www.materiaprima.co.uk/ Andrei

Re: [Flashcoders] AS3 Classes and FLA not working together

2008-03-17 Thread Andrei Thomaz
://www.materiaprima.co.uk/ Andrei Thomaz wrote: Yes, you can put stop() in the first frame and still extend Sprite. I just think that this is a bit contradictory with the definition of Sprite class: A Sprite object is similar to a movie clip, but does not have a timeline. And, in the Sprite

Re: [Flashcoders] AS3 Classes and FLA not working together

2008-03-16 Thread Andrei Thomaz
hello Omar, I'm developing a graphical editor for e-learning content using AIR. The Document Class works fine for me. The only problem I had was that I had to make it extend MovieClip, and put a stop() in its first frame. You have to use a stop(), or else your app will flash indefinetely. While I

Re: [Flashcoders] Insert new line in dynamic text loaded from xml

2008-03-09 Thread Andrei Thomaz
you can use br and set your text field to use HTML. []'s andrei On Sun, Mar 9, 2008 at 8:12 AM, Paul Steven [EMAIL PROTECTED] wrote: Can someone let me know how I can insert a newline in some dynamic text. Basically I have some instructions in my flash movie that are loaded from an

[Flashcoders] pixelizing a bitmap

2008-03-07 Thread Andrei Thomaz
hello list, I am making some tests to discover if it is possibile to pixelize a bitmap with AS3, with a reasonable speed. I wrote the code below, but it works only with images until 50x50 (in a quadcore). You can see the effect http://www.andreithomaz.com/labs/files/pixel/teste1.html. I would

Re: [Flashcoders] pixelizing a bitmap

2008-03-07 Thread Andrei Thomaz
the destination back to the original size? Not sure if that works, but just a suggestion. Glen Andrei Thomaz wrote: hello list, I am making some tests to discover if it is possibile to pixelize a bitmap with AS3, with a reasonable speed. I wrote the code below, but it works only

Re: [Flashcoders] pixelizing a bitmap

2008-03-07 Thread Andrei Thomaz
I need to create an animation, increasing the pixel size. The Glen's suggestion (the same you game) worked fine. Thank you. andrei On Fri, Mar 7, 2008 at 11:17 AM, Zeh Fernando [EMAIL PROTECTED] wrote: You want to create a mosaic-like effect? Forget getPixel/setPixel/drawrect.. it'll be

Re: [Flashcoders] pixelizing a bitmap

2008-03-07 Thread Andrei Thomaz
, Muzak [EMAIL PROTECTED] wrote: Also have a look at some of these: http://www.zeropointnine.com/blog/actionscript-halftone-effect http://www.zeropointnine.com/blog/bitmap-pixel-dissolve regards, Muzak - Original Message - From: Andrei Thomaz [EMAIL PROTECTED] To: Flash Coders List

Re: [Flashcoders] LoaderContext question

2008-03-06 Thread Andrei Thomaz
what is the error? []'s andrei On Thu, Mar 6, 2008 at 8:41 PM, Dave Segal [EMAIL PROTECTED] wrote: I need to load an swf from one server that is a member of some class. For example: http://server1.mydomain.com/load_me.swf that uses the Document class com.mydomain.componet.LoadMe.as.

Re: [Flashcoders] as3 creating sprite instances in a loop

2007-12-30 Thread Andrei Thomaz
and, of course, you can't forget addChild(). []'s andrei On Dec 30, 2007 2:50 PM, Piers Cowburn [EMAIL PROTECTED] wrote: I'm not quite sure if I understand your question fully but I think the problem you're having is that you need to do something with them - for example if you pushed each

Re: [Flashcoders] Executing external applications

2007-12-13 Thread Andrei Thomaz
any software can use OSC. For example, I've used FLOSC to send data from EyesWeb (a software that process real time video; it can be used for tracking people moving inside a room, for example) to Flash. No sound. There are also some libraries to use OSC in C++ and Java applications. I've tested

Re: [Flashcoders] Formatting number to 2 decimal places

2007-09-14 Thread Andrei Thomaz
and this Math.round(number * 100) / 100; ? []'s andrei On 9/14/07, Paul Steven [EMAIL PROTECTED] wrote: I would be interested to know how people format numbers in AS3 to 2 decimal places. I am currently using the following but it does not always appear to work: var

Re: [Flashcoders] Google Maps or Yahoo maps

2007-09-13 Thread Andrei Thomaz
you can also give a look at http://www.afcomponents.com/components/g_map/. I had to use it, because Google has better maps of brazilian cities than YahooMaps. []'s andrei On 9/13/07, Randy Troppmann [EMAIL PROTECTED] wrote: Hello, I have little experience with the Google API but AFAIK the

[Flashcoders] swf obfuscator

2007-08-30 Thread Andrei Thomaz
hello list, I am looking at some swf obfuscators, and I have some doubts about them. I would like to ask if you have some opinion about some of these obfuscators, and if you can recommend one of them: http://www.genable.com/buyaso.html US$ 85,00 http://www.amayeta.com/software/swfencrypt/ US$

[Flashcoders] Fwd: swf obfuscator

2007-08-30 Thread Andrei Thomaz
hello list, I looked at the list archive, and it seems that this message hasn't arrived to you. So, I am sending it again. Excuse me if you receive it twice. andrei -- Forwarded message -- From: Andrei Thomaz [EMAIL PROTECTED] Date: Aug 27, 2007 3:41 PM Subject: swf obfuscator

Re: [Flashcoders] Q:Google API and gmaps

2007-07-12 Thread Andrei Thomaz
hello, yes, I guess it uses the script to get the api key. I am using the gmap component to load some maps in flash, and I had some problems, because flash player doesn't allow me to access the maps as bitmaps. I posted the problem in afcomponents forum, and the answer can be useful for you:

Re: [Flashcoders] Q:Google API and gmaps

2007-07-12 Thread Andrei Thomaz
the for the google map images via your own server. Should be fairly simple in PHP / ASP. Then it would look like the images game from your own server and you would not have Cross domain problems. Glen Andrei Thomaz wrote: hello, yes, I guess it uses the script to get the api key. I am using

[Flashcoders] BitmapData.draw() and threshold() not working online

2007-06-24 Thread Andrei Thomaz
hello list, I am using GMap component (http://www.afcomponents.com/components/g_map/) to show maps from GoogleMaps inside flash. This is working fine, online and offline (using projector or running inside flash IDE). I and a friend of mine are working in a kind of web art work, where we will

[Flashcoders] still about GMap: a screenshot of what I want to do

2007-06-24 Thread Andrei Thomaz
http://www.rgbdesigndigital.com.br/atravesdoespelho/eclipses/teste_gmap02.png this is how it works offline. And how I would like it worked online! []'s andrei ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] sending simple messages between swf files

2007-06-17 Thread Andrei Thomaz
if your movies are loaded into your main.swf, the movies have access to classes and _root variable. So, you can use singleton, and call static methods of classes defined in your main.swf from your games.swf. Maybe, you can also give a look at exclude.xml They prevent the code of your classes of

Re: [Flashcoders] Scripting for objects that appear later on thetimeline

2007-06-11 Thread Andrei Thomaz
you can create a method in a class, that extends MovieClip, and call it from the timeline, whem the mc's already exists. But the problem is that you will have to remember that there is code (and logic) in the .fla file, not only in the .AS files. That is the problem: updates can be difficult if

Re: [Flashcoders] getting point size of text field within a scaled movieclip

2007-03-20 Thread Andrei Thomaz
If you cann't know how much the textfied has been scaled, maybe you could use localToGlobal() and globalToLocal(). If you get the global values of (0,0) and (textfield._width, textfield._height), you will can know how much the textfield has been scaled. This is just a guess, but I think it will

Re: [Flashcoders] sharing a class with several movieclips, in AS3

2007-03-12 Thread Andrei Thomaz
has an independent animation associated with it. Or if you wanted, you could do as you listed in your first e-mail and extend a single base class and make specialized classes for each button. But again, that is sort of defeating the purpose of classes and OOP. Charles P. On 3/12/07, Andrei

[Flashcoders] sharing a class with several movieclips, in AS3

2007-03-11 Thread Andrei Thomaz
hello list, With AS2, I could associate the same class with several movieclips. This was useful, for example, to create buttons for a menu, when all the buttons were associated with the same class (some kind of button, that implemented the 'selected' state, rollout and rollover animations, and

[Flashcoders] Fwd: use of Flash IDE (or: workflow)

2007-02-23 Thread Andrei Thomaz
(sending again, because I guess that message was lost) hello list, I would like to ask you how much do you work with Flash IDE? How much do the designers you work with can work with it, and how much can you use this work? For example, I can imagine two scenarios, and some others between them:

Re: [Flashcoders] Flash IDE thinks standard #include .as file is a class file

2007-02-16 Thread Andrei Thomaz
is there a class with the same name of the .AS file? []'s andrei On 2/16/07, Mike Mountain [EMAIL PROTECTED] wrote: I've been working on an as file for some time - it's used as an #include, it isn't a class (although it's part of a project which has classes), just a means for me to tidy

Re: [Flashcoders] Art oriented uses/examples of Flash

2007-02-14 Thread Andrei Thomaz
hello roypardi, you can give a look at sites like www.rhizome.org and www.soundtoys.net for art stuff. Tate Gallery has comissioned some nice net artists, too. []'s andrei On 2/14/07, Roy Pardi [EMAIL PROTECTED] wrote: Hi- Nice to see the links that people are sharing @ best Flash

Re: [Flashcoders] as3, movieclips and subclasses of MovieClip

2007-02-12 Thread Andrei Thomaz
not sure but your class need to be dynamic From: Andrei Thomaz [EMAIL PROTECTED] Reply-To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] as3, movieclips and subclasses of MovieClip Date: Sun, 11 Feb

[Flashcoders] as3, movieclips and subclasses of MovieClip

2007-02-11 Thread Andrei Thomaz
hello list, I am studying AS3 with the Flash 9 Alpha, and today I learnt one thing about MovieClip classes, and I would like to ask if it is documented somewhere; I haven't seen anything about this issue. What I did was: 1) I created a movieclip, and associated it with a class, that extends

Re: [Flashcoders] Need help dynamically adding a layer to a MC.

2007-02-04 Thread Andrei Thomaz
I guess you have to create an empty movie clip inside target_mc, and attach the mask to it. []'s andrei On 2/4/07, Teresa Hardy [EMAIL PROTECTED] wrote: Just joined... and by reading today's posts, it looks like I am in the right place to get help on this. I am dynamically creating movie

Re: [Flashcoders] Need help dynamically adding a layer to a MC.

2007-02-04 Thread Andrei Thomaz
. Thanks, T //target_mc.addMask = function() { temp = wrapper + k; target_mc.createEmptyMovieClip(temp, this.getNextHighestDepth()); temp.attachMovie(themask, idono+k, this.getNextHighestDepth()); temp.blendMode = layer; trace(k); //}; On 2/4/07, Andrei Thomaz [EMAIL

Re: [Flashcoders] Capturing Dreamweaver Parameter to Initialize Per-Page Button State

2006-12-20 Thread Andrei Thomaz
Maybe you could call a javascript function that reads some properties of window object, and returns the name of HTML page. You can use ExternalInterface for that. Just a guess. andrei On 12/20/06, Charlie Macchia [EMAIL PROTECTED] wrote: Hello all - bit of a newbie question. I have an

Re: [Flashcoders] Sound not starting

2006-12-11 Thread Andrei Thomaz
hello david, why do you call the stop() method before using attachSound() ? []'s andrei On 12/11/06, David Skoglund [EMAIL PROTECTED] wrote: Hi I have quite some problems with playing sounds. It works about 19 times of 20... Have anyone come across this kind of irregular sound behavior?

Re: Re[2]: [Flashcoders] as 2 email validation class

2006-11-19 Thread Andrei Thomaz
there is a problem with the behavior described below: The above script check for a @ followed by the last instance of This turns e-mails from some countries (like [EMAIL PROTECTED]) invalid. For example, I had to fix the e-mail validation in the code of some CMS to develop some sites for

Re: [Flashcoders] Any success with using ExternalInterface with SCORM2004 API?

2006-11-03 Thread Andrei Thomaz
hello Craig, some months ago, I worked with the scripts written by Alan Schultz. Originally, they worked with fscommand(), but I ported it to use ExternalInterface. I don't remember very well (I haven't worked with e-learning stuff in last months) but maybe the code is useful. I am going to send

Re: [Flashcoders] hello, and interval management question

2006-10-15 Thread Andrei Thomaz
hello Gilles, if you are doing an artwork, please, don't miss Processing ( www.processing.org). Maybe it can be useful, if you don't need to deploy a web app that works with Flash Player. []'s andrei On 10/15/06, Janis Radins [EMAIL PROTECTED] wrote: yes you can pass that interval ID you

[Flashcoders] xical-like project

2006-10-04 Thread Andrei Thomaz
hello list, I need to create a lot of presentations. They are very simple, so I guess I can use Xical to make that. But I would like to ask you if there are more projects like Xical, that can read a XML, load assets (images and sounds) and show a slideshow, with some basic animations. thank

Re: [Flashcoders] combobox label not displaying any text

2006-09-25 Thread Andrei Thomaz
the font must be available as a symbol font in the library. And, in some cases, the font must be in the library of the main movie, in the case of combobox being in a movie loaded by another one. This is because Flash creates the combobox list in _level0. Sometime I created a combobox inside a