PDA

View Full Version : advance roll over turtorial



vitman2005
July 14th, 2002, 11:38 PM
Can someone tell me how to target the buttons to the Main frame of a web site? and how to make it a link? thx:)

pom
July 15th, 2002, 01:24 AM
Are you refering to a tutorial ?

pom :asian:

pipeline-chiq
June 1st, 2003, 09:30 AM
Do you mean to link to an iframe?

cubed
June 1st, 2003, 12:40 PM
If your talking about a frameset then here is what you do.
In your flash button put this code:on (release) {
getURL ("products.htm", "loading");
}

Products.htm is the the location that you want your button to go and "loading" is the name of the frame. To name the frame just insert FRAME NAME="loading" heres an example: <br><b>
^FRAME SRC="main.htm" FRAME NAME="loading"^</b><br>(when using just replace the <b>^</b> with <b><</b> at the beginnning and <b>></b> at the end of the code. main.htm is the source of your homepage. If you want a working example of this just tell me:thumb: