Enable JavaHelp 1.1.3 to display video

I'm using JavaHelp 1.1.3 and I'm having trouble getting a video (avi) to display within JavaHelp. With a regular browser, the video displays with no problem. I've tried about 2 different methods so far:
1. Direct link - no good, JavaHelp spits out a page of bits, bytes and general gibberish.
2. Separate page using the embed keyword - at least this didn't give a page of gibberish. But all I got was a white page where my video should be with a link back to the prior page underneath.
Any ideas? I see the documentation talks about creating "lightweight objects" with the OBJECT keyword. Any help would be much appreciated.

The following code will allow you to play an avi in a secondary window (using JMF) when clicked. I found that only some avi files would play - it is dependent on the encoding.
Sample object tag:
<OBJECT CLASSID="java:your.package.name.HelpShowVideo">
<param name="content" value="file:///C:/Projects/javamedia/tview.avi">
<param name="viewerActivator" value="javax.help.LinkLabel">
<param name="viewerStyle" value="javax.help.Popup">
<param name="text" value=" file:///C:/Projects/javamedia/tview.avi ">
<param name="textColor" value="blue">
<param name="textFontSize" value="large">
<param name="textFontWeight" value="bold">
<param name="textFontStyle" value="italic">
Video objects not supported
</OBJECT>Class code:
package your.package.name;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
import javax.media.*;
import javax.swing.*;
* @author Brendan Ryan using sample Java Media code from
*         http://developer.java.sun.com/developer/JDCTechTips/2002/tt0219.html
* @version 1.1 26/10/2003
public class HelpShowVideo extends com.sun.java.help.impl.JHSecondaryViewer {
    Player player;
    Component center;
    Component south;
    /** Creates new HelpStartBrowser */
    public HelpShowVideo() {
        super();
    /** Called when item is clicked */
    public void actionPerformed(ActionEvent event) {
        String url = this.getContent();
        showVideo(url);
    /** Use Java Media to show Video */
    private void showVideo(final String url) {
        try {
            final JDialog jd = new JDialog();
            final Container contentPane = jd.getContentPane();
            if (player != null) {
                player.stop();
            player = Manager.createPlayer(new URL(url));
            ControllerListener listener = new ControllerAdapter() {
                public void realizeComplete(RealizeCompleteEvent event) {
                    Component vc = player.getVisualComponent();
                    if (vc != null) {
                        contentPane.add(vc,BorderLayout.CENTER);
                        center = vc;
                    } else {
                        if (center != null) {
                            contentPane.remove(center);
                            contentPane.validate();
                    Component cpc = player.getControlPanelComponent();
                    if (cpc != null) {
                        contentPane.add(cpc,
                        BorderLayout.SOUTH);
                        south = cpc;
                    } else {
                        if (south != null) {
                            contentPane.remove(south);
                            contentPane.validate();
                    jd.pack();
                    jd.setTitle(url);
                    jd.show();
            player.addControllerListener(listener);
            player.start();
        } catch (Exception e) {
            System.out.println("Video error: " + e);
}

Similar Messages

  • HT204291 Using Azul media player app on my ipad  Apple tv will only display sound but not video from movies.  Any ideas on a fix.  I set mirroring to on but it still does not display video.  It will display photos and video recorded from my iphone.

    Using Azul media player app on my ipad  Apple tv will only display sound but not video from movies.  Any ideas on a fix.  I set mirroring to on but it still does not display video.  It will display photos and video recorded from my iphone.

    Here are the steps for AirPlay:
    Before starting Azul from your (running iOS 5.x/6.x) home screen where have have all your apps we need to turn on mirroring
    On your iPhone 4S/5 or iPad 2 or 3, double-click the Home  Button to view your recently-used apps.
    Swipe all the way to the right to until you see the  icon.
    Note: If the icon does not appear, go to the "If AirPlay Mirroring is not visible or available on your mobile iOS device" section.
    Tap the  icon to see the list of available AirPlay devices.
    Enable AirPlay Mirroring in this menu by tapping on an available Apple TV, then sliding the Mirroring slider to ON.
    Now you should be seeing your iPad/iPhone on your TV.
    Start up Azul now and using the settings icon on the top right corner go to the option that say "TV out" ON.
    When you do that you will see an Orange screen
    Now click "Done" and play the video you want to watch and it will AirPlay

  • The 3d features require 'use graphics processor' is enabled in the performance preferences.  Your video card must meet the minimum requirements and you may need to check that your driver is working correctly

    the 3d features require 'use graphics processor' is enabled in the performance preferences.  Your video card must meet the minimum requirements and you may need to check that your driver is working correctly
    Hello I'm also getting this error.. can anybody help me out? Here's my log.
    Adobe Photoshop Version: 2014.0.0 20140508.r.58 2014/05/08:23:59:59  x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:5, Stepping:5 with MMX, SSE Integer, SSE FP, SSE2, SSE3
    Physical processor count: 2
    Processor speed: 2128 MHz
    Built-in memory: 2934 MB
    Free memory: 231 MB
    Memory available to Photoshop: 2354 MB
    Memory used by Photoshop: 70 %
    3D Multitone Printing: Disabled.
    Touch Gestures: Disabled.
    Windows 2x UI: Disabled.
    Image tile size: 1024K
    Image cache levels: 4
    Font Preview: Medium
    TextComposer: Latin
    Display: 1
    Display Bounds: top=0, left=0, bottom=768, right=1366
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    glgpu[0].GLVersion="2.1"
    glgpu[0].GLMemoryMB=1242
    glgpu[0].GLName="Intel(R) HD Graphics"
    glgpu[0].GLVendor="Intel"
    glgpu[0].GLVendorID=32902
    glgpu[0].GLDriverVersion="8.15.10.2993"
    glgpu[0].GLRectTextureSize=8192
    glgpu[0].GLRenderer="Intel(R) HD Graphics"
    glgpu[0].GLRendererID=70
    glgpu[0].HasGLNPOTSupport=1
    glgpu[0].GLDriver="igdumd64.dll,igd10umd64.dll,igdumdx32,igd10umd32"
    glgpu[0].GLDriverDate="20130130000000.000000-000"
    glgpu[0].CanCompileProgramGLSL=1
    glgpu[0].GLFrameBufferOK=1
    glgpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="1.20  - Intel Build 8.15.10.2993"
    glgpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[1447 ]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[16]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[16]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[16]
    glgpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[512]
    glgpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[1024]
    glgpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[41]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=0
    License Type: Tryout Version
    Serial number: Tryout Version
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\
    Temporary file path: C:\Users\ANNABE~1\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 298.0G, 63.8G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Plug-ins\
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2014/04/14-23:42:44   79.554120   79.554120
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdbePM.dll   PatchMatch 2014/04/23-10:46:55   79.554276   79.554276
       AdobeLinguistic.dll   Adobe Linguisitc Library   8.0.0  
       AdobeOwl.dll   Adobe Owl 2014/03/05-14:49:37   5.0.33   79.552883
       AdobePDFL.dll   PDFL 2014/03/04-00:39:42   79.510482   79.510482
       AdobePIP.dll   Adobe Product Improvement Program   7.2.1.3399  
       AdobeXMP.dll   Adobe XMP Core 2014/01/13-19:44:00   79.155772   79.155772
       AdobeXMPFiles.dll   Adobe XMP Files 2014/01/13-19:44:00   79.155772   79.155772
       AdobeXMPScript.dll   Adobe XMP Script 2014/01/13-19:44:00   79.155772   79.155772
       adobe_caps.dll   Adobe CAPS   8,0,0,7  
       AGM.dll   AGM 2014/04/14-23:42:44   79.554120   79.554120
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       amtlib.dll   AMTLib (64 Bit)   8.0.0.45 BuildVersion: 8.0; BuildDate: Fri Mar 28 2014 20:28:30)   1.000000
       ARE.dll   ARE 2014/04/14-23:42:44   79.554120   79.554120
       AXE8SharedExpat.dll   AXE8SharedExpat 2013/12/20-21:40:29   79.551013   79.551013
       AXEDOMCore.dll   AXEDOMCore 2013/12/20-21:40:29   79.551013   79.551013
       Bib.dll   BIB 2014/04/14-23:42:44   79.554120   79.554120
       BIBUtils.dll   BIBUtils 2014/04/14-23:42:44   79.554120   79.554120
       boost_date_time.dll   photoshopdva   8.0.0  
       boost_signals.dll   photoshopdva   8.0.0  
       boost_system.dll   photoshopdva   8.0.0  
       boost_threads.dll   photoshopdva   8.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.2.6.32411   2.2.6.32411
       CITThreading.dll   Adobe CITThreading   2.2.6.32411   2.2.6.32411
       CoolType.dll   CoolType 2014/04/14-23:42:44   79.554120   79.554120
       dvaaudiodevice.dll   photoshopdva   8.0.0  
       dvacore.dll   photoshopdva   8.0.0  
       dvamarshal.dll   photoshopdva   8.0.0  
       dvamediatypes.dll   photoshopdva   8.0.0  
       dvametadata.dll   photoshopdva   8.0.0  
       dvametadataapi.dll   photoshopdva   8.0.0  
       dvametadataui.dll   photoshopdva   8.0.0  
       dvaplayer.dll   photoshopdva   8.0.0  
       dvatransport.dll   photoshopdva   8.0.0  
       dvaui.dll   photoshopdva   8.0.0  
       dvaunittesting.dll   photoshopdva   8.0.0  
       dynamiclink.dll   photoshopdva   8.0.0  
       ExtendScript.dll   ExtendScript 2014/01/21-23:58:55   79.551519   79.551519
       icucnv40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       icudt40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       imslib.dll   IMSLib DLL   7.0.0.145  
       JP2KLib.dll   JP2KLib 2014/03/12-08:53:44   79.252744   79.252744
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OpenMP* Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   7.2.1.3399  
       mediacoreif.dll   photoshopdva   8.0.0  
       MPS.dll   MPS 2014/03/25-23:41:34   79.553444   79.553444
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC 2014   15.0  
       Plugin.dll   Adobe Photoshop CC 2014   15.0  
       PlugPlugExternalObject.dll   Adobe(R) CEP PlugPlugExternalObject Standard Dll (64 bit)   5.0.0  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   5.0.0.74  
       PSArt.dll   Adobe Photoshop CC 2014   15.0  
       PSViews.dll   Adobe Photoshop CC 2014   15.0  
       SCCore.dll   ScCore 2014/01/21-23:58:55   79.551519   79.551519
       ScriptUIFlex.dll   ScriptUIFlex 2014/01/20-22:42:05   79.550992   79.550992
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   7.0.1.102
       VulcanControl.dll   Vulcan Application Control Library   5.0.0.82  
       VulcanMessage5.dll   Vulcan Message Library   5.0.0.82  
       WRServices.dll   WRServices Fri Mar 07 2014 15:33:10   Build 0.20204   0.20204
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 15.0 (2014.0.0 x001)
       Accented Edges 15.0
       Adaptive Wide Angle 15.0
       Angled Strokes 15.0
       Average 15.0 (2014.0.0 x001)
       Bas Relief 15.0
       BMP 15.0
       Camera Raw 8.0
       Camera Raw Filter 8.0
       Chalk & Charcoal 15.0
       Charcoal 15.0
       Chrome 15.0
       Cineon 15.0 (2014.0.0 x001)
       Clouds 15.0 (2014.0.0 x001)
       Collada 15.0 (2014.0.0 x001)
       Color Halftone 15.0
       Colored Pencil 15.0
       CompuServe GIF 15.0
       Conté Crayon 15.0
       Craquelure 15.0
       Crop and Straighten Photos 15.0 (2014.0.0 x001)
       Crop and Straighten Photos Filter 15.0
       Crosshatch 15.0
       Crystallize 15.0
       Cutout 15.0
       Dark Strokes 15.0
       De-Interlace 15.0
       Dicom 15.0
       Difference Clouds 15.0 (2014.0.0 x001)
       Diffuse Glow 15.0
       Displace 15.0
       Dry Brush 15.0
       Eazel Acquire 15.0 (2014.0.0 x001)
       Embed Watermark 4.0
       Entropy 15.0 (2014.0.0 x001)
       Export Color Lookup NO VERSION
       Extrude 15.0
       FastCore Routines 15.0 (2014.0.0 x001)
       Fibers 15.0
       Film Grain 15.0
       Filter Gallery 15.0
       Flash 3D 15.0 (2014.0.0 x001)
       Fresco 15.0
       Glass 15.0
       Glowing Edges 15.0
       Google Earth 4 15.0 (2014.0.0 x001)
       Grain 15.0
       Graphic Pen 15.0
       Halftone Pattern 15.0
       HDRMergeUI 15.0
       IFF Format 15.0
       Ink Outlines 15.0
       JPEG 2000 15.0
       Kurtosis 15.0 (2014.0.0 x001)
       Lens Blur 15.0
       Lens Correction 15.0
       Lens Flare 15.0
       Liquify 15.0
       Matlab Operation 15.0 (2014.0.0 x001)
       Maximum 15.0 (2014.0.0 x001)
       Mean 15.0 (2014.0.0 x001)
       Measurement Core 15.0 (2014.0.0 x001)
       Median 15.0 (2014.0.0 x001)
       Mezzotint 15.0
       Minimum 15.0 (2014.0.0 x001)
       MMXCore Routines 15.0 (2014.0.0 x001)
       Mosaic Tiles 15.0
       Multiprocessor Support 15.0 (2014.0.0 x001)
       Neon Glow 15.0
       Note Paper 15.0
       NTSC Colors 15.0 (2014.0.0 x001)
       Ocean Ripple 15.0
       OpenEXR 15.0
       Paint Daubs 15.0
       Palette Knife 15.0
       Patchwork 15.0
       Paths to Illustrator 15.0
       PCX 15.0 (2014.0.0 x001)
       Photocopy 15.0
       Photoshop 3D Engine 15.0 (2014.0.0 x001)
       Photoshop Touch 14.0
       Picture Package Filter 15.0 (2014.0.0 x001)
       Pinch 15.0
       Pixar 15.0 (2014.0.0 x001)
       Plaster 15.0
       Plastic Wrap 15.0
       PNG 15.0
       Pointillize 15.0
       Polar Coordinates 15.0
       Portable Bit Map 15.0 (2014.0.0 x001)
       Poster Edges 15.0
       Radial Blur 15.0
       Radiance 15.0 (2014.0.0 x001)
       Range 15.0 (2014.0.0 x001)
       Read Watermark 4.0
       Render Color Lookup Grid NO VERSION
       Reticulation 15.0
       Ripple 15.0
       Rough Pastels 15.0
       Save for Web 15.0
       ScriptingSupport 15.0
       Shake Reduction 15.0
       Shear 15.0
       Skewness 15.0 (2014.0.0 x001)
       Smart Blur 15.0
       Smudge Stick 15.0
       Solarize 15.0 (2014.0.0 x001)
       Spatter 15.0
       Spherize 15.0
       Sponge 15.0
       Sprayed Strokes 15.0
       Stained Glass 15.0
       Stamp 15.0
       Standard Deviation 15.0 (2014.0.0 x001)
       STL 15.0 (2014.0.0 x001)
       Sumi-e 15.0
       Summation 15.0 (2014.0.0 x001)
       Targa 15.0
       Texturizer 15.0
       Tiles 15.0
       Torn Edges 15.0
       Twirl 15.0
       Underpainting 15.0
       Vanishing Point 15.0
       Variance 15.0 (2014.0.0 x001)
       Water Paper 15.0
       Watercolor 15.0
       Wave 15.0
       Wavefront|OBJ 15.0 (2014.0.0 x001)
       WIA Support 15.0 (2014.0.0 x001)
       Wind 15.0
       Wireless Bitmap 15.0 (2014.0.0 x001)
       ZigZag 15.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
    Installed TWAIN devices: NONE

    What Intel video card do you have? The only Intel HD graphics cards officially supported by Photoshop CC are:
    Intel HD Graphics P3000
    Intel HD Graphics P4000
    Intel(R) HD Graphics P4600/P4700
    Intel HD Graphics 5000
    Go here to read more about the requirements: Photoshop CC and CC 2014 GPU FAQ

  • Displaying video using "Apple Composite AV Cable" to an in car DVD player

    Has anyone had any success or knows of any in car dvds/screens that will enable you to display video from an iPhone/Touch. Im assuming we would need to use something similar to Apples "Apple Composite AV Cable". To be honest I really only want to show videos from my iPhone/touch... if the screens didn't have dvds I really would care..
    Thx

    Your best bet would be to find a car head unit with either a composite or component input. From there you would just use the appropriate cable from the Apple Store.

  • Display Videos on Apple TV

    Great day everyone,
    Q1. I just got apple TV. I am wondering if I can display videos from my iPad mini on Apple TV and use other app on iPad mini at the same time.
    so, that's mean i can watch movie on TV and use my iPad mini to search google at the same time.
    Q2. can I connect laptop with operate windows 7 into Apple TV ?
    best regard
    Naif Bin Dayel

    Which iPod Touch model? What version of IOS? Try double tapping the home button, swipe (left to right) twice and you will see the airplay icon. Airplay needs to be enabled on ATV and iPod needs to be on the same network.

  • FCP 7, issue with dual display (video frozen but audio plays)

    I have just installed FCP 7 (Studio 3) onto a new MacPro 8-core with Radion5770 GFX card.
    Primary monitor is running via DVI, secondary monitor is running via DisplayPort to HDMI.
    My problem is that if i enable the secondary display so that I get a full screen image from the timeline and then attempt to play the video remains frozen whilst the audio plays.
    Its the same on the primary display video viewer window as well.
    If I TURN OFF the secondary display then the video viewer on the primary window returns to normal play back without any issues.
    If I turn the seconday display back on, then "scratch" along the timeline then the video refeshes corectly - but every time i hit play the video remains frozen.
    Any ideas???

    Ive found the solution.
    its quite easy.
    symply go to
    Final Cut Pro -> Audio/Video Settings
    Navigate to A/V Devices and under video select the screen your using. If your using the computers screen, like a macbooks screen make sure to check the box. "Miror on desktop". If you do not do this you will have a black frozen immage and the sound will continue playing.
    I set a shortcut for "All frames" so that when I press a cmd+p it automatically plays full screen on my macbook.
    Hope that helps.
    Sylvain Cruiziat
    http://www.vimeo.com/sylvaincruiziat

  • Apple tv does not display video from my iphone

    My iphone 5 will not display video content on my apple tv, but the audio is working.  It works intermittently with mirroring turned on, but I've never had to do that before as I connect to my apple tv via wifi.  The audio plays and displays a little icon in the lower left corner of the apple tv screen with the iTunes icon and indicates I have internet radio playing.  This has never happened before.  I tried the same video from my iPad and it worked fine without activating the mirroring function.  All applications are up-to-date.  How do I fix this?

    Here are the steps for AirPlay:
    Before starting Azul from your (running iOS 5.x/6.x) home screen where have have all your apps we need to turn on mirroring
    On your iPhone 4S/5 or iPad 2 or 3, double-click the Home  Button to view your recently-used apps.
    Swipe all the way to the right to until you see the  icon.
    Note: If the icon does not appear, go to the "If AirPlay Mirroring is not visible or available on your mobile iOS device" section.
    Tap the  icon to see the list of available AirPlay devices.
    Enable AirPlay Mirroring in this menu by tapping on an available Apple TV, then sliding the Mirroring slider to ON.
    Now you should be seeing your iPad/iPhone on your TV.
    Start up Azul now and using the settings icon on the top right corner go to the option that say "TV out" ON.
    When you do that you will see an Orange screen
    Now click "Done" and play the video you want to watch and it will AirPlay

  • My 5 yr old 2 GHz Intel Core Duo 20" iMac, right after I disconnected  an external HD that had been on the desktop (i.e. I forgot to eject it  properly), started displaying video anomalies (lines); testing  (TechTool Deluxe 3.1.3) indicates the video is f

    My 5 yr old 2 GHz Intel Core Duo 20" iMac, right after I disconnected
    an external HD that had been on the desktop (i.e. I forgot to eject it
    properly), started displaying video anomalies (lines); testing
    (TechTool Deluxe 3.1.3) indicates the video is failing.
    The graphics card is an ATI Radeon X1600. Is this reasonably
    replaceable? If so, is the "MPC ClientPro 434 All In One ATI MXM X1600
    PCIe 128MB Video Card" I found on eBay (for $25, used) essentially the
    same unit?
    My soldering skills are, sadly, poor.
    And it only dawned on me a couple days ago that because this iMac does
    not have a Core 2 Duo processor, it will not be able to enter the
    "Lion" generation.
    Thanks,
    Patrick
    PS Are manuals for this model available? I have a copy of the Peachpit
    Apple Training Series "Desktop and Portable Systems, Second Edition"
    but it only goes up to the G5 20" iMac. There doesn't appear to be a
    3rd or later edition in the series.

    My 5 yr old 2 GHz Intel Core Duo 20" iMac, right after I disconnected
    an external HD that had been on the desktop (i.e. I forgot to eject it
    properly), started displaying video anomalies (lines); testing
    (TechTool Deluxe 3.1.3) indicates the video is failing.
    The graphics card is an ATI Radeon X1600. Is this reasonably
    replaceable? If so, is the "MPC ClientPro 434 All In One ATI MXM X1600
    PCIe 128MB Video Card" I found on eBay (for $25, used) essentially the
    same unit?
    My soldering skills are, sadly, poor.
    And it only dawned on me a couple days ago that because this iMac does
    not have a Core 2 Duo processor, it will not be able to enter the
    "Lion" generation.
    Thanks,
    Patrick
    PS Are manuals for this model available? I have a copy of the Peachpit
    Apple Training Series "Desktop and Portable Systems, Second Edition"
    but it only goes up to the G5 20" iMac. There doesn't appear to be a
    3rd or later edition in the series.

  • Adobe Premiere Elements 13, will not display video picture, audio only. My video format is listed as compatible with Adobe.

    Adobe Premiere Elements 13, will not display video picture, audio only. My videois listed as compatible with Adobe.

    douglass
    On what computer operating system is your Premiere Elements 13 running? Have you updated 13 to 13.1 yet using an opened project's Help Menu/Updates?
    If not, please do so.
    You have not given us enough information with which to help you.
    What are the properties of your source file that is presenting in the project with audio but no video?
    Quickest way to gain that information is from brand/model/settings of the camera that recorded the video.
    I am looking for
    video compression
    audio compression
    frame size
    frame rate
    interlaced or progressive
    file extension
    pixel aspect ratio
    What does the file's thumbnail look like in Project Assets after it is imported....thumbnail with no image (gray), thumbnail with only an audio icon
    within it, or other? On the Timeline, what do you see represented in Video 1....nothing as opposed to Audio 1 where you see the audio portion of
    the file?
    Do you have the latest version of QuickTime installed on your computer along with Premiere Elements 13/13.1? Are you running the programs as
    administrator?
    Is your video card/graphics card driver version up to date according to the web site of the manufacturer of the card?
    Let us start here. Based on your reply details, we will customize troubleshooting strategy for you.
    Thanks.
    ATR

  • Purchased a TV show in itunes...can only hear audio, will not display video

    at 1st....
    Purchased a TV show in itunes...can only hear audio, will not display video
    now...
    shows the show is 48 min but then is only 30 seconds once opened

    Hello piff316,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBooks Store purchase
    http://support.apple.com/kb/ht1933
    Best of luck,
    Mario

  • Source monitor and program monitor boxes will not display video in full only half

    I have adobe premiere pro cs6 and source monitor and program monitor boxes will not display video in full only half.  So the top half of both monitors are black and the bottom half is where the video displays.  But you can see that the video is missing the top part.  Like people's heads are cut off and can only see body.  How can i fix this so premiere pro cs6 will use the full monitors boxes to display my video?

    This is a known issue with a recent Windows update.
    The Fix (post 3):
    http://forums.adobe.com/message/5494175#5494175
    The Status Update (posts 46 / 52):
    http://forums.adobe.com/message/5555797#5555797

  • Safari will not display video content/flash etc on websites ie youtube etc

    I am running Panther 10.3.9 and Safari 1.3.2 (v312.6). When trying to access Youtube, Facebook etc Safari does not display video/animation etc and so Safari closes with an error. It will also not play video content on the Apple website. I would also like to know the following if someone could please help; What is the best software to upgrade to ie Tiger? etc ; What is the maximum memory upgrade for my machine and what would I ask for and best place to buy? Any assistance is much appreciated. Kind regards VJR1OK!!

    You may find some improved online performance with Panther 10.3.9 with
    the last supported Flash and Shockwave players installed (older ones have
    to be uninstalled) and though the use of Camino browser since it is up-to-date.
    There still will be some limitations; but if you have the correct Flash/Shockwave
    players for Panther installed and get Camino, and use it as a default replacement
    for that ancient Safari, that would make a difference. Also, it always makes sense
    to get more RAM in an older computer since they usually shipped with very little.
    In the case of older computers, often the capacity of the hard disk drive was also
    a matter of marginalization. A large enough drive to have plenty of free space in
    it, after applications and the OS X is installed, so the system can have room for
    temporary files and Virtual Memory, then it can run the last supported OS X ok.
    An externally enclosed bootable hard drive (FireWire enclosed unit) could be
    used to add space or a second system for use when at a desktop, so for the
    sake of discussion, the internal drive would not necessarily need replaced to
    check out a different operating system that may need more room in a drive.
    RAM is an easy fix; and a new browser from Camino.org - plus those players.
    Good luck & happy computing!

  • *Displaying videos on my website

    I am working on a site with a section where users can upload
    their videos for the public to view.
    JW Media Player seems to be a popular method by web
    developers for displaying videos on their sites. Many sites seem to
    use flash media players like this, such as YouTube and Google
    Video. They also seem to automatically convert uploaded video files
    to the FLV format for viewing in the flash player.
    Should I use this same method on my site, or should I keep
    the original video format? I cannot seem to find very much
    information about this topic on the web. Is there anyone here who
    could give me the pros and cons of each, and perhaps offer a link
    to a tutorial of the better solution?

    <pre><nowiki><TABLE>
    <TR>
    <TD>
    <autostart/play="0">
    <LEFT><embed src="Gillian.wmv" width=x(500)height =y(500)>
    </LEFT><br><br>
    <B><LEFT>Gillian Ghearing on TV 2012</LEFT></B>
    <TD>
    <CENTER><embed src="waaytv-video.wmv" width=x(500) height=y(500)></CENTER><BR>
    <B><CENTER>WAAY TV Video recorded in 2011</CENTER></BR></nowiki></pre>
    This is still in draft form. I tried to upload the video but it did not work.

  • Sun Ultra 60 not displaying video

    I bought an Ultra 60 from a friend as a SPARC machine to play around with. It has a Belkin Sun Adapter (F1D082), and I have the keyboard, VGA, and mouse plugged into that. However when I turn the Ultra 60 on, the fans and hard drives spin up, there is nothing obviously wrong with it... Except I do not get any video.
    I have gotten this machine to display video before, but I was not doing anything different. I have no idea why it will not do it again.
    I have tried all possible dip switch settings...
    Any suggestions?

    first question, where did you plug in the keyboard/mouse? not in the frame buffer, right?
    http://dlc.sun.com/pdf/805-1709-12/805-1709-12.pdf
    this is the service manual... check the jumpers on the motherboard... and that the memory
    is in the right slots and the cpu(s) is/are in the right slot(s).
    that is a start.
    haroldkarl

  • Settings for enabling message security tab in message display tool

    Hi Experts,
    We have a scenario where we are sending data by applying web service security using SOAP receiver communication channel .
    I want to check message security log along with audit log in message display tool in RWB.
    Can anybody know what are the required settings to enable message security tab in message display toolin RWB?
    Regards,
    Sari

    Hello
    Check the link, [Security Configuration at Message Level  |http://help.sap.com/saphelp_nwpi71/helpdata/EN/ea/c91141e109ef6fe10000000a1550b0/content.htm], which describes the steps required.
    Regards
    Mark

Maybe you are looking for