Frameset target help please

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 27th, 2004, 20:00
Junior Member
Join Date: Mar 2004
Location: United Kingdom
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
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

  #2 (permalink)  
Old Mar 27th, 2004, 20:20
Junior Member
Join Date: Mar 2004
Location: United Kingdom
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
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
  #3 (permalink)  
Old Mar 27th, 2004, 21:18
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
In the GetUrl command in flash you can specify a target.... simply specify the name of your frame, "MainFrame".
  #4 (permalink)  
Old Mar 28th, 2004, 09:43
Junior Member
Join Date: Mar 2004
Location: United Kingdom
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
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.
  #5 (permalink)  
Old Mar 28th, 2004, 10:05
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Closed Thread

Tags
frameset, target, help

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 22:30.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43