Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Flash Ad As Hyperlink


Just need a quick "how to" on getting my Red Cross flash ad to be a hyperlink to the Red Cross website. Step by step please. Thanks!

SpY




FlashKit > Flash Help > Flash General Help
Posted on: 09-01-2005, 10:59 PM


View Complete Forum Thread with Replies

Sponsored Links:

Problems Adding Hyperlink (using Creating A Hyperlink Tutorial) [renamed]
after following the instructions in the Creating a Hyperlink (link below) tutorial, I had trouble when it came to adding the actions. Eventually, I figured it out, but wasnt able to do it as instructed.

My question is how do I pull up the url field? It may be that Im using flash mx 2004, but you would think they would make things easier in 2004 instead of taking out usefull tools such as the url field..

http://www.kirupa.com/developer/mx/hyperlink.htm

also..how do I turn on html code for my posts?

View Replies !    View Related
Problems Adding Hyperlink (using Creating A Hyperlink Tutorial) [renamed]
after following the instructions in the Creating a Hyperlink (link below) tutorial, I had trouble when it came to adding the actions. Eventually, I figured it out, but wasnt able to do it as instructed.

My question is how do I pull up the url field? It may be that Im using flash mx 2004, but you would think they would make things easier in 2004 instead of taking out usefull tools such as the url field..

http://www.kirupa.com/developer/mx/hyperlink.htm

also..how do I turn on html code for my posts?

View Replies !    View Related
Datagrid > XML Connector > Hyperlink - How To Hyperlink In XML?
First off this is becoming a super headache and the next step is to start pulling out the hair... just kidding but really... And thank you to anybody who's taking the time to help!

Ok, so in Flash 8 I'm using the datagrid component (datagrid extension) and populating it via the XML Connector and Dataset.

QUESTION:
How do I hyperlink from the XML document and have the link work in the swf?

I've tried Xlink and that worked outside of flash but when I brought it in, it didn't work.

Ive tried CDATA and I think this might be where I need to go... In flash (actionscript) I cant find the node that I need to use (if that's what I do)

Pretty much all I need to do it type the link in the XML and have it be "hot" in the swf.

The source code is here: http://www.goodwinimagination.com/Calendar.zip

What is the final product I'm aiming for? A Calendar that sorts by date and alphabetically with the click of a tab at the top. Similar to this one found on www.AFI.com but, with the added capability of sorting. If there is better way or a way you know of going about this I am definitely open for suggestions!



Thanks in advance,
Chris

View Replies !    View Related
Hyperlink In Flash
I know this is probably a foolish question. But I was wondering if anyone knows how to create a hyper link in a dynamic text box.

View Replies !    View Related
Hyperlink In Flash
I have just created my first movie in Flash and it will be used as a simple intro to the main HTML site. I would like for the last frame which is the word "Enter" to be a hyperlink to my index.htm page of the main site. How would I get this to be a hyperlink and not just automatically redirect to the index page via getURL. Thanks so much for the help!

View Replies !    View Related
How Can I Hyperlink Flash
Hi guys im new to flash only started the other day built abit of flash up and copyed the html to frontpage but how do i hyperlink it , as i find its not like hyperlinking normal html is it

If anyone has any help for me either post it on here or email andrewthomas@liquidfm.net

Sorry i am ammature haha

Chearz

AT

View Replies !    View Related
XML Hyperlink In Flash
I need to have a hyperlink in an XML file, that would be loade dinto my Flash Movie...any assistance would be appreciated.

View Replies !    View Related
CS3 Hyperlink :) New To Flash
Hi,

I am using CS3. All I would like to know is how to insert a hyperlink onto a movie clip, I have 6 buttons I want to link to other pages.

If any one could help that would be great.

Thanks,

Paul

View Replies !    View Related
Hyperlink In XML Within Flash
Hello, I am trying to make a photo galley for a website I am creating. I have everything working the way it supposed to except for a link to a bigger picture of the one being shown in the gallery.

This is what the nodes look like right now, is there a way to make the <url> subnode into a link?

<images>
<pic>
<image>screenshot/1.jpg</image>
<caption>Number 1</caption>
<url>LINK TO BE IN HERE</url>
</pic>
</images>

View Replies !    View Related
Hyperlink In Flash
I have a flash navigation bar in my website and the hyperlinks have stopped working for it. The navigation bar itself is working fine, just the hyperlinks are broke. As you can see in the code below each link is named "Study Help", "Tips and Tricks", etc. Each of the web pages in my site are named after those links: "studyhelp.htm", "tipsandtricks.htm".

This is the error message I get:
Cannot find 'file:///C:/Documents%20and%20Settings/User/Desktop/Online%20Journalism2/studyhelp'. Make sure the path or Internet address is correct.

Any ideas why they may not be working?







Attach Code

function init () {

// populate all arrays for each menu/section

// sections
arrSections = new Array ( "Programs", "Events", "Multimedia", "Contact" );

// PROGRAMS - - - - - - - - - -
arrPrograms_Titles = new Array ( "Study Help", "Tips and Tricks", "Research Resources", "Time Management" );
arrPrograms_Urls = new Array ( "studyhelp", "tipsandtricks", "researchresources", "timemanagement" );
// EVENTS - - - - - - - - - -
arrEvents_Titles = new Array ( "Budgeting", "Live for Less", "Job Shop" );
arrEvents_Urls = new Array ( "budgeting", "liveforless", "jobshop" );
// MULTIMEDIA - - - - - - - - - -
arrMultimedia_Titles = new Array ( "Get Fit", "Health Help" );
arrMultimedia_Urls = new Array ( "getfit", "healthhelp" );
arrContact_Titles = new Array ( "Safety", "Study Abroad", "House Help" );
arrContact_Urls = new Array ( "safety", "studyabroad", "househelp" );

// total images for background
nTotalBgImages = 1;

// init some variables
sSectionSelected;

// = = = = = = = = = = = = = = = = = = = =

// setup the menu
fMenu();

// load an image for background
fLoadBgImage(nTotalBgImages);

} // function

View Replies !    View Related
Hyperlink Flash 8
Please go to: www.lightblack.co.uk

I want to create a site in flash a bit like this one. Two questions.

From the way this site is done how do i create the links they have done e.g cliking on portfolio?

and two how do i create the three squares as i have tried this in flash but not with any luck.

Ps i am quite new to flash can you please try and explaine in easy terms.

Many thanks

Brian Moran

View Replies !    View Related
XML Hyperlink In Flash
hey guys so I have a scrollpane in flash that loads an external XML file. I really would like to know how to get a hyper link to show up!!! I was told that I had to use CDATA..but I still cant get it to work. Heres what I have so far:


<?xml version="1.0" encoding="utf-8"?>

<content_data>
<entry>
<date>July 19, 2006</date>
<location>Mitchie Brusco Documentary</location>
<details>Check out the new documentary of Mitchie Brusco.</details>
<node><![CDATA[Visit <a href="http://www.yoururl.com/">yoururl</a> for cool stuff!]]></node>

</entry>

</content_data>

View Replies !    View Related
Help With Flash Mx Hyperlink
im pretty new to flash and im having a hard time figuring out this hyperlink stuff.
i understand how to do it, but with text, i cant figure it out. it seems like to have to click the actual text, you cant just click around the word.
if someone could help me out i'd really appreciate it. thanks

View Replies !    View Related
XML Hyperlink In Flash
I need to have a hyperlink in an XML file, that would be loaded into my Flash Movie...any assistance would be appreciated.

View Replies !    View Related
Hyperlink In Xml/flash
Hi guys, I have an xml file going into a flash movie clip. I want the xml to be hyperlinks. The names of the hyperlinks will change with time, but the url will not. I can not get this to work. Please help.
I have 2 dynamic text boxes..with this code in flash...

function loadXMLData(loaded) {
if (loaded) {
_root.link1 = this.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue;
_root.link2 = this.firstChild.childNodes[0].childNodes[1].firstChild.nodeValue;
link1_txt.text = _root.link1;
link2_txt.text = _root.link2;
}
else {
trace("Could not load XML file");
}
}
xmlFile = new XML();
xmlFile.ignoreWhite = true;
xmlFile.onLoad = loadXMLData;
xmlFile.load("solutions.xml");

here is the xml file

<solutions>
<item>
<link1><![CDATA[<a href="<A href="http://www.hotmail.com">link one</a>]]></link1>
<link2>Link Two</link2>
</item>
</solutions>

View Replies !    View Related
Flash Hyperlink
Hi

I have just added a flash video to my page. I want users to be able to click on it to take them to the relevant page. Can someone tell me how i do this?

Thanks

View Replies !    View Related
Hyperlink Over Flash
I have a Banner Exchange made in Perl.I want to make it to support Flash Movies..but I don't know how to use my external hyperlink..what are Parameters in Flash?

View Replies !    View Related
Hyperlink To Flash
Hello,

How do I provide hyperlink to flash text in Flash MX?

Thanx..

Ni****

View Replies !    View Related
Using Flash Movie As Hyperlink
Hi

I'm fairly new to Flash so apologies if this is a really basic question.

I'm using Flash 5 and am trying to use a .swf as a hyperlink. The normal a href tags don't seem to work. Could some please advise how to make the movie a link or where I can find the info.

Many thanks in advance,
Jules

View Replies !    View Related
Writing A Hyperlink In Flash 5
I want to create text on a page with an underline that is actually a link to another url. I can do it as a button but I can't get the underline. Is there a way to do it in Flash? I see it done on a MX site.
thanks
rdee

View Replies !    View Related
Flash Objects/hyperlink HELP
flash 4
dreamweaver 3

Hi

I have created my buttons in flash and inported them into dreamweaver.

I have created a fameset on the left with scroll bar and imported the buttons into this.

on the right it has left a box 515x505. i have imported an object of the same size into this box.

My problem is that i wish to create a different object to be loaded into the right box when a button is clicked (10 objects, 10 buttons).

My problem is that i cant get the button to load an object in the right window. It either loads the object into the left window, the same window that houses the buttons or doesnt load at all????

can any one help me how to configure a hyperlink using flash and how to get the object to load into the right windows.

this is using flash as the animation/object create and dramweaver as the html creator.

help!!

thanks in advance

laughingjester

View Replies !    View Related
How To Run A Swf In Flash Player On A Hyperlink
i want to run my swf in a flash player when i clk the hyper link text in the IE browser. for that what should i do.


and i want to run the swf in the display screen(Monitor) at the top left corner.


plz help me out.

View Replies !    View Related
How To Add A Hyperlink To A Flash Movie?
Man this is driving me nuts. Can anyone help me out with adding a hyperlink to a flash movie/animation?

I've trawled the net looking for a solution but can't find anything.

Basically we've got a couple of flash movies we want to put on our site which when clicked on take the surfer to the relevant page. I know it's got something to do with the getURL command but that's all I know - if poss i'd like to use the getURL command (or relevant command) to be able to test the link on an OFFLINE copy of the site too (before uploading)

cheers in advance

View Replies !    View Related
Creating Hyperlink In Flash
hi there,


i've just been messing around in dreamweaver and there's a hyperlink button.. i was using it to make files downloadable from a site.

does anyone know what the equivalent in flash is?

cheers,

alexis

View Replies !    View Related
How To Hyperlink (htmlSTYLE) In Flash Mx?
hi there.
i got a new problem.
//load description of each image
description1.htmlText = "<b>DESCRIPTION</b><br>" + filesVars[ct.text+numImage+"1"];
description2.htmlText = "<b>DESCRIPTION</b><br>" + filesVars[ct.text+numImage+"1"];
description3.htmlText = "<b>DESCRIPTION</b><br>" + filesVars[ct.text+numImage+"3"];

and so on....:
so html text is in there.
but how can i put a hyperlink in the actionscript?

View Replies !    View Related
HOW Can I Hyperlink Flash In Frontpage
Rite ok i transfer the website i have built to frontpage but how do i hyperlink , for example the about button , home button check out my website yeh i know its not great but im learning haha www.andyt.liquidfm.net

I would like to hyperlink the Home about contact ex buttons but havnt got a clue how i know how to hyperlink basic html in frontpage

Chearz - Andy T

andrewthomas@liquidfm.net
or add me to msn if u can hekp please - andy_thomas15@hotmail.com

View Replies !    View Related
Hyperlink In Flash, Problem With Mp3's
Ok, i have to be able to let users download mp3's from flash and what it ends up doing when i just make a "getURL" is that many computers have plugins for ie or netscape to just play the file rather then bringing up the "save as" prompt. Is there anyway to change this, and i know i could just make them zip files but this website is going to get used by little kids and not-so-computer-literate people and is dynamic so its important they are .mp3

Thanks in Advance,

View Replies !    View Related
[F8] Hyperlink To .swf /repeat The Flash
Hi, is it possible to create 2 hyperlinks at the end of my flash (i actions it stop(); ) ---> 1 hyperlink to repeat the entire flash,
---> another one link to another .swf file in my computer ??

View Replies !    View Related
Changing A Hyperlink In Flash 8
Hello! Thanks in advance for the help!

I have been working on trying to change a hyperlink in a Flash button for over 4 hours now (mostly researching) - and I know that I have to be making some very stupid and/or simple mistake. It should have been a 5 minute fix.

I have a menu bar on my website (see www.natcourierinc.com). We are switching to a new online order entry system which is hosted at a different site. It is currently www.natcourierinc.com/webtic. I want it to be www.dwaybill.com/nationalcourier.

I went into the original Flash file, found the button, went into the Action window and changed the getURL to www.dwaybill.com/nationalcourier. I thought that would do it, but it hasn't. It seems to work when I preview the swf movie file, but when I upload it to our server that button still sends the user to the original web address (www.natcourierinc.com).

I am completely stumped. I have checked and rechecked this a dozen times or more. Any ideas?

View Replies !    View Related
Can XML Hyperlink Work In Flash
I have a photo gallery that uses a XML file to hold captions for each photo.
The captions are displayed in the slide show under each photo.


I want to go into the XML file and edit the tag that holds the captions and put a Hyperlink or a <a href> tag in there.

I dont know if the caption output area in the SWF file has HTML enabled, does any one know of different ways around this.

Thanks

Adrien

View Replies !    View Related
Flash Object As A Hyperlink
I'm trying to do something that seems ever so simple, yet I'm not having any success. I created a flash object and inserted it into my web page. I want to be able to click on it to link elsewhere, but it doesn't work. I did so by wrapping the object in <a href> tags like I would for anything else. Is this not permissable? If so, how can I make the object link?

It's just a small animation that in previous years I would have accomplished as an animated .gif file.

The page I'm referring to is http://www.pbu.edu. There's an image in the middle of the page about an "application special" and I want it to link to the correct page.

Any tips?

Thanks much!

Blair

View Replies !    View Related
Flash Hyperlink Button
I am a new user of Flash and have run into a problem I can't seem to solve after hours of trying. What I thought would be quite simple...creating a button that when published and then opened in IE7 would, when clicked, cause IE7 to link to another web page. My tutorial book mentions just applying a "Go to web page" Behaviour to it, but while that works fine in "Test Movie", nothing happens in IE7. I have also read some previous posts here on the subject, done what was recommended and still no luck. What the heck am I doing wrong and where? Here's a simple run through of what one might do.
1. Open a new Flash file and call it Button_Test, create a new Button symbol called btn_test, create the Up, Over and Down states, and return to the Stage.
2. Move the button to Frame 1 of the first layer on the stage, click the button, and name the "instance" in Properties my_btn
3. Click on frame 1 of the button layer, open Actions (F9), then as recommended here to others, I tried the following action scripts:

my_btn.onRelease=function(){
getURL("

View Replies !    View Related
Flash Hyperlink Almost Works
I scoured the forums, so my apologies if this has been answered before.

I have exported my flash file to a .swf, but the hyperlink does not function. The "hand" appears as I mouse over the flash content, but clicking it does not take you to a new webpage.

My Flash file consists of 3 layers.

The third layer has a banner graphic converted into a button symbol for motion tweening (fade in of the banner graphic).

The second has an invisible button with an instance name of inv_btn.

The first layer has an action on frame one that is as follows:

inv_btn.onRelease = function(){
getURL("

View Replies !    View Related
Flash Hyperlink Problem
I've recently made a myspace profile on flash, i've uploaded onto imageshack where everythink workd fine, however when i put it on other sites from that upload link, it appear but none of the links work and yet they work fine on imageshack.

View Replies !    View Related
Help With Flash As2 Hyperlink Button
hi, this should be very easy to do but i can't accomplish it with my current file. i can link from as1 or as3 but for some reason, this as2 will not let me link. please help! it's too complicated to explain in text the problem here so please download my flash file and see what i'm trying to do. don't worry, no viruses!

this is created on a mac and compressed. view my flash file here: http://www.nafline.com/prototype/dev/header_white3.fla.zip [about 13mb, sorry, don't know why it's so big even though i deleted all unnecessary stuff]

in my file, you'll see there are 2 buttons, 1 has a link using on (release). i want to be able to link them. if you try testing out the swf movie, the link doesn't work. i tried on (click) and mouseEvent and none work. =((

thanks for the help!!!

View Replies !    View Related
Relative Hyperlink In Flash Mx
I can make a button a link with no problem...

But I have to use the who url.....

Does anyonw know how I can use

index.php
instead of having to use
http://www.domain.com/index.php


Thanks

View Replies !    View Related
How To Create An Hyperlink With Flash
Hi all,
I'm new to flash, I've started creating some animation. I want to make the user directly click on the animation (it is in fact a little banner). I've googled a bit, and found some tutorial, but I don't think this is what I need, these are for symbols (buttons images and others). I want to link the whole animation (the whole movie clip to a website).
How do I do that?

Thanks a lot for any help.
I think I'll learn a lot from you all.

View Replies !    View Related
Hyperlink From Flash Not Working
hello all,

im trying to do a basic hyperlink from a button.

it works offline just fine, i used the kirupa tutorial... however when i upload it the button doesnt link out. the rollover works just fine but no popup to the link.

theres no javascript and the code is right so any ideas?

View Replies !    View Related
Help Adding A Hyperlink Within Flash 8?
Inside my animation I have some text that I want to link to a different page. So I high-light the text and at the bottom of the properties pannel I put in the location of the file I want it to link to. The text is not in a tween, and its not a symbol. So for instance I will add in the url and then click on the text that should be a link and I get this error:

Firefox can't find the file at
/MyComputer/Users/me/Desktop/MySite/mainpage.html.

Now whats funny is that it adds an extra "." for some reason.

Any help at all would be great.

View Replies !    View Related
Can XML Hyperlink Work In Flash
I have a photo gallery that uses a XML file to hold captions for each photo.
The captions are displayed in the slide show under each photo.

I want to go into the XML file and edit the tag that holds the captions and put a Hyperlink or a <a href> tag in there.
I dont know if the caption output area in the SWF file has HTML enabled, does any one know of different ways around this.
Thanks
Adrien

View Replies !    View Related
Relative Hyperlink In Flash Mx
I can make a button a link with no problem...

But I have to use the who url.....

Does anyonw know how I can use

index.php
instead of having to use
http://www.domain.com/index.php


Thanks

View Replies !    View Related
How To Create An Hyperlink With Flash
Hi all,
I'm new to flash, I've started creating some animation. I want to make the user directly click on the animation (it is in fact a little banner). I've googled a bit, and found some tutorial, but I don't think this is what I need, these are for symbols (buttons images and others). I want to link the whole animation (the whole movie clip to a website).
How do I do that?

Thanks a lot for any help.
I think I'll learn a lot from you all.

View Replies !    View Related
How To Put Hyperlink On Flash Movie?
Hi, I was given some flash banner ads that will be put in an ad rotation and we're going to use HTML to show it. How the heck do you get a hyperlink onto the flash (swf) file? I've tried <a href="xxx"><flashfilehere</a> but that doesn't work...doesn't do anything. Is there something special I need to do? I have dreamweaver if that helps any.

Thanks

View Replies !    View Related
Insert A Hyperlink In Flash?
How to Insert a hyperlink in .swf format?

View Replies !    View Related
Hyperlink Problem In Flash Cs4
Hey everyone, I used to have an account on here, but it has been years since Ive been on and I dont even remember my account name... anyways. I've been designing websites and programming for a while, but I haven't used flash in forever and the last version of flash I used was MX... so it has been awhile. Anyways I just got CS4, made a header for my site with navigation on it, but I can't figure out why my hyperlinks are not working!! I have the button symbol made, when I edit it I click on the "down" frame, click on the text then put my url in the "link" option on the left and it acts really weird when I test it.

When I click the button during testing the down frame flickers a lot and if I click really fast it will load up the page or several of them, but it never works on just one nice click... anyone have any ideas why it is doing this? I have tried putting a rectangle box in the "hit" frame to make sure it just wasn't freaking out cause of that, but it didn't work. Any help would be greatly appreciated!

Thanks

View Replies !    View Related
Hyperlink Within Flash Document
Hi there, i own www.TDISport.com, on the opening page is a flash document, however i need to edit the hyperlink, how do i do this?, ive looked all through the program and cannot find where to change it, it seemed much easier creating it in the first place. Please can someone help.

Many thanks

Aaron

View Replies !    View Related
Hyperlink From Flash To A Specific Frame?
Is there a way to have flash direct a link to a particular target html frame? (Such as _new for a new page)

Thanks for any help you can provide...

View Replies !    View Related
Creating A Hyperlink Within A Flash Movie
hi guys i was wondering if any1 could help me manipulate a button within a flash movie, simply so i can link it to another page within my site. the buttons have already been created but they dont link anywere, im using dreamweaver or frontpage so if any1 knows an easy way on how to do this please instruct thanks.

View Replies !    View Related
Creating A Hyperlink In A Flash Website
Hi,

I am trying to create a hyperlink using a button object with the following action script:

on(release)
{
getURL("http://www.ninemsn.com.au","_blank")
}

This works fine when I run the .swf move file and opens the requested page in a new window. However when I embed the movie in html and click the link, I get no response at all. I don't get an error message or anything, but nothing happens when I click the button area.

I am wondering if this is related to a browser setting that I may have to change? Or is there a line of code in my html that I need to include to get this working?

Any ideas would be highly appreciated!

Thanks,

Kate

View Replies !    View Related
How To Make Hyperlink In Whole Flash Movie
how to make hyperlink in whole flash movie including to all keyframes? I have only one layer

View Replies !    View Related
Making A Flash Movie A Hyperlink
I'm using 3DFA to generate a banner, how do I make the whole thing a link?

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved