Playing any movie clip or youtube crashes computer, problem has only been happening for 6 months, what has been changed?

running Windows XP 3 newish computer with lots of memory and hard drive space. Used to be fine, could play any clip or movie then suddenly about 6 months ago it started crashing when any movie clip played. I believe its an update in Firefox that caused the problem as it started happening after an UPDATE automatically loaded. Have been trying to resolve but noone I ask for help from responds including Mozilla.

running Windows XP 3 newish computer with lots of memory and hard drive space. Used to be fine, could play any clip or movie then suddenly about 6 months ago it started crashing when any movie clip played. I believe its an update in Firefox that caused the problem as it started happening after an UPDATE automatically loaded. Have been trying to resolve but noone I ask for help from responds including Mozilla.

Similar Messages

  • My itunes wont play any movies ive purchased, just crashes it, what will stop this?

    ive reinstalled twice and keeps happening.

    The same thing happened to me! I was so fustrated. Finally, I found an answer. First, go to QuickTime. Then click Edit> Prefrences>  QuickTime Prefrences. Go to the Audio tab, then click the button that says "Select Audio Playback and Recording Devices." A window should come up, and click on the box that says "Speakers/Headphones." Then click "Set Default." Do the same with the box below, then exit QuickTime. When you open iTunes again, you should be able to play music. Hope I helped!

  • I cannot open my banking page or open PDF's from any mozilla browser. All of my applications work fine in Internet Explorer. This has only started happening for the last week or so.

    Whenever I try to access my banking information on firefox it only downloads a small portion of the display page. Also, when I try to open a PDF nothing happens when using firefox. I have the latest version of Adobe.

    Hi Chris,
    Well, I tried to delete the Caches and I threw all the .plist files related to microsoft in the trash -- athough I don't know if this is the way to delete files but I haven't found another yet....
    From your other suggestions, it seems to me that you have the impression that I want to stop using Microsoft Office (it was 2007, I made a mistake) though... but this is not the case.
    So... tell me if I misunderstood correctly or if I did anything wrong, or if you have anything else to suggest...
    Thanks a lot anyways!
    Stephanie

  • Playing a Movie Clip within a Movie Clip on load

    Hi,
    I'm trying to play a Movie Clip animation that is within a Movie Clip after a button has been pressed in a different Movie Clip.
    The issue is that all Movie Clip animations are playing as soon as the SWF is loaded.
    I have a separate Main.as file that contains all of the coding except for the animation stops:
    package
              import flash.display.MovieClip;
              import flash.events.MouseEvent;
              public class Main extends MovieClip
              var title1:Title1;
              var scene1:Scene1;
              var scene2:Scene2;
              var scene3:Scene3;
              var scene4:Scene4;
              var scene5:Scene5;
              var scene6:Scene6;
              var scene7:Scene7;
              var scene8:Scene8;
              var scene9:Scene9;
              var scene10:Scene10;
              public function Main()
                        title1 = new Title1();
                        scene1 = new Scene1();
                        scene2 = new Scene2();
                        scene3 = new Scene3();
                        scene4 = new Scene4();
                        scene5 = new Scene5();
                        scene6 = new Scene6();
                        scene7 = new Scene7();
                        scene8 = new Scene8();
                        scene9 = new Scene9();
                        scene10 = new Scene10();
                        addChild(title1);
                        title1.buttonStart.addEventListener(MouseEvent.CLICK,onButtonStartClick);
                        scene1.buttonWalkOutside.addEventListener(MouseEvent.CLICK,onButtonWalkOutsideC lick);
              //title
              function onButtonStartClick(event:MouseEvent):void
                        addChild(scene1);
                        removeChild(title1);
                        Scene1(parent).gotoAndPlay("frame1")
              //scene1
              function onButtonWalkOutsideClick(event:MouseEvent):void
                        addChild(scene2);
                        removeChild(scene1);
    So right now, I'm getting this error:
    TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::Stage@46534041 to Scene1.
              at Main/onButtonStartClick()
    Any help is greatly appreciated... I've been grinding at this all night.

    I had been trying a bunch of different methods after searching for clues on Google, so it probably doesn't make sense with the parent.
    I replaced the code with what you wrote, and I am given this error now:
    Main.as, Line 44
    1120: Access of undefined property scene1Text1.
    Is there somewhere I have to declare scene1Text1 in Main.as?

  • Copy - Pasting .mov clips causes QT crash?

    I don't have occassion to do this often but for some (long!) time now I find that when I've copy-pasted a few short clips together (to make a longer clip), QT will suddenly quit without warning. This is accompanied by the message asking if I want to make a report to Apple. (Lately - I've given up on reporting - the problem has existed over a couple generations of QT (6.x and 7.x) on two different Macs (a G4 eMac and an Intel Mac Pro).
    Apparently this will never be fixed - but does anyone have any "work around" to avoid these crashes?

    Hello David,
    All the video clips I take are done with one of two Canon cameras - both are "still" cameras which take outstanding video (stored as .AVI files). When I'm copy-pasting or as happened this morning, just changing the size of these files (whether or not I've already saved them as .mov files), - QuickTime quits like a pathetic, sick little puppy. This has been happening for *a year!* now! (before around v. 6.5) used to be a rock solid foundation for "basic video" editing and conversion.
    Ironically - I'm running QT 7.4 on the Mac Pro right now and it does not have any problem with MPEG4 files - which is what you're asking about.
    I did send Apple another report on this just before replying to your post - here is that (with crash report). -->>
    "Definitely since v. 7.0 - on a G4 eMac running 10.3.9 w/ max RAM and on a Intel Mac Pro running 10.4.9 w/ 5 GB RAM - QuickTime is always quitting while performing the basic tasks ---
    just changed the size of a movie from 640 x 480 to 320 x 240 and the %$#@&* application QUIT!~!"
    Date/Time: 2008-01-25 10:48:20.263 -0500
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: QuickTime Player
    Path: /Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player
    Parent: WindowServer [65]
    Version: 7.4 (92)
    Build Version: 3
    Project Name: QuickTime
    Source Version: 7270000
    PID: 745
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x65006400
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x90a594c7 objc_msgSend + 23
    1 com.apple.AppKit 0x93794377 -[NSNavOutlineDelegate outlineView:willDisplayCell:forTableColumn:item:] + 103
    2 com.apple.AppKit 0x933df361 -[NSOutlineView _delegateWillDisplayCell:forColumn:row:] + 85
    3 com.apple.AppKit 0x933c7065 -[NSTableView _drawContentsAtRow:column:clipRect:] + 506
    4 com.apple.AppKit 0x933c6813 -[NSOutlineView _drawContentsAtRow:column:clipRect:] + 296
    5 com.apple.AppKit 0x933c602b -[NSTableView drawRow:clipRect:] + 335
    6 com.apple.AppKit 0x933c5ed2 -[NSOutlineView drawRow:clipRect:] + 240
    7 com.apple.AppKit 0x9378eeab -[NSNavOutlineView drawRow:clipRect:] + 670
    8 com.apple.AppKit 0x933c37ce -[NSTableView drawRowIndexes:clipRect:] + 99
    9 com.apple.AppKit 0x933c26a4 -[NSTableView drawRect:] + 2499
    10 com.apple.AppKit 0x932ee3b1 -[NSView _drawRect:clip:] + 3228
    11 com.apple.AppKit 0x932ed40b -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 614
    12 com.apple.AppKit 0x932ff36f _recursiveDisplayInRect2 + 149
    13 com.apple.CoreFoundation 0x9083fb30 CFArrayApplyFunction + 307
    14 com.apple.AppKit 0x932ed613 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1134
    15 com.apple.AppKit 0x932ff36f _recursiveDisplayInRect2 + 149
    16 com.apple.CoreFoundation 0x9083fb30 CFArrayApplyFunction + 307
    17 com.apple.AppKit 0x932ed613 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1134
    18 com.apple.AppKit 0x932ff36f _recursiveDisplayInRect2 + 149
    19 com.apple.CoreFoundation 0x9083fb30 CFArrayApplyFunction + 307
    20 com.apple.AppKit 0x932ed613 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1134
    21 com.apple.AppKit 0x932ff36f _recursiveDisplayInRect2 + 149
    22 com.apple.CoreFoundation 0x9083fb30 CFArrayApplyFunction + 307
    23 com.apple.AppKit 0x932ed613 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1134
    24 com.apple.AppKit 0x932ff36f _recursiveDisplayInRect2 + 149
    25 com.apple.CoreFoundation 0x9083fb30 CFArrayApplyFunction + 307
    26 com.apple.AppKit 0x932ed613 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1134
    27 com.apple.AppKit 0x932ff36f _recursiveDisplayInRect2 + 149
    28 com.apple.CoreFoundation 0x9083fb30 CFArrayApplyFunction + 307
    29 com.apple.AppKit 0x932ed613 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1134
    30 com.apple.AppKit 0x932ff36f _recursiveDisplayInRect2 + 149
    31 com.apple.CoreFoundation 0x9083fb30 CFArrayApplyFunction + 307
    32 com.apple.AppKit 0x932ed613 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1134
    33 com.apple.AppKit 0x932ec473 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 217
    34 com.apple.AppKit 0x932ed041 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 3239
    35 com.apple.AppKit 0x932ed041 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 3239
    36 com.apple.AppKit 0x932ebb78 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 290
    37 com.apple.AppKit 0x932eb362 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 523
    38 com.apple.AppKit 0x932eac8e -[NSView displayIfNeeded] + 439
    39 com.apple.AppKit 0x932eaa32 -[NSWindow displayIfNeeded] + 168
    40 com.apple.AppKit 0x9333ad6c _handleWindowNeedsDisplay + 206
    41 com.apple.CoreFoundation 0x9082ed6e __CFRunLoopDoObservers + 342
    42 com.apple.CoreFoundation 0x9082de10 CFRunLoopRunSpecific + 827
    43 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    44 com.apple.HIToolbox 0x92de98d8 RunCurrentEventLoopInMode + 285
    45 com.apple.HIToolbox 0x92de8f19 ReceiveNextEventCommon + 184
    46 com.apple.HIToolbox 0x92de8e39 BlockUntilNextEventMatchingListInMode + 81
    47 com.apple.AppKit 0x9326f465 _DPSNextEvent + 572
    48 com.apple.AppKit 0x9326f056 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    49 com.apple.quicktimeplayer 0x0000c13a 0x1000 + 45370
    50 com.apple.AppKit 0x93268ddb -[NSApplication run] + 512
    51 com.apple.AppKit 0x9325cd2f NSApplicationMain + 573
    52 com.apple.quicktimeplayer 0x0006186a 0x1000 + 395370
    53 com.apple.quicktimeplayer 0x00061791 0x1000 + 395153
    Thread 1:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.unsanity.ape 0xc0001d48 _apeagent + 307
    2 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 com.apple.audio.CoreAudio 0x9146841e HALRunLoop::OwnThread(void*) + 158
    4 com.apple.audio.CoreAudio 0x91468239 CAPThread::Entry(CAPThread*) + 93
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 ...ple.CoreServices.CarbonCore 0x90ce20b7 TSWaitOnSemaphoreCommon + 163
    2 ...ickTimeComponents.component 0x97efca7e ReadSchedulerThreadEntryPoint + 4723
    3 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 ...ple.CoreServices.CarbonCore 0x90ce20b7 TSWaitOnSemaphoreCommon + 163
    2 ...ple.CoreServices.CarbonCore 0x90cebff0 AIOFileThread(void*) + 1068
    3 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 ...ple.CoreServices.CarbonCore 0x90ce20b7 TSWaitOnSemaphoreCommon + 163
    2 ...ple.CoreServices.CarbonCore 0x90ce909d TimerThread + 87
    3 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 ...ple.CoreServices.CarbonCore 0x90ce20b7 TSWaitOnSemaphoreCommon + 163
    2 ...ple.CoreServices.CarbonCore 0x90cecbad DeferredTaskThread + 57
    3 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 ...ple.CoreServices.CarbonCore 0x90ce20b7 TSWaitOnSemaphoreCommon + 163
    2 com.apple.QuickTime 0x9440facf VideoDecodeThread + 63
    3 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 8:
    0 libSystem.B.dylib 0x900247e7 semaphorewait_signaltrap + 7
    1 com.apple.CoreVideo 0x940e398e CVDisplayLink::runIOThread() + 1104
    2 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 9:
    0 libSystem.B.dylib 0x900247e7 semaphorewait_signaltrap + 7
    1 com.apple.Foundation 0x9284726c -[NSConditionLock lockWhenCondition:] + 39
    2 com.apple.AppKit 0x93346270 -[NSUIHeartBeat _heartBeatThread:] + 377
    3 com.apple.Foundation 0x927f12e0 forkThreadForFunction + 123
    4 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 10:
    0 libSystem.B.dylib 0x90026c7c kevent + 12
    1 ...ple.CoreServices.CarbonCore 0x90cb8f94 PrivateMPEntryPoint + 51
    2 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 11:
    0 libSystem.B.dylib 0x900247e7 semaphorewait_signaltrap + 7
    1 ...ple.CoreServices.CarbonCore 0x90cb9139 MPWaitOnQueue + 198
    2 com.apple.DesktopServices 0x92718953 TNodeSyncTask::SyncTaskProc(void*) + 143
    3 ...ple.CoreServices.CarbonCore 0x90cb8f94 PrivateMPEntryPoint + 51
    4 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x65006400 ebx: 0x934690cd ecx: 0x90ac1fc8 edx: 0x15fc0dd0
    edi: 0x65006408 esi: 0x15fc0dd0 ebp: 0xbfffd0a8 esp: 0xbfffd014
    ss: 0x0000001f efl: 0x00010202 eip: 0x90a594c7 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x152fff com.apple.quicktimeplayer 7.4 (92) /Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player
    0x1f5000 - 0x1f6fff com.Logitech.Control Center.Scroll Enhancer 2.2.2 /Library/Application Enhancers/LCC Scroll Enhancer.ape/Contents/MacOS/LCC Scroll Enhancer
    0x3d3000 - 0x3dafff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/jacknoel/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x1601b000 - 0x16174fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x161a0000 - 0x16312fff com.apple.GeForceFXGLDriver 1.4.52 (4.5.2) /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLD river
    0x16338000 - 0x16354fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x1635b000 - 0x1637ffff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x16729000 - 0x16765fff com.apple.QuickTimeFireWireDV.component 7.4 (92) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x16771000 - 0x1678bfff com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x16790000 - 0x16795fff com.apple.AppleMPEG2Codec 1.0 (211) /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x1679b000 - 0x167b4fff com.apple.applepixletvideo 1.2.9 (1.2d9) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x167b8000 - 0x167b9fff com.apple.DataRefInspector 7.4 (92) /Applications/QuickTime Player.app/Contents/PlugIns/DataRefInspector.propPane/Contents/MacOS/DataRefIns pector
    0x167fa000 - 0x16a3afff net.telestream.wmv.import 2.2.0.49 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x16a72000 - 0x16c34fff net.telestream.wmv.advanced 2.2.0.49 /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x172e8000 - 0x172ebfff com.apple.AnnotationInspector 7.4 (92) /Applications/QuickTime Player.app/Contents/PlugIns/AnnotationInspector.propPane/Contents/MacOS/Annotat ionInspector
    0x172f1000 - 0x172f5fff com.apple.AudioSettingsInspector 7.4 (92) /Applications/QuickTime Player.app/Contents/PlugIns/AudioSettingsInspector.propPane/Contents/MacOS/Audi oSettingsInspector
    0x172fb000 - 0x172fcfff com.apple.HintTrackInspector 7.4 (92) /Applications/QuickTime Player.app/Contents/PlugIns/HintTrackInspector.propPane/Contents/MacOS/HintTrac kInspector
    0x1735b000 - 0x1735efff com.apple.StreamingNetworkInspector 7.4 (92) /Applications/QuickTime Player.app/Contents/PlugIns/NetworkInspector.propPane/Contents/MacOS/NetworkIns pector
    0x17363000 - 0x17366fff com.apple.SettingsInspector 7.4 (92) /Applications/QuickTime Player.app/Contents/PlugIns/SettingsInspector.propPane/Contents/MacOS/SettingsI nspector
    0x1736c000 - 0x17371fff com.apple.VisualTrackInspector 7.4 (92) /Applications/QuickTime Player.app/Contents/PlugIns/VisualTrackInspector.propPane/Contents/MacOS/Visual TrackInspector
    0x175fa000 - 0x17786fff com.apple.audio.codecs.Components 1.5.1 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x70000000 - 0x700fbfff com.apple.audio.units.Components 1.4.5 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8f4f0000 - 0x8f4f3fff com.apple.CoreMediaAuthoringPrivate 1.2 /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x8f760000 - 0x8f79dfff com.apple.CoreMediaIOServicesPrivate 1.4 /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x8f840000 - 0x8f86afff com.apple.CoreMediaPrivate 1.4 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x8f8c0000 - 0x8f95ffff com.apple.QuickTimeImporters.component 7.4 (92) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90172fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c2000 - 0x901c4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c6000 - 0x90203fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9022a000 - 0x90300fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90320000 - 0x90775fff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080c000 - 0x908d4fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90912000 - 0x90912fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90914000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91046fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91074000 - 0x910f3fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112d000 - 0x9114bfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91157000 - 0x91165fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91168000 - 0x91307fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91414000 - 0x9143afff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9144c000 - 0x91453fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91457000 - 0x914cdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151e000 - 0x9151efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91520000 - 0x9154cfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9170f000 - 0x917b8fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186a000 - 0x91885fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91890000 - 0x918cdfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e1000 - 0x918edfff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f4000 - 0x91933fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91946000 - 0x919f8fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a3e000 - 0x91a54fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a59000 - 0x91a77fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7c000 - 0x91adbfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aed000 - 0x91af1fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af3000 - 0x91b77fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b7b000 - 0x91bb8fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bbe000 - 0x91bd8fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91bdd000 - 0x91bdffff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be1000 - 0x91cbffff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91cdc000 - 0x91cdcfff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cde000 - 0x91d6cfff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d73000 - 0x91d73fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d75000 - 0x91dcefff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dd7000 - 0x91dfbfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e03000 - 0x9220cfff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92246000 - 0x925fafff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92627000 - 0x92714fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92716000 - 0x92793fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927d4000 - 0x92a04fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b1e000 - 0x92b35fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b40000 - 0x92b98fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bac000 - 0x92bacfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bae000 - 0x92bbefff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bcd000 - 0x92bd5fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bdb000 - 0x92be1fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92be7000 - 0x92c78fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c8c000 - 0x92c90fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c93000 - 0x92cb1fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cc3000 - 0x92cc9fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92ccf000 - 0x92d32fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d59000 - 0x92d9afff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dc1000 - 0x92dcffff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dd6000 - 0x92ddbfff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de0000 - 0x930d5fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931db000 - 0x931e6fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93256000 - 0x93256fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93258000 - 0x9390efff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c8f000 - 0x93d0afff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d43000 - 0x93dfdfff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e40000 - 0x93e40fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e42000 - 0x94003fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94049000 - 0x9408afff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94092000 - 0x940ccfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940d1000 - 0x940e7fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9427b000 - 0x9428afff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94291000 - 0x9429cfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942e8000 - 0x94302fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94308000 - 0x9461ffff com.apple.QuickTime 7.4.0 (92) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9550a000 - 0x95592fff com.apple.QTKit 7.4 (92) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96563000 - 0x96563fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96add000 - 0x96bb4fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96bcf000 - 0x96bd0fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x96bd2000 - 0x96bd7fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96cba000 - 0x96cddfff com.apple.AppleVAFramework 3.3.10 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x975ae000 - 0x97685fff com.apple.QuartzComposer 1.2.4 (32.22) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97ee5000 - 0x98d27fff com.apple.QuickTimeComponents.component 7.4 (92) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x98f75000 - 0x9904cfff com.apple.QuickTimeH264.component 7.4 (92) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x9931c000 - 0x993e5fff com.apple.QuickTimeMPEG4.component 7.4 (92) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0xc0000000 - 0xc000efff com.unsanity.ape 2.0.3 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Model: MacPro1,1, BootROM MP11.005C.B04, 4 processors, Dual-Core Intel Xeon, 2.66 GHz, 5 GB
    Graphics: NVIDIA GeForce 7300 GT, NVIDIA GeForce 7300 GT, PCIe, 256 MB
    Memory Module: DIMM Riser A/DIMM 1, 512 MB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser A/DIMM 2, 512 MB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser B/DIMM 1, 1 GB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser B/DIMM 2, 1 GB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser A/DIMM 3, 1 GB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser A/DIMM 4, 1 GB, DDR2 FB-DIMM, 667 MHz
    Network Service: Built-in Ethernet 2, Ethernet, en1
    PCI Card: NVIDIA GeForce 7300 GT, Display, Slot-1
    Serial ATA Device: ST3250820AS P, 232.89 GB
    Serial ATA Device: Hitachi HDT725040VLA360, 372.61 GB
    Serial ATA Device: Hitachi HDP725050GLA360, 465.76 GB
    Serial ATA Device: Hitachi HDP725050GLA360, 465.76 GB
    Parallel ATA Device: OPTIARC DVD RW AD-7170A
    USB Device: Mass Storage Device, Generic, Up to 480 Mb/sec, 500 mA
    USB Device: Hub, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: USB-PS/2 Optical Mouse, Logitech, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Logitech USB Speaker, Logitech, Up to 12 Mb

  • DVD Drive will not play ANY movies

    I seem to have the standard drive for the 15 inch MacBook Pro (bought less than one year ago), but it simply will not play ANY movie DVD I've tried. It whirrs and whirrs but nothing happens. I've tried multiple movies and none have worked. Yet it works fine with software cd's and loading on of new programs, and burned CDs with pictures display just fine. I checked the System info on the drive and notice that the last line - which is media - had a 'no' next to it. Is it not turned on or programmed to play movies??? If so, how do I activate it? Thanks for any help.

    My MBP plays DVD and says no also, so that is not it. Sounds broken to me. Call Applecare and I do hope you paid for the 3 year Applecare. Did it EVER play DVDs?

  • Playing different Movie Clips onRollover?

    I have several buttons that I would like to play different
    movie clips
    onrollover on the stage. So if button 1 is rolled over it
    plays a clip
    in the lower right corner and when rolled off it stops and if
    button 2
    is rolled over it does the same.
    How is this done?
    Thanks!

    This is the code I am currently using to play and stop a
    movieclip:
    myPlay_btn.addEventListener(MouseEvent.CLICK, playMc);
    myStop_btn.addEventListener(MouseEvent.CLICK, stopMc);
    function playMc(e:MouseEvent):void{
    my_mc.play();
    function stopMc(e:MouseEvent):void{
    my_mc.stop();
    1. How do I drag my movie clips onto the stage, but not have
    them
    display until the button is rolled over?
    2. Would this code just be applied for each button and
    modified from
    CLICK to OnRollover?
    Thanks!!!!
    kglad wrote:
    > assign a rollover listener to button 1 and in its
    listener function apply the play() method to your right corner
    movieclip. likewise for button 2.

  • I am suddenly not able to play any media, such as youtube or games

    I am suddenly unable to play any media, such as Youtube or catchup tv. When I try I just get a black screen on Youtube or anyother videolinks.
    I had noticed some quick little screen flashes, but everything had played fine just the night before.

    Sites such as YouTube require Flash ...
    Open System Preferences > Flash Player then select the Advanced tab.
    Click Delete All under Browsing Data and Settings
    Back to Safari. Press Command + Option + E to empty the Safari cache.
    Quit and relaunch Safari, try a video.
    If that doesn't help, you may have the YouTube HTML5 beta enabled.
    Opt out here >  YouTube

  • I cant play any movie on my itunes 10.5.2.11 for windows

    i cant play any movie on my itunes 10.5.2.11 for windows even the .mov files ?? i cant also drag any videos to the liberary .. just music ..whats wrong??

    The supported formats are listed on Apple's iPad webpage -> http://www.apple.com/ipad/specs/
    Video formats supported: H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format
    So, it would have to be in one of those formats. It can be a little confusing because the extension doesn't always tell you the codec that the video inside that file needs. You'll probably have to transcode the video with some other application or recreate it yourself.

  • HT3775 everytime i m trying to play any movie be it an AVI file or MPEG file, it says quick time cannot play this file. why is this happening ?

    everytime i m trying to play any movie on Quick Time be it an AVI file or MPEG file, it says quick time cannot play this file. why is this happening ? Abhijit

    Follow the steps to identify the video and audio
    format, then look in the list for a codec.
    http://insanityflows.net/archive/index.php?title=Quick
    Time
    JulieJulieJulie,
    which file do we download? There are five types of file:
    XviDComponent_Srcv0.5.1
    XviDComponent_Binv0.5.1
    XviDAvi_Import_Preview4src
    XviDAvi_Import_Preview4ppc
    XviDAvi_Import_Preview4intel
    Thanks

  • When playing any videos(E.g youtube) at mozilla firefox there will be a buzzer sound like "zzz"or cracking the sound is not smooth which seems like lag issue.

    I have no audio problem playing videos at google chrome or while playing any games on my desktop which i mean the sound play is smooth without any extra noise,but when i uses mozilla firefox to play any videos(e.g youtube),there will be sound like "zzz" or u may call it cracking which seems to be lagging sound but it is not lagging at all.I try to use my phone to play music through my speaker and it's working fine.It only happened recently few days ago,the sound is irritating which make any music sound like crap..Please help..Oh and for your information when playing the video the cracking sound is not so much but scrolling up and down the page it became worst and louder.

    Hey guys,i have try what your say and it did not work and i've been finding for ways all over the internet and getting really really pissed off.could this http://forums.adobe.com/message/4323464#4323464 be the problem?..any ways to help me solve it?maybe it just maybe not mozilla.It's just that google chrome is better in term of the crackling sound is minimum when i scroll up and down and i got a feeling it's because google chrome is fast not lag at all that's why not much of the static crackling sound ..

  • My Desktop pc & mobile not play any video and in my laptop no problem

    i'm using 30 version of firefox in my Laptop, Desktop & Mobile also but in my Desktop pc & mobile i'm unable to play any video and in my laptop no problem.
    So if the prob. in my network so it will be not possible.
    i think like earlier some time ago flashgot will stop working in firefox now this same mistake is accures again for video.
    N yes i've updated my flash player, shockwave, java etc...

    With the last Firefox upgrade, some plugins are no longer
    enabled until you enable it.
    Open the Add-ons Manager by
    Pressing the '''Alt''' or '''F10''' key to bring up the tool bar.
    Followed by; '''Tools > Add-ons.'''
    Hot key; '''<Control> ''(Mac: <Command>)'' <Shift> A)'''
    On the left side of the page, select Plugins.
    BTW; At the top right is a link to check your plugins.

  • I have turned on iCloud on my new iPhone and on my PC.  I am attempting to download my old purchases that I lost on a crashed computer, but iTunes keeps telling me that my ID has been disabled. I am frustrated

    I have turned on iCloud on my new iPhone and on my PC.  I am attempting to download my old purchases that I lost on a crashed computer, but iTunes keeps telling me that my ID has been disabled. I am frustrated

    http://www.apple.com/support/contact/

  • HT1725 I can't downlaod my purchased music to my iPad.I tried using the computer and it said all purchases for this account have been downlaoded.The musics are on my music folder on the iPad but they are not playing.Help me out.

    I can't downlaod my purchased music to my iPad.I tried using the computer and it said all purchases for this account have been downlaoded.The musics are on my music folder on the iPad but they are not playing.It's showing download error.Tap to retry on the download section of iTunes on the iPad.I just change from iPad2 to iPad 4G and I started having this problem..Help me out.

    Try here >  Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • When I play music and get on YouTube and stuff like that my sound is not working what is going on with my iPhone 4s

    When I play my music and use YouTube and stuff like that my sound is not working what is going on with my iPhone 4s

    Hi Jillianfromny!
    I have an article here that seems to describe your issue, and can provide some troubleshooting steps for you to follow that will help you resolve this issue:
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/TS1630
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

Maybe you are looking for

  • Excise Paid Error at the time Deemed Export ARE3

    Dear All I am getting this following error while doing ARE 3 (Deemed export) 0100000048/2008 excise invoice is not meant for exports. 0100000048/2008 excise invoice is meant for normal exports. You cannot create ARE3 for duty paid Deemed exports exci

  • Zen Touch freezes even after full recha

    I have a 20gb Zen Touch that I have not used for the past few weeks(This is because of my new toy, my 30BG Zen Vision M). Figuring that the battery was discharged or something because of the lack of use, I recharged it fully. I turn it on and it gets

  • When I empty the trash I receive (error code -8003). How do I fix the problem?

    When I empty the trash I receive (error code -8003). How do I fix the problem?

  • TFTP:Error:not defined

    I have a sol10 jumpstart server for x86 sol10 clients. It has been working find until now. I now have two clients an X4200 and an X2100 to jumpstart but I get the following main error after it reads the menu.lst and before it loads the miniroot: dhcp

  • Trouble with the printer PLEASE HELP!!!!

    Hi, I was wondering if anyone could help me. I work at an elementary school and I was recently trying to set up one of our iMac computers with a new printer. The printer is a HP LaserJet 1320. I installed all of the drivers from the disk into the com