|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
subj. I mean, while running under SWFKit.
Is it possible to open Code:
myTextField.htmlText = '<a href="http://url.dom">name</a>';
__________________
#define true false //happy debugging, friends |
|
|||
|
Sure, it will always open the link in the default browser. In fact, it is all done by the flash player; SWFKit cannot control the way that the flash player handles the htmltext. The following is the actionscript code we have used to test with SWFKit.
Code:
this.createTextField("my_txt", this.getNextHighestDepth(), 10, 10, 160, 22);
my_txt.html = true;
my_txt.htmlText = "<a href='http://www.swfkit.com'> http://www.swfkit.com </a>";
|
|
|||
|
Im sorry, i've found that only incorrect limks, like "http://undefined" are opening in IE. My silly fault.
:-(
__________________
#define true false //happy debugging, friends |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|