AIM Link Using Action Script?
I need to create a button in flash that will create a link to AIM and then have text that is a hyperlink within the AIM message that is popped up. I have the code to do everything except make the text that pops up be a hyperlink. Can you help me make this into a hyperlink?
on(press){ var message = "Here is the link to the Pure Revolution Ecard." getURL("aim:goim","0","GET") }
I just need the "Here is..." text to be a link to a url...
Thanks.
FlashKit > Flash Help > Flash ActionScript
Posted on: 11-01-2004, 01:41 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Add Link (URL) To Action
add link to actionscript button??
I have downloaded from flashkit an example which i wanted to rebuild
http://www.flashkit.com/movies/Inter...7816/index.php
In 1 actionframe is says:
menu1Links=4;
set("_root.menu1.numLinks",menu1Links);
then in the 2de actionframe you can name the Title to for example "button1" which i did.
but how do you add a link to
set("_root.menu1.link1.theTitle","button1");
What doesn't work is:
_root.menu1.link1.onPress= function() {getURL("www.amazone.com");};
what also doesn't work is
_root.menu1.link1.theTitle="<a href=www.amazone.com">button1</a>;
but what does work!!???
Action For An Email Link
first off...
thanks to everyone that helped me yesterday... it seems so simple now, but it all works!!!
my dumb question for today is...
how can I make a symbol/text be a link to send an email?
I wasn't sure if this could be done with it left as text.
I have my email address, and I converted it to a symbol(button)... I want someone to be able to click on it and auto format an email message to me, with my address and a subject in it.
Thank you so much!!!
<href> Link To Swf Action
Hello All,
I have a dynamic text box in my movie that I load an external .txt file with html tags denoting <href> links.... I was wondering if there was a way to get these <href> links to communicate with the swf it sits in.
**ie. you click the <href> and the movie gets the value of whatever variable associated with that <href> and goes to that section through either a function or any other means.
I am assuming that I would have to include in the href format some variable in the tag itself and then get flash to somehow respond to the click and change of that variable.... just not sure how that code would exactly work.
Any help would be appreciated!
Thanks
Action Script 2 Link Help
http://happynick.com/sheflash/filmslibrary.html
I can not get the external link to work for "ivory" link to work.
The "necrolog" external link works, but the page is not the correct size.
Below is the action script. What do I need to change to make the external link for a specific size window?
on (release) {
getURL("
Action Script Mail To Link
so yeah i have no friggin idea whats up, i want to make a simple link on my web site, that mails me a messege, html: mailto:email adress. if you know the AS for this in flash let me know, thanks all
-MAtt-
/check out my site at www.theredfiles.com
Action Script Mail Link
I have a prsentation created in Flash MX and the Text runs through a symbol to action script so that all of the text for the text area goes into the action script and is then displayed in the text box on the presentation. I am stuck on this as i need to make some of the text into a hyper link but as this text is in an action script area i do not know how to make actionscripted text link. can anyone help?
Action Script Link NOT WORKING
This is odd and I hope someone can provide me with an answer. I am using actionscript within my flash file to open other HTML file within my site. I have done this many times and have never had a problem. Now, my actionscript links work on my server when I am viewing my live site, but the actionscript will not work when running my site from my C Drive. Has anyone had this issue or have an answer on how to fix it? Maybe I need to change an IE 6 setting.
Button Link Action Problem
ok so i'm working on my website(http://justpra.com) but i have a prob.
the button i made works like i want it but if a put this code anywhere in the button
on (release) {
getURL("http://justpra.com", "_blank");
}
the button doesn't work. i've also tried to pute an invisible image over it with the code but that doesn;t work too because the button effect doesn't work well because there is something over it.
if anyone could help me with this by making work my code and the action it would be so ****ing appreciated. i would also had your website link to my website when it will be done.
pra.
thanx.
Button Link Action Problem
ok so i'm working on my website(http://justpra.com) but i have a prob.
the button i made works like i want it but if a put this code anywhere in the button
on (release) {
getURL("http://justpra.com", "_blank");
}
the button doesn't work. i've also tried to pute an invisible image over it with the code but that doesn;t work too because the button effect doesn't work well because there is something over it.
if anyone could help me with this by making work my code and the action it would be so ****ing appreciated. i would also had your website link to my website when it will be done.
pra.
thanx.
Hover Action On Dynamic Link Without CSS?
OK - I'm working on a project, and I need to create a link in a dynamic text field that will change color and have an underline on HOVER withOUT using an external CSS file.... I'm using OOP Classes with AS2.0 -- does anyone know if this is at all possible?? and if so, how do I do it?
much appreciated!
IA
Html Link In Textfield Using Action Script?
ACTION
#the link is made up in a textfield by the two entries in textfields called "url" and "mask" on submit of a button with the code below#
PROBLEM
why does this code on a button causes the link to appear on the next line in a html textfield called "Comments" and not behind the text already typed in that textfield?
on (release) {
_root.Comments = _root.Comments + "<FONT color='#FF6699'><A HREF = 'http://www."+ _root.url +"' TARGET='_blank'>"+ _root.mask + "</A></FONT>";
_root.url =""
_root.mask = ""
}
Direct Link To A Specific Action In Your Movie
Our website consists of a main movie and various external movies that are loaded within the main movie depending on the button actions (f.e. products).
Is it possible to direct a viewer, who clicks a link in a email, directly to the sequence where the external movie is loaded within the main movie, without the use of anchor tags (seems only to work with IE)
F.E. in our products section, when you click the first image to the right (Ovidias Cans), the ovidias movie is loaded. Now, how can I direct someone, through f.e. a link in a email, directly to the Ovidias cans action, without going through the initial cibus sequence and without the use of anchor tags?
CIBUS
Cheers,
Smalco
Can I Add A Link To An Action Inside A Movie Clip?
I am editing a flash template and want to be able to hyperlink selected text to a pop-up window. The problem is, the text I want to hyperlink is inside a movie clip. Here is the frame action:
link2textvar = "AveStar's self-titled CD is now available for purchase.";
Can I link the words "available for purchase" to a pop-up window outside of the movie?
PS -- If there is a level of expertise below "NOVICE" in Flash MX scripting, you will find ME there -- be gentle
Making The Down Action On A Button Link To A Page
Hi there, i've got a bit of a problem linking the buttons on a flash navigational menu i've done. The navigation bar is made up of 7 buttons that need to link to pages on a web page, i've successfully exported the .fla file to macromedia dreamweaver, but i don't know how to make the buttons link to the pages, which i've aready got made in dreamweaver, please help.
I've attached the flash movie of the navigation bar.
Cant Fins A Brokel Link In The Action Script, Please Help.
Hi guys. I'm fairly new to flash and I've hit a hurdle which I think looks pretty simple.
I click on a button in the Nav bar (SERVICES) and the link seems to be broke.
Do I need to upload the fla file to get help or can you tell from the movie on line here?
http://www.willpower.net.au/rounddesigncopysite/
Link In Action Script To Open File In The PC
Hello
The Flash MX 2004 Tutorials are beautiful and simple. I am just 15 days old in flash programming.
I want a link in the action script to open new window a file saved only my PC. I tried getURL("D:/sef99/desktop/linear.html") but I get an error the 'file///D:sef99/....... check your path.
thank you
How Do I Add A Link To A Button With Action Script In MX 2004?
I've created a flash interface portfolio as my final project for class. I've been trained using MX but I have MX 2004 on my home computer. I've created a button which would go to the next page but I haven't figure out how to add the action script in MX 2004. Also can someone tell me how to switch to Normal Mode in the action script box? On the tutorial that I was given states that I must be in Normal Mode to add the action script. Also I've created labels for the various pages that I've created and wish to add the GO TO AND STOP and use Frame Label in the Type field . Any help will be appreciated so anyone out there PLEASE HELP ME!!!
Html Link Runs Flash Action
hi, is there any way that i can click on an html link in which the link url opens a flash movie clip?
thanks
Flash Action Link In Dynamic HTML Text Box
I am currently developing a Flash Website for a client and I would like to do the following:
I load text from a mySQL DB into a dynamic textbox in Flash with the HTML option ticked.
With this HTML option the dynamic text can contain a link to a specific webpage, what I would like to do is have the link in the textbox perform an action in the flash file.
The way I figured it out was that I use an FScommand in the webpage where the flash file is embedded and try to call it within that link.
I'm not really familiar with that concept, can someone tell me if it is possible doing this using an FScommand and get me started on how to code it ?
All help is greatly appreciated !
Funky Joe
E-mail Link Pops Up 'ACTION CANCELLED' Window... ?
E-mail link pops up 'ACTION CANCELLED' Window. I have tried all the options for _blank, _parent, etc but they all do the same for me. I have also left that option blank. What is wrong? Below are more details.
My flash window stays running.
When I click on my email link,
An email window pops up (and works)
but, a new window also pops up that says...
---------------------------------------------------------
Action canceled
Internet Explorer was unable to link to the Web page you requested. The page might be temporarily unavailable.
Please try the following:
Click the Refresh button, or try again later.
If you have visited this page previously and you want to view what has been stored on your computer, click File, and then click Work Offline.
For information about offline browsing with Internet Explorer, click the Help menu, and then click Contents and Index.
--------------------------------------------------------
Please Help!
Thanks!
[F8] Movie Clip Link With Action Script. It's Easy, Plz Help
In the following menu:
http://www.loutrakiguide.gr/flash_menu.swf
there is this code:
on(rollOver) {
this.gotoAndPlay("s1");
}
on(rollOut, releaseOutside) {
this.gotoAndPlay(_totalframes - _currentframe);
}
onClipEvent(load) {
num=3;
}
on(release) {
if(_root.link<>num and _root.animation==1) {
_root.animation=0;
_root.link_prev=_root.link;
//_parent["item" + _root.link].gotoAndPlay("s2");
_root.link=num;
_root.play();
}
}
I want when I click to a sub menu to load an external link like index2.html.
What changes I have to make? ?
Help Modifying Button Action To Open An External Link
I have this action for a button, what do I need to change to make it open an external link when button is clicked and the button stay selected/highlighted.
quote:on(rollOver) {
num=4;
if(_root.link<>num){
gotoAndPlay("s1");
}}
on(rollOut, releaseOutside) {
num=4;
if(_root.link<>num){
gotoAndPlay("s2");
}}
on(release) {
num=4;
if(_root.link<>num and _root.animation==1) {
_root.animation=0;
_root.link_prev=_root.link;
_parent["item" + _root.link].gotoAndPlay("s2");
_root.link=num;
_root.play();
_root.scroller.scroller.gotoAndStop(3);
_root.DY = stage.height+4
_root.DX = stage.width+4
}
}
Thank you.
Edited: 05/20/2007 at 02:56:36 PM by aravot
Attaching Action Scripts To A Link In A Text Field
hi guys,
i want to assign a (GOTO action) or (tellTarget action) with a link in a text field in a flash movie to control something in the same flash movie.. i know the <a href="link.htm"><button></a> i do not want to link to an html page..i want to do an action script instead.. how can i do that?
i appriciate your help
Emad
Want Button To Link To Next Scene, Problem With Action Script Language...
Hi there,
I've made flash movies in the past but I seem to have forgotten the correct action script language. I want the button to move to Scene 3 when it is clicked on. Here is what I have for the button (see below), but the button does not work when I preview the swf. What am I doing wrong? I don't get any error messages. Thanks a ton!
on (release) {
gotoAndStop("Scene 3")
}
Flash Movie Won't Link To Anchor Points On GetURL Action
here is my code, i have tried it both ways:
on (release) {
//Goto Webpage Behavior
getURL ("#anchor","_self");
//End Behavior
}
on (release) {
//Goto Webpage Behavior
getURL ("page.htm#anchor","_self");
//End Behavior
}
using the #anchor apparently tells the movie to look for itself as it gives me a message it cannot find a version of itself with the anchor name.
using the full URL, in control > test movie mode opens a broswer window and goes to the anchor link. but, when i place the movie into a dreamweaver document and do a browser preview test it ignores the anchor link in favour of the top of the page.
any suggestions?
Can A Hypertext Link In A Dynamic Text Field Execute A LoadMovieNum Action?
Hello all,
Is it possible to have a hypertext link in a dynamic text field(in a Flash
movie) load an additional movie on another level?
I have movie with a main mav on _level0. When you click on one of the
main nav elements in _level0, it loads a submenu on _level2. When you click
on a submenu element on _level2, it loads a movie on _level3 that contains a
scrollable dynamic text field. This text filed is going to have links.
Some of which are going to link to websites, and some which will need to
load other movies within the same flash movie.
Is this possible and how?
Thanks,
Damien
Link Text In Action Script To Text Box
Hi there, i'm trying to make some kind of a news scroller, was wondering how i can attach the 'news' text, to a text box through action scripting...
any help appreciated
thanks
Action Script Question: Where Is The OnRelease Action In The Action Folders
I’m working on a project and I trying to make it when you click down on a button that click will send you to a point in the movie and then a symbol will play from there. I know that you need to pick the key with the button on it in the time line and then I know you need to pick the button that you would like to assign the GoToAndPlay statement on.
But what’s really messing with me is where in the heck the on release or the on mouse down statement is in the little action a book when are looking in the action window.
Any help would be much appreciated.
Action Script Question: Where Is The OnRelease Action In The Action Folders
I’m working on a project and I trying to make it when you click down on a button that click will send you to a point in the movie and then a symbol will play from there. I know that you need to pick the key with the button on it in the time line and then I know you need to pick the button that you would like to assign the GoToAndPlay statement on.
But what’s really messing with me is where in the heck the on release or the on mouse down statement is in the little action a book when are looking in the action window.
Any help would be much appreciated.
Action Script Question: Where Is The OnRelease Action In The Action Folders
I’m working on a project and I trying to make it when you click down on a button that click will send you to a point in the movie and then a symbol will play from there. I know that you need to pick the key with the button on it in the time line and then I know you need to pick the button that you would like to assign the GoToAndPlay statement on.
But what’s really messing with me is where in the heck the on release or the on mouse down statement is in the little action a book when are looking in the action window.
Any help would be much appreciated.
Action Script Question: Where Is The OnRelease Action In The Action Folders
Action Script Question: where is the OnRelease action in the action folders
I’m working on a project and I trying to make it when you click down on a button that click will send you to a point in the movie and then a symbol will play from there. I know that you need to pick the key with the button on it in the time line and then I know you need to pick the button that you would like to assign the GoToAndPlay statement on.
But what’s really messing with me is where in the heck the on release or the on mouse down statement is in the little action a book when are looking in the action window.
Any help would be much appreciated.
Action Script Replaycer, Action Script Viewer V.3,08 And URL Action Editor V.3
My friends! I urgently need the programs: Action script replaycer and URL action editor v.3 (or upgrade v.2 up to v.3).
In an exchange I can give you the programs: Action script viewer v.3,08, URL action editor v.2, SWF decompiler MX, SWF scanner v.2,63, SWF extractor, Action script obfuscator , Fla****! (deprotector), Vid2flash7t ( converter to format SWF), Fireworks (MX), Dreamweaver (MX), FreeHand (MX), Director (MX).
I shall be glad to send you any (or several) program in exchange for one or both programs which I need. And if you don't need its, send me please simply so.
My E-Mail: Flash_567@mail.ru
Flash_567@mail.ru
Button Link Inside Movie Clip Link To Slide #
First let me say I am a very new to ActionScript and Flash, but have a pretty good understanding of the web and a basic understanding of object oriented scripts from CSS and a few other languages.
I have a navigation menu which is a movie clip containing buttons inside it and have a slide presentation as my main content. I am trying to make the buttons link to a specific slide # in a different part of my flash presentation.
You can see the page here: http://brhpc.ericlevay.com
The nav menu is a downloaded source and the slide show is the default canned one from the Flash templates directory.
I was hoping to use the gotoandStop (slide#) to make the connection between the nav button and the slide but it does not do anything.
I will provide the source if needed...
Thanks!
Html Link And Flash Link On Intro Page
I've noticed that a lot of Flash sites have some kind of detector to see if you have the flash plug in. Is that scripting?
Plus, I see that the intro page of ones site will have an HTML and a FLASH option to choose from to enter the site. Would that be enabled in the publish settings of Flash 5? I am curious to know how that is done because I am designing this young lady's site and she wants the viewers to have the options of HTML or Flash.
Thanks!
Can Dynamic Text Have An Embedded Link? Or HTTP Link?
I'm using the Flash scroll bar componet, which uses dynamic text, and I want to link part of my dynamic text to a specific frame in my moive. - Is it possible?
- I've tried and it doesn't allow the 'Go TO' funcion.
so,
I created another HTML page and SWF to display the specific SWF screen that I want to show up - now I'm trying to link my dynamic text to '_self' so that when the link is clicked it will look like it is in the same site.
When I use the dynamic text and create the link, it appears to be ok/workable in the Properites panel, but when published, it doesn't work.
Text Flash Link - Button Mouseover & Link
Hi - I'm a basic user of flash mx - I'm redevloping my design site. How do you make text links and how do you do mouseover scripts in flash MX.
Thanks for your help
Hide Cursor When Over Text Link (TextEvent.LINK)
Hi there!
In my application, i have custom graphic cursor. I use Mouse.hide() 'onMouseMove' . There are some special cases though, when the default mouse cursor is still visible. Like for example when:
(1) rolling over an input texfield
(2) rolling over a link: <a event:blabla>link</a>
..in html-formatted textField.
The latter is worst. Is there a way to hide the default mouse cursor in these cases? I haven't found any so far..
Cheers!
Link From MySQL Database Then Displaying The Link In Flash 8
How do i create a link in a MySQL table and then how do i make that link display in flash 8? I've tried enabling html text but i don't know how to make the link display as an actual hyperlink?
Any Ideas.
My AS:
Code:
var theXML:XML = new XML();
theXML.ignoreWhite = true;
links_txt.html = true;
theXML.onLoad = function() {
var itemNodes = this.firstChild.childNodes;
for (i=0; i<itemNodes.length; i++) {
var link = itemNodes[i].childNodes[0].firstChild.nodeValue;
var desc = itemNodes[i].childNodes[1].firstChild.nodeValue;
links_txt.text += link+"
"+desc+"
";
}
};
theXML.load("http://www.jacksrambles.com/links.php");
Frame Action To Call Tell Target (rather Than Button Action)?
I really need a frame to Tell Target a movie clip. For some reason, I can't get a Frame Action to work with Tell Target.
I have no problem applying the same Tell Target to a button, however. Am I missing something? Is Tell Target not meant for Frame Actions?
On(rollOver)action + On(release)action + Photo Transition
Okay, I'll try to describe what I want to do and probably just need help putting it together.
I have :
5 black & white photos -- all converted to MC's (bwimage1, bwimage2 etc)
5 color photos (same as b&w) -- all converted to MC's (image1,image2 etc)
5 buttons -- all converted to symbol-buttons (image1_btn, image2_btn etc)
I have the 5 buttons lined up vertically on the left side of the page. I have a spot on the right side of the page where I want the picture to be visible, the black&white version on (rollOver) and the color version on(release).
I know how to make just one of the photos appear on rollover or on release but I don't know how to change the photos from B&W to Color on the actions. I would like a transition between the photos from rollover to release (b&w to color) like a fade.
Any help is appreciated.
Assign Cursor Action To MovieClip Using OnRollOver Action?
Hi all
I have a cool component from FlashLoaded which lets me create brilliant 3d layouts with out much hassle. The componet uses the cursors to zoom in zoom out and pan left and right.
I dont want to have to put an explanation on the site, I would like to put some invisible mc's or buttons on the stage that when the user rolls over them with the mouse it triggers that action.
Is there a simple piece of code i can place on the buttons to make this happen?
Many thanks in advance
Greg
On(rollOver)action + On(release)action + Photo Transition
Okay, I'll try to describe what I want to do and probably just need help putting it together.
I have :
5 black & white photos -- all converted to MC's (bwimage1, bwimage2 etc)
5 color photos (same as b&w) -- all converted to MC's (image1,image2 etc)
5 buttons -- all converted to symbol-buttons (image1_btn, image2_btn etc)
I have the 5 buttons lined up vertically on the left side of the page. I have a spot on the right side of the page where I want the picture to be visible, the black&white version on (rollOver) and the color version on(release).
I know how to make just one of the photos appear on rollover or on release but I don't know how to change the photos from B&W to Color on the actions. I would like a transition between the photos from rollover to release (b&w to color) like a fade.
Any help is appreciated.
Link Layers? Link Timeline Layer?
Ive been struggling for what seems like forever to figure this out. Is there any way to link layers together, so, when you move one, they all move? also, is there a way to link a layer timeline? so when you move one object, it moves all objects on that same layer timeline? possible way to move everything at once?
Thanks!
Dynamically Loading Link Text And Link
I need some code or reference for Dynamically Loading Link Text and Link from an external .txt file. The number of links could be any depending upon the changes made in the text file.
How do I go about it???????
|