Buttons ontop of flash animation

I have a flash movie(generalPlayer) that in turn loads
another flash movie(converted from powerpoint) and plays it. I have
this generalPlayer loading in a java JDIC browser window. Since i
cant make flash automatically grab keyboard focus after the movie
is loaded into the browser(one has to click once on movie for movie
to get keypress events). I have decided to attempt to put a button
that sits on top of the playing slide show so the user can click it
to get the window to close, should they decide to close it before
the show is finished.
how can i accomplish this? i add a button to the stage, and
it does show up. But as soon as the slideshow gets loaded and
starts to play it then covers the button. How do i get this button
on top of the slideshow?
-ChazZ

If you're loading the second flash movie into a level, you
could make a third movie with the button that loads into a level
higher than than. You could also make the second movie load into an
empty movie clip in the first movie rather than into a level, and
put the button in a higher layer than the empty movie clip.

Similar Messages

  • How do I make multiple buttons in my flash animation?

    I am new to flash, and I have no training in it whatsoever. I
    created a flash animation with flash CS3 for my photography
    website, and I want to link each of the images to different
    galleries on my site. When I created my first button it worked
    fine, but when I try to create actions to link more than one image
    as a button, keep getting an error that says "1021: Duplicate
    function definition." How do I make each image as a separate
    button?
    I used the video of this tutorial as my guide to learn how to
    create a button:
    http://www.adobe.com/designcenter/flash/articles/flacs3it_firstflash_pt1.html
    Also, when I run the animation to test it, it loops, and I
    don't want it to loop. How do I stop it from looping?

    I used the method shown in the tutorial I mentioned to create
    it (created a new layer for the button, selected the area of the
    image for the button,used modify -> convert to symbol
    -> button, I edited it so it was an invisible button by
    moving it to the hit frame, gave the selected area an instance name
    of Hizumi_btn, inserted a new layer for actions and added the code
    I have attached to this post.
    I assumed that I would just need to repeat this procedure for
    each of the other images in my animation, but when I did that I
    received the error.
    I greatly appreciate any help you can give me.
    Thanks for the information on how to stop the animation.
    Here is the code I used to create my first button.

  • How to remove the button "play" and "stop" in that flash animation?

    The animation is this one ...
    http://adf.ly/OTGyh
    Hello, I made a simple flash animation of a character talking ... The only problem is that this animation has the button "play" and "stop" and I do not want it ...
    I want so carry out the main character speak the message and stop yourself automatically without user intervention to push any buttons ...
    I have the animation code, how do I get this code to the buttons and start the animation so load the page?
    Ah, and how to put the link to a page by clicking on this open a flash site?

    How to do it step-by-step? Because i'm beginner in FLash and that things of animation, codes, functions...
    And I create that simple animation in other program, not using the Adobe Flash, but I think can be edited that file animation in Flash because I have the files ".swf" and ".flv"...
    I don't know how to do it in Adobe Flash CS3, but I have that program installed in my pc, then can you talk me what to do it?
    Sorry my bad english, i'm from Brazil.
    That is the folder contains the files:
    https://dl.dropboxusercontent.com/u/11826717/off/laranja/files_animation.jpg
    That is the Download the files of that folder if you want see better:
    https://dl.dropboxusercontent.com/u/11826717/off/laranja/laranja.rar

  • Flash animation in button states

    hello to gurus out there,
    i am trying, several days now, to attach flash animated skins
    to 3 of my buttons in a Flex application. Can somebody help me tell
    this to Flex?
    I've tried
    <mx:Button id="deleteButton"
    disabledSkin="@Embed(source='/resource/icons/delete_disabled.swf)"
    overSkin="@Embed(source='/resource/icons/delete_over.swf')"
    upSkin="@Embed(source='/resource/icons/delete_up.swf')"
    downSkin="@Embed(source='/resource/icons/delete_down.swf')"
    click="deleteClicked()"/>
    ..but with no good, i then get 200 errors in line 0 even
    after i delete the code above
    thanks is advance!

    thx Peter for your time helping me out (btw heres the
    link
    you sent me, very useful indeed) but it seems i can't still figure
    out how to skin a Flex button component with animated skins i made
    in Flash. So i''ll try explaining it better. Please bare with me.
    In my Flex application i have 2 different kind of buttons.
    One is static and that was pretty easy skinning it with the
    .swf and .css examples i found.
    Second one though, has a rotating animation on Over state
    which changes the dimensions of the button.
    In my flash file I made a movieClip (Mybutton) where i have
    the four states of my button in 4 different movieclips along the
    timeline. I labeled 4 frames according to the button state it
    holds. i then used make Flex component command to export the swf to
    Flex. And i actually see it in my custom components in Flex, but of
    course i see it as a movieclip and not a button.
    How do i tell Flex that this is a button and define its skin
    states from the frame labels in flash?
    I did try the @embed source skinning a Flex button with
    separate swf but it's totally messed up with the animation the swf
    holds. It completely distorts when i place mouse over it.
    I don't know where I'm going wrong, can somebody help me
    out??

  • Timing Flash animations in Adobe Presenter

    Hey everyone.
    I've got a rather exotic problem:
    I'd like to make a video with the Adobe Presenter in which an animation (made in Flash) is running while I am talking. Since there are multiple animation steps with pauses in between, I need to find a way to time the animation steps. I know I can do this in Flash by prolonging the pauses in between the steps, but that strikes me as rather complicated (because I have to know my exact speech timing when composing the Flash file).
    Do you know another way to pause and continue the animation while recording my talk?
    My idea was the following:
    Put a button into the lower corner of the flash file which needs to be clicked to continue with the animation after each animation step. The problem is: While recording with the Presenter, I cannot click the button.
    Any ideas??
    I'd appreciate any help I can get

    Question: why not just include your audio track directly within your Flash anim?  This way, you can sych your visual elements to the narrative right in Flash without having to guess where or when something should happen when playing back in Presenter.
    Just remember, however, that all SWF files need to be set to 30fps so that they'll play correctly in your Presenter content.
    Rob
    http://www.robrode.com/yabb/

  • Embedding a Flash animation in a Flash Site

    I'm looking for a solution to the following problem. I am
    developing my website in Flash and I would like to show examples of
    interactive flash animations I have developed. I imported my my
    .swf animation to my flash site library, but when I drag and drop
    it to the stage the following happens:
    1. The animation plays from frame to frame without stopping.
    2. Elements which were hidden (off the stage) in the
    animation now show up on the stage.
    3. When I open the animation in edit view (double click the
    animation on the stage) the entire animation appears as individual
    frames on one timeline.
    I would like to maintain the interactivity of the animation
    on the site (i.e. buttons, tool tips) and I suspect there is a way
    to embed the animation in the flash site while in flash.
    Any ideas?
    Thanks

    You don't really want to add new files that way. In addition
    to the problems that you list, you will also be making one, large,
    file. This means that it will take longer to download, and possibly
    play poorly.
    You should keep these independent .swf files as they are, and
    "import" them using either AS2's loadMovie() or AS3's URLRequest()
    to bring each file into your movie.

  • Get border when resizing flash anim in dreamweaver

    Hello, I'm needing some help , I'm not sure weather its something i'm doing in dreamweaver or weather I need to export the flash anim with the document properties just a little bit smaller than the flash anim when exporting when in theory shouldn't have to do?
    the problem I'm having is I export a flash anim out of flash I make sure the document properties and the flash anim line up so theres no visible boarder when exiting.
    when I'm at the button stage and drag onto the stage to be able to export, ( sometimes I find that the flash border - say if my anim is 220 by 185 . when i click on it (dragged button with movie inside from libarary to stage)
    the stage - as I am told I can't export a flash anim with an alpha white off the flash stage I have to make the stage the same size as the button -
    So i make the stage size 220 by 185 when I'm dragging the button to line up to the stage I find sometimes its off?
    Is there a better way to export a flash anim as it is without having to change stage properties then dragging the button to fit the stage then get url options ect.
    anyways. I am finding that I am having to make the stage size (in flash ) a few extra pixels smaller than the box button 220 by 185 so what i'm doing is making the stage say 218 by 183 to then draggin the button inbetween the lines on the doccument border in flash. then exporting.
    I find if i Don't do this sometimes in dreamweaver, when I open dreamweaver instert app div then import swf into the app dif then resize the swf I get a boarder.
    But even then I find sometimes if i do an app div then insert media swf and resize the swf i get a border, say if i make the boarder properties in flash red.
    sometimes I get a red boarder.
    but on other pages say i have a about page I resized it its fine then on another page import app dive then impor the exact same swf file resize it it suddenly gets a boarder (i'm testing using red backround in flash when exporting as a movie.
    why do sometimes I get a boarder around swf in an app div when importing into dreamweaver.
    thanks kindly

    I read this twice and still don't quite know what you're asking.  Flash questions are best posted in the Flash forum.
    Animations used in Web pages should be sized appropriately before you bring them into Dreamweaver.   Same goes for static images.  If you need a 200px wide banner, design it at 200px wide.
    As for APDivs, honestly don't know why you would need one. A regular CSS division (no positioning) is all that's required for 98% of layouts.   http://apptools.com/examples/pagelayout101.php
    For answers to layout questions, we need a link to your test page.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Lauching videos from a flash animation built with Catalyst

    Hi all,
    I'm using Flash Catalyst with the idea of building a table of contents for the movies of my external hard disk.
    But I don't know how to lauch various videos from a flash animation built with Catalyst (button).
    Is it possible ?
    Thanks you.

    Are you looking to:
    Click a button in Fc
    Open a relative file location that is on your local disks
    If so, this FAQ should help you.  (the pdf would be replaced with your movie file)
    FAQ: How do I creative a relative link to a PDF without http:// for an interaction?
    Best,
    Tanya

  • Overlay live video feed with flash animation

    I am using a webcam to allow people see themselves on a screen.  I would like to overlay the video with some flash animation (simple graphics of planes, cars etc.) going across the screen.
    How do I achieve this?

    Hi IEC,
    Having just finished an app that has two ROI overlay layers ontop of a
    static image, I might be able to give you some ideas. All of the below
    assumes that you know basic Labview programming.
    - I have not used IMAQ yet, and so am not sure what front panel control
    type will render the live video images. But, I'm not sure that matters.
    - If you can place an XY Graph over your video display on the front panel then we have it made
    - stretch the size of the XY Graph so that the plot area matches the size and placement of your video image panel
    - make the plot area of the XY graph transparent.
    - you can also make the border of the XY graph transparent
    - if you want a scale for your video then use the scale of the XY Graph to show the scale of your video images
    - then it's just a matter of defining the XY points of the ROIs that you want to plot on the XY Graph
    - if you want multiple ROIs then each can be a different color by making them different channels to the XY Graph
    - if you just want a few straight lines, and want to be able to move
    the lines around in realtime then you can get a little fancier:
           - turn on the cursor legend for the XY Graph
           - create two cursors for each line that
    you need (a start point cursor, and an end point cursor)
           - set the color and cursor style as desired
           - in your main loop:
                     - use the XY Graph "crsr list" property to get the XY positions of the various cursors
          - those cursor XY positions become
    points of line segments fed to the XY Graph to plot (draws a line
    between the cursors)
           - In realtime, as you move the cursors, the line segments move accordingly
    In my particular app I had to provide a mechanism for the user to
    create ovals, rectangles, polygons and freehand ROIs. Then I also
    needed mechanisms to rotate, pan or expand/compress the ROIs. This is a
    bit more challenging, but very do-able.
    Hope that helps,
    RMP

  • Flash animation interactivity for autism nonprofit

    I run a nonprofit that is creating an educational Flash animated video series for children with autism - we are trying to figure out the best way to composite our animation and export our videos so that we can retain the Flash interactivity and be able to play the videos across all platforms?  Should we composite in AfterEffects and export MOVs and then have the interactivity be coded in using HTML5, action script, or Javascript?  Or, is it best to keep everything in Flash and rely on an App to cross over to Apple products?  We are unfamiliar with other options and would really appreciate some help or guidance here.
    Bottom line: we want to be able to stream interactive videos of our Flash animation from our website so that they are compatible across all platforms and also create DVDs, while keeping all of the content consistent.  Our interactivity consists of a few buttons that bring up different menus or result in playback.

    Very hard to answer because it appears you're asking for a single development path with a huge number of vastly different mediums. You're going to need to expect to produce some of these in different ways, such as the DVD (if it's a video DVD). Flash/HTML5 won't help you there, Encore with some menu programming can do some but that is a horse of a whole different color than an actual interactive device.
    While Apple devices may eventually get Flash Player support, Adobe would probably first need to start developing Flash Player for Mobile which was already abandoned on Android. I find most sites utilizing Flash no longer play on my Android device despite the player.
    That leaves HTML5. While Flash can export to HTML5 it does come with limitations that you'll need to learn about.
    I feel the best place to start would be with a JavaScript programmer who can feel out the capabilities and limits of Flash's CreateJS HTML5 output and weigh that against your needs to see if it's an ideal platform to base off. Otherwise the pure JavaScript/HTML5 video route is probably your best choice. There are probably regulations (such as the old Section 508 accessibility for government work) that you're up against if you accept state or federal funding which will limit your choices to only the most accessible route, especially with special needs.
    In either route, due to being a bit familiar with the kinds of interactive activities you need, keeping interest via variation, video and animation are your best bet. Since DVD and universal accessibility is a target, that narrows it down to Video. So I would concur on After Effects and Premiere being used to produce the visual assets.

  • How to make a flash starter (to other flash animations)

    What is the code I must use when I click on a button (goto1_btn), it loads another flash animation (1.swf) which has a back button (back_btn) to return at the starter? (gallery)
    (Note: I'll use more than 30 btn on the starter → at the end: more than 30 swf in the folder)
    Thanks

    I won't be writing out all the code you will need for this since it can get fairly involved for what you describe wanting.  As part of your learning you should also learn how to find coding solutions.  Google and the Flash Help documentation are two of the best tools available for this.  Search Google using "AS3 Loader tutorial"  You might even want to try searching for "AS3 gallery tutorial"

  • Flash animation and Youtube

    After days of searching i didn't find the optimum way to
    upload flash
    animation without quality ...destruction.
    I tried to export in mov, avi, .. (I use Adobe Flash CS4's
    export movie )
    MP4, H264, 1280x720, 640x360,
    convert to flv ....(with Adobe Media Encoder)
    I tryied ... everything ....but the quality loss is huge
    My fla file (or swf) is a 1280x720 with 24fps , but i can
    change this ... if necessary
    Does anybody can help further ?

    Clearing the cache can take a few minutes which might give the impression that it has stopped responding.
    The most likely candidate though is AVG Safe Search which you appear to have installed.
    Try running Firefox in [[Safe Mode]]. If it functions correctly in that configuration than one or more of your extensions is responsible.
    Also, I see a number of old Java Consoles in your system specs. Maintaining old plugins exposes your system to vulnerabilities associated with those older versions. Disable them by clicking the Firefox button, go to Add-ons, then Plugins and disable them in there.

  • Making a flash animation into link

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3271770931_3721276
    Content-type: text/plain;
    charset="ISO-8859-1"
    Content-transfer-encoding: 8bit
    Hi all
    Could someone tell me how to make a animation placed into
    Dreamweaver
    clickable? I just need a simple link to another page but I
    can¹t find where
    to link anything in. Is it a parameter that I need to set up?
    Thanks
    --B_3271770931_3721276
    Content-type: text/html;
    charset="ISO-8859-1"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>Making a flash animation into link</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN
    STYLE=3D'font-size:12.0px'>Hi al=
    l<BR>
    Could someone tell me how to make a animation placed into
    Dreamweaver click=
    able? I just need a simple link to another page but I
    can&#8217;t find where=
    to link anything in. Is it a parameter that I need to set
    up?<BR>
    <BR>
    Thanks</SPAN></FONT>
    </BODY>
    </HTML>
    --B_3271770931_3721276--

    Thanks Urami
    Nice and simple, thanks very much
    Gaz
    On 5/9/07 12:29 am, in article
    fbkpp1$juf$[email protected], "urami_"
    <[email protected]> wrote:
    >
    >
    > Garry Bradley wrote:
    >> Hi all
    >> Could someone tell me how to make a animation placed
    into Dreamweaver
    >> clickable? I just need a simple link to another page
    but I can¹t find where
    >> to link anything in. Is it a parameter that I need
    to set up?
    >
    > You need to make that within flash movie.
    > You could use big invisible button on top of your entire
    content
    > or simple apply onMouseDown event to the timeline which
    will make
    > the whole stage clickable, follow by getURL action.
    >

  • How to add a close button to a edge animation ?

    How to add a close button to a edge animation ?

    Welcome to our community, Laurie
    You posted this in the FlashHelp section. Is that your actual
    output type? If so, you will need to make edits to the FlashHelp
    using Adobe Flash.
    Cheers... Rick

  • Controlling Flash Animations in Captivate

    Hi Folks,
    I have a simple Flash animation running in Captivate. What is the best/easiest way to pause and play/resume that animation in Captivate? I'm using Captivate 5 and Flash Professional CS5.
    Thanks very much for your help,
    Roger

    Hi Roger,
    The animation will pause when you have a pause on the timeline from a click box or another interactive object.
    If you want a dedicated button to pause/play you'll need to attach an advanced (conditional) action, because you'll need to influence two system variables:
    rdcmndPause  has to be set to 1 to pause everything, including the animation
    rdcmndResume has to be set to 1 to continue playing.
    Lilybiri

Maybe you are looking for

  • 7.6 Skype Crashing on Startup in Win 7 x64 bit

    I have not been able to launch Skype successfully in several days. the previous weekend, I applied multiple windows updates. I was running my computer when it suffered a crash event, and now whenever I open skype, the following log appears when it im

  • Firefox 29.0.1 cannot process a valid .json backup-file.

    After upgrading to v29.0.1 my all my bookmarks have gone. I have tried restoring them from automated backups (I tried ten different files) but each time I got an error message saying that ff couldn't process the backup-file. The files have been valid

  • Trouble downloading the app manager

    I'm getting an error message saying the sevrer is not responding in a proper manner and to please retry in a few mintues.  I have retried many times.  What do I do?  Is Adobe experiencing problems?

  • Inter compant stock transfer:

    Dear Guru's, I have a problem in configuring inter company postings , so, can i have (one step procedure) stepwise configuration material on the inter company stock transfer. It is urgent could yo please reply soon, points will be rewarded. Sushil [e

  • Switched website servers, now DW won't make changes "live"

    Last week, our IT person switched our website's host. She moved our organization's website from eCommerce to eHosting. Ever since then, whenever I make changes on Dreamweaver and drag them over to make them "live," the changes do not appear online. I