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

Flash Movies and HTML frames

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
im making a website, which has flash buttons/banners, however i want these to be in seperate HTML frames, and i want the buttons frame to able to load a HTML document into one of the other HTML frames on the page, i suspect i will require the use of FSCommand, can anyone help??

M
 
no fscommand needed..just call the html and direct it to the frame that your wanting it to load in! would look something like this:
on (release) {
getURL ("yoursite.com/yourhtml.html", "mainsite");
}

"mainsite" being the frame that you want to load the html into..


e.gif


carlsatterwhite@endangeredgraphics.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top