[flex_india:27878] Re: File Upload in Flex Urgent help needed

2010-01-20 Thread Hari Narayanan
Actually the situation is 1. Browse a file to upload (this will added to the upload file list) 2. Delete the selected file from the actual location (local hard drive) 3. Before the upload process i want to check if the file is existing or not in local disk On Jan 20, 11:50 am, explorer

[flex_india:27879] Access Stage

2010-01-20 Thread Rose
Hi, In AS 3, Question 1: There is two layer. Layer1 Layer2 In Layer1,on 5th frame number i hav one graphics. In Layer2,on 1st frame, there is one movieclip. In this movie clip, on 7th frame one button. When click on the button, I hav to jump on 5 th frame of layer 1, Wat is code for that.

[flex_india:27880] Re: GIF images in not animating

2010-01-20 Thread krishna
hi, use an swf file instead of gif it will animate. On Jan 19, 6:39 am, g...@flex hari2...@gmail.com wrote: Hi, I have embedded an animating GIF image of a rotating clock in Flex Application (Flex 3.2 SDK). I see that it not rotating when i run the application(its not animating), How can we

[flex_india:27881] ACM Compute 2010: Tutorial on Building RIAs

2010-01-20 Thread Mrinal Wadhwa
Hi Everyone. I'll be presenting a 4 hour tutorial on Building RIAs at *ACM's Compute 2010 * conference http://compute.acmbangalore.org/ on the 23rd The talk is aimed at beginner to intermediate level RIA developers and will cover the following topics .. 1. An overview of various RIA platforms.

[flex_india:27882] loading pdf into page-flip

2010-01-20 Thread Kumar
Hi! all I need your help. What I’m going to do is loading pdf into page-flip. Im unable to find out the solution. Please help me out in getting the best solutions Thanks kumar -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to

[flex_india:27883] Advanced data grid gotchas... need help

2010-01-20 Thread DrivenCrazyByFlex
HI, i am rendering Tree inside advanced data grid. I am sucessful in that . Scenario is like.. when user expands first coloumn , data in next coloumn is expanded,when user clicks on second coloumn then third coloumn is expanded. i am able to achieve that, however i am unable to provide + icon on

[flex_india:27884] Diff between Datagrid and AdvanceDatagrid

2010-01-20 Thread seetha chowdary
Hi, Can you please explain what is the difference between Datagrid and AdvanceDatagrid.? In what context, will we go for AdvanceDatagrid.. what are the new features available in AdvanceDatagrid. Regards, Seetha. -- You received this message because you are subscribed to the Google Groups "Flex

[flex_india:27885] standalone swf and exe

2010-01-20 Thread mohamed faisal
hi all, I am converting flex swf to exe that swf have some flash vars so the exe file is not running so i want how get the standalone swf the flash vars is from html file how solve it -- Thanks Regards S.Mohamed Faisal B.E., +918892143443 +919842351939 -- You received this

[flex_india:27886] Font file upload change the text font style

2010-01-20 Thread Abhi
Dear all, Please Help me. i want to user can upload his any font not necessary to font embed in your application not register in your system. user can implement his font on his text. for example:- http://www.streetshirts.com/creation.aspx user write a his text click add font in my

[flex_india:27887] Re: File Upload in Flex Urgent help needed

2010-01-20 Thread vengu
Catch the QA who filed this as a bug. Slap him :-) You normally expect your users to be slighly sane isnt it? The point is flash player sends the file contents as soon as you do a urlRequest.send.(). If the user deletes the file,its totally moronic of him to do so. I do not see how it can be a

Re: [flex_india:27888] Re: File Upload in Flex Urgent help needed

2010-01-20 Thread Jitendra Jain
catch the IO Exception and display a custom message. On Wed, Jan 20, 2010 at 5:19 PM, vengu venc...@gmail.com wrote: Catch the QA who filed this as a bug. Slap him :-) You normally expect your users to be slighly sane isnt it? The point is flash player sends the file contents as soon as you

Re: [flex_india:27889] problem in flex ant script,

2010-01-20 Thread syed diwan
hai Utkarsh :- i used your code, but still i got sample error, using flex builder F:\FlexWorkSpace\FlexTask\FlexTask.swf size 458185 bytes usisng Ant MXMLC = F:\FlexWorkSpace\FlexTask\FlexTask.swf (283090 bytes) thanks syeddiwan

[flex_india:27890] Want a cool portfolio template

2010-01-20 Thread Rahul
Hi Folks, I am new to this Flex technology and I want to develop a good and cool looking portfolio which will contain photo albums, and at top it will have custom menubar as home, Services, Clients, Contact us, Portfolio. I just want to have it for Glass business I am running here in pune. Please

Re: [flex_india:27891] Advanced data grid gotchas... need help

2010-01-20 Thread edwin . vgwhiz
Please supply code and I'll work to resolve it. On Wed, Jan 20, 2010 at 6:05 AM, DrivenCrazyByFlex whitepearl.fehm...@gmail.com wrote: HI, i am rendering Tree inside advanced data grid. I am sucessful in that . Scenario is like.. when user expands first coloumn , data in next coloumn is

Re: [flex_india:27892] Diff between Datagrid and AdvanceDatagrid

2010-01-20 Thread Alekhya Krishna
Hi, There are many differences in AdvancedDatagrid and Datagrid. I will write a few here 1. With ADG you can group the data based on some grouping criteria but with DG you can't. 2. With ADG you can display the hierarchical data. 3. ADG provides a multicolumn sorting which DG doesn't. There are

[flex_india:27893] Live Dynamic-Streaming not working - Help please

2010-01-20 Thread joy9977
Hi I am trying to have dynamic-streaming of live streams from FMLE-3 on localhost. When I play a stream livestream using NetStream, a single stream plays fine (as in 1). But when I try using DynamicStreamItem to play multiple files (as in 2), it gives NetStream.Play.StreamNotFound. Why is the

Re: [flex_india:27894] problem in flex ant script,

2010-01-20 Thread Utkarsh kaushal
Change the build script to copy javascripts (file/folder) to bin-debug folder. Build will should include it... sample script is given below: target name=includeScript copy todir=prjToDir fileset dir=prjFromDir include name=**/*.js/ /fileset /copy /target Add includeScript as dependency to your

Re: [flex_india:27895] problem in flex ant script,

2010-01-20 Thread Utkarsh kaushal
Syed, Seems you are missing some file when building thru ant script, refer my mail just sent to group and ensure that all the files are included. Did you test both swf for funcationality? Are there any differences in the way noth behave? -Kay Kay On Wed, Jan 20, 2010 at 7:20 AM, syed diwan

[flex_india:27897] Re: File Upload in Flex Urgent help needed

2010-01-20 Thread Hari Narayanan
Suggestion from testing team.. On Jan 20, 4:49 pm, vengu venc...@gmail.com wrote: Catch the QA who filed this as a bug. Slap him :-) You normally expect your users to be slighly sane isnt it? The point is flash player sends the file contents as soon as you do a urlRequest.send.(). If the

Re: [flex_india:27896] problem in flex ant script,

2010-01-20 Thread syed diwan
Utkarsh :- yes i am sure, i used only your code, one thing i have used trail period flex builder 3, if there is any problem for this, yes function wise also is not working properly, thanks., On Thu, Jan 21, 2010 at 2:39 AM, Utkarsh kaushal ballia...@gmail.comwrote: Syed, Seems you