MP4 video poster controls no longer functioning.

MP4 video poster controls no longer functioning. Video loops back to the beginning even though the settings are to stop at the last frame. Also video is pausing on tap yet i have the 'Do Not Allow Pause' checked.
Double checked the publish setting and it's set to v23, which when these features were released.
Previous folios (published before v25) are working fine but new one using v25 tools is not working.

Stop at Last Frame works fine for me using the v25 tools.
Open your folio properties and make sure that v25 is selected. Then update the article containing the video. (In some cases, you can have a folio in one version with articles in a previous version if they haven't been updated.)
Let us know how that goes.

Similar Messages

  • Playing mp4 videos posted online on ipod touch

    I posted videos on my school's website that were created by my students.  I converted all of the videos to mp4s so that they would be in a format that could be viewed with an ipod Touch or on a computer.  At first I was able to play the videos on the ipod Touch without any problems.  However, a few weeks ago i started seeing an error message that said "plug-in handled load".  Each time, I just clicked ok and the video played.  I read somewhere online that updating the ipod Touch software might take care of this problem.  However, since updating the software, the videos won't play at all. 
    Here's a link to one of the videos thatused to work, but will no longer play on the ipod Touch:
    http://cmsd.k12.pa.us/cmsd/cm_canon_middle/library/SeerOfShadows2_xvid_x264_000. mp4
    Is there another file format that I could use that would work both with the ipod Touch and online by anyone accessing our website?  Any advice would be appreciated!

    What is the source of the videos?
    Have you tried deleting/unsyncing them and resyncing?
    Do they now play i iTunes?
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                             
    - Restore to factory settings/new iOS device.

  • How to play MP4 videos from library assets, not external source

    I can play MP4 video files all day long, as long as they are from an external source. How can I target via linkage MP4 video files in the library? I'm building a Kiosk application and can't have any external assets--only assets from the library. Please only post comments or solutions based on using the video object, not the Playback component. Thanks

    have been trying this too , the manual says FAT32 files, just my two cents for ya

  • IPod Nano 3g no longer syncs (some) mp4 videos when they used to sync

    iTunes 9.0.3.15 with iPod Nano 3g (1.1.3) on AMD Windows 7 64 bit
    Videos which used to play on the iPod, no longer will sync to the ipod. They used to sync when I had Windows XP but after a disk crash and now using Windows 7 64 bit, they dont.
    The videos play just fine in itunes, they just refuse to sync.
    Some videos that I have do go, but there is no obvious difference between them (file names, formats, etc).
    I have reset the ipod to factory.
    item type mp4 video
    Video
    frame 320x176
    data rate 256kbps
    total bitrate 375kbps
    frame rate 23 frames/second
    Audio
    bit rate 118kbs
    channels 2 (stereo)
    audio sample rate 48khz
    Any suggestions as to how I can diagnose this, are welcomed.
    ...Lyall

    Ok, I may seem like a noob, cos I am.
    But, I did discover the 'create an iPod/iPhone' version' (right click the video file)
    It creates a nice small file (about 30% of the original), in a location I cannot control and ends up showing me two identical entries in iTunes that I cannot pick the difference between without doing a 'Get Info' and looking at the filename!
    Best of all, this nice small file has NO Video.
    I failed to find any settings in which I could nominate the target device, after all, they all have different screen sizes, you would think I could optimise it for my devices screen size.
    I even transferred the converted content (after finding it) to a real OS (linux) and mplayer spits about too many audio packets and vlc simply plays sound.
    And Apple software is supposed to be user friendly...
    ...Lyall

  • How to disable player controls when embedding mp4 video?

    I am trying to embed a mp4 video in a web page. Is there a tag for hiding the player's controls? I want my video to loop without any display of the player controls. Also, if anyone knows of some sample code for embedding .mp4 with all available tags I would sure like to see it.
    Thanks,
    Jerry

    Hi t, I think you would find help on the Flash Forum here:
    http://forums.adobe.com/community/flash/flash_general?view=discussions&start=0
    Thanks,
    eidnolb

  • Function Module for BOM for posting BOM component long text

    Is there any SAP provided Function Module for posting BOM components long
    text if so please let me know as it is very urgent for me.

    Hello Sridevi,
    The following customer exits are available for BOM, please check the excect one.
    http://help.sap.com/saphelp_46c/helpdata/en/4a/d286ba5a1111d3b47b006094b9d648/frameset.htm
    Hope this helps.
    Regards
    Arif Mansuri

  • How do I get an MP4 video file to autoplay instead of download

    I am using Dreamweaver CS5.5.  I am trying to embed an .mp4 video on my website to autoplay.  When I take it to "Live View" the file plays - if I use the "Play" function in Properties I get the following message - "Unable to find the plugin that handles this media type. Dreamweaver looks in both the "Configurations/Plugins" folder, and the plugins folder for each of your selected browsers."  When I publish the page and go to my website to view, the video does not play - instead, the file downloads to my computer.  What can I do to remedy this issue?

    Autoplay is not universally supported by all devices.  Many smatphone data plans can't handle the burden of preloaded and auto playing media.  There's nothing you can do to change this b/c mobile devices simply ignore the parameter.   All that said, why are you still using player plugins?  You don't need them with HTML5 video.
    Copy & paste this code into a new, blank document.  Change video files to your own.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Video</title>
    <!--help for older IE browsers-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <style>
    video {
        max-width:100%;
        display:block;
        margin:0 auto;
    </style>
    </head>
    <body>
    <h2>Use 3 File Types to support all browsers &amp; mobile devices:  MP4, WEBM and OGV.</h2>
    <h3>Online Video Converter
    http://video.online-convert.com/</h3>
    <!--begin video-->
    <video controls poster="Your_poster_image.jpg">
    <!--these are 6 sec sample videos for testing purposes. Replace sample-videos with your own files-->
    <source src="http://techslides.com/demos/sample-videos/small.webm" type="video/webm">
    <source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg">
    <source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">
    If you're seeing this, you're using an
    outdated browser that doesn't support
    the video tag. </video>
    <!--end video-->
    </body>
    </html>
    EDIT:  I forgot to move the closing </head> tag in my original post.
    Nancy O.

  • How can i get an MP4 video file to work in iMovie 08'?

    I'm currently editing a wedding video i recorded on my Sony DV camcorder in iMovie 08' and want to splice a MP4 video file (from a mobile phone- make unknown) of the married couple on their first dance into the footage but can't
    How do i go about acheiving this?

    Autoplay is not universally supported by all devices.  Many smatphone data plans can't handle the burden of preloaded and auto playing media.  There's nothing you can do to change this b/c mobile devices simply ignore the parameter.   All that said, why are you still using player plugins?  You don't need them with HTML5 video.
    Copy & paste this code into a new, blank document.  Change video files to your own.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Video</title>
    <!--help for older IE browsers-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <style>
    video {
        max-width:100%;
        display:block;
        margin:0 auto;
    </style>
    </head>
    <body>
    <h2>Use 3 File Types to support all browsers &amp; mobile devices:  MP4, WEBM and OGV.</h2>
    <h3>Online Video Converter
    http://video.online-convert.com/</h3>
    <!--begin video-->
    <video controls poster="Your_poster_image.jpg">
    <!--these are 6 sec sample videos for testing purposes. Replace sample-videos with your own files-->
    <source src="http://techslides.com/demos/sample-videos/small.webm" type="video/webm">
    <source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg">
    <source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">
    If you're seeing this, you're using an
    outdated browser that doesn't support
    the video tag. </video>
    <!--end video-->
    </body>
    </html>
    EDIT:  I forgot to move the closing </head> tag in my original post.
    Nancy O.

  • How do I get my MP4 videos to play on an HTML5 player?

    My urls don't work when I put in in a HTML5 player. The player asks us to put the url in between key their code under.
    {mp4remote}http://domain.com/media/paris.mp4{/mp4remote}
    but I see we need a video url with http://  
    and not the url type Azure/storage/mediaservices/containers gave under https://
    Is that the problem?
    https://mediasvc76mwd0vnlqz3l.blob.core.windows.net/asset-00a93272-9432-47a3-b53b-3b97263f0214/designers_CHANEL__film_The_Making_of_film_Reincarnation_%20with_%20Pharrell_Williams_Cara_Delevingne.mp4
    BTW I'm using Joomla configured by Azure. SO my Joomla site is linked to Azure through server name.

    Something like this:
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Video Player</title>
        <script src="</script">http://code.jquery.com/jquery-1.9.1.min.js"></script>
    </head>
    <body>
        <video id="videoPlayer" width="420" height="340" autoplay controls onended="getNext()" >
            <source type="video/mp4" >
        </video>
    </body>
    </html>
    <script>
        var videos = ["li-49.mp4", "li-46.mp4"];
        var i = 0;
        var n = videos.length;
        $(document).ready(function () {
            var videoPlayer = document.getElementById('videoPlayer');
            videoPlayer.src = videos[i];
        function getNext() {
            while (i < n - 1) {
                i = i + 1;
                videoPlayer.src = videos[i];
    </script>
    Frank

  • How to add video's control bar?

    Today, I've searched 24 pages here for related discussion but no solution was found.
    These pictures I listed here were created by other people.
    I want to know how to add a control bar below the video? Is it to use the Insert->Video button of Adobe Presenter (0002.jpg), or use the Insert->video button of PowerPoint (0003.jpg)? When I insert a video (in .flv format), it shows like a white box in the original PPT (see 0004.jpg), looks different from the existing 0001.jpg.
    And after I published this PPT (with the white box-like video) locally, when this video slide loads, that video plays immediately, but I want pause/stop function.
    I also noticed if I try to import a video in .m4v (MP4 Video), PowerPoint says QuickTime is required.
    I used to insert video in year 2010, but I forget the details. Maybe at that time I inserted a video with pause/stop function, but I forget.
    Or, is it because a specific video format would naturally show the control button?
    0001.jpg
    0002.jpg
    0003.jpg
    0004.jpg

    Feng Sien wrote:
    What do you mean,
    "insert a SWF player that contains the video."?
    Think of Presenter as your SWF player. It has a play bar that shows at the bottom of the content (or bottom right in full screen). So you would be embedding a different player via the Insert Flash option in Presenter (could be a Captivate SWF if that helps with an example) which could then be told to play independantly of the Presenter SWF.
    Feng Sien wrote:
    After publication, the video file inside the assets folder has .flv files, which are converted by presenter during the publication process.
    Presenter would do the conversion when importing the videos, not on publication, but that is more semantic than anything. I seems like Presenter 10 is doing this for all files, including MP4's. Presenter 9 and 8 only did the FLV conversion for the supported non FLV or MP4 files.

  • I cannot copy mp4 video files to my iPod video

    I am having a problem with my 6-month old (6 months since I bought it) iPod Video. Before, I was using iTunes 6.0.0.18 (earlier relase of iTunes), which was installed from the CD included in my iPod. I didn't have a problem except that that version of iTunes does not have video conversion functionality to formats that iPod supports (to .m4v format) so I decided to upgrade to the latest version of iTunes (v6.0.5.20) to achieve this. When I upgraded, it created a new problem - for some reason that I don't know, I can no longer drag .mp4 files to my iPod. Everytime I drag a .mp4 video to my iPod, I'm getting an error message - "Some songs in the iTunes music library, including the song "xxxx", were not copied to iPod "xxxx" because they cannot be played on this iPod.". Can you help with that? Thanks
    AMD Athlon 1.4 GHz; 512 MB RAM   Windows XP Pro   My USB is not 2.0

    That error is saying that the format can not be read on your iPod.I get this message when adding my video's to iTunes. So you need to convert them here are converters
    Audio converter
    http://www.videora.com/en-us/Converter/iPod/
    Video converters
    http://www.videora.com/en-us/Converter/iPod/
    http://www.squared5.com/

  • .mp4 video, won't play in QT, Real, Windows Media, but DOES in VLC

    I have a .mp4 video which plays fine (video, audio) in VLC, but does NOT play in QuickTime, RealPlayer or Windows Media Player.
    I have the latest Flip4Mac plug-in installed, as well.
    Is there a way to convert this into a video that will play in QT Player?
    (I also tried iSquint - doesn't work there either)

    Some of those are unfamiliar to me, but presumably you have them for a reason. Given that not all mpeg4 files are playable in Quicktime for the reasons stated, try moving some of those plug-ins to the desktop to see if it helps. My own 'portfolio' is as follows:
    These are the downloads and the settings you need in order to view/hear pretty much everything that the net can throw at you: The setup described below has proved repeatedly successful on both PPC and Intel macs, but nothing in life carries a guarantee!
    It is known to work in the great majority of cases with Safari 3.0.4, 3.1, 3.1.2, QT 7.3, 7.4.x and 7.5 and OS 10.4.11, and should also work with 10.5.4.
    Download and install (or re-install even if you already had them) the latest versions, suitable for your flavor of Mac, of:
    RealPlayer 11 (which is no longer in beta) for Mac from:
    http://www.versiontracker.com/dyn/moreinfo/macosx/15540
    Flip4Mac WMV Player from http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx (Windows Media Player for the Mac is no longer supported, even by Microsoft)
    Perian from http://perian.org/
    You should read this support page http://perian.org/#support in case you need to delete older codecs.
    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash
    (You can check here: http://www.adobe.com/products/flash/about/ to see which version you should install for your Mac and OS.
    Note that Adobe requires you to uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157
    and also that you follow the instructions closely, such as closing ALL applications first.
    Some users have mentioned that the latest Flash Player versions (v.9.0.115.0 and 9.0.124.0) in some cases conflict with Leopard 10.5.4, and that they have needed to revert to v. 9.0.47. This can be downloaded from here:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14266&sliceId=1
    You should also ensure that you have downloaded and installed all the correct versions for your Mac of Security Updates up to and including 2008-005. (N.B. Security Updates require both a restart and a permission repair.)
    In Macintosh HD/Library/Quicktime/ delete any files relating to DivX (Perian already has them). However it should be noted that Perian is not an internet plugin and will not play DivX files imbedded on a website. For that you will need the DivX Player browser plugin available from http://www.divx.com/divx/mac/
    Now go to Safari Preferences/Security, and tick the boxes under Web Content (all 4 of them) to enable Java.
    Lastly open Audio Midi Setup (which you will find in the Utilities Folder of your Applications Folder) and click on Audio Devices. Make sure that both Audio Input and Audio Output, under Format, are set to 44100 Hz, and that you have selected 'Built in Audio'.
    Important: Now repair permissions and restart.
    You should also consider having the free VLC Player from http://www.videolan.org/ in your armory, as this plays almost anything that DVD Player might not.
    There is an additional 'fix' you could try if you are having problems with Flash and Quicktime, depending on which type of Mac you have:
    On Intel Macs, make sure that you are not running Safari in Rosetta. You can check this, and change it, in the Get Info window.
    On PPC Macs, go to the Hard Disk/Library/Internet Plug-Ins folder, and drag the file 'QuickTime Plugin.webplugin' to the desktop. Quit and restart Safari. If things have improved you can trash that file. If they haven't put it back, as the lack of this plug-in can cause QT content in some widgets to cease functioning.
    And now there is an additional kid on the block: SilverLight. Microsoft has created their own version of what a replacement for Flash should be. You can read more about it here:
    http://silverlight.net/
    So, if you go to any sites that have been designed for this new Silverlight stuff, you can download the plug-in from here (but make certain that you are downloading SilverLight v.1.0 for OS X (10.4.8 upwards) if you are using a PPC Mac. Version 2 only works with Intel Macs:
    http://silverlight.net/GetStarted/
    Recommendation: Close all applications before installing any of the above, repair permissions, reboot, and repair permissions again.

  • Mp4 videos on my new bb 8330 curve do not play. How to make them play ?

    I bought a new blackberry 8330 curve last week, but most of the mp4 videos that I had and play great on my palm centro, will not play at all on my new bb 8330. When trying to play them they either cause the player to blink and green "loading" to flash at top right of player screen but never play, or more often they dont play file while giving error message " An error has occurred attempting to play media".!
      Anyone know why this happens. How to fix? 
    And everytime I click "enter" button to try to create space here typing in this forum post it bugs out and takes cursor to top of page, instead of doing what every normal enter command does by creating space below. 
    Also fix the stupid blocks to posting messages not allowing simple things like "to", "has" ..etc in tags and tiny limit to title subject.

    First read this: Adding additional media format support to Quicktime:
    http://support.apple.com/kb/HT3526
    Download and install (or re-install even if you already had them) the latest versions, suitable for your flavor of Mac, of:
    RealPlayer SP for Mac from:
    http://www.real.com/realplayer/mac
    Flip4Mac WMV Player from  http://www.telestream.net/flip4mac-wmv/overview.htm  (Windows Media Player for the Mac is no longer supported, even by Microsoft)
    Perian from  http://perian.org/
    You should read this support page  http://perian.org/#support   in case you need to delete older codecs.  In Macintosh HD/Library/Quicktime/ delete any files relating to DivX (Perian already has them), particularly any DivX extension to Safari. However it should be noted that Perian is not an internet plugin and will not play DivX files imbedded on a website. For that you will need the DivX Player browser plugin available from  http://www.divx.com/en/software/mac/player

  • How can i share m3u8 downloaded video to wats app through video d/l app. application only allow to add mp4 videos to the camera roll and only mp4 video i am able to share. kindly suggest appropriate sollution. Thanks

    how can i share m3u8 downloaded video to watsapp through video d/l app. application only allow to add mp4 videos to the camera roll and only mp4 video i am able to share. kindly suggest appropriate solution. Thanks

    Hello Achates:
    I did not read the rather long post. If you wish to reinstall OS X 10.4, use your software install DVD. Backup is essential. To minimize your risk, I would use an archive and install:
    http://docs.info.apple.com/article.html?artnum=107120
    In that way, you will have a fresh copy of OS X and your current settings will be preserved.
    Incidentally, I do not agree that the printer problem is best solved by reinstalling OS X. I have had HP printers for sometime and, on one occasion, had difficulty after an upgrade. HP technical support walked me through uninstalling all traces of the HP driver and then reinstalling.
    Barry

  • Why is audio missing from MP4 video?

    I am using - - Adobe Premiere Elements 10, Windows OS7
    I have 11GBs of high quality (1.5GB = 15 min) mp4 video clips and I would like to edit and burn a couple of DVDs. When I import the clips they look fine, but there is no audio. (Yes, I have audio elsewhere on my computer and can hear these clips when I use any other player.)
    I tried converting them to .avi with Format Factory and I *can* hear them when I import to Adobe, but they are now "frozen" or "jumpy" and it is very difficult to navigate through the clips because the Play/Pause button has quite a time lag before responding.
    Should I convert to some other format? I'd like to keep as much quality as possible. I did convert them all to VOBs and made a "test" disc, but it dropped 11GB down so low that it will all fit on a 4.7GB disc. I'd rather make 2 discs and keep the quality up (though the one I made looks and sounds pretty good).
    Any suggestions would be appreciated. Thanks.

    Val8583
    Let me recap to make sure we are in sync on this.
    Knowing what you started with and the video properties as they evolve through needed conversion....
    You come telling us and demonstrating to us that you have source video
    AVCHD.mp4 (1920 x 1080 @ 29.97 frames per second) and that has MPEG1 audio.
    When you import that into Premiere Elements 10 Windows, you get video but no audio.
    The destination for that Timeline is NTSC_Widescreen Dolby DVD.
    In terms of setting the correct project settings, it would be important to know if you have
    interlaced or progressive video. But, since you not hear audio at that point, more
    important/pressing things to pursue.
    Aside from the pressing audio issue, at this point the choice of project preset would still be
    NTSC/AVCHD/Full HD1080i30 (if you have interlaced video)
    or
    NTSC/DSLR/1080p/DSLR 1080p30@ 29.97 (if you have progressive video).
    Either way, we need a 1920 x 1080 frame size project preset to match the 1920 x 1080 frame size of your source so that
    when you are in the Edit area you can edit your video in the correct space there. The final export setting is another matter. You
    should not be using a NTSC DV Widescreen project preset for a 1920 x 1080 video import.
    AVCHD.mp4 with MPEG1 audio (no Premiere Elements sound) to ????.avi with ???? audio (unstable in Premiere Elements but with sound)
    Conversion of the problem file sounds like a reasonable next step. And, you indicate that you do convert
    to an ".avi" file which has then has audio with the video in Premiere Elements 10, but the file is highly
    unstable in Premiere Elements 10. But, when I ask what video compression goes with the .avi wrapper, you
    wrote
    I just drag/drop the files to "Convert All to (whatever)" and the software does it.
    All .avi files are not created equal. And, AVCHD.avi, if that is what you ended up with, is highly unstable, and for most will
    not import into Premiere Elements. So, now the pressing questions include:
    a. what is the video compression and audio compression and other properties of this .avi file with the stability problems in Premiere Elements 10
    b. again, what are you setting as the project preset to match the properties specific to the source .avi.
    Now back to the present
    If you use Format Factory you should have control over your conversion settings. AVCHD.mp4 is a stable format for Premiere Elements. I suspect that the MPEG1 is problem. So, we agree conversion is the way.
    I would suggest taking the time to set the settings for your converter so that you produce AVCHD.mp4 (1920 x 1080 @ 29.97 progressive frames per second) and use AAC Stereo for the audio. Then bring that file into Premiere Elements 10 with the project preset of
    NTSC
    DSLR
    1080p
    DSLR 1080p30@ 29.97
    and proceed, ending with the Share/Disc/DVD disc with preset = NTSC_Widescreen_Dolby DVD.
    Since this project is destined for DVD-VIDEO widescreen on DVD, you could use your converter to produce NTSC DV AVI Widescreen and then import that into a Premiere Elements 10 project with the project preset =
    NTSC
    DV Widescreen
    and proceed, ending with the Share/Disc/DVD disc with preset = NTSC_Widescreen_Dolby DVD.
    As for disc capacity, the standard DVD disc 4.7 GB/120 minutes is in reality 4.38 GB. And the DVD disc double layer single sided 8.5 GB/240 minutes is in reality 7.38 GB. When you get to the burn dialog Quality Area (just before you hit Burn), look to see the values for Space Required and Bitrate (have a check mark next to "Fit Content to Available Space"). If you see a Bitrate reading below the max 8.00 Mbps, then go to the DVD double layer single sided disc or use two DVD standard discs.
    Do your intended viewers have players that support playback of DVD double layer single sided discs?
    Please review.
    I will try to make the reply not so long next time. I wanted to cover all the bases this time.
    We will be watching for your progress.
    Any quesitons or need clarification on anything, please do not hesitate to ask.
    Thank you.
    ATR

Maybe you are looking for

  • Downloaded iOS8. Now phone crashes and wont go into recovery.

    Hi All, I updated my Itunes and downloaded iOS 8. When I plugged the phone in and selected update phone, it started updating, and then said there was an error. The phone just keeps crashing and the screen goes all different colors and fades out. Wont

  • Looking for a glossary split up script

    Hello, I'm a novice to AppleScript and I'm looking for a script that will be useful for me as a translator: a script to split up a glossary with source-side alternatives, separated by semicolons. As a matter of fact I'm not sure whether this is somet

  • Form 16 print preview

    Hello experts,              I am execute pc00_m40_f16 and after list display when i click on print form and then on print preview button i am not able to display print preview. If i only click on customer layout then preview will display but it is a

  • The system cannot open the device or file specified

    I am trying to install jsdk.142 but i get an error message that says "The system cannot open the device or file specified" Any suggestions on how to get past this?

  • Resizing a camera raw image

    Hi all, I am a PhotoshopCS3 user in WindowsXP platform.I want to resize a ACR to 60 mb.Can I achieve this in ACR plugin.Any idea...????