473,385 Members | 2,044 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

link in actioscript

1
i don't know much about flash, but i recently started to learn. i've been trying for some time now to activate a link. the thing is i'm building a website in which there are several link. when i publish my document do html i can't seem to get my links to work (unlike what happens when i publish them to swf), not even after i've converted them into buttons and applied them an actions script. is there a special action that i must take into consideration for my actionscript or am i forgetting a certain publishing requirement? please please please tell me if you now how to do this.
Sep 5 '07 #1
2 1352
pbmods
5,821 Expert 4TB
Heya, Raquel. Welcome to TSDN!

I'm going to go ahead and move this thread to the Flash forum, where our resident Experts will be better able to help you out.
Sep 5 '07 #2
xNephilimx
213 Expert 100+
Hi Raquel, welcome to TSDN!
What do you mean with "activate a link"? If you are refering to make a link, like to open an URL, the method is getURL(url[,window,method]);
I can't imagine why that won't be working, it would be really usefull if you publish your code so I can have a look at what you're coding and spot the flaw. Put the code in between the CODE tags like this (you can find a button with a # that will put them for you, just add =actionscript in the opening tag to get the right color)

Expand|Select|Wrap|Line Numbers
  1. btn.onRelease = function() {
  2.    getURL("http://www.thenephilim.com.ar","_blank");
  3. }
  4.  
Kind regards,
The_Nephilim

i don't know much about flash, but i recently started to learn. i've been trying for some time now to activate a link. the thing is i'm building a website in which there are several link. when i publish my document do html i can't seem to get my links to work (unlike what happens when i publish them to swf), not even after i've converted them into buttons and applied them an actions script. is there a special action that i must take into consideration for my actionscript or am i forgetting a certain publishing requirement? please please please tell me if you now how to do this.
Sep 6 '07 #3

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

Similar topics

26
by: Harrie | last post by:
Hi, After Brian mentioned the use for <link rel=..> for navigational purposes in another thread, I've been looking into it and found that HTML 3.2 has two other recognized link types than HTML...
4
by: Franklin | last post by:
WITHOUT KNOWING ANYTHING ABOUT THE CURRENT COLORS, I want to swap the foreground/background colors of a link when someone hovers over it. Is this possible with HTML, CSS, DOM, & JavaScript? If...
8
by: sudhirlko2001 | last post by:
How to swap two nodes of doubly Linklist
14
by: Steve McLellan | last post by:
Hi, Sorry to repost, but this is becoming aggravating, and causing me a lot of wasted time. I've got a reasonably large mixed C++ project, and after a number of builds (but not a constant...
1
by: sri2097 | last post by:
Hi all, I have written a Link list implementation in Python (Although it's not needed with Lists and Dictionaries present. I tried it just for the kicks !). Anyway here is the code - # Creating...
8
by: Steve | last post by:
Hi; I had a big link checking job to do and it has been years since I have done anything like that so I found a test page to use that I knew had bad links on it( a friends site ) and I decided...
7
by: gehegeradeaus | last post by:
Can someone help me to make a regular expression for this sort of replacement : text with {link:pagehref}a link{/link}. replace to -> text with <a href="pagehref">a link</a> I tried...
7
by: Kurda Yon | last post by:
Hi everybody, I cannot understand the following thinks. The last line of the fillowing code produces a message about mistake (not a valid MySQL- Link resource): $link = mysql_connect(...
4
by: perryche | last post by:
Is this possible? Instead of using the link wizard, can the FE/BE link be established any other way that users can simply type the link path? Thanks, Perry
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...

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.