Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-17-2007, 06:14 PM
Member
 
Join Date: May 2007
Posts: 53
Default Why standart html links (in swf) are opening in IE, not in default browser?

subj. I mean, while running under SWFKit.
Is it possible to open
Code:
myTextField.htmlText = '<a href="http://url.dom">name</a>';
in default browser?
__________________
#define true false //happy debugging, friends
Reply With Quote
  #2 (permalink)  
Old 05-18-2007, 11:51 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Why standart html links (in swf) are opening in IE, not in default browser?

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>";
Reply With Quote
  #3 (permalink)  
Old 05-21-2007, 08:12 AM
Member
 
Join Date: May 2007
Posts: 53
Default Re:Why standart html links (in swf) are opening in IE, not in default browser?

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
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:17 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.