Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-10-2003, 03:06 PM   PM User | #1
gcapp
Regular Coder

 
Join Date: Aug 2002
Posts: 247
Thanks: 0
Thanked 0 Times in 0 Posts
gcapp is an unknown quantity at this point
target for flash menu buttons

Can someone help me?

I created a flash menu that has several buttons. This menu is in the left pane of my framed page.

The framed page has three windows:

- left-side.cfm (frame name=left)
- top-side.cfm (frame name=rtop)
- bottom-side.cfm(frame name=rbottom)

When I click on the buttons in the flash menu, I can't get the linked page to appear in the bottom portion of the framed page. It keeps appearing in the left side. I tried putting in a <PARAM NAME=target VALUE=rbottom> in the code for the flash menu, between the OBJECT tags, but that doesn't work either.

Do I have to do something in the Object Properties of each button in Flash or is there something else I have to do?

Any help would be appreciated.
Gary
gcapp is offline   Reply With Quote
Old 04-10-2003, 09:12 PM   PM User | #2
wap3
Regular Coder

 
Join Date: Aug 2002
Location: UK
Posts: 324
Thanks: 0
Thanked 0 Times in 0 Posts
wap3 is an unknown quantity at this point
Hi Gary

If you are using the geURL function for your buttons, I think you can enter the frame as a parameter. I am not certain but it is worth trying.

Your code would look something like this I guess:

on (release) {
getURL("www.pageaddress.com", "_rbottom");
}


I know you can put _self or _top etc for the last bit so just try messing with it for a bit.

wap3 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:13 AM.


Advertisement
Log in to turn off these ads.