aspose file tools
The moose likes Flex and the fly likes How to put a Hyperlink in a FlexApplication. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Frameworks » Flex
Reply Bookmark "How to put a Hyperlink in a FlexApplication." Watch "How to put a Hyperlink in a FlexApplication." New topic
Author

How to put a Hyperlink in a FlexApplication.

Ravi Kiran Va
Ranch Hand

Joined: Apr 18, 2009
Posts: 2234

Hi ,


Can anybody please tell me as how to put a Hyperlink in a FlexApplication.

I have seen this LinkButton Option , but we dont want that .

Any help from experts ..

Thanks in advance .


Save India From Corruption - Anna Hazare.
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

Hyperlinks are a technique used in HTML - why do you need them rather than using any of the other controls Flex supplies? Its easy to style pretty much anything in Flex to look like a hyperlink.

If you really do need them, Flex's text controls offer some (very modest) support for HTML, so you can just use a text control. In Flex 3 this was via the htmlText property, this has changed wit hthe new Sprite controls.

JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: jrebel
 
subject: How to put a Hyperlink in a FlexApplication.
 
Similar Threads
how Hyperlink work in frame ??
i to put hyperlink in javascript table
Servlet call using Hyperlink
problem opening PDF files in different browsers
Need to display results from the Database with hyperlink functionality