Re: [flexcoders] JSON library now available

2006-02-28 Thread Abdul Qabiz
Cool! I was about to finish AS3 version of this, but was stuck with few things. I would probably stop now :)-abdulOn 2/28/06, Darron J. Schall < [EMAIL PROTECTED]> wrote:For those interested, the JSON library is now available through the ActionScript 3 library page on the labs wiki:http://labs.m

Re: [flexcoders] Reading or Embedding SWFs?

2006-02-28 Thread Abdul Qabiz
mlhttp://flashplatform/dev/projects/maelstrom/specs/localfilesecurity/LocalFileSecurity.cfm http://www.macromedia.com/devnet/flashplayer/articles/flash_player_8_security.pdfHope this helps,Thanks HarishFlex-QAAdobe India.--- Abdul Qabiz <[EMAIL PROTECTED]> wrote:> Hi Bruce,>> Loading l

Re: [flexcoders] Catching ChangeEvent 1.5

2006-03-03 Thread Abdul Qabiz
Hi,If array's reference changes, you can watch that. But if individual elements are changing you can watch those.What I suggest that instead of uusing raw Arrays, you can wrap these arrays in some class and add/remove elements using the methods of the classs... Check out the flexcoder's FAQ and

Re: [flexcoders] Flex and URL variables

2006-03-03 Thread Abdul Qabiz
Hi Jesse,I think, even in Flex 1.5 it was quite straight forward. You just need to declare public vars in MXML and then you can pass those vars through query string. F.ex.:##querystring.mxmlhttp://www.macromedia.com/2003/mxml"> import mx.controls.Alert;public var name:String = ""; private fu

Re: [flexcoders] xml files embedded in swf?

2006-03-03 Thread Abdul Qabiz
replies!Jan L. Nauta> -Original Message-> From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On> Behalf Of Abdul Qabiz> Sent: Tuesday, February 28, 2006 00:20> To: flexcoders@yahoogroups.com> Subject: Re: [flexcoders] xml files embedded in swf?>&

Re: [flexcoders] Security sandbox violation

2006-03-03 Thread Abdul Qabiz
Hi,How are you making AMFPHP connection? Are you using "carlaabreu.com/../gateway.php" or www.carlaabreu.com/../gateway.php ?I think, if you are trying to access data from a sub domain to main domain, it might be problem...Not sure, check the security whitepaper for the Maths behind it...-abdul

Re: [flexcoders] Bruce Eckels on Flex 2

2006-03-05 Thread Abdul Qabiz
Cool! I knew Bruce on this list is the one "Bruce Eckel", I even asked...-abdulOn 3/6/06, Carlos Balacuit < [EMAIL PROTECTED]> wrote:In an interview with Bruce Eckel (author of the books "Thinking in C++" and "Thinking in Java" ), he talks about his positive experiencewith experimenting with Fla

Re: [flexcoders] Re: Flex and URL variables

2006-03-05 Thread Abdul Qabiz
You mean, if you try to pass variables to a html page that embeds the SWF?http://myserver/myflexapp.html?foo=barI think, then you can use _javascript_ to extract query-string variables and pass it to SWF using ExternalInterface or using flashvars (if your embedding SWF using JS itself). -abdulOn

Re: [flexcoders] Re: Flex and URL variables

2006-03-05 Thread Abdul Qabiz
Oops! there are few errors in code I sent. I forgot to remove "exteds Proxy" from QueryString class.Please hold on, I would send another mail in a while.-abdul On 3/6/06, Abdul Qabiz <[EMAIL PROTECTED]> wrote: Hi,I wrote a somple QueryString class in AS3, that would get you para

Re: [flexcoders] Re: Bruce Eckels on Flex 2

2006-03-06 Thread Abdul Qabiz
Subject: [flexcoders] Re: Bruce Eckels on Flex 2At What point those he talk about Flex? (the mp3 is quite long lol) cheers--- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]>wrote:>> Cool! I knew Bruce on this list is the one "Bruce Eckel", I even aske

Re: [flexcoders] Re: Bruce Eckels on Flex 2

2006-03-06 Thread Abdul Qabiz
Sent: Sunday, March 05, 2006 10:53 PMTo: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Bruce Eckels on Flex 2At What point those he talk about Flex? (the mp3 is quite long lol) cheers--- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]>wrote:>> Cool! I knew B

Re: [flexcoders] HTTPService: Security error accessing url

2006-03-06 Thread Abdul Qabiz
You can place a crossdomain.xml on remote computer, which allows requests from this domain.   If you are using Flex Server (FES) you can use proxy...   -abdul  On 3/6/06, nahruka <[EMAIL PROTECTED]> wrote: I have the following code in my Flex 2.0 application. Basically I'mtrying to send a HTTP

Re: [flexcoders]Question about the Loader class

2006-03-06 Thread Abdul Qabiz
Hi, RichardI would like to look at your code, can you post a complete but simple version of your code...I am sure, Flash Player would not load data if it is already cached. There is something going wrong somewhere... -abdulOn 3/6/06, Richard Schutten <[EMAIL PROTECTED]> wrote: Does someone has a

Re: [flexcoders] Question about error 'Can not resolve a multiname reference...'

2006-03-06 Thread Abdul Qabiz
>thought that when using import mx.controls.Loader i could directly call>Loader. Is that correct?Right, but there is one Loader class in Flash Player API also, not sure if that is the reason you are getting that error... If that is the case, you have to explictly use it with fully-qualified name

Re: [flexcoders] Flex application architecture for data validation

2006-03-06 Thread Abdul Qabiz
I think, validations which has sensitive information, should not be done on client side. For example, any business logic that reveals some sensitive algorithm, don't do it on clientYou can do normal data validations, like numbers, date, email, credit card number validations(to validate if user h

Re: [flexcoders] place object on stage from class

2006-03-06 Thread Abdul Qabiz
Hi,DisplayObject's, such as Sprite, MovieClip have properties called "stage" and "root".A flash/flex2 application can only have one stage but can have multiple roots (for each loaded SWF/Image). Check out the DisplayObject API for stage and root properties. http://livedocs.macromedia.com/labs/1/

Re: [flexcoders] place object on stage from class

2006-03-06 Thread Abdul Qabiz
0;            //Since there could be only one Stage in per application in Flex 2.0,            // so adding to Application instance is fine.            Application.application.addChild(c);        }    }}You can also look at mx.managers.SystemManager it manages application window.-abdulOn 3/6/06,

Re: [flexcoders] FFMPEG GUI

2006-03-06 Thread Abdul Qabiz
Cool! I am gonna look at it, I am working on something that requires FFMPEG..Hope, it would be handy...Thanks-abdulOn 3/6/06, Sönke Rohde <[EMAIL PROTECTED]> wrote:Hi, I have build a GUI for FFMPEG using Flex 2. Read more here:http://soenkerohde.com/2006/03/06/ffmpeg-gui-using-flex-2-beta/The s

Re: [flexcoders] eval gone in AS3, how to get reference to movieclip via target name?

2006-03-06 Thread Abdul Qabiz
eval was gone long back, I mean it was there but most of people stopped using, at least I did after Flash 5 was released. I could use [] or dot (.) to reference things...Much cleaner approach, though eval was little faster...But code clarity matters. Folks who were not using eval(..) would be ha

Re: [flexcoders] bind datagrid index to a combo box

2006-03-06 Thread Abdul Qabiz
A quick example:http://www.macromedia.com/2005/mxml" creationComplete="onAppInit()">            import mx.collections.ArrayCollection;        var dgDP:ArrayCollection;        var cbDP:ArrayCollection        function onAppInit()        {            var songs:Array = [                        {son

Re: [flexcoders] Questions about "Thread"

2006-03-06 Thread Abdul Qabiz
Macromedia Flash Player is single threaded VM. Which means, none of these makes thread hence they are asynchronous.Makes sense?-abdulOn 3/6/06, sn197412 <[EMAIL PROTECTED]> wrote: Hi.1. RemoteObject doesn't make new threads, right?2. Event makes new threads, right?3. Which is AVM based on multi

Re: [flexcoders] Flex 1.5 print problem

2006-03-07 Thread Abdul Qabiz
Hi Mika,Check out the FAQ here for links  on printing in Flex 1.5:http://www.macromedia.com/devnet/flex/articles/flexfaq.html#itemA-40 -abdulOn 3/7/06, Mika Kiljunen <[EMAIL PROTECTED]> wrote: Hi,When printing big printjobs (over 10 pages) flex 1.5 completely makes a messout of the result. It pr

Re: [flexcoders] using httpservice

2006-03-11 Thread Abdul Qabiz
Yeah, you can use HTTPService to communicate to any server-side script using standard HTTP GET/POST methods.Can you post your simplified-but-complete code  + xml being returned?-abdul On 3/11/06, breakneck79 <[EMAIL PROTECTED]> wrote: Hi,Can i use some httpservice to get data from some php pages

Re: [flexcoders] Is combobox has showDataTips attributes?

2006-03-11 Thread Abdul Qabiz
Yes, combobox contains a list, so you can set the showDataTips property on the drop-down list.f.ex:comboboxInstance.dropdown.showDataTips = true;-abdul On 3/11/06, flexhtoo <[EMAIL PROTECTED]> wrote: I want to know how to show tooltip in combo when its popup is openedjust like list's showDataTip

Re: [flexcoders] RemoteObject - ColdFustion

2006-03-11 Thread Abdul Qabiz
You can send data as shown below, some of the ways... {text1.text}{text2.text} //calling from ASro.setData();That's one way, I guess you can also pass data following way: //calling from AS, no need to declare method in RemoteObject tag...ro.setData(text1.text , text2.text);You can pass any(suppo

Re: [flexcoders] WebService - Returning a complex object

2006-03-11 Thread Abdul Qabiz
http://livedocs.macromedia.com/flex/20beta1/docs/1672.htmlOn 3/11/06, phatboychatter <[EMAIL PROTECTED]> wrote: Where is the documentation on handling a complex object returned froma web service?--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtS

Re: [flexcoders] HTTP (or socket) Client and Server in Flex UI

2006-03-16 Thread Abdul Qabiz
Hi,I am not sure, if Flash Player can listen on particular socket. But what you can do  is to start a session from Flash Player, then you can push data to player from server...You can do p2p apps in Flash Player...two flash player cant communicate over socket, I think that would be a cool featur

Re: [flexcoders] bind xml string from webservice

2006-03-16 Thread Abdul Qabiz
I think, you need to define the datagrid columns using tag...And may be convert wsrv.HelloWorld.result.records.record to expected datastructing using mx.utils.ArrayUtils.toArray(..)http://www.macromedia.com/2005 /mxml"initialize="wsrv.HelloWorld.send()" >wsdl="http://aspnet.bs2.com.br/Service.a

Re: [flexcoders] Is there anywhere to post Flex 2 bugs and enhancement requests?

2006-03-16 Thread Abdul Qabiz
http://www.macromedia.com/bin/webfeedback.cgiOn 3/16/06, mmthm < [EMAIL PROTECTED]> wrote:Is there any official Adobe/Macromedia site to post formal bug reports and enhancement requests?Thanks.--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search A

Re: [flexcoders] Plz give solution to below error find Urgent?????

2006-03-16 Thread Abdul Qabiz
Anil,Can't see the image you attached. Can you please post it somewhere and send the link instead. Or you can write the steps to reproduce the issuealong with the error you get..-abdul On 3/14/06, anil thakur <[EMAIL PROTECTED]> wrote:       Hi Sir  When I starting my f

Re: [flexcoders] FLV encoder

2006-03-17 Thread Abdul Qabiz
I think, ffmpeg is good...have done some conversion in past...I remember, there was another thread on this list regarding ffmpeg...As far as compilation is concerned, check out this link: http://soenkerohde.com/tutorials/ffmpegI think, Sönke Rohde has been working with ffmpeg a lot, he might wa

Re: [flexcoders] Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Abdul Qabiz
By writing custom componentsI am sure you can do the same in Flex may be more easily..-abdulOn 3/21/06, t_msreddy < [EMAIL PROTECTED]> wrote:I just learnt about Google Finance. I think they implemented in AJAX URL:http://finance.google.com/finance?q=MSFT&btnG=SearchI was particularly pleased

Re: [flexcoders] Opportunities for Flex Wizards in India office of US-based networking startup

2006-04-03 Thread Abdul Qabiz
Cool! Guys, if you are looking for serious Flex stuff. This is the place. I know the head of this company and know what they are doing.So I am endorsing this post...-abdul On 4/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Guavus is a development-stage, well-capitalized startup in network s

Re: [flexcoders] Flex2B3 Problem with beta3 and FileReferenceList

2006-05-09 Thread Abdul Qabiz
I agree, I think it's not working, I just made a quick test to see it.-abdulOn 5/9/06, rs <[EMAIL PROTECTED] > wrote:Hi there,My existing code for uploading files worked fine with Flex beta 2, but it in beta 3 the SELECT event is not raised!As in the examples I've added an event listener like th

Re: [flexcoders] Capture a DisplayObject or UIComponent as a jpg? flex2b3

2006-05-17 Thread Abdul Qabiz
Should work on VideoDisplay, but havent tried it.Yeah it would work. -abdulOn 5/17/06, Rishikesh Shetty <[EMAIL PROTECTED]> wrote: On 5/16/06, rigidcode <[EMAIL PROTECTED]> wrote: Can I (programmatically) get a jpg or bitmap of a DisplayObject or aUIComponent as it looks in the browser?  Lik

Re: [flexcoders] importing mx .controls in actionscript file

2006-05-23 Thread Abdul Qabiz
flash.util has renamed to flash.utils in beta 3-abdulOn 5/23/06, rama satoskar <[EMAIL PROTECTED] > wrote:i have recently loaded beta 3 version...however whenever i try toimport  any package besides flash i am not able to do so. Presuming it was a installation problemi re-installed the beta

Re: [flexcoders] Re: USing the FileReference Class

2006-06-08 Thread Abdul Qabiz
Hi,Right, due to security sandbox you cant not get the complete path of local file. I know, it's frustrating and restrict us building some cool apps but security is also very important.What you can do, upload the image on server and again download to client cache... That's the only solution.. Or

Re: [flexcoders] ActionScript 2.0 to 3.0 migration

2006-06-10 Thread Abdul Qabiz
> public interface TestInterface { > function test(obj:Object):Boolean; > }From AS3 spec:-1) Interface methods are not public by default, but are added to the public namespace by the implementing method definition.2) Classes that implement an interface method must use the public a

Re: [flexcoders] Re: FDB usage

2006-06-10 Thread Abdul Qabiz
Why are you not using FDB only? I mean it's like GDB?Any special reasons, would love to know.-abdulOn 6/10/06, maxym.hryniv < [EMAIL PROTECTED]> wrote: Does someone can reply??? --- In flexcoders@yahoogroups.com, "maxym.hryniv" <[EMAIL PROTECTED]> wrote: > > No! I'

Re: [flexcoders] One last try: Javascript security

2006-06-10 Thread Abdul Qabiz
Hey,Can you please post a simple but complete code (Flex + _javascript_), I would like to look at it. Sorry, I am being bit lazy doing all that..-abdulOn 6/10/06, FineLine <[EMAIL PROTECTED]> wrote: Hi Matt, I have just tested this –use-network=false optio

Re: [flexcoders] One last try: Javascript security

2006-06-10 Thread Abdul Qabiz
Ok, just confimed it works on my system also.Would be interested to know what browser you are using and how are you embedding the Flash into html? I used SWFObject.-abdul On 6/10/06, Abdul Qabiz <[EMAIL PROTECTED]> wrote: Hey,Can you please post a simple but complete code (Flex + _javas

Re: [flexcoders] Re: FDB usage

2006-06-10 Thread Abdul Qabiz
6, maxym.hryniv <[EMAIL PROTECTED]> wrote: Hi, Abdul. Don't you think that debugging in gui is much easier than in command- line??? What do you mean telling that fdb is like gdb --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]&

Re: [flexcoders] Re: Exportar DataGrid(flex) a Excel

2006-06-10 Thread Abdul Qabiz
Sorry, can't understand your language. But I am getting what you want to know. How to export data in excel sheet in Flex datagrid?I can suggest two ways:-1) Upload Excel sheet to server, parse it and create data-structure which Flex (ActionScript) can understand. 2) If you want to sync data betw

Re: [flexcoders] Re: ExternalInterface | How to get called from flash in"xml flavor"?

2006-06-10 Thread Abdul Qabiz
Check out this link, it talks about how ExternalInterface works in browser. That is, what _javascript_ is embedeed by Flash Player in browser to do serialization/deserilization in _javascript_. http://codinginparadise.org/weblog/2006/02/how-to-speed-up-flash-8s.htmlOn 6/10/06, Luís Gustavo Sanab

Re: [flexcoders]

2006-06-10 Thread Abdul Qabiz
You can handle cross-domain thingy by creating

Re: [flexcoders] Automated migration to Flex 2

2006-06-11 Thread Abdul Qabiz
Regex, Grep etc can help you do things.Sorry, I am not aware of any migration tool from Adobe.-abdulOn 6/11/06, maxym.hryniv < [EMAIL PROTECTED]> wrote: Is there any tool for automated migration to Flex 2??? Of course a lot of work has to be done by hand, but i wan

Re: [flexcoders] How to drag a file into Flash?

2006-06-11 Thread Abdul Qabiz
Hi, RickNo Flash/Flex Applications (neither in browser nor as standalone) can handle such Drag & Drop operations.But it would really be cool feature and I understand, it won't take much effort to do that ? With Web 2.0/RIA stuff, such feature would really be important.For standalone application

Re: [flexcoders] Camera object

2006-06-11 Thread Abdul Qabiz
Yeah, they would work.I have tried using TvTuner card, cam-corder etc. As long as these devices are registered under operating system. You can check this out in Flash Player's settings panel under webcam tab. There is drop down list, that would show you all devices that are registered as camera.

RE: [flexcoders] createChild with custom components

2005-06-17 Thread Abdul Qabiz
Hi, If your component class extends from mx.core.View or any of its subclasses (container class) like Box, HBox, VBox etc, your component would have this method automatically. Following is custom mxml component, which extends form Hbox and you can call createChild(..) on its intstances. For exa

RE: [flexcoders] Adding and removing Components at runtime

2005-06-17 Thread Abdul Qabiz
Hi, This is a known issue. It has been discussed before also, I guess Scott Barnes brought up similar issue. The workaround suggested was to have a little delay between destroyChild(..) and createChild(..) operations. This can be done using: - doLater(..) - setInterval(..) doLater(..) is clean

RE: [flexcoders] SSL & Flex

2005-06-17 Thread Abdul Qabiz
Kerry, Can you please provide the test-case where you found that communication was not secure? It would help us to fill any loop holes. FYI! Macromedia Flash Player uses the browsers SSL capabilities for secure communication. So if you found that packets were not secure, I am sure that applies t

RE: [flexcoders] Re: Adding and removing Components at runtime

2005-06-17 Thread Abdul Qabiz
to get the return value of a function, which is called via doLater. Is there a way to get the return value? best regards reini --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > Hi, > > This is a known issue. It has been discussed before a

RE: [flexcoders] Flex and JSP forwarding

2005-06-17 Thread Abdul Qabiz
Hi, >2) It looks like HTTPService is waiting for the response to come to it >directly, so doing a forward is useless because the browser does not >process the returned data. Does this mean if I want to do something >like this, then I should pass the forwarding address as the result and >have mxml

RE: [flexcoders] Datagrid, custom cell renderer, horizontal alignment

2005-06-17 Thread Abdul Qabiz
Hi, You can nest tags in custom components. That should not be problem. Look at the following code, its modified version of your code. ##StatusImageCellRenderer.mxml## http://www.macromedia.com/2003/mxml"; marginBottom="0" marginLeft="0" marginRight="0" marginTop="0" horizontalAlign="center">

RE: [flexcoders] Emitting Events in MXML Components

2005-06-17 Thread Abdul Qabiz
Hi Jesse, No you can do it in MXML components also using Metadata tag. For example: ##MyComponent.mxml## http://www.macromedia.com/2003/mxml";> [Event("clear")] -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Modifying Panel and Text Input

2005-06-17 Thread Abdul Qabiz
Hi, I think, you can create custom components by extending components to do what you want. If you have Flex 1.0 installation, you can find the source code of TextInput in flex4flash.zip shipped with it. It would help you while writing extended component. If you don't access to that, you should sti

RE: [flexcoders] sorting formatted fields in a datagrid

2005-06-17 Thread Abdul Qabiz
Hi,   Mike Chembers recently wrote some code to do that. Check out following link,   http://weblogs.macromedia.com/mesh/archives/2005/04/sorting_date_fi.cfm   hope that helps...   -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Drew FalkmanSent: Friday, Jun

RE: [flexcoders] AS Array vs. MXML Array

2005-06-17 Thread Abdul Qabiz
I guess, that intelligent guess also does the data type check. For example, if compiler finds flag is Boolean type it would look for possible values, i.e. true or false. If compiler doesn't find it, it would throw compile time error   If flag is string type, it would take any assigned v

RE: [flexcoders] AS Array vs. MXML Array

2005-06-17 Thread Abdul Qabiz
[snip]         d4     d4     d4       [/snip]   that works,  a array with an object would be created with three properties with these names:   String, Boolean and Number with values d4, d4 and d4 respectively.   If you add one more node, you will see compiler error.  

RE: [flexcoders] JPG delivery via Java-App

2005-06-21 Thread Abdul Qabiz
Hi, Macromedia Flash Player doesn't have byte[] or its equivalent data type to store the binary data within AS. But you can load JPEG/SWF files using Loader/Image Flex classes or loadMovie(..) Flash Player API. If I am right, you want to load a JPG image in Flex app right? You can do that using L

RE: [flexcoders] Extending the COMBOBOX

2005-06-21 Thread Abdul Qabiz
Hi, You can achieve the same without creating ComboBox subclass. What you need a custom cellrenderer for ComboBox. Look into Flex documentation for Cellrenderer fundamentals and also search the flexcoders archives http://www.mail-archive.com/flexcoders%40yahoogroups.com/ If you still have any

RE: [flexcoders] Turning flex files in to exe files

2005-06-21 Thread Abdul Qabiz
Hi,   That is possible but please go through the Flex licensing, in my opinion it is not allowed. May be someone else would confirm this.    But you can use Macromedia Central Platform for the same.   -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

RE: [flexcoders] Re: Extending the COMBOBOX

2005-06-21 Thread Abdul Qabiz
trol has a cellRenderer property. Alex --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > Hi, > > You can achieve the same without creating ComboBox subclass. What you > need a custom cellrenderer for ComboBox. > > Look into Flex document

RE: [flexcoders] UI internationalization

2005-06-21 Thread Abdul Qabiz
Hi Laurent, There has been some discussions on the same. There are many ways to do this. You also talked about using tokens and ANT and generate mxml files, that is one way. Look at following link, Benoit Hediard wrote Resource Bundle library for Flex. http://groups.yahoo.com/group/flexcoders/me

RE: [flexcoders] How to create copy of a object

2005-06-22 Thread Abdul Qabiz
http://manish.revise.org/2005/04/deepcopying-actionscript-objects.html http://www.darronschall.com/weblog/archives/000148.cfm -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pradeep Chaudhary Sent: Wednesday, June 22, 2005 7:33 PM To:

RE: [flexcoders] Re: XMLSocket over SSL ?

2005-06-23 Thread Abdul Qabiz
Hi, MD5 hashing support is not built-in Flash Player, but there are ActionScript classes available on internet and you can use it. This google search returns some result, you can look at top two-three ones: http://www.google.com/search?hl=en&lr=&biw=1400&q=MD5+ActionScript&btnG= Search -abdul

RE: [flexcoders] Date Format

2005-06-23 Thread Abdul Qabiz
Hi, Please search archives at http://www.mail-archive.com/flexcoders%40yahoogroups.com , I have replied some days back... However here it is link: http://weblogs.macromedia.com/mesh/archives/2005/04/sorting_date_fi.cfm -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:

RE: [flexcoders] Httpservice error message

2005-06-23 Thread Abdul Qabiz
Hi, This error comes when the result of HTTPService call returns an invalid XML. HTTPService expects that result of "http://localhost/test/customer.php"; is a valid xml I think, it is a html where some tags don't have end tags... Hope that helps.. -abdul -Original Message- From:

RE: [flexcoders] PNG not supported in cellRenderer?

2005-06-24 Thread Abdul Qabiz
Hi, That is right, Macromedia Flash Player 7 can only load non-progressive JPG and SWF files. Recently, it has been announced that next version of Flash Player would be able to load GIF, PNG, JPG (progressive and non-progressive) also. www.macromedia.com/platform/ whitepapers/platform_overview.

RE: [flexcoders] Referencing application object in an mxml component

2005-06-24 Thread Abdul Qabiz
To refer Alert class, use mx.controls.Alert To refer main application, use mx.core.Application.application To show an alert, use mx.controls.Alert.show(..) or mx.core.Application.alert(..) -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Beha

RE: [flexcoders] Passing data from Html to Flex application.Urgent pls

2005-06-24 Thread Abdul Qabiz
Scott, I think FlashJavaScript kit should work on all browsers that can run Flash Player. Because FlashJavaScript uses LocalConnection, so it doesn't call ActiveX/Plugin SetVariable(..)/GetVariable(..) method... It would be great, if someone can verify this by testing on all platforms/browsers. P

RE: [flexcoders] Referencing application object in an mxml component

2005-06-24 Thread Abdul Qabiz
my code accordingly with your suggestion and it did work perfectly. Thanks again. Thanks! Hari -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Friday, June 24, 2005 9:20 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders]

RE: [flexcoders] Installing Flex & CF

2005-06-24 Thread Abdul Qabiz
Hi,   Please search the google for the same also, you can get some good links...   here is a link of technote on Macromedia.com: http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html   -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff

RE: [flexcoders] Re: why are getter methods called twice when invoked using bracket notation?

2005-06-24 Thread Abdul Qabiz
Hi, If I comment following line in hello getter, it doesn't reproduce: mx.controls.Alert.show("This should show once. (count: " + getNextCount() + ")"); -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Saturday, Jun

RE: [flexcoders] Flex, Remoting and more

2005-06-27 Thread Abdul Qabiz
Hi,   Some random ideas...   I am not sure, but your call center server can run a Flash application that is connected to FCS server persistently. Or you can run a XMLSocket server on call center server and FCS machine runs a flash application which is connected to Call Center server as wel

RE: [flexcoders] Flex, Remoting and more

2005-06-27 Thread Abdul Qabiz
other language to connect to this FCS in order to "give orders" to all Flex clients connected to it? A Abdul Qabiz escribió: > Hi, > Some random ideas... > I am not sure, but your call center server can run a Flash application > that is connected to FCS server persiste

RE: [flexcoders] Catching the Closing of the Browser in Flex

2005-06-27 Thread Abdul Qabiz
Hi,   Another way is to catch  the unload events of browser in _javascript_. I am not sure, if it works consistently in all browsers but IE and Firefox 0.9 version support it. So make sure of such things before using...     Search for onBeforeUnload and onUnload events for browser.   The l

RE: [flexcoders] closing a pop up window

2005-06-27 Thread Abdul Qabiz
Nithya,   Are you talking about Browser Popup window or Flex popup component?   If you are talking to open popup using PopUpManager class and you are opening a modal window, you can simply call deletePopUp() from image's mouseDown handler.   If you are talking to open Browser popup, I think

RE: [flexcoders] Re: Flex, Remoting and more

2005-06-27 Thread Abdul Qabiz
: Flex, Remoting and more I was under the impression that ActionScript code running inside FCS can connect to an external socketServer using XMLSocket ? Sanjay --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > Hi, > > FCS can only connect to a

RE: [flexcoders] RE: Font question

2005-06-27 Thread Abdul Qabiz
Hi, Macromedia Flash Player does the anti-aliasing only when Font has been embedded in the application. If you are using static text(Flash world), text is already anti-aliased, since in Flex every text is dynamic (created via ActionScript) anti-aliasing is not done by default. You can enable it by

RE: [flexcoders] Caching of SWFs in production mode

2005-06-27 Thread Abdul Qabiz
Hi, Appending "recompile=true" to query-string should do work. If you access the flex app like this: http://yourserver/app.mxml?recompile=true That should recompile and deliver the new swf -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Beh

RE: [flexcoders] Re: Flex, Remoting and more

2005-06-27 Thread Abdul Qabiz
] Re: Flex, Remoting and more I am not sure, if this answers my question: can FCS connect to an external socketServer using xmlSocket ? --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > Either Flash clients can connect to FCS or FCS can connect to a Fla

RE: [flexcoders] Re: cellRenderer question

2005-06-27 Thread Abdul Qabiz
Yes, I think so. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sanjayd Sent: Tuesday, June 28, 2005 12:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: cellRenderer question In my experience, setValue() is called even if

RE: [flexcoders] Re: Flex, Remoting and more

2005-06-27 Thread Abdul Qabiz
answers my question: can FCS connect to an > external socketServer using xmlSocket ? > > --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > > Either Flash clients can connect to FCS or FCS can connect to a > Flash Remoting Gateway.. >

RE: [flexcoders] Re: Flex, Remoting and more

2005-06-27 Thread Abdul Qabiz
ps.com, "sanjayd" <[EMAIL PROTECTED]> wrote: > I am not sure, if this answers my question: can FCS connect to an > external socketServer using xmlSocket ? > > --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > > Either Flash c

RE: [flexcoders] Have you used FlexBuilder before?

2005-06-27 Thread Abdul Qabiz
Hi Guys, I think, you all should send your responses offlist to [EMAIL PROTECTED] You don't everyone to know your company, phone number and your official email id. Thanks -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint M

RE: [flexcoders] Scrollable Accordion

2005-06-27 Thread Abdul Qabiz
Hi,   I guess, putting Accordion in VBox should give you what you looking for...   -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint ModienSent: Tuesday, June 28, 2005 3:00 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Scrollable Accordion Is t

RE: [flexcoders] Using setInterval to call an HttpService and update visual components

2005-06-27 Thread Abdul Qabiz
Hi Rick,   This is scope issue, handleTimer() function is being called in different scope and updateData(..) function is not resolved in that scope, hence not invoked. This problem happens when you pass a function reference to setInterval(..), this is currently issue with setInterval(..).

RE: [flexcoders] resource bundles in flex

2005-06-27 Thread Abdul Qabiz
Nithya,   Don't mind, you have just posted the same question in another thread. You don't need to start another thread. It un necessarily adds the noise :)       Hope you understand...   -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nithya karthikSent: Tu

RE: [flexcoders] Layering content

2005-06-28 Thread Abdul Qabiz
How about using Canvas as container of Hbox and Image. In Canvas you can manage the absolute position of components, so you can even place a component on top of another component. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of digital_ey

RE: [flexcoders] Moving an image on a canvas

2005-06-28 Thread Abdul Qabiz
Check out the code Google Map flex application made by Manish. http://www.flexauthority.com/Samples/gmap/gmap.mxml?versionChecked=true http://manish.revise.org/2005/04/flex-prototype-of-google-maps.html -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTE

RE: [flexcoders] Re: Accessing local mail client from FLEX

2005-06-28 Thread Abdul Qabiz
Well you can do that: outlook:\\Contacts outlook:\\calendar outlook:\\Tasks outlook:\\ -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joao_m_fernandes Sent: Tuesday, June 28, 2005 7:49 PM To: flexcoders@yahoogroups.com Subject: [fl

RE: [flexcoders] Re: Accessing local mail client from FLEX

2005-06-28 Thread Abdul Qabiz
A quick guess, which is right :) getURL("outlook:tasks"); ##OpenOutlookTasks.mxml## http://www.macromedia.com/2003/mxml"; width="600" height="600"> function openTask() { getURL("outlook:tasks"); } -abdul -Original Message

RE: [flexcoders] special character from HTTPService tag

2005-06-28 Thread Abdul Qabiz
Are you getting any error message?   I think, if you save xml as well as mxml file with UTF-8 encoding, content should show up... If you still have problem, please post a sample code with sample xml file...     -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Moving an image on a canvas

2005-06-28 Thread Abdul Qabiz
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Tuesday, June 28, 2005 6:27 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Moving an image on a canvas Check out the code Google Map flex application made by Manish. http

RE: [flexcoders] Re: Accessing local mail client from FLEX

2005-06-28 Thread Abdul Qabiz
Outlook in both ways not only Flex > Outlook. João Fernandes --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > Well you can do that: > > > outlook:\\Contacts > outlook:\\calendar > outlook:\\Tasks > > outlook:\\ > > &g

RE: [flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-29 Thread Abdul Qabiz
Yeah... That should work, as long as you are also passing lcId to Flex App using FlashVars attribute of like this: http://www.macromedia.com/2003/mxml";> -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Banks Sent:

RE: [flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-29 Thread Abdul Qabiz
e you want to exit this page?"; } <%@ page language="java" contentType="text/html; charset=GBK" pageEncoding="GBK" %> test.jsp http://www.macromedia.com/2003/mxml";>

RE: [flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-29 Thread Abdul Qabiz
te="onAppInit()"> -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Wednesday, June 29, 2005 4:17 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: Flex, Remoting and more

2005-06-29 Thread Abdul Qabiz
t FCS does not seem to cut it !! Am I missing something ? Sanjay --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > I think, I suggested one way, not sure how feasible it is for you... > > Flash_Client_1 > FCS <> Flash_Client_2 &

<    1   2   3   4   5   6   7   8   9   >