I'm no expert and im very new to flex but from my understanding URLKit enhances what deep linking can do already. It gives the user a way to bookmark states of the application as well as provide a workable back button in the browser... There is a good article here if you're interested: http://www.insideria.com/2008/09/advanced-flex-deep-linking-wit-1.html
But now im having problems with static urls :( like for example the #AboutUs or #Faq page.. Here's the problem: Im trying to catch invalid static urls.. for example if a user goes to site.com/#Home it is fine but if he goes to site.com/#Hme then i want to show an error... im using browserManager but for some reason when I leave the # page and go to #AboutUs and then go to #AboutErrUs for example, I get the alert from the #Home page even though I've already left that page... so its as if stuff is happening after I'm already done with the file... =/ anybody got any idea on whats going on? On Jun 29, 10:48 am, [email protected] wrote: > Kentor, > Why don't you give use an insight on how URLKit works? > Is'nt that the purpose of these emails? > Let's not be selfish now. > > > > On Mon, Jun 29, 2009 at 10:03 AM, Kentor <[email protected]> wrote: > > > no but not like that. Maybe you guys don't understand because you > > don't know how URLKit works. Anyways I figured it out :) thanks for > > your help. > > > On Jun 29, 9:30 am, HISSAM <[email protected]> wrote: > > > what do mean by that?? > > > if u need verify that the provided link is not an false link then > > > u should u regular expression > > > > ----------------------------- > > > Regards, > > > HISSAM, > > > ------------------------------ > > > > On Mon, Jun 29, 2009 at 8:00 PM, Kentor <[email protected]> wrote: > > > > > I think this only does this -> Determines if the URL uses the HTTP, > > > > HTTPS, or RTMP protocol. > > > > I need to kinda verify is the url contains a valid/existing state. > > > > > On Jun 27, 1:18 am, "v...@t" <[email protected]> wrote: > > > > > Hi > > > > > > Try to use URLUtil classs to validate. > > > > > > URLUtil .isHttpsURL(url) > > > > > URLUtil .isHttpURL(url) > > > > > > both return boolean is url is proper HTTP or HTTPS. > > > > > > may help you. > > > > > > WIth Regards, > > > > > Virat Patel > > > > > > On Jun 26, 5:10 pm, Kentor <[email protected]> wrote: > > > > > > > Hello, > > > > > > > I am using URLKit for URLs throughout my application. How could I > > > > > > detect an invalid URL and display an error page? > > > > > > Thanks! > > > > > > > Simon > > -- > Sincerely > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< > Edwin Melendez > Print/Web/Media > 646-246-4368 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

