I now see why I was getting alerts twice. I've declared a
browserManager in each page (in aboutUs and Home) so when the url
changes, i get the alert twice.
The thing I can do is have all the valid pages in an Array and declare
browserManager in a global page and then just compare every request
against all of the possible pages and alert the user. I think im gonna
go ahead with this solution because I cant seem to come up with
anything else. Thanks for your help everyone!

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to