[flex_india:34212] play video in flash application

2011-07-24 Thread venu gopal
HI all, I have to play a video file in my flash application. I have searched in google but didnt got a hint. On how to add a video file how to play it in full screen mode. Please suggest me some links where i can learn and do all these. -- Thanks and Regards, Venugopal.V -- You received this

Re: [flex_india:33894] How can we make image as a link in Flex

2011-05-30 Thread venu gopal
Hi, You can use a hand image and replace the normal cursor with your image. On image- mouseOver set the cursor image. Try some thing lik this. [Embed(source="hand.gif")] private var handCursor:Class; CursorManager.setCursor(); These lines need some editing. please try doing it. On Mon, Ma

Re: [flex_india:33121] is it Possible Communicating Multiple servers through The Flex

2011-02-27 Thread venu gopal vallapu
send a http service to any middle layer and from there navigate service to php or .net or any other service *Best Regards* *Venu Gopal V* On Sat, Feb 26, 2011 at 6:35 PM, praveen Kumar wrote: > Hi > > Friends ; I Have A Button ;When I Click The Button I Want To > Communicating

Re: [flex_india:33004] how to crack code from swf file

2011-02-17 Thread venu gopal
Hi, u can use some FLEX Decompiler softwares that are available on internet. Have a good day..! On Thu, Feb 17, 2011 at 10:11 AM, flex wrote: > hi all > is there any way to crack code from swf file and .air file ? > I want to test the security level of code. > > -- > You received this message

Re: [flex_india:32114] How to remove Hash(#) symbol

2010-11-24 Thread venu gopal vallapu
Hi Add historyManagementEnabled="false" for application tag may be that will help you Best Regards Venu Gopal V On Thu, Nov 18, 2010 at 11:34 AM, vincent wrote: > hi > > i m using tomcat server for my application ,remote object Blazeds , > > while run

Re: [flex_india:30237] Suggestions for free/opensource Flex editors?

2010-05-30 Thread venu gopal vallapu
x.html> Best Regards Venu Gopal V On Thu, May 27, 2010 at 6:25 AM, Minal wrote: > Can anyone please suggest some free Flex editors? I like Adobe Flex > Builder, but it is not free. > > I tried Eclipse and configuring its Flex plug in, but that did not > work out. >

Re: [flex_india:30170] combobox gets blank once value is selected

2010-05-25 Thread venu gopal vallapu
t it will display Yes or NO foir diplay purpose Best Regards Venu Gopal V On Tue, Feb 23, 2010 at 2:44 AM, Ars wrote: > Hello Experts, > > I have following piece of code from main mxml and below that I have > component code for Combobox. Please let me know what is wrong in my >

Re: [flex_india:30160] Possible to have a properties file to hold the constants and string values in an external file

2010-05-23 Thread venu gopal vallapu
Hi Ranjith Instead you can do one thing drop a xml file in your application and invoke the xml file from a http service on intialzation of the application so next time if you do some changes in xml file u just need to refresh the browser that's it your doen with it Best Regards Venu Go

[flex_india:29634] Problem in creating multiple instance's of a module(which has a singleton ModelLocator) without loading a module again.

2010-04-23 Thread Gopal Singh
I’m working with flex module; I have a ModelLocator (Singleton) class that populates the module with data. In my application I load a module using the ModuleManager.getModlue(url) syntax. I create two instance’s as “A” and “B” (using info.factory.create()) of a module and add the same on the main a

Re: [flex_india:27039] Problem with Flex Builder

2009-12-03 Thread venu gopal vallapu
HI Team Create another Application with some.mxml and copy the previous mxml code to some.mxml and delete the old one hope it works Thanks Venu Gopal V On Wed, Dec 2, 2009 at 4:07 PM, ravi kanth wrote: > Even i created new project also, But the mxml is not created html file for > th

[flex_india:21087] Re: solving null problem in display shelf.as

2009-04-01 Thread gopal
-private function calcPositionForIndexSelection (i:Number,sel:Number,c:ChildPosition):void { var t:TiltingPane = _children[i]; var selected:TiltingPane = _children[sel]; var adjacent:TiltingPane;

[flex_india:21056] solving null problem in display shelf.as

2009-03-31 Thread gopal
TypeError: Error #1009: Cannot access a property or method of a null object reference. at assets.as_component::DisplayShelf/calcPositionForIndexSelection()[D: \archiapplicatio\Archiflashfinal4\src\assets\as_component\Di splayShelf.as:687] at assets.as_component::DisplayShelf/cal