A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: web frames target

  1. #1
    Member
    Join Date
    Sep 2003
    Posts
    45

    web frames target

    how can i load a certain html document into an iframe on the same page as the movie?

  2. #2
    Member
    Join Date
    Nov 2003
    Location
    Netherlands
    Posts
    91
    Give the iframe a name and treat it as if it's a normal frame.

    So for instance:
    <a href="myurl.htm" target="iframe_name">some link</a>
    Ha, ha! He is one of the Legion Lost;
    He was never meant to win;

  3. #3
    Member
    Join Date
    Sep 2003
    Posts
    45
    sorry.. i should have clarified... this is from a flash movie. would this be the equivalent?
    PHP Code:
        getURL(main.html,"theframeofdeath"); 

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