[Flashcoders] ListBox component, get Data (2nd Value)?!

2006-09-01 Thread MJorge
Need a tiny help here folks, I have a listBox which i am inserting items with one label and two values of data in it. Like this: lista.addItem (categorias[n + 1], categorias[n + 0], categorias[n + 3]); Now, how can i get the value of my data (2nd one) ?! At first i haded only one value in

Re: [Flashcoders] ListBox component, get Data (2nd Value)?!

2006-09-01 Thread MJorge
PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of MJorge Sent: Friday, September 01, 2006 10:47 AM To: Flashcoders mailing list Subject: [Flashcoders] ListBox component, get Data (2nd Value)?! Need a tiny help here folks, I have a listBox which i am inserting items with one label and two values of data

[Flashcoders] Web service bindings/new field not updating...

2006-07-07 Thread MJorge
I have here a strange issue please. I am consuming a web service using the component, today i haded to insert another field in my WS and after refreshing at flash that new field appear when i list all my services that i have in Flash. After that i tried to bound that field to a textInput and i

[Flashcoders] Problem while trying to connect to webservice...

2006-07-04 Thread MJorge
Hello, I´m getting the following error message while trying to connect and consume a web service: There are no valid services/ports in the WSDL file What does this mean? How can i solve it. Thanks. -- Mário Jorge Icq: 164987050 Msn: [EMAIL

[Flashcoders] Huge Prob - Clear / Delete Array... :(

2006-03-03 Thread MJorge
I´m loading some vars from a php database. The prob is that i have to load different php files (categories) and has i am using an Array to push my database values, btu when i needed to change the ategorie, i load my php again but the Arrays does not delete it always has the same values... :(

[Flashcoders] WebServices and base64Binary

2006-02-15 Thread MJorge
I´m consuming a webService and there is one result that gives me a photo in base64Binary ? How can i view this image with Flash? Is it possible without serverSide code? Thks. -- Mário Jorge Icq: 164987050 Msn + Mail: [EMAIL PROTECTED]

[Flashcoders] Dynamic width of image...

2006-02-08 Thread MJorge
Hello, I am loading dynamically some images to a emptyClip. The images have different width anh height values each one. What i wanted is that my Clip (or image after loading) had a maximum width of 163 I am using this code at my Clip but it´s not working correctly. Can anyone help?

Re: [Flashcoders] Dynamic width of image...

2006-02-08 Thread MJorge
I know that my approach is working, the prob is that i have a button to load another image to the clip. That´s when all the problems come... The width value is not respected anymore. That´s my prob. On 2/8/06, erixtekila [EMAIL PROTECTED] wrote: _xscale and _yscale should be your friends.

[Flashcoders] Accordion Menu / XML Tutorial

2006-02-02 Thread MJorge
* * -- Hello, I´m in really need of a tutorial or working sample of a menu using XML, like the one´s from : http://store.jumpeye.com/accmenu/help.html Can anyone give me a link with a working sample or tutorial? Thanks. --

[Flashcoders] WebServices Connector / Error Msg ´s

2006-02-01 Thread MJorge
Hi, I´m using the WebService Connector to get some data from a service. I need to have three params to get the Data, but the problem is that two of those params are a username and a password. Whenever the pass and the user name are incorrect it gives me an error that can´t load (

[Flashcoders] Depth prob...

2006-01-30 Thread MJorge
I´m loading the vars from two different databases to Flash. But i´m having some prob´s with my attachMovie and the depth cause it will delete the other attachMovie it run´s at first Can someone help please? myVar = new LoadVars (); myNewVar = new LoadVars (); nomes = new Array ();

Re: [Flashcoders] Depth prob...

2006-01-30 Thread MJorge
to. If you attach a movie clip to an existing movie clip, the original gets overwritten. Jason Merrill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of MJorge Sent: Monday, January 30, 2006 12:32 PM To: Flashcoders mailing list Subject: [Flashcoders