Web banner

I am about to create some web banners which I haven't done in a while. I have always used flash for this, but as I am much more comfortable working in After effects I was wondering if it can be done from there? Since it is not possible to export FLV's anymore, which formats are recommended?

You don't convert movies to HTML5. HTML5 is not a movie format. HTML5 is a language/format for web pages. If you need help learning how to make an HTML5 web page play an H.264 video, then I recommend asking on the Flash and/or Dreamweaver forums, where the web experts are.

Similar Messages

  • How do I slice an image for a web banner and upload it to my website?

    Hi there! I am trying to slice an image into a web banner to upload it as the headed to my website layout. I have previously done this before, but a few months ago my computer crashed and I lost everything. I have a new computer now (Macbook Pro running 10.9.3) and downloaded a free trial of CS6. I vaguely remember what I am doing but am apparently way out of practice.
    I have tried at least a dozen different times to slice the banner and add the links, but for one, it keeps showing up with gaps in the image when I try and preview it on my computer. I cannot figure out why. Secondly, when I try to save it for the web as HTML and images, it is not working. It keeps saying something about needing to replace targets, etc. I am honestly lost and when I had originally made my website two years ago I don't remember it being nearly this difficult. I have some moderate HTML/CSS web design skills but I'm not sure if I am having a brainfart or what.
    Secondly, I cannot get the files to upload properly to my web server. I use FatCow as my host if this makes any difference. I've been watching tutorials on Youtube and trying to refresh my memory but I am so lost.
    Thanks!

    Can you save images via Tools > Page Info > Media ?
    The usual way to save an image is via the right-click context menu > Save Image as.<br />
    If you have a Mac without a right mouse button then see:
    * http://kb.mozillazine.org/ui.click_hold_context_menus

  • Web Banner Image Fade

    I'm an experienced Java Architect with no experience of JavaFX. I'm trying to develop a proof of concept Flash-style web banner to see if it is feasible to replace existing Flash elements on my client's site with JavaFX elements, thus removing the need for a costly proprietary RIA toolkit.
    Now the banner in question takes a physical URL from an XML document, loads a set number (also configured in a simple XML document) of images horizontally across the banner. It fades each image out independently and once invisible, it replaces that image with another random image from the URL and fades back in (ensuring it doesn't already exist in the other visible images). Whilst doing this, a quote is displayed across the images in a colour set by the XML file, and this quote fades in and out as well, changing to another quote from a set list, and fading back in once the new quote is found.
    Now I'm sure I can figure out some of the more typical functionality that I come across with Java, C++, etc. on a daily basis, such as interacting with an XML document, and loading images from URLs (perhaps), but the actual timing, fading, working loading new images and quotes at the right time, etc. is all new as I tend to develop business systems and not applications with visual effects. So help is needed on how to best go about doing this. I've begun with a very basic attempt at a Stage and tips on going forward would be appreciated.
    Also, as a side note, in JavaFX how would I extend the Stage and Scenes, and any other object, essentially, and then load them as variables...? remember I'm an OO-oriented Java and C++ programmer, so I understand inheritance, but cannot seem to find the right syntax in JavaFX after an hour working on this basic Flash-eliminating challenge.
    My code is below:
    package ribbon;
    import javafx.animation.Interpolator;
    import javafx.animation.KeyFrame;
    import javafx.animation.Timeline;
    import javafx.scene.paint.Color;
    import javafx.scene.Scene;
    import javafx.scene.shape.Rectangle;
    import javafx.scene.text.Font;
    import javafx.scene.text.Text;
    import javafx.stage.Stage;
    //capture the dynamic width and height of the scene
    var width: Number = bind scene.width;
    var height: Number = bind scene.height;
    var quote: Text = Text {
        font: Font {
            size: 16
        x: 10,
        y: 30,
        fill: Color.RED
        opacity: bind angle
        content: "Interesting quote goes here..."
    var scene: Scene = Scene {
        fill: Color.BLACK
        content: [
            Rectangle {
                x: 0,
                y: bind height - 30
                width: bind width,
                height: 25
                arcHeight: 5
                arcWidth: 5
                fill: Color.BLACK
                opacity: 0.5
            quote,
    var angleStart = 1.0;
    var angle = angleStart;
    var fade = Timeline {
        keyFrames: [
            KeyFrame {
                time: 0s
                values: angle => angleStart tween Interpolator.LINEAR
            KeyFrame {
                time: 3s
                values: angle => 0.2 tween Interpolator.LINEAR
        autoReverse: true
        repeatCount: 1000
    var stage = Stage {
        title: "Photo Ribbon"
        width: 680
        height: 100
        scene: scene
    fade.play();
    stage;Thanks in advance.

    If the banner image is not displaying, it is either not in an acceptable web file format (optimized for web as jpg, gif or png). Or it is corrupted.  Or the path to the image file on server is broken. 
    It's impossible to say more without a link to your problem page.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Web Banner with Video: How to start a flash animation ONLY after .flv is finished loading.

    Hi,
    I am making a 10 sec. web banner and am required to use a video that is on an external server. I had no problem getting the video file converted, uploaded to the external server and it is now playing back perfectly after exporting the .swf file.
    The problem I am having is that my animations (mostly text items, which are placed very carefully throughout the .flv movie) aren't matching up with the movie's movements (due to the .flv starting later due to streaming – I am assuming).
    How would I go about syncing these two things, so that the animations always line up exactly with the video's movements? Something like a preloader would be totally fine. I've also read about 'Cue Points' but they seem to be a little unnecessary for what should be a simple 10 sec. banner.
    Also the .flv itself is exactly 10 sec. long, but the banner is 13 sec. long so that the last screen (with the most important information) is shown statically for 3 sec. Should I be doing anything to compensate for this other than simply adding the 3 sec. in the timeline in flash, and letting the .flv restart when the entire .swf starts looping?

    use cuepoints in the video to sync your swf movieclips/timelines with your video.

  • Web Banner Crop Help

    Hi there,
    I have been asked to take some photos for a company's web banner. The dimensions are 1024 x 300 px.
    I have taken the image and used PS to crop it into the right size, but after saving the image, it displays the size as 900 x 264 px. Does anyone know why this is happening and how to get around this?
    Thanks in advance!

    Thanks for your reply.
    I really don't understand. I open the jpeg in photoshop. Go to crop and under size & resolution put in 1024 x 300 px. Once happy with the crop, I save the document as a Jpeg. I don't decrease the quality - it stays on maximum. But sure enough when I check the properties of the newly saved image, it displays as900 x 264 px.

  • How do I compress a huge flash file for a web banner?

    Hi there,
    I am having trouble figuring out how to compress a huge flash file for a small web banner. I have 3 jpeg sequences (lowquality) that are used as background animations and the swf file is now over 900kb. I need a file under 200 or even 100. 
    thank you for your attention,
    Ayka

    The only way to reduce the size of the file is to reduce the sizes of the content it has.  If you go into your Flash Publish Settings and choose the option to generate a a size report then it will publish a report that will let you know how the weight of the file is distributed and you can focus on eliminating that weight from there.

  • Web Banner Ad Design

    Hello!
    I'm in the process of designing some web banner ads and although Photoshop and Flash are the first obvious choices for designing them, I'm not sure what is the best choice. I've created simple animated GIFs with Photoshop but the client might be looking for something a little more complex as far as animation.The requirements for these ads are below and don't know if this limits what I can and can't do and/or application to use or not use.
    728x90px ad, no larger than 80kb, .jpg or .gif format
    300x100px ad, no larger than 80kb, .jpg or .gif format
    I would love some feedback as to best practices. Thank you in advance.
    ~Erick

    Flash is a dead web technology because the world's most popular web devices (iPhone, iPad, iTouch, Android...) do not support Flash.   Also, Flash animations are typically much larger than 80KB.
    The current trend in web design is to use jQuery or a combination of web technologies (CSS3, HTML5 and JavaScript) for interactive & animated web content.  See Adobe Edge Animate below.  But your output file size will definitely exceed 80KB.
    http://html.adobe.com/edge/animate/
    Given your 80KB limitation, I think the best you can do is static jpgs or smaller animated gifs in Photoshop.
    Good luck with your project!
    Nancy O.

  • Web banner looks different in Safari

    I replaced a Web banner on a site I do work for and it looks different in Safari then in FireFox and IE.
    The banner blends in to the background in the other browsers but the color appears "off" in Safarai.
    Is there anything I can do to fix this? I have never had this problem before.
    Here is the site: http://www.ehealthinnovation.org (the banner is at the top).
    Thanks.
    Brian
      Mac OS X (10.4.5)  

    I'm no expert on this by any means (so anyone out there please correct me if wrong) but I think it's to do with the color profile attached (or lack of) to the jpg used in the banner.
    This post by -g has some more information that might be useful.
    If all else fails, try changing the image to be a gif instead.

  • General info about web banner ads

    Hi,  I regularly work in Photoshop, Illustrator, InDesign & After Effects but now need to learn how to produce animated online ads for Web Banners etc.  As far as I understand Flash is the good choice of programme for this.  I have been told that iPads don't play web banner .swf files and require a different format for their banners, can anyone advise on what this is and can these be produced in Flash?  Apologies for the extremely open question, I just need a steer in the right direction.  Thanks,  Andy

    Most basic animations (which are most banners) can be performed solely with some JavaScript, and more advanced banners can utilize HTML5's canvas for effects. These will be visible on mobile as well as any decently modern desktop browser (last ~4 years) and this can be created to some extent with Flash Pro CS6.
    What type of animation are you looking for? Please be as descriptive as possible on what you'd like to see happen. Then a solid suggestion on how to approach it can be made.

  • Simple web banner with links

    I give. I've tried and tried to google, check forums, etc. and cannot find the exact answer to what I believe should be simple (if you know what you are doing).
    I need a simple rotating web banner with three photos. Each photo represents a different event and needs a different link to a different brochure.
    I have Dreamweaver CS3, Photoshop CS and Imageready CS.
    Please help if you have a moment to spare. I would greatly appreciate it!

    NivoSlider is one option that can do what you want.
    http://nivo.dev7studios.com/features/
    http://nivo.dev7studios.com/support/jquery-plugin-usage/
    To link the images, just wrap the images inside <a> tags, as per the usage page.

  • How to creating a web banner in Flash CS3?

    Hi all,
    I'm very new to Flash CS3. Can anyone give me a step-by-step
    instructions on how to make a banner for a web-site? Or a link were
    i can find step-by-step instructions?
    I have googled it but found no real help. I have tryed
    "Youtube" hoping to even fine any one (most likely a child) with
    directions on how to do this. Funny thing is that it seems most 8
    year olds are better at Flash CS3 than I am & i'm 45.
    Anyway, if you can help please make it simple or for the
    simple minded. :)
    Thanks to all!!
    BJ

    I understand your pain...I just posted a similar request
    earlier today for help but finally figured it out on my own. I've
    done lots of searching online and used Adobe's Flash Classroom in a
    Book and also took an online ed2go class and I still don't have a
    good handle on Flash. Nothing seems to give clear step by step
    directions on animating images for web banners. You just have to do
    a lot of trial and error. These websites may help if you don't have
    time for the classes:
    http://www.smartwebby.com/Flash/default.asp
    http://animation.about.com/lr/flash_animation/150331/1/
    mek113

  • Using a Photo in a Web Banner or LeaderBoard

    I've been trying to create a web graphic in PSE 6. I'm trying to make a banner to go at the top of a web page that is 800X200. When I resize the image I want to use, it comes out all distorted. How can I get this image into a banner and not distort the image?

    Make a new document that is 800x200.
    Copy and paste your image onto this new document.
    Use the move tool to resize it to fit.
    To keep it in proportion hold down the shift key while you resize(or maybe in 6 you don't hold down the shift key?--in my version there is a little chain in the options bar when you start to resize you can check to maintain proportions)

  • Options gone for select,edit, and print under HP Smart Web banner since HP dialed in to fix crash

    The buttons are gone for selecting, editing, and printing under my HP Smart Web since HP dialed in and fixed another problem.  I have uninstalled and reinstalled the software but still no luck.  All that shows up is the "HP Smart Web Printing" banner with the X to exit; that's it, no options listed below.  My computer has completely crashed twice since I started using it 1/4/10.  The second time the person dialed in and changed the bios and a few things in msconfig but I don't see anything there that would cause the smart web printing.  HELP.  Am I missing something really silly since I am a new user of HP Smart Print?
    Thank you in advance if you can help!
    ^j^Put behind you the troubles of yesterday, today's a new day full of blessings.
    ^j^May you and your loved ones be blessed with peace, love, joy,and health now and forever.
    ^j^Put behind you the troubles of yesterday, today's a new day full of blessings.
    ^j^May you and your loved ones be blessed with peace, love, joy,and health now and forever.
    ^j^Carrie

    I am REALLY annoyed to read this post. I have spent a lot of time to try and fix my computer (which I don't have with 5 kids...not your problem I know and NOT the point). It should NOT be this hard to update and fix a product. I DON'T WANT the Bing bar...and am feeling like I am being forced to accept it to make my puter run correctly because it is supported by HP. What....kind of service is THAT???????? I hope that someone from HP....admin or whatever...reads this. I am "madder" than mad. I have had HP products for years with few problems...and all of which I could find a solution for. This is unacceptable...and I hope someone listens. I don't know if I can trust HP again....when it won't even use the browser most use without problems. Sorry to the rest of the "forum" for venting...but I can't get help...am frustrated...find this out now...and it is nothing personal.

  • Need assistance with AS in a web banner

    Hi,
    Firstly I apologize if this is the incorrect place to ask for help.
    I've recently been hired to do some web banners (mostly GIFs) but I've also been asked to do some flash banners.
    Now I've got no problem animating in flash but I've been asked to include the following code.
    Click Tag To Be Implemented
    (Flash version 6 and higher)
    on  (release)
    getURL(_root.clickTAG,  "_blank");
    OR
    (Flash version 5 and lower)
    on(release)
    getURL(clickTAG, "_blank");
    I have no idea how to add it and copy and pasting it into the scripts window doesn't work.
    Please assist.
    I am in urgent need of help.
    Thank you

    The code you are showing needs to be attached to an object/button in order for it to work.  To attach it you need to first select the object on the stage and then paste the code into the Actions window.  You should create an invisible button to serve as the object and either place it over the entire banner or just over the desired clickable area.
    A more proper way to code in Flash is to place the code in the timeline, using the timeline version of the code, and then assign an instance name to the object you plan to click.  Let's say you create an invisible button that covers the banner and you give it an instance name of "btn".  Then the code for it that you place in the timeline (click the frame and place the code in the Actions window) would be...
    btn.onRelease = function(){
       getURL(_root.clickTAG,  "_blank");

  • JQuery web banner isn't displaying correctly in Firefox.

    I'm using a dualSlider by "Hugo and cat" that has recently stopped working for Firefox. It does display correctly in the latest version of IE, and Chrome. The banner text 'rotates' over the image, instead of under and it doesn't rotate the right distance.
    Site:
    http://www.smartwattinc.com/

    I don't believe there are any HTML5 elements on the site.

  • Web Banner format options

    Hello, I have been using animated gifs with my client for a while and it works well as they can easily preview the animations on any browser. The problem is as the animations get more complex my files are getting too big. Is there a better format/export process that will still be easy to share and preview in a browser before they go to the programmers. I'm using After Effects CS6 and have Photoshop/Firworks CS6 if needed. Hope that makes sense. Thanks for any help. Cheers, Leah.

    No. Short iof explicitly creating such stuff with web techniques in Edge Animate or in Flash, there is no alternative. There simply is no alternate universal animated image format.
    Mylenium

Maybe you are looking for

  • How can i deploy my .war portlet application

    Hi Gurrus! I want to deploy programatically (manuall way can also helps me to program the manual logic) my .war portlet application comprise of content: 1) 1 java file(portlet one) 2) 1 jsp file 3) web.xml 4) portlet.xml questions: 1) how can i do th

  • Variable customer exit

    Hi all, I created a query with customer exit variable that is filled from another variable manual entry. When i start a query I receive this error message: Error for variable in the customer exit and in debug I find this message: System error in the

  • My Apple TV lacking sound when using iplayer etc

    Can get sound when using Airplay from some web sources but not others. Any reasons why? Nick

  • Spry Submit and clear form

    Hi all, I have a Spry.Utils.submitForm in my JS it will submit the form and then in my callback I have it clear the form element using document.formelement.reset(); The problem is, it seems that my form is getting reset before the form is submitted.

  • How to run a Servlet Project's .war from Command Line??

    Hi there,, Can anybody help me with how to run a Servlet Project's .war file from command line??In fact I tried it using the following command, java -jar TestServProj.war but I get the following error,,, Failed to load Main-Class manifest attribute I