Edge oam flashes before starting to play

hi there,
created a simple Edge animation with some elements (.jpg's, .png's and .svg's) appearing over time, that way building-up the full page in 3 seconds.
So I want to start with a blank screen.
Everythink seems to work fine in the timeline but once I do a preview in browser or import the .oam inside InDesign (delay: 0,125sec / user interaction: selected) it is if the page is first fully loaded in memory and then flashes for maybe 1/10 of a second just before the animation starts.
I've already tried to solve it with and without a posterframe; even used a fully blank .png as posterframe, but nothing seems te help.
All elements are set to 0% transparency at the start of the animation.
Someone got an idea what is going wrong ?
Do I have to place a 'stop' action on the first frame ? But I want the animation to start playing without user interaction...
I've got the same error in a free app I've made last moth.
On some pages I've animated some lines of text, also fading in over time. Error is the same, full .oam flashes for a moment and animation starts and plays just fine right after it.
That app is created with Adobe DPS R24, today i'm using R25.
link to the app in the store:
http://appstore.com/magnusmedia/MagnusMediapresentation
Someone got an idea how to solve this ?
Thanx in advance,
Herman Belgy

I've started to use a mix of oam files and html files placed over the indesign background art. Have a look at this thread, it helped me in some instances: http://forums.adobe.com/thread/1147872?tstart=30
Pdf folios seem to cause more issues from what I've experienced so far.

Similar Messages

  • Using embedded SWF, get a white flash when its to play

    Hi,
    We develop e-Learning content using swf files embedded in
    DCRs. We have started noticing a problem with the new Shockwave
    player 10.1+ in that there is a noticable flicker or white flash
    before the swf plays or is told to move on.
    Has anyone had a similar problem? Does anyone know a
    solution?
    We are using Director 8.5 and Flash 8.0. files published for
    Flash Player 5.0.
    Simon

    Well dont all fall over each other trying to post a possible
    solution ;-).
    Seems that we found the problem. We use shared script
    libraries (cst & cct). It appears that there is a line in our
    lingo code that sets the flash sprite cast member automatically
    direct to stage. Shockwave player 10.1 + does not seem to like this
    on standard speed machines and causes a flickering border around
    the flash animations, which is really noticable. The line of code
    reads as so:
    sprite(channelNo).directToStage = true
    We simply commented this out and the page functions fine.
    Incedently, if I manually set the flash cast member as direct to
    stage, we get the same issue, only more exagerated. This must be a
    bug in the 10.1+ player as we don't get the issue at all on
    machines running the 8.5 player.
    Simon

  • Youtube video's have to fully load before it starts to play

    When I go to YouTube, "any" video I click, the Video must fully load before it will start to play.
    This also happens on other site, I am not able to view live streams at all (Or at least I havn't wait long enough)
    I have uninstalled (Full) and Re-Install Firefox 8, I have removed Flash, and Re-Installed.
    I tested it before any Extentions were installed.
    Is there any settings on my PC that is doing this, I don't know what to do.

    Hi,
    In the OS Control Panel > '''Flash Player''' > '''Storage''', the ideal setting would be '''Allow sites to save information on this computer'''. If it is already that, then you may also want to check in '''Local Storage Settings by Site...''' and see if any of the problematic sites have the '''Block''' permission below.
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://addons.mozilla.org/en-US/firefox/addon/whats-that-preference/ What's That Preference? add-on] - Quickly decode about:config entries - After installation, go inside about:config, right-click any preference, enable (tick) MozillaZine Results to Panel and again right-click a pref and choose MozillaZine Reference to begin with.
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing video in Firefox without a plugin]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]

  • HT5271 Downloaded latest Apple updates that informed me old versions of Adobe Flash Player were disabled and advised me to go to Adobe and down load latest version of Flash Player. Did that, but Flash Player won't play swf files, which it did before.

    Downloaded latest Safari update that informed me that older versions of Adobe Flash Player were being disabled and then advised me to go to Adobe and down load latest version of Flash Player. Did that, but Flash Player won't play swf files, which it did before. (Instead of opening, it comes up as a page of code).

    Hi..
    Quit Safari.
    Open System Preferences > Flash Player then select the Advanced tab.
    Click:  Delete All
    Now select the Storage tab.
    Click Delete All
    Relaunch Safari to test.
    edited by:  cs

  • Code to wait until one event is finished before starting another?

    Hi all,
    Coding isn't my strong point but I have a basic understanding of how functions etc work.
    I've been learning about referencing symbol timelines with the awesome tutorial from the Adobe Blog, included below.
    http://blogs.adobe.com/edge/2012/07/18/tutorial-leveraging-independent-symbol-timelines/
    I've been able to get my symbol to play from a certain part of it's timeline depending on whether the mouse is rolling in or out but now I'm a little bit stuck.
    The mouseover event triggers an animation and the mouseout triggers another animation that starts from the same frame that the mouseover animation ends with.
    The problem is this. If I move the mouse quickly over the buttons, the first animation will play halfway through and when the mouseout triggers the second animation, the first animation will seemingly "skip" to the ending and move straight to the first frame of the second animation.
    I know enough to code it so that the second animation will check if the first animation is still playing before starting by using an else/if statement. Using this method I only know how to skip the second animation if the first is playing but that isn't really what I'm looking to do.
    Here comes the question; can anyone explain to me how to create a wait loop in Edge Animate?
    When I say wait loop, I am talking about code that will check a variable and perform an action if the variable is true OR loop back to the start of the function if the variable is false (to check the variable again).
    The behavior I am trying to achieve is somewhat like queuing the second animation so that it will "wait" until the first animation is played before beginning the second animation.
    Any ideas?

    Ok Mr Doon,
    Clearly, I read to quickly
    The behavior I am trying to achieve is somewhat like queuing the second animation so that it will "wait" until the first animation is played before beginning the second animation.
    So, say the anima symbol is a 2s animation and has autoPlay set to false. There are two instances anima-1 and anima-2 on stage.
    The event handler anima-1.mouseover starts the first animation :
    We select Stage in the code panel and place before the first Symbol.bind… the declaration for two symbol (stage) variables :
    Inside the anima timeline, click the top left bullet+curly brackets icon and select complete : when the animation is complete, we set the boolean variable (what is not very clean here is that this is done for the two instances anima-1 and anima-2) :
    The event handler anima-2.mouseover starts the wait loop, by calling a function defined at the stage level :
    More precisely, the function is defined in the document.compositionready handler. It defines (and stores in variable waitLoop in order to be able to remove when finished) an interval, that is the repeated call, every 10 ms, of an inner anonymous function.
    The latter simply tests the boolean and when its true
    - starts the second animation ;
    - clears the interval.
    You can download the example here : https://www.box.com/s/6yxjfmrqd0b5zbhmd3lx
    You can hover over the left rounded rectangle, and immediately after over the second one. Subsequent rollovers are not handled, but it gives you a possible logic to adapt to your particuliar problem (that I still do not understand completely : it's hard without seeing).
    Gil

  • I rented an HD movie in iTunes by mistake. Can I switch the rental to SD version before starting to watch it? Trying to make room on iPad.

    I rented an HD movie in iTunes by mistake. Can I switch the rental to SD version before starting to watch it? Trying to make room on iPad for more rentals to take with me on trip.

    You can get the SD or 720p version by:
    Open iTunes 11
    Click iTunes in menu bar > select Preferences...
    Click on the Store tab
    Change When downloading High Definition videos, prefer dropdown to 720p > click OK
    Click on the iTunes Store button
    Click Purchased link
    Click Movies tab
    You should now see a download icon for the movies you already have 1080p version of.
    Click on this download icon to download the 720p version.
    This will put a 720p version in the same folder on your hard drive as the 1080p version.  If you have iTunes setup to play 1080p when available, it will play the 1080p version.  When you connect your iPad 1, it will sync the 720p version.
    Don't forget to change your preference back to 1080p so you can continue to get the higher quality version.

  • Flash content won't play if HTML is in a different directory

    I have a flash CS3 slideshow that loads it's content from an
    external .xml file. If I export the HTML it plays fine, but if I
    move the HTML to the site root directory and let dreamweaver update
    the links the flash slideshow will not play.
    my site is at:
    http://www.heavensexpress.org
    the flash with the .xml is in
    http://www.heavensexpress.org/flash

    Flash looks at the current location of the HTML page for the
    start of any relative paths. So, if your SWF is in a different
    location from the HTML, you will want to use server-relative paths
    ("/path/to/xml.xml") or absolute paths ("
    http://www.mysite.com/path/to/xml.xml")
    in the Flash.
    If you don't want to change the SWF, move the XML and any
    other files relative to the root of the server, and you will be in
    business.

  • ITunes starts and plays songs automatically

    I installed Itunes 12.0.1.26 and Yosemite last night and now iTunes starts and plays songs automatically.  What is the problem with iTunes?  Could someone else have my iTunes account?  Should I delete ITunes and re-installed?

    I agree with/have same problem as vinfromacton.
    I know it's Flash causing the problem:iTunes had been functioning normally until this morning when I downloaded Flashto allow me to listen to archived radio programs on the internet.
    Once I downloaded Flash, iTunes startedopening and playing automatically ~ every 2-3 minutes. Annoying as it playsover audio I am listening to &/or recording.
    Only fix I've found is to turn iTunesvolume down to zero: does not stop iTunes from opening - it continues to do so- but I don't hear the iTunes audio.
    I'm also going to try dr alexander'ssuggestion: Open a blank Playlist > leave iTunes focus there>quit iTunes.
    It reopens but at least it'ssilenced....
    Haven't tried it but I would imagine uninstallingFlash (need to download the uninstaller from the Adobe website) would solve theproblem. This however would lead me back to my original problem: no Flash >cannot listen to audio archived on the internet and other internet audio...
    I'm also going to call Apple: I haveAppleCare. Will re-post after talking to them.

  • When I start to play a movie on my ipad, the message cannot find URL appears

    When I start to play downloaded videos I get the message 'unable to find URL'

    It only seems to be on videos I javen't watched before this problem started.

  • I recently purchased a tv show on my apple tv.  Do I have to download each episode before I can play it?

    I recently purchased a tv show on my apple tv.  Do I have to download each episode before I can play it? Each episode download is approx 28 min to download

    There is no storage in the Apple TV so you need to load content each time you view. However it only needs to load a small portion before it starts. If you do want to store it you can access your purchase in iTunes and stream via home-sharing.

  • Flashes Before My Eyes!

    I downloaded Captivate 4.0 trial and have since purchased and
    installed the "real program".
    I imported a .ppt for my slides.
    I converted .mpg files to .flv with Flash video encoder and
    inserted in various slides.
    I created a quiz at the end of the presentation in Captivate.
    The Captivate file size is 2.8M
    Other than making a few cosmetic adjustments, I published to
    Flash. Everything worked great. Now, all of a sudden when I try to
    publish...even just review...the slides literally flash before my
    eyes.
    I have 42 slides, 21 of which are a combination of text and
    video, the remaining are dedicated to a quiz. I've tried deleting
    earlier versions, deleted my browser history, deleted temporary
    files...everything I could think of that could possibly be causing
    this "slide flashing" at random. Nothing is working. Has anyone run
    into this problem before? Don't know if it's something with the
    software or my hardware.

    The movie fast fowards to the end. But it's not like I can
    see each individual slide and it just moves faster than I can read.
    The navigation "skin" used to be at the bottom of the slide
    and I could either click on the "next" arrow or just move the
    "slider" to get to the next slide. Now the navigation is somewhere
    at the top, the "next" arrow is in the middle of the page with no
    control attached to it and the slides just "flash" until I exit
    out.
    I am going to attempt to start all over again...maybe there's
    a setting I missed...maybe I shouldn't include the quiz at the end
    of the presentation, but rather make it a separate file and direct
    the last slide to go to that file...don't know at this point.
    From what I can remember, when I used the default buttons
    within the quiz ("submit" or "back") everything worked fine. When I
    went in and changed the defaults to an image button for those same
    commands, it went screwey!

  • When I try to open firefox, the taskbar icon expands and associated sound starts to play, but the window itself doesn't appear.

    I run Windows 7. I installed Adobe CS4, and when I tried to open Firefox after, got a popup window with a list of errors. I don't remember what they were specifically, but I believe they related to the Adobe flash plug-in. I restarted the computer, and subsequently got even less: the icon in the taskbar exanded, associated sound from the webpages I had tabbed started to play, but the window itself did not appear, not even in the preview. However, it closed normally when I clicked the red X in the preview window or when I right-clicked the icon and selected Close Window
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Media Center PC 5.0; SLCC1; .NET4.0C)

    See "Hang at exit":
    *http://kb.mozillazine.org/Firefox_hangs
    *https://support.mozilla.com/kb/Firefox+hangs

  • Edge animate cc Audio does not play on mobile phones & iPod though it plays perfectly on an mac pro

    I have uploaded an edge animate cc published html with sound. The html file opens perfectly on my mac pro safari browser perfectly with audio. But when I open the same file on my iphone5 the file opens but no the audio does not play. What wrong does anybody have an answer?

    You are right. But there detail. If Online audio will be downloaded to this user interaction. Depending on your animation will all be out of sync with the audio. For the timeline will run before. I do not know how to do but needed to put a stop to that timeline only run when the audio is downloaded. I had problems in IOS and Android with audio using adobe edge previous version before they even have audio support. Used Edgehero who answered my expectations very well. Only had this same problem but it was solved this way.
    Here's a link http://www.edgehero.com/ForumRetrieve.aspx?ForumID=94&TopicID=14286&NoTemplate=False

  • Flash videos won't play under one id

    Hi,
      I've looked thru many of the discussion here and am drawing a blank.  I'm running Lion 10.7.1 on a MacBook Pro (older 2.2 GHz Intel Core 2 Duo, 2G RAM) and have tried the following to get flash videos to work under my ID (e.g. NFL.com, Yahoo, YouTube).
         Repair disk permissions
         Uninstall and reinstall Flash (currently at 10.3.183.7)
         Latest software updates applied
         Reset Safari
         Also tried Opera, Firefox and Chrome and videos do not play there either.
         System settings, Firewall, System Preferences and Safari Preferences all seem the same under both ID's.
         ClamXav security shutdown
    Flash videos will not play under my ID.  Now if I switch to a guest account these same videos will play. 
    Under my ID I get the loading circle on Yahoo and nothing more.  On NFL.com I get the commercials but not the videos.
    So clearly something under my ID is blocking this but I've got no clue what this might be.
    Any other suggestions would be appreciated.

    Flash storage was not at zero so that was not it.  I'd checked those every time to make sure wasn't getting reset.
    BUT...things have taken an interesting turn.  After using 9.0 xxx versions trying to find a combination that would work on ESPN.com, NFL.com, and YouTube videos and finding that 9.0 r xxx would work on some but not all, 10 would not work on NFL.com, then finding ESPN stopped working (it had been for me previously) I started to look around a bit more.  After many installs of different versions, reboots and so on, I now have all things working.  The latest today was trying to install an older version of 9.0 r 115 as being requested by YouTube.  The .dmg file was in a zip and I started it with a terminal window.  When running that it displayed several error messages pointing to ~/Library/Preferences/Macromedia which had a couple of directories dating back to 2008.  The items there were
         #SharedObjects
         macromedia.com
         www.macromedia.com
    While I admit that I was pretty much giving up and was not as methodical about doing things as I had been previously (removing one thing, retrying, then doing the next), I ran the Flash uninstaller to remove the 9.0 r 115 verision, then removed these three directories, restarted my machine and then reinstalled the latest version of Flash.  YouTube, ESPN and NFL videos all now work.  I'm almost afraid to restart my machine.  But I appreciate the help that all have offered and I while I cannot pinpoint the correction to removing the above 3 files, that seems to have done it.  One thing to note too, was just prior to doing the above I checked the Guest account that was working on NFL.com and YouTube was not working today.  I've not checked it again after getting my primary ID working but will do so and if an issue will post back. 
    I am happy that I'm able to finally see videos on the sites that I hit!! Yay!! 
    (of course I was close to convincing my wife to allow me to buy a new Mac, but alas....) :-)
    OK - just checked the guest account and all three work there as well.  So back to a good place.

  • Flash audio player not playing in safari (it shows but does not play).

    Basically i own an internet radio station and for some reason the web player (flash player) no longer plays in Safari since i upgraded to OS X Lion, was working before but not now, it does show the player it just does not play any audio, however it does work in Google Chrome.. any ideas why its no longer working since installing Lion??

    The error is "Internet Explorer has stopped working.  A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available". Then when I click on the Windows solutions icon, it says:
    Adobe Flash Player has stopped working properly.
    To troubleshoot this problem, follow these steps:
    Click to go online and run the Flash Player  uninstaller
    In the File Download dialog box, click Run, and then follow the  instructions to uninstall flash player. If you are prompted for an administrator password or confirmation, type the  password or provide confirmation.
    Click to go online and install the Flash Player update
    I've done both these things for 2-3 days now.  Nothing works.

Maybe you are looking for