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 <akshar.k...@gmail.com> wrote:

> can you share the code you are using.
>
> On Mar 11, 2:50 pm, Arindam Dhar <arin.d...@gmail.com> 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 flex_in...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com<flex_india%2bunsubscr...@googlegroups.com>
> .
> 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 flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to