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




Help Button And Banner Link Not Working



I've posted this under General discussion, but nobody replied. So, here I am asking for your expert advice. I created a banner but the link is not working. It works when I click on "Control" then "Test Movie." when I click on the banner, it took me to the page. However, when I clicked on File - Publish Preview - HTML that was when everything fell apart. the banner link did not work. It turned to a hand when I rolled over the button, but did not do anything else. It just sat there.Do you convert the image to a Button, Graphic, or Image? I converted it to a button and place the code below. That did not work. Well, it worked during preview (control, test movie), but did not work when viewed as HTML (File, publish setting, html). What's the correct way of creating a banner that takes you to page you want it to go?Below is the code I used, but did not seem to work.Attach Codeon (release) {//Goto Webpage BehaviorgetURL("http://www.macromedia.com","_self");//End Behavior}



Adobe > ActionScript 1 and 2
Posted on: 06/26/2008 11:54:52 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Please Help. Banner Link Not Working
I know how to create a banner and was able to create the code so when someone clicks on it, it will go to the target page.

target="_blank" When you click on the banner, a pop up window appears and goes to the targetted page. I was successful in doing that. I do not want to have a pop up window, so I changed the code to "_self". Here is the problem: When the code is target="_blank" the link works. However, when I changed it to _"self" it did not work. I just want it to go to the next page without a pop up window. It won't go the the targetted page. What am I doing wrong? Will somebody please help?

[CS3] Button Link To URL Not Working...
enterForums.addEventListener(MouseEvent.CLICK,clic kHandler);
function clickHandler(event:MouseEvent):void{
URLRequest("http://www.letsgolakers.com/index.php?"_self);}



How come?

Button Link Not Working
I have a Dynamic page that is a parts list in a MySQL database that I show on a page using PHP in Dreamweaver.
The page uses a repeat region to list the parts depending on what nav link is clicked and what I want to do is add a flash button to the repeated region that when clicked will take you to a larger view. I have all of this setup and working fine except for the flash button.

For instance when the page is loaded you may see 10 parts listed and the button will show up 10 times also, one button next to each part listed. I am currently using a simple image as a link to the larger view and it works fine. The link looks like this.

largeview.php?SearchField=<?php echo $row_Recordset1['Part']; ?>

My problem is that flash doesn't read the php in this code: "<?php echo $row_Recordset1['Part']; ?>". I need flash to read the php code so it knows what part number to show.

Is there any other code that can be used to have Flash read the php code?

I hope I explained this properly and any help would be greatly appreciated!

I am new to flash so please spell it out for me.

Thanks

Button/link Not Working (CS3)
Creating website in CS3, Actionscript 2.0
When linking menu buttons to their respected pages (ex. the Home, About Us, Services buttons, etc.) I can't get them to work when I test the page. I'm also not getting any compile errors...

Here is the basic code I am using. I can post .fls also or whatever needed:

Actions Layer; Frame 1


Code:
aboutus_btn.onRelease = function()
{
getURL("http://www.google.com", "_self");
};

services_btn.onRelease = function()
{
getURL("http://www.google.com", "_Self");
};
I am using google.com as the url for testing purposes. The actual urls are /aboutus.html and /services.html

The instance names have been double checked to be correct. Thanks in advance!

[F8] Button Not Working With Link From XML File
Hi there made this code i have everything working but the simple thing i cant get to work no more. When i click the read_btn button nothing happens, any idea. Here is the AS 2.0 code:


Code:
var ssx:XML = new XML();
ssx.ignoreWhite = true;

var currentIndex:Number = 0;
var header:Array = new Array();
var urls:Array = new Array();
var story:Array = new Array();
var dateadd:Array = new Array();
var links:Array = new Array();

ssx.onLoad = function(success){
if (success) {
var ss:Array = ssx.firstChild.childNodes;
for (i=0;i<ss.length;i++) {
header.push(ss[i].attributes.header);
urls.push("images/" + ss[i].attributes.url);
story.push(ss[i].attributes.story);
dateadd.push(ss[i].attributes.dateadd);
links.push(ss[i].attributes.links);
}
holder_mc.loadMovie(urls[currentIndex]);
header_txt.text = header[currentIndex];
story_txt.text = story[currentIndex];
date_txt.text = dateadd[currentIndex];

}
else
{
trace("XML file failed to load");
}
}

// Load the external XML File
ssx.load("featured.xml");

// Next Button Function
function nextFeature() {
if (urls[currentIndex + 1]) {
currentIndex++;
}
else
{
currentIndex = 0;
}
holder_mc.loadMovie(urls[currentIndex]);
header_txt.text = header[currentIndex];
story_txt.text = story[currentIndex];
date_txt.text = dateadd[currentIndex];
}

// Prev Button Function
function prevFeature() {
if (currentIndex == 0) {
currentIndex = urls.length -1;
}
else
{
currentIndex--;
}
holder_mc.loadMovie(urls[currentIndex]);
header_txt.text = header[currentIndex];
story_txt.text = story[currentIndex];
date_txt.text = dateadd[currentIndex];
}

// Press the prev and next Buttons and execute the function
next_btn.onPress = nextFeature;
prev_btn.onPress = prevFeature;

// Press the READ ALL Button and go to URL
read_btn.onPress = getURL("http://www.mydomain.com/artilce.php?ID=" + links);
please let me know if anyone has some idea or even can point me in the right direction, i am making a news module, but i still miss a few things.

- read me button (not working)
- autoplay (not working)
- soft transiations (not working)

Thank you again and i hope someone knows.

FLASH8 - Button Link Not Working.
The button I have to geturl isn't working as I thought it would.


Code:

inv_bttn_eagle.onRelease = function(){

getURL("http://foo.gearsector.com", "_blank");

};



I read this link and a few other after searching. This one seemed most relevant.

http://forums.devshed.com/flash-help-38/geturl-issue-what-is-wrong-434564.html?&highlight=geturl

I cleared the cache on my browser. I also changed the name of the file and uploaded it to see if it had something to do with the server's cache. But still no luck. When I click the button in the browser, it won't respond. But inside flash and it's test movie, works perfectly.

Here is the flash I speak of, located right where the two-headed eagle that acts like a heartbeat has a hit state button over it:
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=307947902

I am wondering if it's because the script is on my script layer in the last frame. And in that last frame I have a script that says gotoandplay a previous frame. Could this loop be causing my script to only last for one particular frame thus causing my clicks to miss it? The mouse arrow changes to a hand though as if I can click on the button throughout the process. I made sure to give the button an instance name. Maybe I need to set up an event handler as well for that button?

Thanks in advance!

Invisible Button On Gnome Banner, Flash Tutorials - Create A Banner
Hi, I'm currently doing the flash tutorial that has three parts to creating a banner. I do exactly as the tutorial does, but I can't get the URL to open up. Everything is exactly the same as the banner, I even copied and pasted the banner and actionscript into my file from the tutorial example, but it still doesn't work.

Can anybody help?

Link A Banner?
I have made a banner and it has a mask on it but when I try to put a link on it the mask doesn't work. can someone help me out with this.
I even took the link off and it still does't work in the text movie area???
Thanks

Betsy

Link For A Banner
Ok, this might be an easy one...

I have created a banner in flashMX for the mac.

Now, I put a link around the object tag ie:

<a href="http://blah.com">
<OBJECT>
flash stuff
</OBJECT?
</a>

Two bad things happen.

1. The banner doesn't link to anything... ie, the link gets ignored somehow.

2. There is no hand to display there is a link.

I have tried everything. I can't embed the link in the flash banner because of my clients tracking software.

So, I ended up for now making an invisible button that has no action to make the hand appear when a user puts his mouse over it.

However, the link around the tag still doesn't work... any ideas where I'm going wrong here?

Here is the link to the page:

http://adbot.theonion.com/jimmydean/120X250_6.html

here is the source

Code:
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>120X250_6</TITLE>
</HEAD>
<BODY bgcolor="#660000">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?--><!-- image map -->
<MAP NAME="120X250_6">
</MAP>
<SCRIPT LANGUAGE=JavaScript1.1>
<!--
var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
var words = navigator.plugins["Shockwave Flash"].description.split(" ");
for (var i = 0; i < words.length; ++i)
{
if (isNaN(parseInt(words[i])))
continue;
var MM_PluginVersion = words[i];
}
var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
&& (navigator.appVersion.indexOf("Win") != -1)) {
document.write('<SCR' + 'IPT LANGUAGE=VBScript>
'); //FS hide this from IE4.5 Mac by splitting the tag
document.write('on error resume next
');
document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))
');
document.write('</SCR' + 'IPT>
');
}
if ( MM_FlashCanPlay ) {
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
document.write(' ID="120X250_6" WIDTH="120" HEIGHT="250" ALIGN="">');
document.write(' <PARAM NAME=movie VALUE="120X250_6.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#660000> ');
document.write(' <EMBED src="120X250_6.swf" quality=high bgcolor=#660000 ');
document.write(' swLiveConnect=FALSE WIDTH="120" HEIGHT="250" NAME="120X250_6" ALIGN=""');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write(' </EMBED>');
document.write(' </OBJECT></a>');
} else{
document.write('<IMG SRC="120X250_6.gif" WIDTH="120" HEIGHT="250" usemap="#120X250_6" BORDER=0>');
}
//-->
</SCRIPT><NOSCRIPT>
<A href="http"//www.atomiccoffeemedia.com/theonion/jimmydean/contest">
<IMG SRC="120X250_6.gif" WIDTH="120" HEIGHT="250" usemap="#120X250_6" BORDER=0>
</a>
</NOSCRIPT>
</BODY>
</HTML>

Link For A Banner
Ok, this might be an easy one...

I have created a banner in flashMX for the mac.

Now, I put a link around the object tag
Two bad things happen.

1. The banner doesn't link to anything... ie, the link gets ignored somehow.

2. There is no hand to display there is a link.

I have tried everything. I can't embed the link in the flash banner because of my clients tracking software.

So, I ended up for now making an invisible button that has no action to make the hand appear when a user puts his mouse over it.

However, the link around the tag still doesn't work... any ideas where I'm going wrong here?

Here is the link to the page:

http://adbot.theonion.com/jimmydean/120X250_6.html

here is the source

Code:
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>120X250_6</TITLE>
</HEAD>
<BODY bgcolor="#660000">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?WhatGetsYouGoing?--><!-- image map -->
<MAP NAME="120X250_6">
</MAP>
<SCRIPT LANGUAGE=JavaScript1.1>
<!--
var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
var words = navigator.plugins["Shockwave Flash"].description.split(" ");
for (var i = 0; i < words.length; ++i)
{
if (isNaN(parseInt(words[i])))
continue;
var MM_PluginVersion = words[i];
}
var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
&& (navigator.appVersion.indexOf("Win") != -1)) {
document.write('<SCR' + 'IPT LANGUAGE=VBScript>
'); //FS hide this from IE4.5 Mac by splitting the tag
document.write('on error resume next
');
document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))
');
document.write('</SCR' + 'IPT>
');
}
if ( MM_FlashCanPlay ) {
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
document.write(' ID="120X250_6" WIDTH="120" HEIGHT="250" ALIGN="">');
document.write(' <PARAM NAME=movie VALUE="120X250_6.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#660000> ');
document.write(' <EMBED src="120X250_6.swf" quality=high bgcolor=#660000 ');
document.write(' swLiveConnect=FALSE WIDTH="120" HEIGHT="250" NAME="120X250_6" ALIGN=""');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write(' </EMBED>');
document.write(' </OBJECT></a>');
} else{
document.write('<IMG SRC="120X250_6.gif" WIDTH="120" HEIGHT="250" usemap="#120X250_6" BORDER=0>');
}
//-->
</SCRIPT><NOSCRIPT>
<A href="http"//www.atomiccoffeemedia.com/theonion/jimmydean/contest">
<IMG SRC="120X250_6.gif" WIDTH="120" HEIGHT="250" usemap="#120X250_6" BORDER=0>
</a>
</NOSCRIPT>
</BODY>
</HTML>

Nearly There But Cant Link My Banner, Help.....
I have managed to get myself some nice .swf banners with the Min-FX software utility, the problem is that after uploading them to imageshack I dont seem to be able to link them to my message board header

Here is the image shack linkage, the banners are both 600x100 in size (although why the second on takes up the whole of the iumageshack viewing box but the first one doesnt beats me, any ideas?)

http://img258.echo.cx/my.php?image=t...barcode9py.swf

http://img258.echo.cx/my.php?image=t...ttering2bh.swf

If you anyone here can work some magic I would be very gratefull, I am almost there in getting a nice flash banner on my site, I need this LOL

Cheers

Banner Link
Hello,
I'm a newbie and just created my first banner in Flash.
The animation is not looped. Can you please advice how to place hyperlink (active on whole 468/60) after the animation has finished.
Thank you.

Link A Banner
Hello, i am new at this flash 8 program

I have made some pictures in photoshop, and now i need to put them together and create a banner in flash8.

I want to make the banner to a link, so when you click on it, the page will pop up.


Any one?

Want To Link My Banner
Hi again

Now I'm finally done with my banner. My last thing to do is add a link, so independent on where the user clicks, he should be redirected to a link. I know I can do this by creating a symbol->button, but is there any easy way to link the whole scene?

/Chrille

.swf To Banner With Link
hello all, I have a .swf file I want to make to banner, but I can't . Can someone of you do it for me - I mean to put the link in the swf file, because I don't know how. The url of the swf is: http://livescore-bg.net/livescore.swf
and the URL to point the banner to is: http://livescore-bg.net
If somebody can do this for me, I will be really very thankful to him. I tried a lot, but I don't underastand anytjhing from flash and any design any,oore. My designer made the baner for me, without inserting the link in it, and then we had a raw and now I have my work finished on 99% and I feel really stupid. Please, help me! The only thing needed is the link to be inserted in the.swf. If you can not download the file, please contact me and I will send it to ypu.
Hoping anyone to help me, thanks in advance.

Banner Link
hey guys im trying to insert a link in a banner im doing.but i do not want it to go directacly when the animation is finisht like the (geturl)

i want it only when the client clics on it.

thx

How Can I Link A Banner To A Url?
Hi all,

I'm new in these things and I have a simple question (I guess).
I've made an advertisement banner with text and button symbols. The question is how could I redirect the user to a url when he/she clicks everywhere on the banner.

Thanks anyway

CAN U LINK AN EXCHANGE BANNER?
Hi All,
Um I'm just wandering how do I go about adding an exchange banner to my flash site. my site is all flash & I was wandering if I could use copy & paste the code from Amazon that was sent to me onto my associate banner..thx all

Link For Banner Problems
Hoping a flash guru can please help.

This is for a commercial site. I have a page of flash banners that can be downloaded by affiliates of the company.

The affiliate has a ID number. The banner is to be used for click-throughs.

That is that when a potential customer clicks on the banner it takes them direct to our company's site from the affiliate.

This ID number is needed so that the affiliate gets their referral fee.

Similiar to the HTML code <a
href="http://www.xxx.com/from=sr-000000"><img
src="http://gs.cdnow.com/MN/xxx.com.buyweb_credit/upgrade/graphics/xswfb_468x60.gif"
alt="Enter Here" border="0" width="468"
height="60"></a>

This ID needs to be included when the banner is downloaded from our site automatically. If not can anyone suggest how else can it be done.

Can anyone please help! I'm desperate.

All help much appreciated

How To Make A Link Banner
Hi All

I was wondering how to make a link banner to put on websites.
I searched and saw Venio had something on it at Fret-files, but the link was broken.
Can anyone explain it in small words for me?

What I need is something that would be a couple of different sized banners that would be on the page that other websites could download for their sites.
Could this be just HTML code that pulls the flash banner image from my server, or do they have to download and embed the .swf file for themselves, or does this sound like something I should do as a .gif?
Thanks.

Link In Flash-Banner?
Hi,

my name is Maxime and I'm making Flash-Banners with Swish 1.52. Unfortunately I don't know how to put a link in a flash-banner. Is it possible? I simply want a link, thats active when the user clicks on the banner...

Thanks for your help!!

Maxime

External Link For Banner
I have flash banner made in Flash MX.

These banners link i want to control from external text file.

Please help ...

Link Banner To A Website
Hello,

I hope this is an easy one to anwer.

I have a Flash banner on my webpage with many diffent layers. How do I make the entire banner linked to a website address if someone clicks anywhere on the banner?

Thanks in advance,
MonaE

How Do I Link A Banner To A Website?
I created this flash banner:
http://www.geocities.com/imagocreati...er/Banner.html

Now I need to link it to the website but I don't know how to do that. Last time I made a banner the person wanted a ClickTag from Google so I added the transparent box over the banner and copied the code that Google provided but this time it seems that all the person needs is a direct link to their website..

Thanks!

Add A URL Link To My Flash Banner ( CS3 )...
I am also fairly new to flash and have made my first banner...

http://www.airboxmedia.com/rhythmpunkz/

As you can its finished now but I cant figure out how to make it link back to the page (listed above). I have created rectangle as a seprate layer over the whole stage, coverted it to a button and set the Alpha to 0% as the idea the user can click on the banner at anytime to open a new window.

I have tried adding this action scrip to the rectangle layer:

link.addEventListener(MouseEvent.CLICK,clickHandle r);
function clickHandler(event:MouseEvent):void{
navigateToURL(new URLRequest("http://www.airboxmedia.com/rhythmpunkz"));
}

but all I get is an error saying:

Statement must appear within on handler -> link.addEventListener(MouseEvent.CLICK,clickHandle r);

The class or interface 'MouseEvent' could not be loaded. -> function clickHandler(event:MouseEvent):void{

Many thanks, J

How To Link Banner To Website
I'm using Flash 8 Professional. I created a banner and can't figure out how to link it to a website. Thanks!

[CS3] Adding A Web Link To A Banner
Greetings everyone. My name is Leland Webb. I am new to the flash comunity. I am also very new to flash. I have managed to build a web banner/SWF movie, and would like to find a way to ad a link to my website using this banner. I was wondering if there is any way to ad a link to the movie, kind of like embedding it I guess. I dont know much, just the basics, converting things to symbols, changing layers things like that. I have no knowledge of actionscript, and could really use a helping hand. Thanks

Leland Webb

Help Me Get My Banner To Link To New Page
I created a flash banner and have tried unsuccessfully to get it to link to the new page. I originally tried to create an anchor tag in HTML. Through research and asking questions I discovered I needed to create a layer in flash, and place an action script on it so it will link.

I put the banner on the following test page.

http://www.yellowdogrecruiting.com/index4.html

I need the ad banner w/ images scrolling to the left, to link to the following page.

http://www.yellowdogrecruiting.com/p...olis_jobs.html


I placed the following code.

on (release) {
getURL("http://www.yellowdogrecruiting.com/pages/minneapolis_jobs.html", "_blank");
}

When I tried to publish, it gave me the following error.

1087: Syntax error: extra characters found after end of program.

Please help.

Thanks.

Broken Link In Banner Please Help
hi i made a banner in flash, i do a lot of flash work so this is why i'm puzzled as to why this doesnt work, but i made a banner for my site an when its tested in flash (ctrl+enter) the link works, you click on it, it goes to my site. However when it is viewed through a web browser there is clearly a link there as the cursor changes but when you click on it nothing happens?!

Can anyone point out what im doing wrong because i am out of ideas!

here is the code for the button:

on (release) {
getURL("

How Do You Make A Banner A Link?
I just made a Flash Banner and need to know how to make the whole banner a link to a website. Any help is greatly appreciated.

Link On Flash Banner To An URL
I have a flash banner made in the MX version. How can I make a link on it, so that when someone clicks on the banner to go to a specific URL.

Link For Flash Banner
I have never done a banner in flash but I am assuming that to have the banner be a link to a page to another page on the site you would just create an invisible button on the whole banner.  This does not seem to work.  Can someone look at this script and see if it is wrong.

----------------------------------
on (release) {
    getURL("http://www.awarestore.com/index.php?op=view_item&item_id=13561");
}
-----------------------------------

Thanks,



Thanks for your input;
WilcoHEAD

How Do I Link A Flash Banner To A URL
I have a flash banner I made ......how dio I make the banner a link to the site I biult it for .......can anyone help?????

How Do I Create A Link From A Banner
Not sure if Actionscript 2 is right, but I'm using Flash 8.

I created a banner that has 2 parts to it. It goes through one area for gift certificates, which I want to link to giftcert.php and the 2nd part goes through some more movements and such that I want to link up to sale.php

Everytime I try to add a url by on(release) or getURL, it gives me the same error saying:

**Error** Scene=Scene 1, layer=Layer 8, frame=1:Line 1: Statement must appear within on/onClipEvent handler

or

**Error** Scene=Scene 1, layer=Layer 5, frame=30:Line 1: Mouse events are permitted only for button instances

How would I correct this? (I'm an extreme beginner when it comes to Flash). Been searching Google, but dont know what to search for.

Thanks... Help is very much appreciated.

How Do I Make A FlashTyper Banner Into A Link?
This is probably gonna sound dumb, but here goes...
I've made a flashtyper banner and don't have a clue how to make it link to another page.

Help!

Banner & Link Collection Question
Hi,

I know I am posting on the wrong forum, but everybody has always been good with my answers here

Situation: Client wants me to deposit a bunch of links and banners to various medical portals, directories, pages, etc. Each deposited site has their way to monitor the CPC rate which is included for their PPC charge.

Problem: When I have to collect and compose a report of the stats at the end of the month, is their a program I can use that will track each link/banner and compose a chart for all of them, rather than having to do it manually (logging in to each area and collecting the stats in a report?

For my own site, Cpanel has Awstats which I use for web stats, and I use Phpadsnew for my banner ads. Just want something like these that will collect all of them. Thanks.

Any help would be great, as you all always do.

Thanks,
Dominick

Making Flash Banner Into A Link
Hi,

I have created a small flash banner that I would like to use on a couple of sites as an advert/link to my site. In effect the banner acts as a button, and clicking anywhere on the banner would activate the link. I am fairly new to flash so please make any suggestions fairly simple. Thanks in advance, Kevin

Making A Flash Banner A Link
I was having problems editing the text at first, I've figured out how to change the text, but, now I need to also make this a link back to the homepage. Is there anyway that the banner can be made into a link??? here is the link to the forum: http://rydiggs.com/phpbb2/index.php

I want the link to go to http://www.rydiggs.com

Thanks again for all your help

Please Help Me On Flash Banner Click Through Link
I've been trying for so long to figure out how to get an animated flash banner to click through to a different website. I have a button on frame 1 that has the getURL (bla bla blah) attribute, but how do I get this link on every frame? Surely I don't have to make a button on every frame, right?

Please help me. It'd be greatly appreciated.

Flash Banner Help With Link Problem, Please
Hello.. I have been making some flash banners. Is there a way to use an html link like you can with a photo? <A HREF="http://www.bareapparel.com"><IMG SRC="file.swf" ALT="Home"></A>

Ive tried this in flash but didnt seem to work, onClipEvent (mouseDown) {
getURL("http://www.bareapparel.com");

here are 2 different codes that are working for me.. I assume the only way to have someone click on the banners and it takes them to my webpage is to hard code it into the banner via flash actions? I dont want it to go on load, but on click.

also important info. I will be hosting the swf on my site and putting the banner on another site.

Please, any help would be very much appreciated

here are the codes im using. code in bold, not sure if i need?


<BODY BGCOLOR="#FFFFFF">
<p align="center">
<OBJECT CLASSID="CLSID27CDB6E-AE6D-11cf-96B8-444553540000"
CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flashlash.cab#version=6,0,29,0" ID="SlideShow Pro" Width="300" Height="100">
<PARAM NAME="movie" VALUE="http://www.bareapparel.com/v/vspfiles/files/flash/bareapparel mma.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE="#FFFFFF"><param name="allowscriptaccess" value="samedomain">
<EMBED SRC="http://www.bareapparel.com/v/vspfiles/files/flash/bareapparel mma.swf" quality=high swliveconnect="true" allowscriptaccess="samedomain" bgcolor="#FFFFFF" WIDTH="300" HEIGHT="100" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT></BODY>



<script type="text/javascript" src="http://www.bareapparel.com/v/vspfiles/filesswfobject.js"></script>
<script type="text/javascript">
swfobject.registerObject("myFlashContent", "6.0.0");
</script>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" id="myFlashContent" height="404" width="504">
<param name="movie" value="http://www.bareapparel.com/v/vspfiles/files/flash/bareapparel1.swf">
<!--[if !IE]>--> <object type="application/x-shockwave-flash" data="http://www.bareapparel.com/v/vspfiles/files/flash/bareapparel1.swf" height="404" width="504"> <!--<![endif]-->
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player">
</a> <!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>

How To Make A Flash Banner Link
Hi,

I'm a new guy in flash MX 2004 field and I just made few banners on my new site(will publish soon).
But the banners doesn't make link when I click on them. (Banner's function works)

I tried to create a symbol (buttom) over the flash banner,but for some reason,the steps isn't right, so I'm unable to make links for the banner, so frustrated.

Is anybody can help me and tell me the steps (detailed), Thank you very much for the help!
ylz

Flash Banner How Do I Link File To Get A Url
Have not used flash in a long time just got flash mx2004 I am making a banner and i need the whole banner clickable so that when they click it it goes to a url

HOW do i do that????????

Link To A Website From A Flash Banner
Hi,

So I have my flash banner and its plays all fine but i need to be able to click anywere on the 250 x 250 box and make it go to a specific site. Im assuming this is relatively easy and Im just very dumb! Can someone tell me what to do in simple man terms?

Cheers
Bruce.

Flash Banner Link Security
I'm working with a client who is adding Flash banners to their site and, after reading this article, has some concerns about security. They want to know if they need to add the script shown in the article to all of their banners, and considering recent changes to Flash Player security, I'm not sure it's necessary. The code (from the "To assign a clickTAG for your advertisement" section of the article) is attached to the end of this message. Does it still make sense to check for "http:" as shown below?
Code:

on (release) {
     if (clickTAG.substr(0,5) == "http:") {
          getURL(clickTAG);
     }
}
Or do recent versions of the Player make this unnecessary? Adoption rates for 7 is pretty high, but 8 is still around 50% or so. Thanks.

Php And Flash - Banner Link Dinamically Changing
Hi!

How can edit the link of a flash with php?

How can i dinamically change the URL where the flash banner links with the help of the php?

Example: asd.swf
It must link to the url:
At 10:00:00 http://www.top.com/inout.php?id=54&idd=90

At 10:00:12 http://www.top.com/inout.php?id=54&idd=950

Banner Link Control From Text File
i have single banner that i will run on some one site , that banner link i want to control from my site through text file so that time to time i can send user to diffrent section.

Please help ......

Corrected Link For Flash Banner Issue
I have never done an expandable flash banner before and I am so stumped. An example of what I mean is here (the yellow louis naveller one): http://www.percema.com/projects/ne_ph_1206_08/

The main problem I am having is how do I get that expandable piece to show through like that? If someone could point me in the right direction, I could easily finish the rest and would be eternally grateful

Any help would be awesome, sorry for last post

Flash Banner Ad - Adding The Link To External Url
Hi,

Apologies if this is a bit of a simple question. I have a banner ad that I have created in flash. It consists of a number of scenes. I need to add a link from it to a website. What is the best way to do it?

I have tried adding a 'go to web page' behaviour to each scene which works but it doesn't give a hand cursor when hovering over the file (previewing in the browser) and it seems a bit repetitive.

Any suggestions as to the best way to do this?

thanks
Ben

Banner With Link To Site Doesn't Work
Hi to all.
Am just learning flash. Have created two ad banners with invisible button that points to a web site. Both are basically the same except for dimensions and one of them has additional layers showing a lightning effect.

Followed the Flash Tutorials in Flash Help to create button with specific action -

inv_btn.onRelease = function(){
getURL("http://...com", "_blank");
};

Problem is one of them works when clicked upon and the other doesn't.
.fla file is attached if anyone wants to check.
Would appreciate any assistance in finding problem!
regards
rgb3

Copyright © 2005-08 www.BigResource.com, All rights reserved