Web Banner Question

I'm trying to figure out how I can make my flash banner loop
without having it start from the begining everytime a user clicks
on another page. How can i make the banner continue to play from
where it left off once the user goes to the next page?? Thanx.

Yeah, that will work as long as the banner doesn't start from
the beginning every time. If you could send me the script, that'd
be great!

Similar Messages

  • 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 design questions (Was: A number of questions..)

    Ok so!
    What fonts are known to go well together when making banners or headers? I have been messing around with a lot of fonts and im really just looking for some new ones!
    I know this question really depends on the banner itself but what is a recommended size of a font when making a header? lets say 860x250 ?
    Are there any real kind of "must nots" when designing banners?
    When Placing text onto A banner where is the usual place you would see it? I know it changes from site to site but from just looking around a lot of text seems to be in the left bottom corner, is this a norm of some sort?
    Are there any known font combinations which would go together well when making a full webpage? As in fonts for the sidebar, content area, footer etc, any combinations?
    Thank you very much!

    You are asking design questions, but most web designers, including those who frequent this forum, have  no design expertise.
    Your questions are good, but  incomplete. The right typeface and size depends on the impression you are trying to create. For instance, you wouldn't want to use the typeface "Comic" for a website selling financial services.
    Many corporations have lengthy documents detailing their identity for graphic design and advertising. Such documents define which typefaces may be used where, and how. Assuming that you don't have such a document to work with for the creation of this web banner, think about the business, organization (or whatever) the website is for. Should it convey conservative dependability? Edginess? Family friendliness? The typefaces you choose should take such qualities into consideration.
    There's no definite answer to any of the questions you have asked. But that's OK. You should research websites that create the kind of impression you want to make and study how they accomplish it.

  • 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.

  • 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 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.

  • BEx Variable in Webi Report questions

    Hi Gurus,
    Here is my issue.
    I created a BEx Query 0SD_C03 Cube with following fields
    Two Columns
    One Key Figure:                   Subtotal1
    One Restricted Key Figure:  Subtotal with restriction " Sales Organization 1000"
    Two Rows                             Plant, Sales Organization
    One Variable with Sales Organization.
    When I ran this query in BEx Analyzer I can see all Sales Organization values in prompt list, How ever when I created a Universe and ran a webi query I can see 1000 in the Sales Organization list.
    Is this because I have restricted Key Figure with Sales Organization 1000 in the query?
    I removed my Restricted Key Figure from my query and tried again this time I see some 10 Sales Oraganizations but I didn't see all available Sales Organizations. Does BO Universe LOVs restricte the list?
    Thanks
    Sasi

    Identical entry so this is being closed:
    duplicate:
    BEx Variable in Webi Report questions
    Ingo

  • 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.

  • 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.

  • Few Hyperion Web Analysis questions

    Hi All,
    We are using Web Analysis 11.1.2 and i am a newbie to it. I have few questions regarding reports which may be of very basic level;
    Q1. If we right click on a report then we have an option of "Edit data" through which we can enter data directly into planning. My question is that how can i disable this option for all users as i don't want them to manipulate any data through a report?
    Q2. As we have made a report in which we have used the dimension members that are used in Hyperion planning. The name of member in Hyperion planning for example is ABC and i want to change the name to XYZ in Hyperion Web analysis report. How is that possible?
    Thanks in advance.
    Regards,

    Q1 depends on the level of provisioning and or useraccess permissions on essbase/olap level.
    Use Shared Services in combination with EAConsole to restrict this.
    Q@. In plain/ native essbase you can add aliases to the member. Normally you do not edit planning members in essbase (since you have to change them in planning it self) But perhaps you can. You can give it a try in a testenvironment.

  • 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

  • PL/SQL web service: question about stub

    hello,
    I'm currently learning how to work with PL/SQL Web Services.
    I have a question about stubs. The point is, I can deploy a web service to the OC4J server and it works. It also works when I create a stub following the WSDL I made with creating the PL/SQL web service. If I go to the endpoint in my webbrowser, the functionality is the same, with or without using a stub.
    My question is: what is the function of the stub?

    A stub is leveraged by a client application to communicate with a corresponding server side object (in this case, the web service implementation). If you think back to CORBA or RMI applications they follow a similar pattern.
    In the case of a web service you would use the stub to write a client application that could invoke the methods of the remote service and return the responses as java data types. The methods the stub class offers are the same as the methods of the web service interface. It's a common way for providing RPC like functionality.

Maybe you are looking for

  • Got a new hard drive for Snow Leopard, but what about all the applications?

    Hi, Installing Snow Leopard revealed a faulty hard drive, but Genius Bar got me a new hard drive and installed Snow Leopard and the rest of the Mac Box Set for me. I'm putting my computer back together, and I had all my files backed up on a Passport,

  • Webservice security: manipulating the SOAP Header

    Hi all, I need to call a web service for which the following XWSS security policy is specified: <xwss:SecurityConfiguration dumpMessages="false" xmlns:xwss="http://java.sun.com/xml/ns/xwss/config"> <xwss:RequireUsernameToken passwordDigestRequired="t

  • Music not playing in Amarok, Exaile, Rythmbox and Totem

    After a major upgrade a while ago, I'm no longer able to listen to music on Amarok. I tried to switch between Xine and GStreamer backends, with no results. I tried to listen to my music using Exaile, Rythmbox and Totem and they all failed. The only p

  • SOAP  URL - no action specified

    I was given a target https:// url and I have to send a cXML document to it. I have used the SOAP adapter without envelope with header. Can I do this? I have no action to specify since I have not been given a wsdl file. The cXML message format was tak

  • Internal drive disappeared !

    Help! my drive evacuated ! My external turned Internal 160 WD drive seems to have disappeared from the desktop. Although it shows up in the Utilities window, when I try to run repair disk, it prompts me that the drive cannot be found. What happened t