Fixed the issue :-) Some js file had to be included in the swf wrapper file.
thanks. On Thu, Mar 11, 2010 at 5:06 PM, Akshar Kaul <[email protected]> wrote: > You said it was working from flex builder. Try copying the main html file > from flex builder to your server. Maybe it has got something to do with your > html file. > > > > On Thu, Mar 11, 2010 at 16:51, Arindam Dhar <[email protected]> wrote: > >> No luck :-( >> >> On Thu, Mar 11, 2010 at 4:46 PM, Akshar Kaul <[email protected]>wrote: >> >>> try >>> bm.init("",""); >>> Akshar Kaul >>> >>> >>> On Thu, Mar 11, 2010 at 16:43, Arindam Dhar <[email protected]> wrote: >>> >>>> i thought setFragment adds string starting with "#". Anyways ,I have >>>> forced # after url but still no luck ... >>>> >>>> On Thu, Mar 11, 2010 at 4:39 PM, Akshar Kaul <[email protected]>wrote: >>>> >>>>> when you access from server does the url have # ? >>>>> setFragment puts the string only after # >>>>> Akshar Kaul >>>>> >>>>> >>>>> On Thu, Mar 11, 2010 at 16:15, Arindam Dhar <[email protected]>wrote: >>>>> >>>>>> The code is pretty simple, >>>>>> >>>>>> in my Application creation complete i instantiate a class, and then >>>>>> call a method the class. The method has this which is very typical of any >>>>>> browserManager implementation, >>>>>> bm:IBrowserManager; = BrowserManager.getInstance(); >>>>>> bm.init(""); >>>>>> var browserObj:Object = URLUtil.stringToObject(bm.fragment, "&"); >>>>>> bm.setFragment("fiscalYear="+ >>>>>> variable1+"&month="+String(variable2)); >>>>>> the variables are already there when setfragment is called. >>>>>> >>>>>> And I import all the necessary manager classes. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On Thu, Mar 11, 2010 at 3:59 PM, Akshar <[email protected]>wrote: >>>>>> >>>>>>> can you share the code you are using. >>>>>>> >>>>>>> On Mar 11, 2:50 pm, Arindam Dhar <[email protected]> wrote: >>>>>>> > Hi, >>>>>>> > >>>>>>> > i have been trying to update the application browser url using the >>>>>>> > browserManager setfragment. >>>>>>> > >>>>>>> > It works fine when i run/debug the app from flexbuilder, but when I >>>>>>> > integrate the file with main html app and try accessing from server >>>>>>> using >>>>>>> > url, >>>>>>> > the setfragment is not working. >>>>>>> > >>>>>>> > Anyone has any explanation or solution ? >>>>>>> > >>>>>>> > thanks alot in advance. >>>>>>> > >>>>>>> > - Arindam >>>>>>> >>>>>>> -- >>>>>>> You received this message because you are subscribed to the Google >>>>>>> Groups "Flex India Community" group. >>>>>>> To post to this group, send email to [email protected]. >>>>>>> To unsubscribe from this group, send email to >>>>>>> [email protected]<flex_india%[email protected]> >>>>>>> . >>>>>>> For more options, visit this group at >>>>>>> http://groups.google.com/group/flex_india?hl=en. >>>>>>> >>>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Flex India Community" group. >>>>>> To post to this group, send email to [email protected]. >>>>>> To unsubscribe from this group, send email to >>>>>> [email protected]<flex_india%[email protected]> >>>>>> . >>>>>> For more options, visit this group at >>>>>> http://groups.google.com/group/flex_india?hl=en. >>>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Flex India Community" group. >>>>> To post to this group, send email to [email protected]. >>>>> To unsubscribe from this group, send email to >>>>> [email protected]<flex_india%[email protected]> >>>>> . >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/flex_india?hl=en. >>>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Flex India Community" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]<flex_india%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/flex_india?hl=en. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Flex India Community" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<flex_india%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/flex_india?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

