Thread: html in flash
View Single Post
  #7 (permalink)  
Old 03-19-2005, 10:07 AM
lafilledanse lafilledanse is offline
Registered User
 
Join Date: Mar 2005
Posts: 5
Quote:
Originally Posted by Trebitan
Is it posible to show a html site inside a flash document? and is it posible to take the text from a txt file and use this inside the flash document?
html within flash is very limited, it supports only few tags. it says in the help file:
"The following HTML tags are supported in text fields: <A>, <B>, <FONT COLOR>, <FONT FACE>, <FONT SIZE>, <I>, <P>, and <U>."
so i think its hard to show an whole html site within a flash document.

to take the text from a text file and use it inside the flash document, you will have to use LoadVars object. I think... but im not sure as i generally use LoadVars to load variables and not a whole text.

hope this will help
Reply With Quote