How do I freeze a certain frame?

I want to freeze my movie at a frame so that I can put a caption at the bottom, how do I do it?

Hey Matthew,
I guess, what I was confused about is, the terminology "freeze".
I thought "forsure" wanted to have his movie/clip freeze temporarily at a certain frame/still frame so he could overlay a title (or whatever) on that frame/still frame and then have the movie/clip continue to play from that point on.
Now from what I'm gathering he just wants that paticular frame's duration lenghtened (by creating a Still frame) so he can overlay his title (or whatever) and place it where he wants.
Sorry for reading more into the original question/post than was stated.
Everyone has an Ooops moment now and then.
eMac   Mac OS X (10.2.x)  

Similar Messages

  • How to loop to a certain frame with an embedded video flv

    Hi everyone,
    I've searched the internet high and low but can't seem to find an answer to my problem. I have an flv video file that I've imported into Flash CS5 project as an embedded movie, because graphic and movie clip both produced still images. I want to embed the final product onto my website, and have the video autostart in the beginning, play all the way through, and then go back to frame 40 or so and loop continuosly from there. I've tried selecting the final frame and applying the instancename.gotoandplay (40); code but it isn't working. I read that this only works on keyframes, so I tried making the final frame a keyframe but because it is an flv file for some reason it isn't allowing me to do that. I'm a newbie, any help is appreciated.
    Dom

    A second option is to use a NetStream video play. This is a much more powerful and versatile way to control video.
    Looping back to any point in the video is very easy.
    All it takes to get started with NetSteam is to go to the Library panel top bar, in the far right is a tiny menu icon....click and open it, choose new video, actionscript controlled. A video (icon) will appear in the Library.
    Drag the video unto the stage, position and set dimensions as needed. Give it an instance name of "video_screen".
    All you need now is a little actionscript:
    stop();
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    var ns:NetStream = new NetStream(nc);
    video_screen.attachVideo(ns);
    /* Name of your video, with correct path, goes here */
    ns.play("video1.flv");
    the example path assumes that the video file is named "video1.flv" and is in the same folder as the Web page... edit both as needed.
    Test at this point to insure it's working.
    Now to loop add this to the actionscript:
    ns.onStatus = function(info) {
      if(info.code == "NetStream.Play.Stop") {
      trace("Video complete")
        ns.seek(60);
      ns.play(); 
    This example will trace "Video complete" at the end of the video and then "seek" back to 60 seconds into the video and "play" again from that point.
    While it doesn't seek to a frame, you can figure out what time corresponds and use that.
    If you are interested in trying this method, I'd suggest you set up a new, blank Flash doc and test on there. then exact size and placement is no issue. Just get the video playing and looping. Then implement in the real project.
    Best wishes,
    Adninjastrator

  • How to stop the animation at a certain frame?

    Well, as the title already says, how can I stop my animtation at a certain frame. Is it only possible due setting up a timer, or can I also enter a code that stops at a certain frame?
    And when I stop the animation, will my buttons still be able to get clicked?
    Greetings,
    Coyke

    Thanks for the usefull reply, the problem was that i forgot the add a new keyframe that's why I couldnt make it in the frame I wanted.
    I will have between 15 and 20 buttons that need to be able to get clicked when my animation is stopped, I first imported them to my library, then placed everything where I wanted it to be. Then created them as a Symbol (Selected Button!). Then I created instance names for every single of them.
    With the code that's downstairs I want to let my animation go to frame 200 when I click on the button "Middenknop" while the animation is paused. But now i get this error:
    TypeError: Error #1009: Kan geen eigenschap of methode benaderen via  een verwijzing naar een object dat null is.
         at Animatie2_fla::MainTimeline/frame1()
    Here's the code I am currently using:
    import flash.events.MouseEvent;
    //---Middenknop eigenschap verandering---\\
    Middenknop.addEventListener(MouseEvent.CLICK, basisClick);
    function basisClick(event:MouseEvent):void{
        gotoAndPlay(200);

  • How to go back to frame 1 when the timeline reaches a certain frame?

    I have a timeline that has some label frames at the very end of the timeline. During the timeline a user will hit a button on a frame and will jump to one of the label frames. On the label frame is another button that when clicked - returns the user to the previous frame. How do I make the movie return to frame 1 - without a button - but before it reaches the label frames? In other words, by simply reaching a certain frame in the movie, I want the timeline to go back to frame 1.
    I am using Action Script 3 on a PC
    Thank you.

    Thanks from me as well. I'm trying to make an interactive house simulation game (basic) and hit this issue where the timeline needs to skip to the next segment as several options are available per room (listed one after the other in the timeline). Flash isn't particularly easy to use when it comes to this kind of thing. Is Flash Catalyst CS5 more suited to this?

  • How  do i freeze a frame

    how do I freeze a frame on iPhoto?

    If, as Larry guessed, you're wanting to  get a frame of a movie as an image file you can do that with Quicktime Pro and Quicktime Player 7.  Stop the movie on the frame you want and use the Export ➙ Movie to Picture menu option.
    Or, play the movie in QT Player, free on the frame and take a screenshot.
    OT

  • Flash html5 - How can i make an internal movie clip slow down and stop when it get to a certain frame?

    I am creating an automotive braking system using flash and have a wheel turning. I want the wheel to slow down and stop after the brake pedal is pushed at a certain frame. I know I could do this with frame by frame animation but was hoping there was a short cut - javascript?? If not the slowing down portion then is there code for just making the internal movie clip (wheel turning) to stop when it gets to a frame.? Thanks

    you can use the ticker class to create a loop that you use to control the wheel's rotation or frame, TweenJS v0.6.0 API Documentation : Ticker

  • HTML: How to start playing a swf at a certain frame?

    Hi, is it possible to start a swf (test.swf) not in the beginning but at a certain frame (comparable to gotoAndPlay) in between the html-file?
    ... Or is there any other way to start a swf at a given frame? Thanks, Ute

    Hi Ned,
    now I found the solution by myself:
    on (release) {
         var my_mcl:MovieClipLoader = new MovieClipLoader();
         my_mcl.addListener(mclListener);
         my_mcl.loadClip("ecomo.swf",30);
    and in ecomo.fla:
         level30.abatimoaktiv = true;
         level30.kollektion.abatimobtn_inst.gotoAndStop(2);
         _level30.gotoAndPlay("abatimo");
    But one more question: what level ist he best one to choose?
    Ute

  • Loading an external swf into a target, prompting it to go to a certain frame (loadMovie)

    hello,
    I am making a website for myself and am having an issue with loading an swf and commanding the swf to go to a certain frame. Bassically I have one page, that has 7 seperate small thumbnail images on it which are buttons, each is commanded to open an swf file labelled slideshow. The slideshow swf showcases the thumbnails seperatly in a much larger scale, then the user can look through the images using previous and next buttons.
    this is the code i have so far:
    on (release) {
              loadMovie("meglarge.swf",target_f);
    So each image or Button has this code on it. Then the movie "slideshow.swf" is loaded into the target destination "target_f"
    Although each time you click on any button it starts directly on the first frame of the slideshow. Which is always the first pictue. I want the user to be able to click on any image on the main page and it will load that frame of the slideshow first, which can then be navigated to the other pictures using forward and back buttons.
    I hope this makes sense, and i thank you in advance for the help

    In order to be able to control the loaded file you have to wait until it has fionished loading until you can command it to do anything.  Using loadMovie does not support any ability to determine when the file has finished loading.  You need to use the MoiveClipLoader class instead, where you can make use of the addListener method to detect when loading is complete.  If you look up the MovieClipLoader.addListener method in the help documents there is an example there showing how to use it.

  • Help how do you save a still frame of video  as a photo?

    Help how do you save a still frame of video as a photo? Thanks

    A still frame from an Event:
    Put cursor at the frame you want, then right click (or command click) and select "Add Still Frame to Project".
    The still frame will be added at the end of the Project.
    A still frame from a Project:
    Put cursor at the frame you want then right-click (or control-click) and select "Add Freeze Frame". The Freeze frame will be added after the clip.
    In both cases:
    Select the still frame (so the yellow band is around it).
    Right-click (or control-click) and select "Reveal in Finder".
    You will see a JPG file highlighted in the finder.
    Drag this file and drop it on your iPhoto icon in the Dock.

  • Premiere Pro keeps freezing on one frame or will not play

    Premiere Pro keeps either freezing on one frame or will not play at all. The program itself is not frozen but the video will not play at all. When I hit the spacebar to play, the play button flashes although it is going from play to stop and back to play very quickly but I do not see the video above move at all. I then have to shut down the program and start it again to get it to work. This is extremely frustrating and wasting so much time. Hopefully someone has a solution for me! Thanks so much. 

    What version of Premiere Pro? Include the minor version number (e.g., Premiere Pro CS5.5 with the 5.5.2 update).  CS6 6.0.5
    Have you installed the recent updates? (If not, you should. They fix a lot of problems.) Yes
    What operating system? This should include specific minor version numbers, like "Mac OSX v10.6.8"---not just "Mac". Mac OSX 10.9.3
    What kind(s) of source footage? When telling about your source footage, tell us about the codecs, not just the container types. For example, "H.264 in a .mov container", not just "QuickTime".
    Type: MPEG Movie
    File Size: 99.4 MB
    Image Size: 1920 x 1080
    Frame Rate: 23.976
    If you are getting error message(s), what is the full text of the error message(s)? No error message but hows this...
    Process:         Adobe Premiere Pro CS6 [748]
    Path:            /Applications/Adobe Premiere Pro CS6/Adobe Premiere Pro CS6.app/Contents/MacOS/Adobe Premiere Pro CS6
    Identifier:      com.adobe.AdobePremierePro
    Version:         6.0.5 (6.0.5)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [181]
    Responsible:     Adobe Premiere Pro CS6 [748]
    User ID:         501
    Date/Time:       2014-06-22 15:40:19.101 -0600
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  A9C27A97-DDC7-BFFE-ACC5-46E0DA9D4793
    Sleep/Wake UUID: 58FAB22B-5384-4A68-89C7-7CE9090F678D
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.premiere.frontend   0x000000010c72675b FE::Application::AttemptPanicProjectSave() + 21
    1   com.adobe.premiere.frontend   0x000000010c77e28c UnixInterruptSignal(int) + 44
    2   libsystem_platform.dylib       0x00007fff951ff5aa _sigtramp + 26
    3   libsystem_kernel.dylib         0x00007fff8f6c8746 __psynch_mutexwait + 10
    4   com.adobe.AudioSupport.framework 0x0000000103083d3f ML::MonitorMixer::SetGenerator(ASL::InterfaceRef<BE::IAudioRenderable, BE::IAudioRenderable>) + 35
    5   com.adobe.AudioSupport.framework 0x000000010307cfab ML::AudioSupport::Shutdown() + 251
    6   com.adobe.ImporterHost.framework 0x00000001044b592c ImporterHost::Shutdown() + 588
    7   com.adobe.VideoRenderer.framework 0x00000001042e5347 ML::VideoRenderer::Shutdown() + 215
    8   com.adobe.ExporterHost.framework 0x00000001047fd36e ML::ExporterHost::Shutdown() + 46
    9   com.adobe.Mezzanine.framework 0x00000001053e2aca MZ::(anonymous namespace)::FullInitializer::~FullInitializer() + 182
    10  com.adobe.Mezzanine.framework 0x00000001053ebe15 MZ::Initializer::PrivateImpl::~PrivateImpl() + 29
    11  com.adobe.Mezzanine.framework 0x00000001053e1c98 MZ::Initializer::~Initializer() + 22
    12  com.adobe.premiere.frontend   0x000000010c773fc3 FE::(anonymous namespace)::FullInitializer::~FullInitializer() + 49
    13  com.adobe.premiere.frontend   0x000000010c774d35 FE::Initializer::PrivateImpl::~PrivateImpl() + 29
    14  com.adobe.premiere.frontend   0x000000010c773f5a FE::Initializer::~Initializer() + 22
    15  com.adobe.premiere.frontend   0x000000010c77ed55 AppMain + 453
    16  com.adobe.premiere.startup     0x000000010c8ef1d7 Run + 247
    17  com.adobe.AdobePremierePro     0x00000001000038b7 main + 647
    18  com.adobe.AdobePremierePro     0x000000010000361c start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8f6c9662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8e7b1421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8e7b1136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff942d6800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff942d69ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff942a7145 MPWaitOnQueue + 192
    5   com.adobe.ASLFoundation.framework 0x00000001005bf7b0 ASL::(anonymous namespace)::TaskProc(void*) + 160
    6   com.apple.CoreServices.CarbonCore 0x00007fff942a76c3 PrivateMPEntryPoint + 58
    7   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff942d6800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff942d69ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff942a7145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001001f8f74 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework   0x00000001001f6273 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework   0x00000001001f3963 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010012aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff942d6800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff942d69ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff942a7145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001001f8f74 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework   0x00000001001f6273 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework   0x00000001001f3963 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010012aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff8f6c964a kevent + 10
    1   com.adobe.dvatransport.framework 0x000000010079af12 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 240
    2   com.adobe.dvatransport.framework 0x00000001007a50da boost::asio::detail::task_io_service::do_one(boost::asio::detail::scoped_lock<boost::asio ::detail::posix_mutex>&, boost::asio::detail::task_io_service::idle_thread_info*) + 512
    3   com.adobe.dvatransport.framework 0x00000001007a5467 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 291
    4   com.adobe.dvatransport.framework 0x0000000100791fbd SkyConnectionEnv::MainLoop() + 129
    5   com.adobe.dvatransport.framework 0x000000010079203b SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    6   com.adobe.boost_threads.framework 0x000000010012aace thread_proxy + 158
    7   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.adobe.dvatransport.framework 0x00000001007a504b boost::asio::detail::task_io_service::do_one(boost::asio::detail::scoped_lock<boost::asio ::detail::posix_mutex>&, boost::asio::detail::task_io_service::idle_thread_info*) + 369
    3   com.adobe.dvatransport.framework 0x00000001007a5467 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 291
    4   com.adobe.dvatransport.framework 0x0000000100792c2a boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_ io_service_runner>::run() + 42
    5   com.adobe.dvatransport.framework 0x0000000100795c33 boost_asio_detail_posix_thread_function + 19
    6   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff942d6800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff942d69ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff942a7145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001001f8f74 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework   0x00000001001f6273 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework   0x00000001001f3963 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010012aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff942d6800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff942d69ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff942a7145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001001f8f74 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework   0x00000001001f6273 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework   0x00000001001f3963 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010012aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff942d6800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff942d69ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff942a7145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001001f8f74 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework   0x00000001001f6273 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework   0x00000001001f3963 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010012aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff942d6800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff942d69ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff942a7145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001001f8f74 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework   0x00000001001f6273 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework   0x00000001001f3963 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010012aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff942d6800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff942d69ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff942a7145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001001f8f74 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework   0x00000001001f6273 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework   0x00000001001f3963 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010012aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff942d6800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff942d69ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff942a7145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001001f8f74 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework   0x00000001001f6273 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework   0x00000001001f3963 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010012aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.adobe.ImporterFlash.framework 0x00000001237b759a void boost::condition_variable_any::wait<boost::unique_lock<boost::recursive_mutex> >(boost::unique_lock<boost::recursive_mutex>&) + 62
    3   com.adobe.ImporterFlash.framework 0x00000001237b3a99 ImporterFlash::SingleThreadExecutor::ThreadProcedure() + 127
    4   com.adobe.dvacore.framework   0x00000001001f3963 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    5   com.adobe.boost_threads.framework 0x000000010012aace thread_proxy + 158
    6   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff8f6c4a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8f6c3d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8f759fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8f7595e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8f758f25 CFRunLoopRunSpecific + 309
    5   com.apple.AVCVideoServices     0x00000001206dcad0 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 186
    6   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff8f6c4a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8f6c3d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8f759fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8f7595e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8f758f25 CFRunLoopRunSpecific + 309
    5   com.apple.AVCVideoServices     0x00000001206dcad0 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 186
    6   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff8f6c4a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8f6c3d18 mach_msg + 64
    2   com.apple.CoreServices.CarbonCore 0x00007fff942d39dc TS_exception_listener_thread + 100
    3   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff942d6800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff942d69ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff942a7145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001001f8f74 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework   0x00000001001f6273 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework   0x00000001001f3963 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework 0x000000010012aace thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff8f6c964a kevent + 10
    1   com.adobe.MediaFoundation.framework 0x0000000100d231d3 MF::DirectoryChangeMonitor::(anonymous namespace)::EventQueueThreadProc(void*) + 435
    2   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c77 _pthread_cond_wait + 787
    2   com.apple.CoreServices.CarbonCore 0x00007fff942d69e7 TSWaitOnConditionTimedRelative + 148
    3   com.apple.CoreServices.CarbonCore 0x00007fff942d6609 TSWaitOnSemaphoreCommon + 424
    4   com.apple.CoreServices.CarbonCore 0x00007fff942921c4 AsyncFileThread(void*) + 257
    5   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff8f6c4a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8f6c3d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8f759fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8f7595e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8f758f25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff9812f05e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff8f6c8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff91293f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff91296fb9 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff8f6c8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff91293f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff91296fb9 start_wqthread + 13
    Thread 23:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib         0x00007fff8f6c4a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8f6c3d18 mach_msg + 64
    2   com.apple.audio.CoreAudio     0x00007fff8dd56918 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3   com.apple.audio.CoreAudio     0x00007fff8dd568a6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4   com.apple.audio.CoreAudio     0x00007fff8dd5502e HALC_ProxyIOContext::IOWorkLoop() + 950
    5   com.apple.audio.CoreAudio     0x00007fff8dd54bcd HALC_ProxyIOContext::IOThreadEntry(void*) + 97
    6   com.apple.audio.CoreAudio     0x00007fff8dd54a8d HALB_IOThread::Entry(void*) + 75
    7   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 32:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 33:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 34:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 35:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 36:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 37:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 38:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 39:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 40:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 41:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 42:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 43:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 44:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 45:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 46:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 47:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 48:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 49:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 50:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 51:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 52:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 53:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 54:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 55:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 56:
    0   libsystem_kernel.dylib         0x00007fff8f6c8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff91293f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff91296fb9 start_wqthread + 13
    Thread 57:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 58:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 59:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 60:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 61:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 62:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 63:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 64:
    0   libsystem_kernel.dylib         0x00007fff8f6c8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff91294c3b _pthread_cond_wait + 727
    2   com.mainconcept.mc.bc.dec.avc 0x00000001387afd9d h264in_Video_GetAPIExt + 238429
    3   com.mainconcept.mc.bc.dec.avc 0x0000000138728785 open_h264in_Video_stream + 341877
    4   libsystem_pthread.dylib       0x00007fff91292899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9129272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff91296fc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0xbadd2bbd5526bead  rbx: 0x00007fff5fbffa80  rcx: 0x00007fff8f6c8c4a  rdx: 0x0000000000000000
      rdi: 0x00006180007b6f80  rsi: 0x00007fff5fbff258  rbp: 0x00007fff5fbff2a0  rsp: 0x00007fff5fbff280
       r8: 0x00007fff5fbff760   r9: 0x00007fff5fbff800  r10: 0x0000000000000004  r11: 0x0000000000000206
      r12: 0x0000600000035601  r13: 0x00000001030c2280  r14: 0x00000001030c2268  r15: 0x0000000000017700
      rip: 0x000000010c72675b  rfl: 0x0000000000010202  cr2: 0x00007fff5fbff760
    Logical CPU:     4
    Error Code:      0x00000000
    Trap Number:     13
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 5
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 2121
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=576.4M resident=276.5M(48%) swapped_out_or_unallocated=299.9M(52%)
    Writable regions: Total=5.3G written=4.5G(85%) resident=4.6G(86%) swapped_out=0K(0%) unallocated=759.0M(14%)
    REGION TYPE                      VIRTUAL
    ===========       

  • How to achieve precise control of frames flv?

    How to achieve precise control of frames flv?

    Thanks for that suggestion, but still it did not work. I am working on a theory that certain adjustments to the embedded text pane didn't get properly propagated up the component hierarchy. I wouldn't be surprised if something broke the component communication.
    The curious thing is that the scrollpane seems to know how big the viewport is, but the scrollbar finds the wrong "0" point.
    I am making a little progress. I will post my solution here, if and when I find it.

  • FCP Viewer shows garbled/garbage footage on certain frames of multiclip. Strange visual glitch. What's wrong?

    Working with footage on a SAN, using multiclips, and when scrubbing through footage, certain frames look like this. Help?!

    How many streams? Hard to tell from the image.
    Has this worked before? If so, what changed?
    Does it work with other codecs?
    Does it work with fewer streams?
    And, no, I can't say I've seen that particular mess before so I'm just offering general troubleshooting ideas.
    Good luck,
    x

  • How do I only get certain questions appear in the quiz results?

    I have created a course through Captivate 6, throughout the course there are questions to guage the learners attention. There is also a quiz at the end. However, captivate includes on the questions throughout the course on the quiz results which I do not want to happen.
    Can anyone advise how I can only get certain questions appear on the quiz results please?

    Branch aware turns off the playbar in 6 (not in 7 any more, at least not for me).
    Could you explain more in detail what you want, because I don't understand it. You want the user to answer all questions, but the score should only show what? If you don't want some questions to have a score added to the Quiz total, you can indicate that in the Properties of that Question slide.
    And please, tell the exact number (3 versions of 6), and also if you have to report to a LMS?
    Lilybiri

  • I do not want all of the playlists in iTunes to be synced to my iPhone. With iCloud I do not seem to have a choice. How do I select only certain playlists for my iPone?

    I have many songs and playlists in my iTunes account.  I do not want all of them synced to my iPhone 5S, but that has happened via iCloud, and it has caused a storage problem on my phone.  How do I select only certain playlists to be synced to my iPhone? 

    You need to start over with Music. On the iPhone Music screen uncheck sync music. Also, on the Summary screen uncheck "Manually manage music and videos", then sync and it should clear off your phone.
    Next, choose the music you want to sync. If you want to fit more on check "Convert higher bit rate songs to 128 kbps AAC". This will reduce quality slightly, but it won't be noticable unless you are using $300 headphones.

  • How do you add a Christmas frame to an image in Elements 10?

    How do you add a Christmas frame to an image in Elements 10?

    In PSE 10, go to Full Edit mode. 
    Open your image.
    Open the Content panel.
    In the first dropdown choose "By Event".
    In the second dropdown choose Christmas.

Maybe you are looking for

  • Soap Adapter

    Hello. I am trying to send an asynchronous message from R/3 to a web service using a soap adapter. I am using XI 2.0, with the ModuleBubbleHelperXMBWSImpl. These are the parameters I have entered: Bubble adapter java class classname=com.sap.aii.messa

  • HT1725 Can you re-download a song that you have already paid for??

    I just downloaded a song but when I play it back it stops half way through. I dont know if the internet cut out at that point, but is there any way to get the song back when its already been downloaded??Itunes wont allow you to buy the same song agai

  • Tabbed panels positioning

    Hi, Can you guys have a look at this page http://ekongo.org/version3.html If you look right side of the tabed panel where the "La fondation" tab is, there is some few empty space there. I dont like that. Also the other side is problematic also "accue

  • "the link could not be updated..."

    "The link could not be updated, please select a valid import file" - this message appears after trying to open document in FH10. I've FH10 file, includes background image (photoshop tiff about 350MB)+vector data above. After updating this file in Pho

  • Catalyst 3524 - Capturing fragmented packets

    Greetings, I have run into an interesting issue with a trunked connection to my ASA. Scenario: ASA-5510 connected to a Catalyst 3524 switch via a dot1q trunk. There are approximately 12 vlans configured and passing traffic. The ASA interface shows no