Windows Media Player size

Hi, I am new to Labview software
and I am currently using it for my project, and I try to embed Windows Media Player on it. However, the size always changes depend on the video size that it plays. My question is: How can I size the WMP, so that eventhough I play the 800x600 pixels it will just stay in in original size?
Thanks
Solved!
Go to Solution.

Just create a property node, and set it to all write, put in values and your control will be limited to what size you have put in.
LabVIEW 8.2,8.6,2009...still learning
Attachments:
containerbounds.PNG ‏18 KB

Similar Messages

  • Spry menu bar hidden behind embedded windows media player in IE but Not Firefox

    Hi ppl.. My spry menu bar submenus are hidden below my embedded windows media player when I go over the menu. Is there anything I can do to solve this. This doesn't happen in Firefox.(The submenu appear on top of the embedded player) Pls help.. Thank you!
    Here's my spry menu bar css code:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 9em;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 9em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 9em;
        border-bottom-width: thin;
        border-bottom-style: solid;
        border-bottom-color: #CCC;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        background-color: #333;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        color: #FFF;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        padding-top: 1.1em;
        padding-right: 0.75em;
        padding-bottom: 1.1em;
        padding-left: 0.75em;
        text-align: center;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        color: #000;
        background-image: url(../images/navimg2.gif);
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        color: #000;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(../images/navimg2.gif);
        background-repeat: repeat-x;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline;
        f\loat: left;
    Here's my embedded windows media player code.
    <OBJECT ID="MediaPlayer" WIDTH="425" HEIGHT="344" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
              <PARAM NAME="FileName" VALUE="aqeedah1v7.wmv">
              <PARAM name="autostart" VALUE="true">
              <PARAM name="ShowControls" VALUE="true">
              <param name="ShowStatusBar" value="true">
              <PARAM name="ShowDisplay" VALUE="false">
              <EMBED TYPE="application/x-mplayer2" SRC="aqeedah1v7.wmv" NAME="MediaPlayer"
    WIDTH="425" HEIGHT="344" ShowControls="1" ShowStatusBar="1" ShowDisplay="0" autostart="1"> </EMBED>
    </OBJECT>

    Add
    <param name="WindowlessVideo" value="-1">

  • A small bug in Windows Media Player 12 on Windows 8.1 and Windows 7

    First of all, do excuse me as I have absolutely no idea where to go to report bugs in either Windows Media Player, or the Microsoft's Media Foundation filters that most probably handle the actual parsing and decoding. I see that some related bug reports
    have gotten noticed here on the Technet forums, and thus ended up writing here.
    Some time ago I helped a fellow internet user to update his encoding pipe line from quite an older version of ffmpeg and libx264 to a newer one. After some testing, I noticed him being unhappy with the result because of "black borders" around the
    video clip, but only in WMP12, not in other players. Being interested in what this was, I went on and started checking out the behavior.
    What I found out is that, with the newer ffmpeg and libx264, WMP12 was only seeing the video resolution (which was 1440x1080) at first, and resized/matched the player window according to that. Only after that did it then, within this window, actually show
    the video and apply the correct aspect ratio to it (4:3 sample/pixel aspect ratio, or 16:9 display aspect ratio). In other words, the video would play correctly, but within a 4:3 display aspect ratio video surface, leading to black bars on the top and the
    bottom.
    Now, if you manually resize the window, the black borders would of course go away. This is because they were not part of the video, but just something the player had based its window size calculations on originally. With the older ffmpeg + libx264 mix
    things would Just Work, and the auto-sizing worked.
    So I went off to look up all the data in the files that could relate to aspect ratio :) .
    [tkhd: Track Header Box] in the container has the width and height set to 1920x1080 in both files, so this is most probably ignored
    [pasp: Pixel Aspect Ratio Box] in the container is only present in the new one, and thus most probably ignored. hSpacing and vSpacing are set to 4 and 3, thus becoming 4:3 (this is the
    pixel or sample aspect ratio, so this is correct for 1440x1080 to be shown as 16:9). This information, if available, should trump the aspect ratio information in the stream (a quote from ISO/IEC 14496-12: "These
    (pasp and clap boxes) are both optional; if present, they over-ride the declarations (if any) in
    structures specific to the video codec, which structures should be examined if these boxes are absent.") .
    In the actual AVC/H.264 stream both files have aspect_ratio_idc set. The older file has the value set to 255 (Extended_SAR structure follows), and Extended_SAR then contains sar_width set to 4 and sar_height set to 3. On the newer file, on the other hand,
    we have a value of 14. Looking at the H.264 specification, value 14 is defined as "4:3 , 1440x1080 16:9 frame without horizontal overscan"
    So... Since the pasp box seems to be completely irrelevant and ignored, and since the tkhd box contains exactly the same information in both cases and thus seems to be ignored, the only thing that comes to mind is that:
    Only the information from the AVC/H.264 video stream is actually taken into mention at this stage.
    The AVC/H.264 video stream parser does not know the aspect_ratio_idc value 14.
    I haven't actually tried to change the values in the parameter set's VUI parameters around to be sure of this being the reason, but, unless WMP misunderstands what the pasp box's value means (4:3 read as the aspect ratio for the whole picture, instead of
    one sample/pixel), that's the only reason I can see this happening because of.
    A small sample mp4 file for this issue is provided at fushizen.eu/samples/wmp12_mp4/merry_christmas.mp4 . Having the automatic zoom set to 50% does help replicating it with smaller displays :) . WMP will resize its video window to a 4:3 display aspect ratio,
    and then show the 16:9 display aspect ratio content within that. This happens with both Windows 8.1 as well as Windows 7, on Windows Media Player 12.
    Now, if the issue is actually on ffmpeg's or libx264's side, feel free to note the technical problems with the sample, and I will review and then report them if I see the related specifications agreeing on the issue. So far this seems to be purely a problem
    with the related Media Foundation filters, and/or Windows Media Player 12.

    I have a lot of grief with this version of Windows Media Player.
    It is very buggy and frustrating to use.
    I have my Music library on a QNAP NAS, which is as reliable as they come.
    System notifications make it not save changes.  It also does not do a good job of interpreting albums and artists from folders.  Changes to track names are not saved, nor are tracks moved to other albums, renamed albums, changes to genre, artist
    or date.  It separates and merges albums/tracks without sense or reason.  Some changes I've made up to 4 times, then closed WMP and re-started my machine to check if it has/hasn't saved the changes.  Often it has not.
    This is the first time I've used WMP in this capacity, and I do not recommend it.
    New service pack please.

  • Windows Media Player or Creative MediaSource with Vision

    I just spent a few hours introducing myself to MediaSource. Then I realized I was not getting album art or anything, and read about how WMA files often sound better with smaller file sizes. I cannot decide which media organizer/player?to use, and am hoping for insight from anyone. I really don't want to waste time with one or the other, only to regret it later.

    Creative's software is horrendous. It is overly complicated, unintuiti've, and many functions simply do not work. I haven't played with Windows Media Player 0, but I really can't see how it could possibly be worse (or even as bad!) as the Creative offering! Creative really needs to fix the bugs in MediaSource and MediaOrganizer, so that the software is useable on the Vision:M. Maybe if enough people complain about it, they'll start fixing issues! Or, an even better idea, would be for a third party to write a killer app for the Vision:M and cut Creative out of the loop entirely. Creative may be able to manufacture good players, but they can't write software!

  • Windows Media player for videos on Safari...

    Hi-
    I am brand new to a mac...I have been cruising the web and a lot of web sites I frequently visited on my PC laptop are now not working the same. Fifa.com for example. I go to look at soccer highlights, but the videos do not work.
    When the video screen comes up it originally directed me to the microsoft page to download windows media player to be able to view the videos. I downloaded windows media player and the installer and installed it onto my mac. However, still when I go to the webpage it does not work... now when I go to the page it says "Some content on this page requires an Internet plug-in that Safari doesn’t support. The application “Windows Media Player” may be able to display this content. Would you like to try?" When I say OK the windows media player pops up and says "cannot open the file. Verify the path and filename are correct and try again." I am not sure what to do... I know it is not the websites problem as on my PC laptop the videos play fine. I just want to watch my soccer highlights on my new spiffy Mac, please help.
    THANKS in advance.
    MacbBook   Mac OS X (10.4.10)  

    Hi Anni,
    Welcome to  discussions
    Thanks for all the info but I have tried everything and still nothing. I just don't get it.
    You're welcome If I may say, you have tried everything is too broad a statement when trying to get help we need to know what you have tried.
    Have you tried a freshly created test account? See this doc, on how, if you haven't see this on 10.4 & Adding a new user account to your computer, this helps to show if this is a problem isolated to your username account or system wide.
    Do you have the plugin components mentioned?
    Are you running 3rd party Safari extending applications?
    Has Flip4mac ever worked for you?
    Post a Url of the video you are trying to watch, or an example of similar would help, so we may try it.
    Can you view Youtube & google vids?
    • If those are your correct specs you show your os is extremely behind, missing all the fixes
    the subsequent os updates & security updates offer. If they are incorrect please take a sec, to correct, adding the size of drive & ram would help as well
    If you update make sure to back up your personal files & data see this document on,How to back up and restore your important Mac OS X 10.3 & 10.4 files
    Look at A. Brodys post on how to update properlya. Brody now that 10.4.6 is out lets review..albeit it os 10.4.6 it still applies up to 10.4.10, his is the first post, ( this was the start of the double boot after os update.)
    Apologies if you already know all this I can't not know, prefer err on the side of caution.....
    • Note that your problem sounds different then the original posters problem, he doesn't speak of freezing, you are running a ppc ibook he a Macbook on 10.4.10.
    Please post your own topic & articulate what the "everything" you have tried happens to be, you are more likely to get the help you need, no doubt it must be most
    annoying not to be able to view what you know you can.
    Good luck,
    Eme'~[) / Maria

  • Quicktime vs. windows media player

    i am using my friend's old macbook from 2006 and i noticed that watching videos on quicktime is not as good as windows media player was in my 2002 G4. with quicktime i cannot get full screen, and i have to wait a while for the video to download after the file is already downloaded to my desktop. i tried to xfer windows media player from my old computer with a thumb drive but didnt work. what video player can i download that will allow me to watch on full screen and not have to wait for download after i download the file to my desktop. and once i download this program how do i make it my default video player?

    what video player can i download that will allow me to watch on full screen and not have to wait for download after i download the file to my desktop.
    Flip4Mac & VLC
    Quicktime/View - select the screen size you want.
    QT Full Screen Mode Widget.
    how do i make it my default video player?
    Highlight the video file/File/Get Info
    In the Get Info window, scroll down to "Open with:"
    Select the player you want to open the music file.
    Click the "Change All..." button if you want to "Use this application to open all documents like this.”
    Message was edited by: CMCSK

  • Windows Media Player for audio on one website does not load?

    I have Firefox v8.01, Windows 7 OS. On one of my websites, the Windows Media Player does not load. The audio works on IE9 but not on Firefox. I have used the same code on other sites that work just fine in Firefox, IE and Chrome. I can't fix the problem because I don't know where the problem lies? I have disabled all my Firefox add-ons which provided no solution. The site is http://www.music.articleposts.com This is a blog site and the sound code is in a widget.

    Hi Anni,
    Welcome to  discussions
    Thanks for all the info but I have tried everything and still nothing. I just don't get it.
    You're welcome If I may say, you have tried everything is too broad a statement when trying to get help we need to know what you have tried.
    Have you tried a freshly created test account? See this doc, on how, if you haven't see this on 10.4 & Adding a new user account to your computer, this helps to show if this is a problem isolated to your username account or system wide.
    Do you have the plugin components mentioned?
    Are you running 3rd party Safari extending applications?
    Has Flip4mac ever worked for you?
    Post a Url of the video you are trying to watch, or an example of similar would help, so we may try it.
    Can you view Youtube & google vids?
    • If those are your correct specs you show your os is extremely behind, missing all the fixes
    the subsequent os updates & security updates offer. If they are incorrect please take a sec, to correct, adding the size of drive & ram would help as well
    If you update make sure to back up your personal files & data see this document on,How to back up and restore your important Mac OS X 10.3 & 10.4 files
    Look at A. Brodys post on how to update properlya. Brody now that 10.4.6 is out lets review..albeit it os 10.4.6 it still applies up to 10.4.10, his is the first post, ( this was the start of the double boot after os update.)
    Apologies if you already know all this I can't not know, prefer err on the side of caution.....
    • Note that your problem sounds different then the original posters problem, he doesn't speak of freezing, you are running a ppc ibook he a Macbook on 10.4.10.
    Please post your own topic & articulate what the "everything" you have tried happens to be, you are more likely to get the help you need, no doubt it must be most
    annoying not to be able to view what you know you can.
    Good luck,
    Eme'~[) / Maria

  • Open Windows Media Player through Java program

    I need to open a video and some music in windows media player... but I don't know how....
    Can anybody help???

    I hav implemented windows media player using JSP....i am sending code
    However for java program i do not know
    <html>
    </body>
    <!-- begin embedded WindowsMedia file... -->
          <table border='0' cellpadding='0' align="left">
          <tr><td>
          <OBJECT id='mediaPlayer' width="320" height="285"
          classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
          codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
          standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
          <param name='fileName' value="c:\abc.wmv">
          <param name='animationatStart' value='true'>
          <param name='transparentatStart' value='true'>
          <param name='autoStart' value="true">
          <param name='showControls' value="true">
          <param name='loop' value="true">
          <EMBED type='application/x-mplayer2'
            pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
            id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
            bgcolor='darkblue' showcontrols="true" showtracker='-1'
            showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285"
            src="c:\abc.wmv" autostart="true" designtimesp='5311' loop="true">
          </EMBED>
          </OBJECT>
          </td></tr>
          <!-- ...end embedded WindowsMedia file -->
        <!-- begin link to launch external media player... -->
            <tr><td align='center'>
            <a href="http://servername/path/to/media.file" style='font-size: 85%;' target='_blank'>Launch in external player</a>
            <!-- ...end link to launch external media player... -->
            </td></tr>
          </table>
    </body>
    </html>

  • Quick time file to be converted for windows media player usage on web site

    i have a quicktime file and need to convert it for usage on a website through windows media player. i have final cut and compressor and can convert it to mpeg 1 and 2. is there a recommended codec or tool i should use for the conversion. the file will probably be viewed through a downlaod versus streaming video...if that matters.
    thanks
    dennis
    G5   Mac OS X (10.3.7)   i have final cut and compressor sw

    Although I dislike MPEG-1 because of the large file size those .mpg files are commonly used on the Web. They can be played by nearly any computer and are not "Player" dependent like WMP or QuickTime so each user can decide how to view them.
    As a bonus they are a "playback" format which makes editing and repurposing them a bit more difficult so your media is a bit more "secure".
    I'll stick to QuickTime formats (avoiding H.264 video codec) and force QuickTime down their WiMPy throats. Millions of PC's have QuickTime installed (because of iTunes) and others can easily download the free Player and browser plug-in. By avoiding H.264 my files can be viewed on Mac's and PC's that can't install QuickTime 7.

  • Software for converting quicktime to windows media player

    I am having difficult converting a movie from Quicktime or even IMovie to a program that can be run on a Windows PC.

    To convert to Windows Media Player (with .wmv extension), you will need one of the Paid versions of Flip4Mac.
    Flip4Mac gives you the components you need. Use something like MPEG Streamclip to do the actual conversion.
    If you just want to play it on a Windows PC, but don't care about Windows Media format, there are two ways to go.
    1) Just use SHARE/EXPORT MOVIE in the size you want. On the PC, you need to install QuickTime Player for Windows.
    2) You can also use SHARE/EXPORT USING QUICKTIME. Choose Movie to MPEG4. Choose h.264 as the codec. With this option, it should play on Windows without the need for QuickTime Player to be installed.
    I may receive some compensation from my link.

  • Converting quicktime to Windows media player

    Hi
    Does anyone know if there is a way to convert quicktime to windows media player. I need to run both files on a web site. I am on a macintosh so let me know if there is a way

    I am puzzled how you could have exported anything if you don't already have QT Pro, unless you used some third-party encoding program. As far as Cinepak goes, you must keep in mind that it is an almost ancient codec and lacks the superior quality of many newer codecs at low datarates. However, assuming your source file is high quality, you can try a 320x240 Cinepak avi using 30 FPS, a Keyframe interval of 60 and a datarate of 180Kbytes a sec. Those are the settings enabled for the 2X CD encoding preset in QT6. That will take the file size up to about 10 megs per minute, if that is acceptable to you. While it will not be equal to H264 or Mpeg-4 it would not look terrible.
    To answer the question about Pro doing better, it is not really an issue. If you have an encoder program that can set the parameters I mention above, it will look just as good as the file that QT Pro would export using the same settings.

  • Convert Windows Media Player to something that will work on the IPOD

    I just bought my I-Pod today, and I don't know what type of video will play on it. I was trying to upload some window media player files, but no luck. How do I get my Windows Media Player files to work on my I-Pod. Oh, yes, my computer is a Mac. I'm on OS X 3-9.
    Thank you for your help!
    John

    Hi All, Thanks so much for responding to my question...not a powerpoint -- so forget that.  I have tried all of your suggestions.  First, the h264 route:  creates a file that is something on the order of 3X the size of the .mov (which was too big to begin with). Took forever -- became such a size that I couldn't get it onto a flash drive (11gb became 30+gb).
    Now, if necessary, I'll take my machine to theirs and make a transfer via ethernet -- but that doesn't account for backup copies....
    Second, I made an MPEG2 version and stored it on DVDs.  They would not play on the PC either. This is the way I have delivered to non-broadcast clients for years and has always worked.   I use the DVD MPEG2 Best  Quality 90 minutes and AAC audio settings.
    I looked at the flip4mac site and of course, the version I need is the most expensive.  There must be some alternative to spending $180 to convert these files.
    Again I thank you for your suggestions and taking the time to respond to my query.

  • Problem using Windows Media Player 10 to put music on my Muvo V

    <FONT face=Century size=3>Please Help
    I hvae just bought a Creative Muvo V200 GB. I have tried using Windows Media Player 0 to load songs onto it. It goes through the motions and syncs ok and when I check 'removable' on Windows Media it shows that the songs are on there. However when I turn the MP3 Player on it registers 'no music'
    I tried wiping the player by downloading the firmware and starting from scratch but still get the same problem.
    Just don't like the layout of Creative so would really appreciate some advice on how to fix Windows Media.
    Thank You
    Eilish

    Eilish wrote:
    <FONT face=Century size=3>Please Help
    I hvae just bought a Creative Muvo V200 GB. I have tried using Windows Media Player 0 to load songs onto it. It goes through the motions and syncs ok and when I check 'removable' on Windows Media it shows that the songs are on there. However when I turn the MP3 Player on it registers 'no music'
    I tried wiping the player by downloading the firmware and starting from scratch but still get the same problem.
    Just don't like the layout of Creative so would really appreciate some advice on how to fix Windows Media.
    Thank You
    Eilish
    Thanks for that piece of information. Player is definitely working as I have about 20 songs on it through realplayer.
    Put a folder of new songs on desktop and a shortcut to my Muvo V200 but when I try to drag and drop it won't let me. All songs on the Muvo are in the root folder. Am I doing it the proper way? I'm afraid I'm a bit moronic when it comes to computers so if you can be patient perhaps you might like to send it again to me idiot speak.
    Really appreciate it
    Eilish

  • Downloading stuffit expander for windows media player 9 download

    I want to download windows media player 9 to my mac mini b/c a lot of the emial files i get are .wmv not .wav files and of course Quicktime Player does not support .wmv files. So of course i need window media player but in order to download windows media player, i have to download stuffit expander to expand the files. But i am having issues with stuffit downloading to my computer. It is saying "mouting failed". Can someone please help me out??? It would be greatly appreciated.

    I'm very new, but installed Stuffit just a few days ago without issue. Since no one else has jumped in, all I can offer are my guesses, but I guess that's more than you've got so far:
    If you do a "Get Info" in the desktop, are the "Ownership and Permissions" (click the "details" arrow below it) such that you have read and write permissions to the desktop? Also, by now, if you haven't tried re-downloading it, I'd do that. My StuffitEXP10.dmg file is: 8,665,578 bytes in size for reference. Hope you get it squared away.
    Mark

  • Share for Windows Media Player? (.wmv)

    I've a client who wants to play my project in Windows Media Player. Any ready-made share templates in FCPX for .wmv? More importantly, any suggestions on file size? Do I output as a Master File and then throw it into Compressor? (In
    which case, I should check into the Compressor Forum.) Any help would be greatly appreciated.

    Re-download and re-install the Flip4Mac component. Once correctly installed, find your Safari application in your Applications folder. Go to "Get Info" and tick the selection which allows your browser to operate under Rosetta. Now launch Safari and surf both mlb.com and espn.com. All the video functionality on those sites will function correctly - I just tested both on my intel box.
    Until such time as Telestream releases a optimized version of their Flip4Mac component, you'll need to launch Safari under Rosetta to view video content streaming WMV. It's not a perfect solution (you'll find it a bit slower vis-a-vis running native), but it's a solid work-around for the time-being.

Maybe you are looking for

  • Positioning my objects

    how do you set the positioning of an object in java public class Panel extends JPanel{ public void mymethod (int i){ Graphics paper = this.getGraphics(); paper.setColor(Color.black); Graphics hit = this.getGraphics(); hit.setColor(Color.yellow); swit

  • Create PDF Files with assigned a Password in SmartForm

    Hi, can i assign a password to pdf files that created with smartform? Thanks.

  • How do i prepare macbook pro 2012 for resale

    how do i prepare my macbook pro 2012 for resale

  • Payment voucher not print after implement IDOC

    Hi, Currently sap will generate payment voucher printing once payment run is executed but after i implement idoc for payment the voucher will not print. Any idea? Thanks.

  • Cfpdfformparam issues with cfprint.

    I have a pdf template that i am populating using cfpdfform, the form gets populated properly and look fine when i open it in adobe reader, but i am trying to print to a network printer using cfprint. My problem is that the pdf does not print properly