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

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