all groups > flash (macromedia) > october 2003 >
You're in the

flash (macromedia)

group:

Building a Web Browser in Flash


Re: Building a Web Browser in Flash Rex Morgan
10/22/2003 7:43:07 PM
flash (macromedia):
Flash can load limited HTML data into a dynamic text field, if that's what
you mean... just load the data as a file, and then insert the data as a
string into the textfield.text.

Rex

[quoted text, click to view]

Building a Web Browser in Flash TravisPolland
10/22/2003 10:31:24 PM
Hi,

Can someone point me in the right direction to get an Web URL to load within a Flash SWF file and not external.

Thanks,

Travis


-----------------------------------------
A. Travis Polland
Re: Building a Web Browser in Flash urami_
10/23/2003 2:59:06 PM

[quoted text, click to view]

no can do , flash has no browser capabilities .
Common misunderstanding of the HTML support , true is that it actually
loads variable string formatted with very primitive html , it does not load
actual html .

tags you can use
http://www.macromedia.com/support/flash/ts/documents/htmltext.htm

and few more , undocumented one :


attributes supported in text fields: LEFTMARGIN, RIGHTMARGIN, ALIGN, INDENT, and LEADING.

<LI> - new paragraph with a little rect
<TEXTFORMAT - textfieldoptions with following attributes
BLOCKINDENT="20" - textdistance from left border
INDENT="50" - textdistance of first line from left
LEADING="12" - lineheight
LEFTMARGIN="50" - distance from left border
RIGHTMARGIN=" - distance from right border
TABSTOPS="40,100,150"> - list of tabstoppositions from left border

use \t to insert a tabstop into your text




Regards

urami_*



<lsym>

There's no place like 127.0.0.1

AddThis Social Bookmark Button