PDA

View Full Version : using actionscript with iframes



anthonybruno
August 18th, 2006, 11:24 PM
what i have is some movieclip buttons that im using actionscript with..

"button1_mc.onRelease = function() {

getURL("main.html", "_main");

}"

how do i go about making it to where when i click button1_mc that it will display main.html in a iframe that i have on the page?


the fla is located at: http://stu.aii.edu/~ajb158/Untitled-1.fla (http://stu..aii.edu/%7Eajb158/Untitled-1.fla)
and the html is attached in a txt file
thanks

Krilnon
August 18th, 2006, 11:39 PM
Take out the underscore in "_main".

Also, see this post: http://www.kirupa.com/forum/showpost.php?p=1934230&postcount=3

anthonybruno
August 18th, 2006, 11:50 PM
Take out the underscore in "_main".

Also, see this post: http://www.kirupa.com/forum/showpost.php?p=1934230&postcount=3


thanks a bunch.. sorry that i didnt search.. it was bad of me.. i was just freaking out.

Krilnon
August 19th, 2006, 12:05 AM
It's alright, it sounds like you know about the search feature, and I doubt that you will forget it again. :P