473,774 Members | 2,147 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how do I create text that links to another frame?

2 New Member
I'm making a website that's consists entirely of flash [using Adobe Flash CS3 Pro]. I know how to create a button that functions as a link to another flash frame using the Button selection in the Components window and applying ActionScript. What I do not know how to do is create text within my static text fields that link to another flash frame.

For example, on the main home page I have static text of the latest website update. At the end I want to add a line of static text that says "For older updates, click here." with the "here" being a link that will load the 'previous updates' frame.

How can I do this?
Jan 26 '08 #1
1 4629
nomad
664 Recognized Expert Contributor
I'm making a website that's consists entirely of flash [using Adobe Flash CS3 Pro]. I know how to create a button that functions as a link to another flash frame using the Button selection in the Components window and applying ActionScript. What I do not know how to do is create text within my static text fields that link to another flash frame.

For example, on the main home page I have static text of the latest website update. At the end I want to add a line of static text that says "For older updates, click here." with the "here" being a link that will load the 'previous updates' frame.

How can I do this?
You will need to make that text into a button. I'm assuming you know what to do after that.
nomad
Jan 31 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1412
by: Cameron Laird | last post by:
QOTW: "The advantage of using slices to extract a single element is that it avoids IndexErrors for empty lists." Raymond Hettinger http://groups.google.com/groups?th=44bd04fe85d02c19 "Usually when you feel that you need to generate instances with certain names you are on the wrong track in translating the problem you need to solve into a program. " Istvan Albert http://groups.google.com/groups?frame=left&th=6ce53556b4307fb5
1
7054
by: Margaret Asami | last post by:
I have 2 frames, one frame is a table of content with a bunch of links, and the other frame houses the contents. I want to be able to change the color of the link text when the user clicks on it. I tried this: var name = document.links.text; name.fontcolor("yellow"); but didn't work, probably because "name" is a copy, not a reference to the link object property right ? Can anyone help ? Thanks a bunch in advance!!
1
1780
by: Tommy | last post by:
Hi, I have 3 frames. One to let the user input a URL, one to display the page of that URL and one to display some info on that page (including all the links of the page). The problem is that when loading a new page into the frame, the links do not update in the other frame until I've loaded the page twice. It appears that the actual values in the links array do not update until after loading for the 2nd time. This is my script:
1
1445
by: Bongolation | last post by:
I've looked in the FAQ and didn't see anything on this. There must be a simple solution to this VERY common problem: A site featuring many text articles and archives has a frameset of two frames, call them the header frame and the viewer frame. When the complete page is viewed, there is the header with its information about the site and the viewer, which appears with a table of contents, which has links to the text articles, which open...
2
2476
by: Harry Putnam | last post by:
This may be right off the wall, and I haven't done any googling for lack of a good idea what I'm looking for. I have some text books on CD that are in html. I want to keep notes in these books as I read; like one might with paper books; and have these notes appear as html links at the paragraph or page they pertain too. I can muddle thru doing this by hand as I do have some basic (very basic) html skills. But the time it would take...
14
4032
by: Roger Withnell | last post by:
How to I find out what size text the browser is set to? Thanks in anticipation.
3
3217
by: John Salerno | last post by:
I'm using the sample code of the file 'simple.py' and trying to make a single window with a panel in it, but I keep getting an error. Here's my code: (I know I might need something else, like a Show() method for the panel, but the error stops on the first panel line anyway. I've tried a Layout() method but it didn't get that far). import wx class MyFrame(wx.Frame):
1
1492
by: Bob Patterson | last post by:
I have a web page that opens an inline frame and links to a survey. When the user is done with the survey (hosted from another website) the response is a survey confirmation page that appears in the same inline frame that the survey appeared in. I want to have the user click a button in the parent window and have all of the dispalyed text from the confirmation page be 1) selected (i.e. Select All) 2) copied to the clipboard where it will be...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10267
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10040
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9914
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5355
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5484
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4012
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2852
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.