Create a Flash Banner for Your Website
Do you want to advertise your website? If so, read on to learn how to create a Flash banner - it's simple to do and can even benefit your business.
Contents
Steps
- Open Flash and create a new document.
- Change the size of the document to a standard banner size. Units are available here.
- Follow the directions described by the section depending on the type of ad you wish to make.
Static Image Banner
- Create your content for the banner. Start by making a button and putting your content there.
- Now, add your ActionScript code to the button to open your webpage. Something like this will do:
on (press) { this.getURL("https://www.wikihow.com/"); }
This code means "Open www.wikihow.com in the same window."
Animated Banner
- Create a movie clip and put your media in it.
- Add ActionScript to the clip. It looks like this:
onClipEvent (mouseDown) { this.getURL("https://www.wikihow.com/"); }
Final Steps
- Publish and enjoy! You can now submit your ad to places like Google AdWords, etc.
Tips
- To get a feeling of what the ad looks, check out this page.
Things You'll Need
- Flash (a free trial is available)
- Your ad/banner creative
- Money/credit card (optional and only needed to pay for the ads)
Related Articles
- Make a Simple Animated Banner in Flash CS3
- Create a Basic Flash Interactive Web Page
- Make Flash Text Animation with Flash Banner Maker Online
- Import Audio in Flash