banner

Flash Banners Conflicting with Pop-Up Blockers?

We've been creating banners using the getURL linking method (in a blank window). For many people, it works just fine. You click the banner and are taken to our site. For others (me included), clicking the flash object triggers a pop-up warning in FireFox (both 2 and 3, default settings). The weird thing is that it doesn't happen for ever...

Libraries for text animation in Flex / Actionscript ?

Are there any good libraries for cool text animation effects for use in Actionscript (for use in an intro screen or banner). I've given up tryin to use Flash itself because that takes forever, and I dont know which of the many flash text animation tools to choose from. I'd like to be able to dynamically product cool text effects with d...

How to manage license banners in source files of Eclipse plug-in projects

I'm about to release a set of Eclipse plug-ins as Open Source and noticed that most source code released under the LGPL/EPL contains a header banner in each file that refers to the license or contains the license itself. Since adding these banners to each file manually seems to be a daunting and error-prone task, I was wondering whether...

How can I add a big flash banner to the top of my Wordpress blog?

I don't know if it is possible to add a Flash banner into a Wordpress theme... Ideally, this banner would be in the header of the site always. Any ideas on how I might accomplish this? ...

Random banner only displaying the first image.

I have an external javascript that contains: function random_imglink(){ var myimages=new Array() myimages[1]="http://sevir.sitegoz.com/jchs/Banner1.png" myimages[2]="http://sevir.sitegoz.com/jchs/banner2.png" myimages[3]="http://sevir.sitegoz.com/jchs/banner3.png" myimages[4]="http://sevir.sitegoz.com/jchs/banner4.png" myimages[5]="...

Embed flv file as banner

Hi, My client provided me with a .flv file to place on their home page as a banner. I have searched the internet for a while but did not come accross to a proper way of doing it. First of all, is it "the" way of doing such banners? or are they supposed to provide me with a .swf instead? If .flv is ok, then how do I embed it (no play con...

Display a .swf file as ASP .Net Page header

I have an ASP. Net 2.0 website with C# 2005 as the programming language. I am using CSS for the layout. Currently I am using a plain/static .Gif image as my header. I would like to enhance the look by using some animation in the header. I used some flash utilities to design my required animated banner. But since I was unable to use the ....

Anyone know good documentation on competitive banner rotation?

I am looking to code me a banner management system that has users make their own banners in a CPI system. Anyone have any recommendations or documentations to have their banners cycle? Or better yet, cycle competitively? ...

Ad/Banner Management/Rotation for Ruby on Rails?

Hi, I have a niche site that I'd like to sell banners for directly, rather than going through adsense. I need a system to manage the whole process: displaying ads and an administrative interface to manage them. It doesn't have to be anything terribly fancy, although open source is greatly preferred so that I can grow the system as nee...

Flash Banner with rollover/rollout - overlapping button cancels rollover

Hi all, I'm doing a work project that uses Flash CS3 / AS 2 (and cannot use AS3). I have a rather interesting and hairy problem that is taking up quite a bit of time and sanity. I'm working on a banner that reveals a new design on rollover, and switches back to the first design on rollout. This part works fine. However, the problem is ...

Best Practices: Tracking Banner Impressions

I am writing a banner ad engine in php/mysql. I don't want to use OpenX or a turn-key solution because there is going to be a bunch of custom functionality that I would rather not rely upon an existing system to have to flex to accommodate. Here is the thinking and my current approaches to the impressions architecture: Requests to ban...

Synchronizing banner execution

I'm looking for a best practice to synchronize 3 separate flash banners displayed on the same page. Basically all of them need to preload (politely), notify they're all prepared after what a command would somehow launch the animation of the 3 of them synchronously making them act like one and single add. The solution needs to be x-br...

CMS system won't allow SWF banner to load external swf??

Hi, I just started a job working in-house e-commerce, and their current CMS system won't allow my flash banner to load an external swf. It works on its own but just not placed or uploaded in their cms system. What does the tech team have to do to code that in? Is it an easy process? tks any help is much appreciated ...

Open Source Ad/Banner System in PHP?

My client needs to have a banner management system installed to their site. They want the system to be able to manage banners based on time (i.e. a client purchases an ad for 3 months, the site needs to not display that ad after 3 months time even if we don't change any settings) It also needs to integrate into our website. We have the ...

Looking for open source flash image rotator or tools to create one

I want to put a flash banner(slider) to show a bunch of products iteratively. And I want it to allow interaction so the user can interrupt image looping and choose what she wants to see and what images to show how long it will be shown should be configurable. I already googled for 'flashe banner / slider' but with no luck. Is there any o...

How to create flash banner which loads content from external XML?

Hi I want to create banner and do exchange with others. Banner will be flash because it will load just entry titles with URL's from XML, which is on my site. Is this possible at all? Could someone point me to some tutorial or give me some tips? Thanks in advance ...

banner advertising mysql-query with multiple tables

Hello. My problem is described further under the table structure. This is my tables for my advertising banner system: banner id (unique key) title bannersrc maxhits maxklik activefrom activeuntil dato bannerhits (number of shows) id (unique key) ip bannerid (index) (referring to banner.id) dato bannerklik (number of click...

Flash banner, crossdomain and XML loading

Hi, I want to create flash banner with XML content, and host it on my site with crossdomain.xml, and then share banner code with other sites for banner exchange. So, everything is on my server. Will loading banner, on other sites, load XML from my server, if both banner and XML resides on the same server, but banner is loaded on the o...

Banner Management System using Rails

I want to create an open source banner/advertising management app using Rails. The app is like the simplified version of OpenX, where user can define the ad zone, upload banner, and paste the javascripts on the page to view the ads. This will be my first open source project and using this opportunity to learn Rails. But I searched aroun...

Javascript top banner control

Possible Duplicates: How to show popup message like in stackoverflow Header message just like at Stack Overflow How to display a message on screen without refreshing like SO does? I'm looking for something like StackOverflow's banner that pops up (or rather drops down) from the top of the screen when you have a new alert. ...