Oct 23, 2003 #1 Metacomet Technical User Joined Nov 19, 2002 Messages 79 Location 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
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
Oct 23, 2003 #2 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA 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, Upvote 0 Downvote
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,