Skip to main content
November 26, 2013
Question

SWF loading problem in TLF Text for IOS

  • November 26, 2013
  • 0 replies
  • 325 views

Hi,

I have tried to create an app for ipad. I used a TLF TextField to load a html data at run time. TLF-text executed well with HTML-data but it could not load a swf file. For n example, i have used the following code:

quesTxt.border = true;

var sHtmlOriginalData:String = "<FONT><P align= 'center'><IMG src='http://server.com/name.swf' WIDTH='220' HEIGHT='75.80'></IMG></P></FONT>";

quesTxt.htmlText = sHtmlOriginalData:String ;

where "quesTxt" is a TLF-TextField. "IMG" tag worked on jpg or png but it was not worked on "swf".

So could anyone tell me whether is it possible to load swf on TLF- TEXTFIELD for IPAD ??

This topic has been closed for replies.