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!

KZMCLEAN..........your buttons

Status
Not open for further replies.

davdesign

Technical User
Oct 21, 2000
1,482
GB
You wrote this in another thread, I've brought it into a new one to keep it separate from the other because yours refers to HTML frames rather than timeline frames. So, you wrote....

good day

i have created a website using a frameset, that's 4 frames, 3 of which are flash animations. the left side of my index page is my buttons page. i just can't figure out how to make these buttons trigger a target so that the body of my page, that's the largest part, if you could take a look at it, vary depending on the function of my buttons. my buttons aren't working at all. i hope u can help me with this.

my buttons are flash generated. i've been looking at the actions menu of the buttons to see which one's to be used. few months back i've created a page using these buttons and i had no problems at all because i wasn't using frames yet. the buttons were working out pretty well. you might as well wanna visit my pending page


So are you saying that when you click a button in the leftframe, a movie should appear in the right main) frame? Or do you want to actually control frame movement in the right (main) frame by clicking on a button on the left?

dave
dave@pinkzeppelin.com

^^^^^^^^^^^^^^^^^^^^^​
 
If your just trying to load a movie into the main frame, use the following actions:

Code:
on (release) {
    getURL ("yourmovieHTMLpage.html", "yourFRAMEnameFORmain");
}

However, if your complicating the issue ;-) and want to 'control' a movie in the main frame, have a look at this thread: thread250-87067


dave
dave@pinkzeppelin.com

^^^^^^^^^^^^^^^^^^^^^​
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top