A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Html in Flash

  1. #1
    Junior Member
    Join Date
    Aug 2000
    Posts
    10
    Does anybody know how to get an html page to play in a flash movie? Its so that I can show the PDA version of our site within the main site.

    Thanks
    Simon

  2. #2
    FK Slacker
    Join Date
    Jun 2000
    Location
    vancouver
    Posts
    3,208
    Hi...

    As far as displaying HTML inside Flash, the options are limited to a handful of text formatting tags...tables, forms, images, etc are not supported...

    A list of supported tags is here:

    http://www.macromedia.com/support/fl...s/htmltext.htm

    But if you can get by using these tags, heres how:

    1. Create a text field. Set it to dynamic text, and check the html box. Give it a variable name (ie: textbox)

    2. Set up a text file. It should look like:
    textbox=whatever html text you want goes here

    3. Use the Load Variables action to load the external text file into the movie...

    Hope this helps,

    K.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center