I have following XMLLIst I want to get books and Songs as tabnavigator tabs(dataprovider),Is there way to get XMLLIst to dataprovider or array collection.because under the dynamic properties always change books,songs sometimes it may books,films,songs. so I want to appear tabnavigator tabs books,films,songs.. <dynamicProperties> <Books> <bookNumber>1</bookNumber> </Books> <Songs> <songNumber>2</songNumber> </Songs> </dynamicProperties> Thank you in advance,Hope flex star may help me!!
On Fri, Sep 5, 2008 at 1:12 PM, joy9977 <[email protected]> wrote: > > Say, that I have given a customer an EMBED-tag or that my SWF is shown > in some other ABC site. So when anyone clicks on the SWF, it shud > record in the search-engine/Google-analytic, that the referrer is MY- > SITE.com , and Not ABC.com, since the SWF is created by me. > > On Sep 4, 11:08 pm, "Venkat Viswanathan" <[email protected]> > wrote: > > Hi, > > Where is your SWF hosted? If it is hosted on myownpage.com, then I think > the > > referrer should automatically be set to myOwnPage.com... > > > > Regards, > > Venkat > > > > On Thu, Sep 4, 2008 at 5:28 PM, joy9977 <[email protected]> wrote: > > > > > Hi > > > I have a scenario, where in my flex app, on-click should take me to > > > a new page, eg. "http://www.newpage.com" using > > > (flash.net.navigateToURL(newPageUrl, "_blank");), but here I want to > > > have my personal page "http://www.myOwnPage.com" as the 'referrer' in > > > Google-analytics. I want my site to be noted as the 'referrer' to that > > > new site. > > > > > Can this be done without PHP, directly with actionScript/Flex? > > > > > I tried "$referrer =" and "$visitor =" with PHP, but that does not > > > work properly. > > > > > Any suggestions!!! > > > > > Thanks in advance > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

