-
1. Re: embed html code in flash
Ned Murphy Nov 1, 2011 10:12 AM (in response to cactus8599)You can use a dynamic textfield's htmlText property to have it display an html-enbedded image, though I don't know if using the url you point to will raise a security problem.
tField.htmlText = "<img src="http://open.thumbshots.org/image.aspx?url=apple.com" border=\"1\" />";
-
2. Re: embed html code in flash
cactus8599 Nov 1, 2011 5:26 PM (in response to Ned Murphy)Hi Ned,
I tried
tField.htmlText="<img src=\"http://open.thumbshots.org/image.aspx?url=apple.com\" border=\"1\" />";
but it is not showing anything when i publish it. A popup saying Adobe player has stopped a potentially unsafe operation.
What should i do?
-
3. Re: embed html code in flash
Ned Murphy Nov 1, 2011 6:01 PM (in response to cactus8599)I know very little about dealing with security issues. The problem might be you're trying to link to a url outside of your security sandbox. Maybe you should try testing it online and see if a problem still exists.
-
4. Re: embed html code in flash
cactus8599 Nov 2, 2011 8:54 AM (in response to Ned Murphy)i've tested it online and it works! thanks for your help.
-
5. Re: embed html code in flash
Ned Murphy Nov 2, 2011 10:17 AM (in response to cactus8599)You're welcome


