Skip to content

Tag Archives: html tag

How can I load value of a simple html tag from external html by scripts?

I need to load some HTML tag value that i can not change them (built with CMS) to my flash by action script. I haven’t found a way to load them directly so I decided to load them with other script like JavaScript or Flex then save them into the XML and finally read them [...]