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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

clear frame with a flash button

Status
Not open for further replies.

Metacomet

Technical User
Nov 19, 2002
79
MX
hi here's another one...

How can i clear the contain of a html frame from a flash button?


I'll really appreciate your reply.

Thanks.

GiLL
 
You mean a frame in a frameset?
Just load an empty html.
Code:
on(release){
getURL("[URL unfurl="true"]http://www.yourserver.com/empty.html",[/URL] "frame_name");
}

Replace "frame_name" by the actual name you gave the targeted frame in your frameset.


Regards,

cubalibre2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top