is there a way to put html in flash?
also, i want to put some files into my site for people to download and its a flash site, how do i make that work?
There are tons of tutorials for html text… Check out my_txt.html and my_txt.htmlText within flash help.
As for the download, it’s simple, just use the getUrl command like
getURL(“http://www.yourdomain.com/yourfile” , _blank)
thank you very much
uli… does it mean dat youll just have to use getUrl method and link it into the file?it needs for the file to be uploaded right/?
well yes, upload the file somewhere and use getURL to point to that file…