[flex_india:29186] Flex SWF won't work from another site

2010-03-16 Thread Shri
Hi, I have an application that make an http request to get data. Lets say the swf is http://www.a.com/flex.swf and it makes an http request to read http://www.a.com/data.xml. I copied the swf onto another site (say http://www.b.com/flex.swf). But now the swf is *NOT* able to make the http reques

Re: [flex_india:29187] Flex SWF won't work from another site

2010-03-16 Thread Abhinav Mehta
Read about crossdomain-policy. You will get the idea. -- Regards Abhinav Mehta Developer | Blu Bangalore | INDIA On Tue, Mar 16, 2010 at 12:14 PM, Shri wrote: > Hi, > > I have an application that make an http request to get data. > > Lets say the swf is http://www.a.com/flex.swf and it makes a

Re: [flex_india:29188] Re: Navigation in ViewStack

2010-03-16 Thread baskaran rajendran
I have View Stack with five tabs. 1.Let consider I am in 3rd tab ,if i refresh the browser its go to first tab (default),i want it in 3rd page itself. 2.When i click hyper link in 4th tab it should go to tab5 Any suggestion? On Sun, Mar 14, 2010 at 4:23 PM, Akshar Kaul wrote: > can you e

Re: [flex_india:29189] interview questions aditya birla anyone plZ discuss

2010-03-16 Thread Abhinav Mehta
Hello Manish I guess the attached flow-diagram is correct. Its clearly illustrated at Adobe livedocs, for further clarification you can refer http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_03.html -- Regards Abhinav Mehta Developer | Blu Bangalore | INDIA On Mon, Ma

[flex_india:29190] Onclick event in tabnavigator

2010-03-16 Thread joe
Hi All I want to create an onclick event on switching between the tabs in the tabnavigator. I want to show a confirmation msg when the user clicks on a tab, if he selects yes then he should be allowed to move to the selected tab otherwise remain on the same tab he is viewing with out refreshing

Re: [flex_india:29191] Re: Navigation in ViewStack

2010-03-16 Thread Akshar Kaul
the 1st scenario is due to the fact that the browser reloads the flash application on refreshing. It can be handled partially in java script. it can also be handled using shared objects. you can save the current tab in the shared object and on application load show the corresponding tab. for the 2

Re: [flex_india:29192] Onclick event in tabnavigator

2010-03-16 Thread Akshar Kaul
you can use the change event of the tab navigator. Akshar Kaul On Tue, Mar 16, 2010 at 17:44, joe wrote: > Hi All > > I want to create an onclick event on switching between the tabs in the > tabnavigator. > > > I want to show a confirmation msg when the user clicks on a tab, if he > selects ye

[flex_india:29194] Dragging a row below scroll in AdvancedDataGrid?

2010-03-16 Thread NightAvatar
Does anybody know how to allow dragging a row to below the scroll (past the visible area) in an AdvancedDataGrid? If my table is 50 rows, my AdvancedDataGrid is set to a height which shows 20 rows (user must scroll down to see the rest), and I want to drag row 1 to row 30 or 40... How is this poss

[flex_india:29195] htmltext Getting truncated in Text

2010-03-16 Thread prashant waykar
Hello sir, Can someone please help me out with dislpaying the htmltext This is my application. Thanks in advance. http://www.adobe.com/2006/mxml"; backgroundGradientColors="[#FF, #FF]" > -- You received this message because you are subscribe

[flex_india:29199] Re: Flex SWF won't work from another site

2010-03-16 Thread Shri
Looks like I have some reading to do.. Thanks for the info Abhinav. On Mar 16, 3:17 am, Abhinav Mehta wrote: > Read about crossdomain-policy. You will get the idea. > > -- > Regards > Abhinav Mehta > Developer | Blu > Bangalore | INDIA > > > > > > On Tue, Mar 16, 2010 at 12:14 PM, Shri wrote: >

[flex_india:29197] URGENT: Flex Rush Mission in Pune

2010-03-16 Thread Vzmind
Hi folks, we are looking for a talented freelancer in Pune for a 3 days mission. Environment Flex 3.3 + Rails 2.3. Attractive remuneration. More business coming after. Just SMS me on 9766707729. Everything has to be finished on monday morning. Vz -- You received this message because you are su

[flex_india:29198] Re: Flex SWF won't work from another site

2010-03-16 Thread McRain
Create a crossdomain.xml file with content http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd";> and put in the root directory of the server http://www.b.com On 16 мар, 08:44, Shri wrote: > Hi, > > I have an application that make an http request to get data. > > Lets say the swf ish

[flex_india:29200] Re: Onclick event in tabnavigator

2010-03-16 Thread joe
I was using the below code. private var tabIndx:Number = 0; private function Changetab():void { if (tab.selectedIndex != tabIndx ) Alert.show("Do you want to change the TAB?", "" ,3,this, alertClickHandler); } private function alertClickHandler(event:Cl

Re: [flex_india:29201] Navigation in ViewStack

2010-03-16 Thread baskaran rajendran
Thanks On Tue, Mar 16, 2010 at 6:26 PM, wrote: > Baskaran, > Attached is a sample project of deep linking. > > Ed > > On Sat, Mar 13, 2010 at 10:50 AM, baskaran rajendran > wrote: > >> Hi >> >> I have five tabs in viewstack >> >>1.I want to switch over from one tab to another using