This is a discussion on "Frameset target help please" within the Flash & Multimedia Forum section. This forum, and the thread "Frameset target help please are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Frameset target help please
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Frameset target help please
I have a HTML page which has a Frameset with 2 frames.
In the left frame (I have named navigation) I have a Flash Menu. In the right hand frame (named mainFrame) is for other HTML pages to be targeted. What I want to know is how, using Get URL to target an HTML page to appear in the MAIN frame. An example of the code for an HTML link would be like this. Click Here I want to do the same from a flash button as the script for the link. This is partly how the links are as arrays because they are submenus. links = new Array(); links[0] = "oldies50.html","mainFrame"; links[1] = "oldies60.html","mainFrame"; links[2] = "oldies70.html","mainFrame"; links[3] = "oldies80.html","mainFrame"; links[4] = "oldies900.html","mainFrame"; This does not work as it opens the window as if the target was _self I cannot find any tutorial anywhere on how to do this. I'm now getting desparate The reason for a frameset is that I wish the menu to keep it's position visible on screen All help very much appreciated |
|
|
|
|||
|
I forgot to include a diagram showing the page layout.
The link for it is http://www.hart87.freeserve.co.uk/frameset.gif Can anyone tell me how to include a screenshot on the forum or attach an image. Many thanks |
|
|||
|
In the GetUrl command in flash you can specify a target.... simply specify the name of your frame, "MainFrame".
|
|
|||
|
Thanks Sirkent for trying. I can get them to work from a GET URL function but not from Links as Array as shown in my original post. Each of those arrays is a link.
|
|
|||
|
Well flash must be using the elements in your array in a Get URL...so simply modify that command.
Your array should only have the links - you cannot target the frame from there. |
![]() |
| Tags |
| frameset, target, help |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| word resize problem in frameset | jacobds | Web Page Design | 4 | Feb 13th, 2007 22:21 |
| how to reload 1st frameset | Totti | JavaScript Forum | 2 | Oct 18th, 2006 17:09 |
| Need help - how to center a website frameset | bgoo | Web Page Design | 3 | Sep 14th, 2006 13:03 |
| Targeting Flash, Different Frameset | RobinDeanDotCom | JavaScript Forum | 0 | Jun 25th, 2006 20:28 |
| FRAMESET and JS | comaiwat | Web Page Design | 1 | Mar 29th, 2006 08:23 |