Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to load html pages into an IFRAME using a button in a flash movie.

Status
Not open for further replies.

FlashRasta

Technical User
Sep 25, 2008
13
US
How to load html pages into an IFRAME using a button in a flash movie.

Anyone know where to start...
The IFRAME is made and a page is in it, but how do I load other html pages into it?
And do it from a flash movie
 
if you're using AS2:
Code:
my_btn.onPress = function(){
   getURL("mypage.html", "_iframename");
}
has two properties: the page url & the target

hope this helps.

Regards,

Martin

Computing Design And Services:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top