[Flashcoders] How to generate AS2 Code with ArgoUML ??

2006-12-12 Thread Jorge Antonio Diaz Gutierrez
Hi listers: I need to know how do yuo generate your AS2 Projects's code using ArgoUML and if anyone else uses anotherone way to do it, if you could bring me an Idea. Thanks Jorge ___ Flashcoders@chattyfig.figleaf.com To change your subscription option

[Flashcoders] Using Xpath in Flash Develop

2006-09-01 Thread Jorge Antonio Diaz Gutierrez
Hi there, could anyone tell me how do I: use XfactorStudio's Classes for an Xpath parse of an XML. I'm Stopped due to it. Thanks a Lot ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.

[Flashcoders] Flash Develop and XPath

2006-09-17 Thread Jorge Antonio Diaz Gutierrez
Hi everyone, I´m trying to use XPathAPI from Flash Develop and I Can´t do I´t. Help me on it please ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashco

RE: [Flashcoders] Flash Develop and XPath

2006-09-18 Thread Jorge Antonio Diaz Gutierrez
ath You will have to give us a bit of information before anyone can comment. What do you want to do? (Example XML not a bad idea) What have you tried? (You might show a small piece of code) What happened when you tried that? (Error messages? Debug output?) Ron Jorge Antonio Diaz Gutierrez wrot

RE: [Flashcoders] inline images in html text fields?

2006-09-30 Thread Jorge Antonio Diaz Gutierrez
Josh, I have same problem. What Happens to me is that, when I place few pictures continuously it overlaps one and another by placing tags one behind the other. It would be cool to see any example about it. Jorge -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beha

[Flashcoders] Screenweaver 3 and FlashDevelop

2006-10-09 Thread Jorge Antonio Diaz Gutierrez
Hi there. I'm working with Screenweaver and Flash Develop, making some tests and I would like to know hot to call relative paths from my .exe Projector, when I'm using swFile.saveString() method, for example. Thanks ___ Flashcoders@chattyfig.figleaf.com

[Flashcoders] Model - Visual - Controler Design Software

2006-11-13 Thread Jorge Antonio Diaz Gutierrez
Hi everyone. I-m looking for some CASE software that allows me to Develop MVC Flash WEB Apps. Thanks for any help ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listin

RE: [Flashcoders] Model - Visual - Controler Design Software

2006-11-13 Thread Jorge Antonio Diaz Gutierrez
ist Subject: Re: [Flashcoders] Model - Visual - Controler Design Software There are frameworks and there are modelling tools. Which are you looking for? If you search the archives you will finds lots of discussions. Try Google as well. You can also look of the osflash.org site. Jorge Antonio Diaz

RE: [Flashcoders] Model - Visual - Controler Design Software

2006-11-13 Thread Jorge Antonio Diaz Gutierrez
s. Try > Google as well. > You can also look of the osflash.org site. > > > Jorge Antonio Diaz Gutierrez wrote: > >> Hi everyone. I-m looking for some

[Flashcoders] How to Avoid "Terminate Script" Message

2007-07-26 Thread Jorge Antonio Diaz Gutierrez
Hello there people: I'm creating a projector that parses a "XML DataBase" but parsing takes about 10 seconds, so "Terminate Script" Windows came up each time I launch my app. Any suggestion?? Is there any way to set it disabled on my Projector. Thanks ___

[Flashcoders] Has an SWF file any influence over the file system??????

2006-05-04 Thread Jorge Antonio Diaz Gutierrez
Hi comunity, i'm looking for an answer. Is there any way to acces to my file system from "Flash" (an SWF) Thanks anyway. Jorge ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figlea

[Flashcoders] File System with MDM Zinc and DLL?

2006-05-10 Thread Jorge Antonio Diaz Gutierrez
Hi everyone: I've been seeing lot of questions about MDM Zinc and DLL files to write and read from the File System. Can anyone give me an address or a tutorial for understand about it. Thanks anyway, I really need it. ___ Flashcoders@chattyfig.figleaf.

RE: [Flashcoders] Flex vs. Flash IDE

2006-05-23 Thread Jorge Antonio Diaz Gutierrez
Hi Kevin I'm not an expert but Maybe I could add an idea. Flex is for a huge and "serious" applications development based on Flash Player. Flash is for a fully creative environment and very "cool" in terms of design and animation (that's why I said Serious on Flex, I don't mean better whit it),

[Flashcoders] Object's popertys definition prob lem ¿?

2006-05-25 Thread Jorge Antonio Diaz Gutierrez
Hi there, I have a problem. This class doesn't work correctly. When I create an Object, all it's property's values become undefined even if I Insert Items trough the "Nueva_Ruta" method. When I Call the "SHOW ALL" method for tracing , all Array items are empty/undefined. I really need help abo

RE: [Flashcoders] Object's popertys definition p roblem ¿?

2006-05-25 Thread Jorge Antonio Diaz Gutierrez
age - From: "Jorge Antonio Diaz Gutierrez" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, May 25, 2006 3:52 PM Subject: [Flashcoders] Object's popertys definition problem ¿? Hi there, I have a problem. This class doesn't work corre

[Flashcoders] Class Routes trough folders

2006-05-25 Thread Jorge Antonio Diaz Gutierrez
Hi there comunity, I need to import a class that is in other folder, something like this: Folder A ---> Classes's Folder ---> cu.org (my class) ---> Folder B(SWFs files) ---> SWF File My class is inside a folder that I would like to use for samples from Folder B. How to impor

[Flashcoders] Variable trace Problem

2006-06-07 Thread Jorge Antonio Diaz Gutierrez
Hi everyone. I have a Problem with this code and I've been testing it for hours. I don't know much about Flash Develop. It tells everything's right, but Macromedia Flash Pro 8 traces it Undeffined. Could anyone tell me wath's the problem. Thanks Private var contador:Number; public function Con

[Flashcoders] Best Flash data access way opinions

2006-06-21 Thread Jorge Antonio Diaz Gutierrez
Hi everyone: There are differents ways to comunicate Flash Action Script with Data Bases. One of the most used is XML generation trough PHP. I would like to hear about differents ways and opinions about it. What techniques you use?? and wichone is the most powerfull?? Thanks you all.

[Flashcoders] Class Problem with Flash Develop Editor

2006-06-26 Thread Jorge Antonio Diaz Gutierrez
Hi everyone: I have a problem with this class, so I hope you can Help me with it. This is: In Devuelve() method, on the _root.ventana_mc.onEnterFrame event, when I Say this.* it refeers to the Instance that Event cames from but instead it assumes , this refeers to MovieClip instead of my class Ob

[Flashcoders] Text Field Search

2006-07-18 Thread Jorge Antonio Diaz Gutierrez
Hi everyone. I'm trying to make a Search Engine that allows me to make a Search trough a few XMLs documents I load into a Text Field. Does anyone has any sample or an advice for me to do it ??? Thanks ___ Flashcoders@chattyfig.figleaf.com To change