A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash to html frame?

  1. #1
    Junior Member
    Join Date
    Sep 2002
    Posts
    13
    I saw a website where a person had a menu made in flash and embedded in HTML. When you click on one of the buttons which was a link to some content, it showed up in a different part of the page but in html format not within the flash itself, i think its a frame but i'm not sure.

    How would i do that?

    what i mean is at this site:

    http://www.carbon4.com

    the menu buttons are flash, but the content shows up in the html part in the bottom right. Any ideas?

  2. #2
    Senile member! :)
    Join Date
    Dec 2001
    Location
    Saunaswamp (transl)
    Posts
    2,296
    With getURL() yuo can load a page into another frame:

    Code:
    getURL("yourURL", "frameName");
    yourURL - The URL to the page you want to load into the frame.

    framename - The name of the html frame you gave it in the frame tag. Its the same as the target of an anchor(a) tag in html. see your actionscript reference for details.

    /Mirandir

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