Custom video playback skin

I have been reading through the posts and searching the net to see if there is an answer to this question. I would like to create a custom skin to be used instead of the clearSkin.swf player and its iterations available stock with Captivate 4. How to I locate the FLV skin FLA's? Or if I need to do it in flash could someone point me in the right direction please.
Thanks,
Alex

The playback FLAs are named the same as the compiled SWFs, so a simple search of your Captivate folder would reveal pretty quick, I think!
That said, likely here:
.\Adobe Captivate 4\Templates\PlaybackFLA
Erik

Similar Messages

  • Using a custom video player (skin) for Event Videos?

    Hi
    I'd like use something other than the 9 standard video skins that come with Captivate 6 (Halo, Clear and Corona). Is it possible to use a custom video player or at least a different skin for an Event video?  And, if so, does anyone know where I could find a collection of custom skins (free or otherwise)?
    Thanks
    Paul

    Well sure enough, that WPF MediaKit indeed uses D3DImage for the WPF interop. In fact he does things very similar to me except mostly he seems to use DirectShow whereas I'm 100% Media Foundation. Maybe should rethink that... If only DirectShow had H264
    support in Windows 8. Stupid licensing issues. Anyway thanks again for that link.

  • How do I add a FullScreen button to Project Playback Skin?

    How do I add a fullscreen button to the project playback skin? I know how to load another skin (using Project -> Skin Editor) and how to add a custom playback skin (paste custom skin SWF into C:\Program Files\Adobe\Adobe Captivate 5\en_US\Gallery\Playbars) but I'm having a little trouble figuring out how to add a fullscreen button when editing the Flash AS3 so that it will show up in my custom playback skin when loaded into Captivate via Project->Skin Editor. Any ideas?

    Hi there
    I might assume that seeing as you were able to work the magick with the CC button it would be a simple task to pick apart the other elements and add the desired button without hijacking the CC button.
    I mean, if you are that deep in Flash territory and all, it doesn't seem like much of a stretch to figure out how the buttons are added, no?
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Video playback in Cp6

    Has anyone had issues with video playback in 6? I have MP4 videos that continue to play after a user has navigated away from the page. This results in two audio tracks playing simultaneously. We have removed any direct video controls and have the videos autoplay when the user enters the slide. Further, I have removed the playbar, as it seemed that scrubbing the slide was affecting the video playback. We are using the CoolBlue skin and playback panel.
    Any advice?
    Jon

    Hi there,
    Captivate 6.0.1.240 is not tested on Windows 8, only the latest release that is 6.1.0.319 is tested on Windows 8.
    Are you viewing your project from inside the zip?
    To test it locally unzip that zipped folder and then play course and check whether there is any difference?
    Thanks.

  • How to control the video playback function on ipad?

    Hi there,
    I am creating a project containing video content that will be delivered on an ipad. I would like my video to behave like many other videos do on ipad publications:
    1. I want the poster frame of the video to appear small on the page before it is clicked
    2. When the poster frame for the video is clicked, I would like the video to expand to full screen using iOS's built in video capabilities
    3. The user can then press "Done" to exit full screen mode back to the page that displays the small poster frame of the video
    I have placed my video (an mp4 file) inside a small frame and set the Media panel options to:
    -Play on page load (unchecked)
    -Loop (unchecked)
    -Poster (from image)
    -Controller (SkinOverPlaySeekFullScreen)
    -Show controller on Rollover (Checked)
    However, when I publish to ipad my video behaves as follows:
    1. The poster frame appears small before it is clicked
    2. When the video is clicked it opens to the full video size (not full screen), however it operlaps the text layout rather than creating a black background to mask the content while the video plays
    3. The video skin does not allow the user to navigate out of full screen mode back to the original layout of the page
    Also, no matter what video skin I choose it doesn't seem to change the skin. The skin is always the same, including a mute and play/pause button and no other user controls.
    How do I create a skin that allows me to leverage the iOS video playback capabilities?

    I can almost see a big grin appearing in Bob's avatar... 
    Hopefully his reply has given you a clue already?
    If not, some explanation:
    Many settings in the standard "Media" panel (for both video and audio) don't apply for publications that need to go the Folio-way. This panel is mainly concerned with lovely Flash stuff, but apart from the Poster frame and the Markers, it is useless for Folio's.
    A quick guide: create a video with the necessary codec (H.264 for video, MP# or AAC for audio) at the required pixel size (exact width/height). Simply Place the file in InDesign, but don't scale it (or recreate and place a properly sized new video afterwards). Choose what to do with the Poster frame (and maybe some Markers), but all other settings are done in the Overlay Creator.
    Check Bob Bringhurst's Tutorials and his DPS Tips app for more info. But I guess you get the idea now.

  • Swf won't load on web but ok locally (believe only video playback issue)

    Hi all,
    I am very new to flash....literally first day into it.
    I converted a mov into flv and imported the flv with playback component. When I publish, I am able to see both (via the swf and the html) from my browser. Once I uploaded the swf and html onto my webserver (both files are stored in the same folder just like how I had it locally), the swf won't display the video.
    Now, I have a button (when clicked, it skips the playback and go directly to the site) and the button works fine. So, I think it is only limited to the video playback.
    Any help appreciated.

    Hi Ned,
    I was just fiddling with it and it seems to be working now.  I think your advice of putting the flv there helped?!?! Thanks a billion!
    http://www.astoryconcept.com/index1.html
    The only minor issue that I need to fix and not sure how yet:
    -it stops during the initial playback (I guess my flv is a little large 4mb and I might have to optimize it to a smaller file)
    -it didn't center itself when I drag the browser larger/smaller
    Now that it works, I want to see if I could optimize it. Wandering if there is a "BETTER/EASIER" way to take me to a url at the end of the video playback.
    What I did in here:
    I created a cuepoint at 23 second (that's the end of the video) and it will take me to a url (here: adobe.com). Below is the actionscript I had in there (using code snipper) [One is for "Skip Intro" that will bring me to cnn.com; and the other one is the cuepoint that will take me to adobe.com):
    ================================================================
    /* Click to Go to Web Page
    Clicking on the specified symbol instance loads the URL in a new browser window.
    Instructions:
    1. Replace http://www.adobe.com with the desired URL address.
       Keep the quotation marks ("").
    skip_intro_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
    function fl_ClickToGoToWebPage(event:MouseEvent):void
    navigateToURL(new URLRequest("http://www.cnn.com"), "_blank");
    /* On Cue Point Event Handler
    Executes the fl_CuePointHandler function defined below each time a cue point is passed in the specified video instance.
    Instructions:
    1. Add your custom code on a new line after the line that says "// Start your custom code" below.
    The code will execute when cue points are reached in a video that is playing.
    import fl.video.MetadataEvent;
    video.addEventListener(MetadataEvent.CUE_POINT, fl_CuePointHandler);
    function fl_CuePointHandler(event:MetadataEvent):void
    // Start your custom code
    // This snippet code displays the cue point's name in the Output panel
    // trace(event.info.name);
    var url:URLRequest = new URLRequest("http://www.adobe.com/");
    navigateToURL(url);
    // End your custom code

  • Am I the only person who has problem with video playback ?

    I'm having problems with the latest nvidia driver and it seems that nobody wrote about it on the forums.. After installing the latest nvidia driver (169.07-1), the video playback with xv selected will be played in purple and blue colours.. Generally red will not be shown.. So human faces are colored with a combination of purple and blue.. Everything is normal on the other hand.. Sound works perfectly, the movie can be watched smoothly even on fullscreen.. With x11, all players can show the colors but...
    1) The movie quality in Totem is very bad then...like the image is gathered together by 3x3 pixels..
    2) mplayer shows everything fine but it can't get fullscreen..
    I created a nautilus script for a workaround that let's me watch the movies with fullscreen using the -fs -zoom options..
    But this problem is really annoying..

    1.0rc2, with some things disabled that are enabled in the Arch package (lirc, samba, and that live-media thing).
    $ pacman -Qs mplayer
    local/mplayer-custom 1.0rc2-1
    xvinfo:
    X-Video Extension version 2.2
    screen #0
    Adaptor #0: "NV17 Video Texture"
    number of ports: 32
    port base: 355
    operations supported: PutImage
    supported visuals:
    depth 24, visualID 0x21
    depth 24, visualID 0x24
    depth 24, visualID 0x25
    depth 24, visualID 0x26
    depth 24, visualID 0x27
    depth 24, visualID 0x28
    depth 24, visualID 0x29
    depth 24, visualID 0x2a
    depth 24, visualID 0x2b
    depth 24, visualID 0x2c
    depth 24, visualID 0x2d
    depth 24, visualID 0x2e
    depth 24, visualID 0x2f
    depth 24, visualID 0x30
    depth 24, visualID 0x31
    depth 24, visualID 0x32
    depth 24, visualID 0x33
    depth 24, visualID 0x34
    depth 24, visualID 0x35
    depth 24, visualID 0x36
    depth 24, visualID 0x37
    depth 24, visualID 0x38
    depth 24, visualID 0x39
    depth 24, visualID 0x3a
    depth 24, visualID 0x3b
    depth 24, visualID 0x3c
    depth 24, visualID 0x3d
    depth 24, visualID 0x3e
    depth 24, visualID 0x3f
    depth 24, visualID 0x40
    depth 24, visualID 0x41
    depth 24, visualID 0x42
    depth 24, visualID 0x43
    depth 24, visualID 0x44
    depth 24, visualID 0x45
    depth 24, visualID 0x46
    depth 24, visualID 0x47
    depth 24, visualID 0x48
    depth 24, visualID 0x49
    depth 24, visualID 0x4a
    depth 24, visualID 0x22
    depth 24, visualID 0x4b
    depth 24, visualID 0x4c
    depth 24, visualID 0x4d
    depth 24, visualID 0x4e
    depth 24, visualID 0x4f
    depth 24, visualID 0x50
    depth 24, visualID 0x51
    depth 24, visualID 0x52
    depth 24, visualID 0x53
    depth 24, visualID 0x54
    depth 24, visualID 0x55
    depth 24, visualID 0x56
    depth 24, visualID 0x57
    depth 24, visualID 0x58
    depth 24, visualID 0x59
    depth 24, visualID 0x5a
    depth 24, visualID 0x5b
    depth 24, visualID 0x5c
    depth 24, visualID 0x5d
    depth 24, visualID 0x5e
    depth 24, visualID 0x5f
    depth 24, visualID 0x60
    depth 24, visualID 0x61
    depth 24, visualID 0x62
    depth 24, visualID 0x63
    depth 24, visualID 0x64
    depth 24, visualID 0x65
    depth 24, visualID 0x66
    depth 24, visualID 0x67
    depth 24, visualID 0x68
    depth 24, visualID 0x69
    depth 24, visualID 0x6a
    depth 24, visualID 0x6b
    depth 24, visualID 0x6c
    depth 24, visualID 0x6d
    depth 24, visualID 0x6e
    depth 24, visualID 0x6f
    depth 24, visualID 0x70
    depth 24, visualID 0x71
    number of attributes: 3
    "XV_SET_DEFAULTS" (range 0 to 0)
    client settable attribute
    "XV_ITURBT_709" (range 0 to 1)
    client settable attribute
    client gettable attribute (current value is 0)
    "XV_SYNC_TO_VBLANK" (range 0 to 1)
    client settable attribute
    client gettable attribute (current value is 1)
    maximum XvImage size: 2046 x 2046
    Number of image formats: 4
    id: 0x32595559 (YUY2)
    guid: 59555932-0000-0010-8000-00aa00389b71
    bits per pixel: 16
    number of planes: 1
    type: YUV (packed)
    id: 0x32315659 (YV12)
    guid: 59563132-0000-0010-8000-00aa00389b71
    bits per pixel: 12
    number of planes: 3
    type: YUV (planar)
    id: 0x59565955 (UYVY)
    guid: 55595659-0000-0010-8000-00aa00389b71
    bits per pixel: 16
    number of planes: 1
    type: YUV (packed)
    id: 0x30323449 (I420)
    guid: 49343230-0000-0010-8000-00aa00389b71
    bits per pixel: 12
    number of planes: 3
    type: YUV (planar)
    Adaptor #1: "NV05 Video Blitter"
    number of ports: 32
    port base: 387
    operations supported: PutImage
    supported visuals:
    depth 24, visualID 0x21
    depth 24, visualID 0x24
    depth 24, visualID 0x25
    depth 24, visualID 0x26
    depth 24, visualID 0x27
    depth 24, visualID 0x28
    depth 24, visualID 0x29
    depth 24, visualID 0x2a
    depth 24, visualID 0x2b
    depth 24, visualID 0x2c
    depth 24, visualID 0x2d
    depth 24, visualID 0x2e
    depth 24, visualID 0x2f
    depth 24, visualID 0x30
    depth 24, visualID 0x31
    depth 24, visualID 0x32
    depth 24, visualID 0x33
    depth 24, visualID 0x34
    depth 24, visualID 0x35
    depth 24, visualID 0x36
    depth 24, visualID 0x37
    depth 24, visualID 0x38
    depth 24, visualID 0x39
    depth 24, visualID 0x3a
    depth 24, visualID 0x3b
    depth 24, visualID 0x3c
    depth 24, visualID 0x3d
    depth 24, visualID 0x3e
    depth 24, visualID 0x3f
    depth 24, visualID 0x40
    depth 24, visualID 0x41
    depth 24, visualID 0x42
    depth 24, visualID 0x43
    depth 24, visualID 0x44
    depth 24, visualID 0x45
    depth 24, visualID 0x46
    depth 24, visualID 0x47
    depth 24, visualID 0x48
    depth 24, visualID 0x49
    depth 24, visualID 0x4a
    depth 24, visualID 0x22
    depth 24, visualID 0x4b
    depth 24, visualID 0x4c
    depth 24, visualID 0x4d
    depth 24, visualID 0x4e
    depth 24, visualID 0x4f
    depth 24, visualID 0x50
    depth 24, visualID 0x51
    depth 24, visualID 0x52
    depth 24, visualID 0x53
    depth 24, visualID 0x54
    depth 24, visualID 0x55
    depth 24, visualID 0x56
    depth 24, visualID 0x57
    depth 24, visualID 0x58
    depth 24, visualID 0x59
    depth 24, visualID 0x5a
    depth 24, visualID 0x5b
    depth 24, visualID 0x5c
    depth 24, visualID 0x5d
    depth 24, visualID 0x5e
    depth 24, visualID 0x5f
    depth 24, visualID 0x60
    depth 24, visualID 0x61
    depth 24, visualID 0x62
    depth 24, visualID 0x63
    depth 24, visualID 0x64
    depth 24, visualID 0x65
    depth 24, visualID 0x66
    depth 24, visualID 0x67
    depth 24, visualID 0x68
    depth 24, visualID 0x69
    depth 24, visualID 0x6a
    depth 24, visualID 0x6b
    depth 24, visualID 0x6c
    depth 24, visualID 0x6d
    depth 24, visualID 0x6e
    depth 24, visualID 0x6f
    depth 24, visualID 0x70
    depth 24, visualID 0x71
    number of attributes: 2
    "XV_SET_DEFAULTS" (range 0 to 0)
    client settable attribute
    "XV_SYNC_TO_VBLANK" (range 0 to 1)
    client settable attribute
    client gettable attribute (current value is 0)
    maximum XvImage size: 2046 x 2046
    Number of image formats: 5
    id: 0x32595559 (YUY2)
    guid: 59555932-0000-0010-8000-00aa00389b71
    bits per pixel: 16
    number of planes: 1
    type: YUV (packed)
    id: 0x32315659 (YV12)
    guid: 59563132-0000-0010-8000-00aa00389b71
    bits per pixel: 12
    number of planes: 3
    type: YUV (planar)
    id: 0x59565955 (UYVY)
    guid: 55595659-0000-0010-8000-00aa00389b71
    bits per pixel: 16
    number of planes: 1
    type: YUV (packed)
    id: 0x30323449 (I420)
    guid: 49343230-0000-0010-8000-00aa00389b71
    bits per pixel: 12
    number of planes: 3
    type: YUV (planar)
    id: 0x3
    guid: 03000000-0000-0010-8000-00aa00389b71
    bits per pixel: 32
    number of planes: 1
    type: RGB (packed)
    depth: 24
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    xorg.conf:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # /etc/X11/xorg.conf (xorg X Window System server configuration file)
    # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
    # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
    #Section "ServerFlags"
    # Option "XkbDisable" "true"
    #EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen" 0 0
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    EndSection
    Section "ServerLayout"
    Identifier "TV Layout"
    Screen 0 "Screen_TV" 0 0
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse
    EndSection
    Section "Files"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/100dpi/:unscaled"
    FontPath "/usr/share/fonts/75dpi/:unscaled"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/artwiz-fonts"
    FontPath "/usr/share/fonts/TTF"
    EndSection
    Section "Module"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    #Load "dri"
    #Load "evdev"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "record"
    Load "type1"
    Load "vbe"
    EndSection
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "logiitc"
    Option "XkbLayout" "se"
    EndSection
    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2"
    EndSection
    Section "Monitor"
    Identifier "Acer AL1923"
    #HorizSync 30.0-69.0
    #VertRefresh 60.0-75.0
    # calc: (x|y)pixels * 25.4 / dpi
    #DisplaySize 336 269 # 96 DPI @ 1280x1024
    Option "DPMS"
    EndSection
    Section "Monitor"
    Identifier "TV"
    HorizSync 30-50
    VertRefresh 60
    EndSection
    Section "Device"
    Driver "vesa"
    Identifier "VESA"
    EndSection
    Section "Device"
    Identifier "nv"
    Driver "nv"
    EndSection
    Section "Device"
    Identifier "NVIDIA GeForce 7600GS"
    Driver "nvidia"
    BusID "PCI:5:0:0"
    Option "NoLogo" "true"
    Option "RenderAccel" "true"
    Option "AddARGBGLXVisuals" "true"
    Option "backingstore" "true"
    EndSection
    Section "Device"
    Identifier "Card_TV"
    Driver "nvidia"
    Option "TVStandard" "PAL-B"
    Option "TVOutFormat" "SVIDEO"
    Option "ConnectedMonitor" "TV"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "NVIDIA GeForce 7600GS"
    #Device "nv"
    #Device "vesa"
    Monitor "Acer AL1923"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen_TV"
    Device "Card_TV"
    Monitor "TV"
    DefaultDepth 16
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    I should probably also mention that I'm rolling my own kernel, and as such I'm not using the package from testing. Building it manually with the PKGBUILD from ABS though so it shouldn't be any difference though.
    Last edited by [vEX] (2008-01-15 17:15:36)

  • Does G5 get hot after 1-2 hours of video playback?

    Does the G5 get hot after 1-2 hours of video playback?
    Should we be worried about putting skins or sleeves on them for protection?
    Do they get hotter when sending output to TVs?

    I noticed my 3g 20 Gb iPod ONLY gets hot when I reload all 20Gb of music on it. (i do this about once every year, to de-fragment all the files)

  • Problems with Flash video playback

    I'm having a problem with Flash video playback, hoping
    someone here can help.
    I have several movies which I have converted to .flv using
    the Flash authoring tool. I have then created an .swf for each
    movie, embedding the .flv along with the playback component,
    playback controls, etc.
    I can open these .swfs using Flash Player and everything
    displays and plays as expected. However, when I embed the .swf into
    a web page and open it using a browser, the playback controls don't
    show up, and the movie will only play if it has been encoded to
    autoplay. I am on an Intel Mac, using the latest Flash Player
    plug-in, and am having this problem in both Firefox 2.0.0.11 and in
    Safari 2.0.4.
    I'm guessing that the problem lies in how I have encoded the
    .swfs into the web page? Hoping someone has a solution, or at least
    a good suggestion!
    thanks,
    - sounddevisor

    Yes, that is exactly what I needed. Thanks!
    Just to clarify for anyone else who stumbles across this -
    the extra .swf files (which contain the skin for the player) need
    to be in the same directory as the .html doc which is displaying
    the video .swf. Hope that helps someone else!

  • AJAX and Actionscript to Control FLV Playback Skin

    I have AJAX running on an application that opens up a new panel displaying a flash video. The flash video uses one of the FLV Playback skins. When I play the video on the panel, everything is fine. But, when I close the panel with the javascript-enabled button, the video would still play even though the panel and video are "gone" from the html page.
    I was looking into using javascript to talk to actionscript to control the FLV Playback skin's stop function so that when the close panel function is activated, the video play's stop function would be called. How do I find out the path to and the name of the stop function inside the playback skin? Is it possible to call the stop function inside the FLV Playback skin? Or, would it be easier to create my own video controller?
    I hope this is clear. Any help is appreciated. Thanks.

    I don't clear your questions
    Regards,
    nha khoa
    nhua
    gia cong
    nhua
    gia cong chi
    tiet
    khuon mau
    thiet ke web
    do dung cho be

  • Slow video playback after upgrading to ati 9200 card

    Just upgraded my graphics card to the PCI ATI 9200 but now I have slower video playback than I had with the OEM Geforce AGP card. Does anyone know why this has happened? I thought I was gonna get better playback by upgrading
    G4 Quicksilver 733 896mb ram   Mac OS X (10.3.9)  

    Hi,
    Well, you have me scratching my head, that's a real puzzle.
    Try an Open Firmware re-set, do the 're-set all' procedure:
    http://docs.info.apple.com/article.html?artnum=42642
    BTW, ATI (and OWC) has just released this info on their 9600 video card, meaning it's not so good for G4's:
    Knowledge Base
    ATI Customer Care > Product Information > Specifications, Features, Comparisons >
    737-21888: Radeon 9600 PRO PC & MAC Edition list of supported system configurations
    The information in this article applies to the following configurations:
    Radeon® 9600 PRO PC & MAC Edition
    "Quicksilver" Power Mac G4 model
    "Quicksilver 2002" Power Mac G4 model
    "Digital Audio" Power Mac G4 model
    The Radeon 9600 Mac & PC Edition is not compatible with the "Quicksilver", "Quicksilver 2002" or the "Digital Audio" PowerMac G4. If a Radeon 9600 Mac & PC Edition board is installed in one of these systems the result is a blank display.
    For assistance in differentiating Power Mac G4 models, please refer to Apple Article 58418.
    Regards,
    Dave

  • I may have a solution for choppy video playback for iTunes Windows users

    My setup:
    - Intel NUC (i5)
    - 8gb memory
    - Intel 5000 Graphics with 1GB memory (share of system memeory)
    - iTunes 12
    - iTunes library on NAS via GigaLan
    Had problems with very choppy and freezing HD video playback in iTunes and tried everything... Every other player works fine.
    1. downgrade audio playback
    2. played with Quicktime settings
    However, I think I might have a workaround. You need to do the following,
    1. Install Quicktime 7
    2. Install iTunes
    3. Download ffdshow (Sep 2014 version) and install the codecs: pretty much leaving all do default
    4. Set audio quality in Sound and Quicktime options in control panel, and iTunes to 16bit 48k
    5. In advanced options of Quicktime in control panel, deselect "Direct 3D" & "Enable directdraw on seondary display", ONLY tick "enable directdraw accerleration"
    Well, at least this works for me for now.
    HOWEVER!!!
    @Apple! You need to address this issue once for all, I can't believe there is no solution. As a paying customer who buy quite a few of your movies in iTunes, I expect to have a harssell free experience. Consumers should NOT have to go through all these troubles trying to fix a product you have released and making billions out of.
    Reason why I switched from Android to Apple for my phones and tablets is becasue of the seamless user experience, regretfully I have to admit, this advantage is quickly going away. The amount of glitches in your recent ios updates and itunes are simply unacceptable.

    Downloading videos on 7.0.2 hasn't worked as well as everyone had hoped. I still can't get mine to work, but i do know a few people who haven't had trouble with the newer itunes.

  • Captivate 4 video player skins...

    i want to use a different video player skin than the 6 stock ones that come with captivate 4... they seem to be embedded into the program? any suggestions on how to add new ones?

    Hi,
    This article will help you create custom skins.
    Manish,
    http://blogs.adobe.com/captivate

  • Can't hear recorded sound during video playback

    I take a lot of videos of my kids.  I have noticed lately that the volume is low or muffled...you can't hear what is being said even if they are screaming 6 inches away.  I thought maybe something had gotten into the microphone, etc.  I recorded a voice memo and on playback i could hear what was recorded just fine at a normal level. Now once I tried to record a video of my kids talking, it played back so low that i can't hear anything and that is with the volume turned wide open.  Not really sure what this issue could be but if the volume works fine on voice memo wouldn't it work the same on video playback? 

    Hi there AmPriSi,
    It sounds like you may be experiencing a microphone issue with your iPhone. Use the following article to help you address this issue:
    iPhone: Microphone issues
    http://support.apple.com/kb/ts5183
    Take care, and thanks for visiting the Apple Support Communities.
    Cheers,
    Braden

  • ITunes / Windows Video Playback.. (what, you actualy want to WATCH vid's?)

    I'm sure there are several people out there that are having the same or similar problems, but because I can't seem to find them with the exact problem I'm having, I thought a new thread would be appropriate....
    Upgraded from 6 to 7 yesterday... music seems to play OK (not as good as 6, but not all the issues other people are having). Now video playback in iTunes is little more than a slideshow with audio to (almost) match.
    When I go to play back any vid podcast, or other video in my library for that matter, iTunes bumps my processor up to 100% and holds it there, and the video does little more than skip and bounce through the entire playback (even if the overlay controls go away fully, the slightest mouse movement brings them back). The audio quality seems to almost follow the video, but they get away from each other (the audio was about 2 seconds ahead of the video/slide show while watching the current version of Photoshop TV). Any other video player works fine, but if I wanted to use them, I would have never installed iTunes in the first place, the idea being that the integration was the blessing.
    I USED to be able to watch a video, use Photoshop CS2, have Flash 8 open behind it, After Effects running on a seperate monitor, browse the web, and play freecell all at the same time, with several background utility style apps going all at the same time with out a hickup.
    After trying the IDE fix's, the sound setup fix's and any other fix's found in the discussions (and yes, reverting them after they failed to fix the problem), I'm still having an issue, and now I can't find iTunes 6 to try to get back to a good time in life... oh why oh why apple, why do you have just as many issues as windows? I had hoped for so much more....
    Anyone? Any Ideas? Anyone willing to email me itunes 6 so I can get back to a better time in life? Or provide answers? I've got a horriable track record with apple (over 20 business stopping questions, and to date 0 responses) so I am about 2 minutes from giving up
    Sorry apple, but this is way past frustrating... were all your win/tel beta testers using mac's?
    HomeBuilt Windows XP Pro ATI 9700 Pro / AMD Athlon 64 3800+ / hampster on treadmill running his head off...

    Are sure that's not Flash needed for those videos?

Maybe you are looking for

  • Why can't i use the double-tap feature on my inspire 4g

    okay on certain websites like www.tchek.com it doesn't let me log in and enter my stuff in the field like i am now in this post question box. and i cant click on anything and i can zoom in or out. this website work great on Atrix. i got this phone ju

  • Flash Builder 4 connect to Data/Service

    I am attempting to connect Flash Builder projects to a custom AMF server using the connect to Data/Service tool. I am able to successfully connect to the server and create a service connection. Flash Builder creates a service but does not recognize a

  • Odd List Order in the Paragraph Catalog

    I set up the paragraph catalog in FrameMaker 8, running on Windows XP. All listings were in alphabetical order, top-to-bottom. After logging on to the computer with a new user account and starting up FM, the paragraph catalog re-ordered itself into a

  • FLANG60.ins errors during installing EAP DEV.6

    Intalling EAP DEV6.0 on NT 4.0 machine (Service pack 3) and oracle Enterprise edition 8.05, cause this error: Flang60.ins:error to detect(or create??) directory.. What does it means?Anyone can help me? thanks in advance.. gigi null

  • Variants

    Dear All, I have one report with one of the  filed p_period in the selection screen. The input to this field is month and year as 008.2007. I save one variant ZVARIANT in the period is 006.2007 Now my requirement the period in the variant has to chan