How to Use Iframes with Flash 8

The Flash 8 programming language is used to make online applications, games and website interfaces. An iframe is an HTML coding function that lets you display the contents of one website inside of another website. If you are designing an interface in Flash 8, you can include iframes in your code, as long as you wrap your iframe code with a small bit of Flash 8 code that tells the Flash software to treat the iframe code as HTML code, not Flash.

Instructions

    • 1

      Open the Flash 8 programming interface, and load your Flash 8 program.

    • 2

      Locate the iframe code in your Flash program.

    • 3

      Add the following code immediately before the start of the iframe code: "html.extend[*" (without quotes).

    • 4

      Add the following code immediately after the end of the iframe code: "*]" (without quotes).

Related Searches:

References

Comments

You May Also Like

Related Ads

Featured