Flash ad specs

I create simple web ads for a client. under 30k, simple tween
animations. I have them asking me to create rollover ads now. My
questions are: Does someone need to host the swf that loads once a
viewer rolls over? These will certainly exceed the 30K limit,
right? Do I need to know the required dimensions before and after
the roll over? as well as which way it rolls out? How do I create
this effect? I know how to use basic action script with regards to
roll over effects but does this change the document size? or does
it link to another swf? Sorry if this seems like I'm asking too
much. point me toawrds a tutorial if you know of any.
cheers.

Here you go. This example has three clickTags. It's based off three buttons (clickBtn, clickBtn2, BTN) :
function clickedb(e:MouseEvent):void { //function for SIPC
    var sURL: String;
    if ((sURL = root.loaderInfo.parameters.clickTag)) {
        openWindow(sURL);
    //navigateToURL(new URLRequest("http://www.sipc.org/"), "_blank");
function clickedb1(e:MouseEvent):void { //function for SIPC
    var sURL: String;
    if ((sURL = root.loaderInfo.parameters.clickTag1)) {
        openWindow(sURL);
    //navigateToURL(new URLRequest("http://www.sipc.org/"), "_blank");
function clickedb2(e:MouseEvent):void { //function for SIPC
    var sURL: String;
    if ((sURL = root.loaderInfo.parameters.clickTag2)) {
        openWindow(sURL);
    //navigateToURL(new URLRequest("http://www.sipc.org/"), "_blank");
clickBtn.addEventListener(MouseEvent.CLICK, clickedb);
clickBtn2.addEventListener(MouseEvent.CLICK, clickedb1);
BTN.addEventListener(MouseEvent.CLICK, clickedb2);

Similar Messages

  • Flash banner specs...question

    hello,
    i am working on a flash banner campaign where the specs say:
    - Animation permitted – up to 3 loops
    - Maximum animation length: 15 seconds
    i got the ads approved. now i am making them loop 3 times, is
    it customary for the 3 loops to happen within 15 seconds, or can
    the approx 12 second animation loop 3 times, approx 36 seconds?
    any previous experience with this situation is greatly
    appreciate.
    thank you!

    This is generally true so long as you embed the font.
    However, if you have a large display font used as a headline,
    it is always best to break it up. This is the only way you can
    guarantee that the exact appearance--size, kerning, etc.-- will be
    preserved.

  • Flash Professional CC no longer available for 32 Bit?

    Hi to all...
    I purchased a membership for the creative cloud and downloaded some of the applications of the suite (Photoshop CC, Illustrator CC, InDesign CC, Dreamweaver CC and Muse CC) but the only Flash Professional available for download is the CS6 version, not the CC. I assume that Flash Pro in CC is only available for 64 bit processors. Any chance to get a 32 bit version?
    Thanks for your comments...

    Flash Pro CC requires a 64bit OS. Here's the system requirements:
    http://www.adobe.com/products/flash/tech-specs.html
    If you're 32bit you will need to use Flash CS6.

  • Flash CC crashes every time I try to export an image

    I just downloaded the free trial of Flash CC because I wanted to test it out as a drawing program. I just finished an illustration and want to export it as a .JPEG, but every time I try, Flash crashes! I tried creating a new file and just exporting an image of a small circle, and even that caused the program to crash.
    I don't want to have wasted a free trial and be unable to use or access these images after the trial runs out, simply because I cannot export them into image files.
    Any help would be wonderful, thanks.
    (I am using a desktop Mac, if that makes any difference)

    Are you on Mac OSX 10.6? Flash Pro CC is not supported on Mac 10.6 and this crash is one of the known issues on Mac 10.6.
    System requirements for Flash Pro CC - http://www.adobe.com/in/products/flash/tech-specs.html

  • Question RE: uninstalling Flash

    Hello,
    Pls tell me how to "delete directories," step 9 in document for uninstalling Flash.
    Specs: OS X 10.6.8 and Safari 5.1.10
    Thanks,
    eliz_f

    The uninstaller is the installer. If you have the original download, run it from that. If not, there's an emergency uninstaller in Applications>Utilities. You run it like you're going to install, only when you get to the screen where you chose "Install Components", this time you choose "Remove Components".
    Your iphoto problem sounds like you set PSE as your external editor. You can undo that in the iphoto prefs.

  • Adobe flash professional cs5.5

    hello there!!
    Just wanted to know if flash professional cs5.5 is intended only to the 64bit processors or also compatible with the traditional x86 (32bit) family processors.
    cheers!
    atar.

    The tech specs for the product are readily available if you look for them:
    http://www.adobe.com/products/flash/tech-specs.html

  • Adobe Flash Pro CC incompatible with windows 8.1

    Hi,
    I've installed adobe Flash Pro CC on windows 8.1 and it doesn't work  ! The program crashes...Does Adobe will correct this with a fix ?

    If Photoshop opens that pretty much rules out the GPU drivers being an issue (unless for some reason you disabled it which I doubt).
    I think you're right about 8.1. The tech requirements page hasn't been updated to say 8.1 yet at least:
    http://www.adobe.com/products/flash/tech-specs.html
    However the upgrade to 8.1 is mostly centered around user experience (having now read them). I honestly see nothing in the list of changes that has to do with graphics or audio which is usually the culprit.
    That leaves storage. One thing I do note is desktop booting (no user/password). I wonder if this has changed something permissions-based. More specifically if there's more (mostly unncecessary) security under the hood on a file basis now that computers can boot to desktop. I don't have 8.1 so I can't say. To find out, just right-click on Flash and start it as Administrator and it would answer that question (no permission issues).

  • Querying a Flash Lite content type running in the player

    In the current Flash Lite specs, it's not possible to query
    the content
    type that is running from within the Flash Lite player
    (wallpaper,
    screensaver, standalone, etc).
    My questions:
    1.) Is this something that can be (easily) implemented in the
    next rev
    of Flash Lite? I can think of a few use cases where this
    might be
    (potentially) useful.
    Basically, this would allow for a detect mechanism, and thus
    provide a
    way to disable or enable functionality within content based
    on how it is
    being run (based on the content-type detected).
    For example, if FL content is run as a screensaver, no custom
    softkey
    navigation would appear. However, if run as standalone
    content, a custom
    UI might appear ... say giving the user the option to quit,
    get more
    info, etc.
    I am posting here to see if others would be interested in
    such
    functionality.
    2.) From my tests, I don't think the FL content type is
    inserted into
    the Flash Lite SWF header, but can it be? Injecting meta data
    into SWF's
    is tricky business ... does it make sense to add this
    functionality in
    the next rev of Flash Lite? ... again, this info might be
    useful in some
    content use cases, which tie back to #1.
    Thoughts?
    -sj

    I could see some strong potential FL improvements by opening
    this door. This could be very useful in the sense that developers
    could then #include a single .as file that would act as a master
    library regardless of content type.
    Another feature that ties into this that I would love would
    be FL version detection. Granted, this file could sort of be
    created with FS2 command detection. But still, creating one library
    file that covers all user input methods would be very nice.
    To take this a step further, could this also detect what
    edition a phone is? Again, this could be done with via a
    WURFL, but that is a huge
    pain (not to mention memory intensive). It would be sweet if my
    code could (simply) detect a 3rd edition series 60 Nokia and
    automatically build in controls for screen rotation and soft key
    repositioning.
    To sum up, I agree with you Scott. Btw—nice to see you
    in the forums.

  • Problems with Flash Professional CS5 and Device Central CS5

    I have Adobe CS5 Web premium, Windows 7 64-bit.  (All updates on both)
    My problem is that when I press create on Device Central it doesn't set up the flash document specs for the particular device I am trying to build an app for.  It does the same thing when I try to create a new Adobe Device Central document in flash.  However when I try and create mobile documents for photoshop, illustrator or fireworks it works fine.  It is just when I try and create one for flash.
    Any suggestions?

    I realize this is an old thread, but I am having the same problem. In Device Central CS 5.5, I first selected Browse and dragged the HTC Droid Incredible, Motorola Droid 2, and Motorola Droid X to the Test Devices pane. Then I selected Motorola Droid 2 and clicked the Create button. At this point, the three devices that I added are grayed out, and the New Document pane says "To start, please select device(s) in the 'Test Devices' panel." The Motorola Droid 2 is still selected in the Test Devices panel, but as I said, it is grayed out.
    What am I msising?

  • Adobe Flash Professional CS5 Complications

    Hello everyone, I currently own ''Adobe Flash Professional CS5'' and had been extensively working on an animation when I clicked the ''File Info'' of a layer I was observing. Suddenly a random window opened-up entitled ''Uknown-4,'' the window was just blank and couldn't be closed as there was no ''x'' button. The window wouldn't let me go back to the program, so I had to close it all-together. Three questions, what the heck was that all about, is there an ''auto-save'' feature anywhere, and can I recover the lost project?
    Thanks~Flibbe

    The tech specs for the product are readily available if you look for them:
    http://www.adobe.com/products/flash/tech-specs.html

  • I cannot download Flash Professional CC

    Few months ago, I had no problems downloading Dreamweaver CC onto my computer. Now, I cannot download Flash Professional CC because of the operating system. I am currently running Vista.

    Charrice,
    The Flash Pro CC is not supported on Windows Vista.
    Please find below the tech specs where the Flash Pro CC is supported.
    http://www.adobe.com/products/flash/tech-specs.html
    System requirements
    Intel® Pentium® 4, Intel Centrino®, Intel Xeon®, or Intel Core™ Duo (or compatible) processor
    Microsoft® Windows® 7 (64 bit) or Windows 8 (64 bit)
    4GB of RAM
    2.5GB of available hard-disk space for installation; additional free space required during installation (cannot install on removable flash storage devices)
    1024x768 display (1280x800 recommended)
    QuickTime 10.x software recommended
    Internet connection and registration are necessary for required software activation, membership validation, and access to online services.*
    -Mandhir

  • Dreamweaver CS6 / flash CS6 not working

    Hi Folks
    I have downloaded the creative cloud apps and have found several of them have a circle with a line through them and are not clickable / able to be opened.....
    Dreamweaver, Fireworks and Flash all display the same thing....

    Please check the minimu system requirement of Dreamweaver and Flash I think you computer is not meeting up with the minimum system requirement.
    Dreamweaver CS6 : http://www.adobe.com/in/products/dreamweaver/tech-specs.html
    Flash CS6: http://www.adobe.com/in/products/flash/tech-specs.html
    Firework CS6: http://www.adobe.com/in/products/fireworks/tech-specs.html

  • Help - Images Not Appearing

    I am having a problem with a new flash photography site that
    was built for me. It requires the latest version of flash - but on
    some computers, the images won't appear - even when the latest
    version is downloaded. The rest of the site does show up (text,
    tables, etc.) but not the images.
    My web guy doesn't know how to fix the problem - can anyone
    help? It's urgent. Thank you!!

    Give us some examples where it doesn't work, as in PC specs,
    browser specs, flash player specs. It also wouldn't hurt if you
    posted a link. :)

  • Can't download the Premier Pro trial from Creative cloud

    can't download the Premier Pro trial from Creative cloud

    Hi, I have the same issue, and I also have w7 32bit. This is only for Premiere? because for flash cc also has similar requirements:
    http://www.adobe.com/la/products/flash/tech-specs.html
    And we can download it
    Thanks,

  • Is the "512GB PCIe-based Flash Storage" on the new mac worth the extra cost?  I am comparing with a refurb with better specs (faster CPU, larger hard drive) and from what I undersand the PCIe flash storage is the big differentiator in cost.

    hello - i am considering two macbook pros
    NEW - http://store.apple.com/us/buy-mac/macbook-pro?product=ME294LL/A&step=config#
    REFURB - http://store.apple.com/us/product/G0ML1LL/A/refurbished-macbook-pro-27ghz-quad-c ore-intel-i7-with-retina-display
    The refurb actually has a faster processor and a larger hard drive.  From what I understand, the big difference in cost is the new macbook pro contains "512GB PCIe-based Flash Storage" versus the refurb "768GB Flash Storage".
    Is the PCIe flash storage really worth the extra cost (and smaller size)?
    PS - Also I believe the brand new one has 2 GB graphics memory as opposed to 1 GB graphics memory.  I don't really care about that as much as I won't be doing a lot of video editing or gaming.

    RestonManJavaLuver wrote:
      Is she wrong - are these actually going to people's homes, being used, then returned and resold?
    Some are some are not. Otherwise Apple has a ton of Mac's sitting around that have been returned by customers under their 14 day No Questions Asked return policy.
    But they not just Returned and Resold. They go back to Apple, checked out (Tested) any parts that are not up to spec replaced and then repackaged in a plain white box to be sold as refurbs.

Maybe you are looking for

  • Concurrent Program output error

    Hi When i want to check the output of concurrent program i am getting error for all concurrent program An error occurred while attempting to establish an Applications File Server connection with the node FNDFSERP-1-DR. There may be a network configur

  • Limitations of number of populated cells in Numbers for iPad?

    Does anyone know what the maximum parameters are for Numbers on iPad? I have searched for a knowledge base article on this but cannot find one. I am trying to bring in a excel sheet I converted to Numbers on my MacBook Pro and then brought it into Nu

  • Dual monitor support and HDMI

    Can the new Mac Mini with the AMD 6630 graphics handle two thunderbolt 27" monitors and an HDMI monitor?

  • Non-http servlet without headers

    I would like to create a servlet that does not respond to web requests, but to invocations by client sockets (on port 80). It all goes well, but even if I use a simple Servlet implementation, the web server wraps the response into a http response, an

  • Selecting media type Audiobook will not stick

    iTunes 10.1.2.17 84 bit on Windows 7 Ultimate x64. I( have a set of MP3 files which make up an audiobook. They are all in their own folder. In iTunes I import the folder, find the individual tracks under Music, highlight them all, right-click and on