View Full Version : button linking
FnyBoy4021
July 11th, 2002, 04:17 PM
sorrie....ima newb.. i made a menu bar in flash with buttons on it....i would like it to link to my page im making in dreamweaver......on myu page, i have a left and right frame, i want the menu in the left, and wherever the link takes to the right, i tried the _parent link, but it links it to the left frame, any idea on how to link to the right frame?
thx for the help
RenaissanceGirl
July 11th, 2002, 05:49 PM
It works the same way in Flash and HTML. In short, you have to give the right frame a name in your frames HTML and have your Flash buttons target that frame. Open up your frames HTML and edit the frame code for the right frame to have a name. For example:
<frame src="right.html" name="right_frame">
Note the code in red. Now you just have to configure the getURL code to target that frame by changing it to "right_frame" instead of "_parent."
FnyBoy4021
July 12th, 2002, 03:54 PM
hmmm....thx for the help......but it doesnt seem to work
i went into dreamweaver, called the frame "right" and it says src=right.htm and name=right..........i went into flash, and in the goto url target, i typed "right_frame" it didnt work......should i type sumtin else? plz help me...
RenaissanceGirl
July 12th, 2002, 10:25 PM
If you named the frame "name=right" in the HTML file (according to what you wrote above) your target must also be "right" in the flash file. Make sure both are the same.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.