Professional :: Make A Flash Banner Which Inserts City Name Depending On Ip Address?
Nov 28, 2011I would like to make a flash banner which inserts City name depending on ip address of user viewing the banner!
View 3 RepliesI would like to make a flash banner which inserts City name depending on ip address of user viewing the banner!
View 3 RepliesWe see this more and more in online banner advertsiments...How can we display the user's city based on his location?
View 6 RepliesI would like to make a map of my city
whey i click to that city color will change than
i would like to see city of place bigger in a new window
I was asked to create a banner in flash.how do I include the 'location' name or the user's IP address in the banner?
View 1 RepliesI am currently making a banner ad. Within this there is a note about an event that happens at a certain date.Is it possible to make this note play until that date, and then stop playing while the rest goes on?
View 3 RepliesAnyone know how to make a flash form submit data to an email address using AS2 and php.
View 1 Repliesi spend ages getting to know how to use flash, and make a banner and the bits that are animated have black boxes over them when i publish.
[URL]
i want to use xml and flash to make a banner like the one that tv.com is using so when i want to change the image or the content of the banner, i can do that by changing the url of the image and some text in the xml file. what do i have to do with flash, actionscript, and xml? is there any open source that i can use?
View 1 RepliesIs there some tools can help me make the flash banner?
View 1 RepliesI know that people don't generally like expanding flash banners, but my motive is simply to provide additional details for the sponsors of my forum[url]...
As you can see, in the upper right hand corner, I have a very simple rotating flash banner that shows the local companies that keep it going. I'd like to provide an additional service for people that are interested in using them, where each sponsor gets a drop-down menu that has a map, address, directions and contact information IF the user clicks on it, and wants to see the information for that sponsor.
Now I know enough about flash on how to create the actual banner itself, but for the life of me, I simply cannot make it extend over the rest of the page. It always ends up displaying the entire .swf file, no mater whether I make half of it transparent or not.
I've tried using several banners, including the Double-Click Ad Kit and some other expample flashes, but for the life of me, and through very extensive googl searching I can't find any clear cut instructions on how to make it extend OVER the rest of the body. I've found some pages that sorta mention how to do it, but I really have had no luck in duplicating it.
I just need to know how to make a flash banner almost exactly like the one in the link. I would make it my own of coarse, but I need my banner to be the same size and same effect when the pictures change. I need to know how to make the photo's change from one to another, and how to make the transition effect as the photo's are changing. Here's the link to the banner I need to know how to make. [URL].
View 2 RepliesI am a full time web designer for a company that specialises in building online booking websites for the travel industry.I am an expert when it comes to Photoshop, but Flash is still quite new to me, I know the basics on how to make a flash display banner for an ad campaign but that's about as far as it goes.Basically I am creating an ad banner for a client, I have decided to use vector graphics for button/lozenges instead of PNGs to save on file size. However, when I create the buttons/lozenges on the stage the text seems perfectly aligned within. However, when I publish the SWF it seems to misalign. Look at the screenshot below for an example of what I mean.
View 2 RepliesI'm looking to make a flash banner very similar to the one shown on here [url]..I'm really stuck on what techniques i need to use.
View 5 RepliesSimilar to this: [URL]. Where all the latest news are rolling automatically. Is there some special name for that?
View 3 RepliesI am new to CS5 and i'm wondering how to make a flash banner play only once for the visitor. My home page has a search engine and every time the search the result will display with the banner playing again. this is the same for navigating through pages. I want the banner to stay on the last frame. its not looping, its just replaying everytime i navigate.
View 1 RepliesI have found a code on the net for a Flashbanner that scrolls the infoholder (info) horizontal. De info contains data parsed from xml. Now I want to replace the scrolling effect with a fade-in/out. I know there's a way to make a fade-in/out effect with two mc_containers. I tried that but with no result. Then I tried to make a Array where the info is pushed in.
ActionScript Code:
var holderArray:Array = [];
ActionScript Code:
info.name="info"+i;
addChild(info)
holderArray.push(info.name);
Then I tried to transform the holderArray.
ActionScript Code:
function tweenSwitch(i:Number):void {
MovieClip(getChildByName("holderArray"+i))
setChildIndex(holderArray[i], 0);
trace(holderArray[i]);
}
But when I test this I get this error:TypeError: Error #1034: I don't understand this error so I am stuck right now and don't know what to do next.
I have recently followed a tutorial to make a movieclip in flash that makes buttons spin around a point depending on the mouse position. I have made my own version off this and would like to use it in a full flash website that i am making at the moment.
The only problem that i am having is with aligning this clip and as it is made up of script i cant physicly drag it to were i want it. I understand how to alighn this with x/y positioning but when i preview the flash in a web browser it is positioned correctly but then when i 'full screen' the browser this clip jumps about 4 inches down the page.
I recently just made a flash banner where you can click buttons to change frames. I also want to add the ability for it to automatically change frames after 7 seconds. I've put all of the pictures on the same frame and gave them frame labels. What would be the actionscript code I should use to make this work, along with making the buttons still functional? Also, how can I put buttons to go to the last frame from the first, and first to the last, while still making them stop at every frame? I keep trying and nothing's working.
If you'd like a more in-depth look, I've provided the .FLA file here:
[URL]
id like to know the action script code i need to add a url to my flash banner,ive found this and it works,but i need it to open as a self window and not as a blank
digilink_btn.addEventListener(MouseEvent.CLICK, myButtonFunction1);function myButtonFunction1(event: MouseEvent) { var request:URLRequest = new URLRequest("http://www.digilink.gr/fullmoon/index.php?option=com_mtree&task=advsea rch"); navigateToURL(request);}
where abouts can i add the _self so it opens within the web page?
I recently just made a flash banner where you can click buttons to change frames. I also want to add the ability for it to automatically change frames after 7 seconds. I've put all of the pictures on the same frame and gave them frame labels. What would be the actionscript code I should use to make this work, along with making the buttons still functional? Also, how can I put buttons to go to the last frame from the first, and first to the last, while still making them stop at every frame? I keep trying and nothing's working. If you'd like a more in-depth look, I've provided the .FLA file here: [URL]
View 4 RepliesI'm having a little trouble with my flash banner. When I click on my button, it opens the link I specified in a new window or new tab, like target _blank in HTML. I want it to open in the same window, so you're still navigating through the site. Here's my button's code: link_btn5.addEventListener(MouseEvent.... goToURL5); function goToURL5(e:MouseEvent):void{ navigateToURL(new URLRequest ("/forums/index.php "));}
View 4 RepliesAt the moment i am trying to make a flash banner that rotates banners out randomly and also when the guest sees the a banner they are intrested in they can click on it and it will take them to the respective link. I followed some tutorials out there on how to use xml and flash together and came up with this for my flash code:
// set random # variables - each must be 0 for first 'while' loop belowvar randomNum = 0;var randomNumLast = 0;
// parent containervar container_mc = this.createEmptyMovieClip("container",0);// movie clip
[Code].....
I am trying to make an animated flash banner in which a graphic slides across a 774 by 100 px stage which stops after playing once and repeats on mouse over.
I have managed to make the animation repeat on mouse over, but when it does, the graphic only slides to the point on the stage that the mouse moved over.
I have also tried this with a mouse out which works fine but is not quite what I was trying to achieve.
ban.mouseChildren = false;
ban.addEventListener(MouseEvent.MOUSE_OUT, banOut);
ban.addEventListener(MouseEvent.MOUSE_OVER, banOver);
[Code]....
I'm currently building a project where I have a map, the map has individual pieces (cities) where the user can rollover with the cursor on each city.To be able to do that, I saved each city as png with background transparency, however, when I import to flash and make it active, the city stays a png with the transparency but becomes a square, which means that when the user rollover the transparent square part activates it.What I need is to know how to use only the form of the city in flash.
View 9 RepliesI am posting this because I purchased a package on FlashComponents.net, and spent 167 dollars on a set of flash components that were suppose to be easy to install and highly customizable. I messaged the creater of this package, snowcat, but he does not reply to my inquiries on why it does not work.
What I thought might be wrong was what I changed in the xml file, so I uploaded the entire folder from stock. the index.html page worked, however as soon as i copied the source code into my page I wanted to to actually play in. It does not even show, when I right-click the area in which it is suppose to be it says "Movie not loaded...".
I literally copied and pasted, there were no changes to the code whatsoever from the working one. After that I continued to try to arrange it the way I wanted it to be anyways, storing the source files in a folder of the site rather than having it in the root of the file. This folder is "index_banner" The developer DID have a posting about that issue on his website which I read four times to make sure that somehow that was not the culprit either.
Below is the code for the page; I am hoping I inadvertantly messed something up because then my 167 dollars is not wasted. But with the lack of support for a supposed "well documented" package it is a little disheartening.
[Code]...
I am currently using CS4 flash and have designed a banner. I cannot get a hyperlink to work when you click on the banner. I have tried multiple action scripts and have no idea.
View 1 RepliesI have a pretty simple flash banner(using flash cs4) that I want ot make clickable.I am assuming I have everything correct, because when I "test movie", everything works as expected.Now comes the odd part. When I export movie, the clickable portion no longer works. Along the same lines as soon as I save the .fla file, the "test movie" no longer works.I have recreated this about 10 times now and everytime the same result. now I have it open on my computer, because as soon as I save it will no longer work.
My actionscript(3.0) code is as follows:
link_btn1.addEventListener(MouseEvent.CLICK, sgurl);
function sgurl(Event:MouseEvent):void;
{[code].....
and yes I have a button with an instance name of link_btn1
I have a button with a list of _global settings:
_global.practiceName = pName.text;
_global.practiceStreet = pStreet.text;
_global.practiceCity = pCity.text;[code]....
Then I have a MC with a dynamic text box with some AS:
practiceInfo.text = practiceName+' - '+practiceStreet+", "+practiceCity+", "+practiceState+" "+practiceZip+" - "+practicePhone+" - "+practiceSite;
The problem I am having is it ONLY inserts the FIRST _global property! Only the pName.text goes in. Am I missing something here?The practiceInfo.text works great if I manually state:
practiceName = "AbC";
practiceStreet = "1235 Way";
Does anyone know how to create a rotating flash banner for your wedding blog. I have a blogger photography blog but need a rotating flash banner. I know how to insert it but does anyone know of a generator that makes flash banners similar to these and made by prophotoblogs:
[URL]
Now with Flash Cs4 couldn't find the way to link the banner to other page. this is what i wrote on Actionscript:
inv_btn.onRelease = function() { getURL("http://www.sanpedrofashion.com/contactus.php" "self");}
AND GETTING THIS ERROR MESSAGE:
1084: syntax error: expection rightparen before self.