<img>
A way to import images into html

The compiler supports the <img> tag in HTML text content, for applications compiled for swf8 and higher. The URL for the image must return an image in a format accepted by the Flash player (.jpg, or .swf). No gif or .png or other formats will work.

Attributes

Name Type (tag) Type (js) Default Category
align String     initialize-only
   
height String     initialize-only
   
hspace String     initialize-only
   
src String     initialize-only
   
vspace String     initialize-only
   
width String     initialize-only