Playing WM formats on an Intel based Mac...also... Azureus/dimeadozen usage

Hello, I am a newbie to the Mac. I am convinced that this is the way to go; but I am having some learning problems, so I hope someone out there can help. Specifically, I cannot get all the Window Media Files to open in Quicktime. I realize that flip4mac.com has not yet configured a plug-in for Intel based Mac's but what about Popwire v. 9? Window's is up to v. 11. Is it too early to expect an update? Is Popwire up to date? Over all, how do you feeln about Popwire? On another tangent...I cannot get Azureus 2.4.0.2. (universal) to mesh with the bit torrent provided by dimeadozen.org. Any comments or suggestions will be most appreciated. Thank you...

Search the forums for the universal F4M component - I posted it here. It's a beta, but works just fine on local and web-based files. Windows is no longer supported for Apple, so WMV9/OSX is the last you'll get - v.11 is Windows, not Mac. Popwire has no browser support, so it takes a backseat to the UB F4M beta.
Configuring the AZ client isn't hard, check the ports your sites uses...
And since you are on a Mac, not a PC, post your question in the correct forum.

Similar Messages

  • Want to play Power PC game on Intel-based Mac

    First off, I'm sorry if this post is in an inappropriate category but I didn't know where to put it. My OS is Tiger if that's useful.
    I want to play the game Black & White on my Intel-based Macbook. The game is only supported on PowerPC-based Macs. Is there any possibility of playing this game? If there is a solution, does it work well or is it really buggy, i.e. not worth it?
    Thanks for any help!
    Message was edited by: arpaisley

    Hello and Welcome to Apple Discussions....
    I'm afraid with the system requirements for the game being.....
    System Requirements
    Minimum (Macintosh)
    Mac OS 8.6/Mac OS 10.1.3
    PowerPC G3 333 MHz
    128 MB RAM (with virtual memory set to at least 256MB)
    Hardware accelerated 3D Graphics Card with 8MB VRAM
    500MB free hard disk space
    Mouse and keyboard
    Recommended (Macintosh)
    Mac OS 9.2.2/Mac OS 10.2 or later
    PowerPC G3 500 MHz
    256MB RAM
    Hardware accelerated 3D Graphics Card with 32MB VRAM
    1GB free hard disk space
    that it can't run on an Intel Mac. In fact, the Mac OS 9.2 is Classic... that goes back a bit. But if you can find a friend who's running a powerPC Mac with Tiger running Classic, you could run the game that way. In fact, if the game is that important to you, you might be able to pick up an older iBookG4 with at least (Tiger) 10.4.x with Classic. You'd need the support disks that came with the iBook. There is no way it will run on the MacBook... sorry. The 8.6 system goes back to about 1998. It looks like the minimum requirements say 10.2 would work also, that was Jaguar. That would work also without having to run Classic.
    Carolyn
    Message was edited by: Carolyn Samit

  • You can't open Dictation & Speech preferences because it doesn't work on an Intel-based Mac.

    I cannot open or use Dictation & Speech in System Preferences. When I try to open it I get the error:
    "You can’t open Dictation & Speech preferences because it doesn’t work on an Intel-based Mac."
    I have tried repairing the disk from the installation CD and repairing the permissions and I have also tried re-installing Mountain Lion but the feature still does not work. Any ideas?

    Open Finder, press Option key and select Go > Library. Open Preferences and delete com.apple.systempreferences.plist. If you can't open, do a backup, format and install

  • Internet Sharing for PPC and Intel based Macs

    I have OSX 10.4 Server running with NAT and DHCP enabled. The internet is accessed through a wired connection, and 2 Powerbooks(PPC based) and an Intel iMac and MacBook connected to the server via Airport. The wireless signal is WEP protected, and the Intel based Macs can connect to the wireless network, recieve a good IP address and access the internet. These two connected computers can be seen on the Server Admin DHCP Clients tab.
    My problem is with the PPC based Mac, the 2 PowerBooks. Those computers can connect to the wirless network, but they get an invalid IP address. Not only is the IP invalid, so is the Subnet Mask.
    All computers are running 10.4.7, and all installed from the Combo Updater.
    Any suggestions?

    We're having the same problem here!
    Rarely we manage to get the right IP address assigned to one PPC machine by playing with various network settings but we didn't found a reliable way to get the PPC machines always working.
    This is really strange... any suggestion is appreciated.

  • Issue: Cannot preview FLV on any browser on Intel Based Mac (10.5.5)

    Issue:
    FLV file is not displayed on the browser when previewed.
    Instead, the Clear_Skin_1.swf is displayed. (Safari 3.1.2, Firefox
    3.0.2)
    How to reproduce:
    When you insert a .FLV file on an HTML Doc.
    (Insert>Media>FLV) and preview it on the browser
    (File>Preview in Browser) then Clear_Skin_1.swf is displayed
    instead of the FLV playing.
    *note: going on live view within Dreamweaver CS4 plays the
    video.
    Environment:
    Dreamweaver CS4
    Mac OS 10.5.5
    Safari 3.1.2
    Firefox 3.0.2
    ***Actions i did so far***
    1. I tried to export the site definition and import all the
    files to the windows platform. (Scripts folder containing
    expressInstall.swf and swfobject_modified.js which is automatically
    generated in dwcs4, the HTML document with the flv file,
    Clear_Skin_1.swf, FLVPlayer_Progressive.swf)
    2. Previewing the same HTML doc in windows do not produce the
    same problem which is happening on Mac. The FLV plays without any
    problem.
    3. Recreated Preference files and Configuration files but to
    no avail. (Mac)
    Anybody else getting this issue? Anyone has an Intel Based
    Mac who can try to reproduce the issue on their end? Can this be a
    possible bug? Conflict with the OS? Browser issue? Any response
    will be appreciated.
    Happy Holidays.
    dis

    I'm using Dreamweaver CS4 on a Intel Mac running OSX 10.5.6
    and in just the past 2 weeks deployed almost a dozen FLV movies and
    they all worked perfectly on the www in all browsers, so I don't
    think it's related to your Mac, OSX, or browser, and I don't
    believe it's a bug of any kind since it's not recreated for all
    people.
    I know that's not much help, but at least you can eliminate
    all of those things. Make sure you've uploaded all of the files
    required for the movies, and you are using the best coding
    practices for enconding FLV videos and adding to pages. Let's take
    a closer look at an example of code used for FLVs:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="218"
    height="159" id="FLVPlayer">
    <param name="movie" value="FLVPlayer_Progressive.swf"
    />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="scale" value="noscale" />
    <param name="salign" value="lt" />
    <param name="FlashVars"
    value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_2&amp;streamName=movies/CEO_vid eo&amp;autoPlay=false&amp;autoRewind=true"
    />
    <param name="swfversion" value="8,0,0,0" />
    <!-- This param tag prompts users with Flash Player 6.0
    r65 and higher to download the latest version of Flash Player.
    Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall"
    value="scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it
    from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash"
    data="FLVPlayer_Progressive.swf" width="218" height="159">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="scale" value="noscale" />
    <param name="salign" value="lt" />
    <param name="FlashVars"
    value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_2&amp;streamName=movies/CEO_vid eo&amp;autoPlay=false&amp;autoRewind=true"
    />
    <param name="swfversion" value="8,0,0,0" />
    <param name="expressinstall"
    value="scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative
    content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of
    Adobe Flash Player.</h4>
    <p><a href="
    http://www.adobe.com/go/getflashplayer"><img
    src="
    http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
    alt="Get Adobe Flash player" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    Note in this example, there are many more include files
    needed than just the clear skin swf. FLVPlayer_Progressive.swf,
    expressInstall.swf, and also the stream name of the movie which
    tells it where to find the movie. Point I'm getting at, be sure to
    double check everything to make sure you have included everything,
    and they are all where they are suppose to be. I think that should
    solve the problem for you.

  • Is there a partition scheme for both powerpc and intel-based macs?

    I need to partition a drive to back up using time machine from two different Macs: one is powerpc and one is intel but disk utility seems to only allow you to choose on or the other.
    this is the disk utility option:
    Select a new partition scheme:
    * Use Apple Partition Map partition scheme if the disk will be used with Time Machine and a PowerPC-based Mac.
    * Use GUID partition scheme if the disk will be used with Time Machine and a Intel-based Mac.

    silvrmn wrote:
    unfortunately i am alternating them between computers.
    is there a way to make it work or is the only solution to get two different drives and format them accordingly?
    TM will most likely work fine with both computers if you partition the drive GUID. that's been the experience of most people who do it. but apple does recommend partitioning the TM drive GUID for backing up intel macs and APM for PPC ones.
    using GUID is unlikely to create problems but it may.
    but if you want safety on this you'll need two separate drives.

  • Error "You can't open... ...on an Intel-based Mac."

    Hi.
    On the System Preferences app. When I try to open Mail, Contacts & Calendars (preference pane), it gives me the following error:
    "Preferences Error
    You can’t open Mail, Contacts & Calendars preferences because it doesn’t work on an Intel-based Mac."
    I already re-installed OSX Mountain Lion, and it didn't fix anything.
    I noticed however, that the actual preferences file: InternetAccounts.prefPane has different permissions than the rest of the .prefPane files.
    - All other .prefPane files have "System" as the first user, however, my InternetAccounts.prefPane file has "Me" (myself) as the main user, and not the System user.
    Question:
    A. Does someone have a solution for the problem in general?
    B. Can someone check their InternetAccounts.prefPane file and let me know the preferences. The file is located at: System/Library/PreferencePanes/InternetAccounts.prefPane
    C. If, your InternetAccounts.prefPane file has System as the first, or any user, can someone let me know how to set System as a user? Hopefull this will fix the problem.
    Thanks to anyone trying.

    Ok did some research - here is another thread which seems to address your problem.
    https://discussions.apple.com/message/19019703#19019703
    Try this and let us know how you go.

  • Is there a way to view Windows Media Files on the Intel based Mac's?

    I tried downloding WMP for Mac and also Flip4Mac but I could not install either because it said the programs don't support Intel based Mac's. I thought they would automatically run under Rosetta. Any help would be appreciated. Thanks.
    MACBOOK PRO   Mac OS X (10.4.5)  

    Think I ran into the same issue. I suspect MS will
    have to upgrade MP to Universal Binary before it
    works correctly. I'm not holding my breath....
    That's good because Microsoft has discontinued all support for WMP on OS X. They recommend you download Flip4Mac instead.
    MacBook Pro 2.16 1 GB 100 GB 7200 RPM   Mac OS X (10.4.5)   Mac mini 1.42 1 GB; PowerMac 450 MHz (Upgd. 1.2 GHz)

  • I need the Adobe Flash Player version 11.1.102.64plug in on my MacAir to view Ustream videos. Adobe message says the version is for Intel-based Macs with Safari; also says that I "may have to temporarily disable antivirus software. is it safe to download?

    I need the Adobe Flash Player version 11.1.102.64plug in on my MacAir to view Ustream videos. Adobe message says the version is for Intel-based Macs with Safari; also says that I "may have to temporarily disable antivirus software. is it safe to download?

    Your MacBook Air is an Intel-based system. To download the current version (11.2.202.228),  go to http://get.adobe.com/flashplayer/ and download it from there.
    If there is still a Flash issue, you can try the Google Chrome browser, which has the current Flash built into it, to see if it works any differently with the videos. It's available from https://www.google.com/chrome

  • Virtual PC not compitable for intel-based Mac?

    I saw that on the Mactopia website. I just bought a new Macbook with 1GB Ram and 80 GB Harddrive. I think that it is intel based and I am planning to purchase a copy of Virtual PC 7 but then i went to Mactopia and read: "Note: Virtual PC does not run on Intel-based Macs." on this page of Mactopia
    http://www.microsoft.com/mac/products/virtualpc/virtualpc.aspx?pid=virtualpc
    is this true? if it is then of course i won't go through the hassel of buying and returning. Please give me an answer, Thanks!

    Bootcamp is a program here on the Apple site that they made to allow you to install windows on your intel mac. It adds a windows partition to your drive and helps you burn a windows driver CD that has to be installed after windows is installed. To install windows xp you must have a windows XP disk with SP2 on it. It does not take long and does not hurt your apple install. Just do a search on this site and it will take you to the page you need.
    TTFN
    Steve

  • Is there any workaround at all to run PM7 on a Intel-based Mac?

    Dear friends:
    I have recently purchased a MacBook Pro and, before I did, I asked some questions to Apple about the possibility of having the software pre-installed, specifically, BootCamp and Classic, receiving the computer with a partition already made and requirements of the sort. Basically, Technical Support told me that they were not able to perform any of these tasks, although the person I have spoken to said to me that I could run PageMaker (I think he mentioned an update). After a couple of days researching, it appears that I have been misinformed. Unfortunately I have several hundreds of PageMaker files in archive, and I cannot afford to lose the ability to open them directly (I am a radical InDesign fan, I have used it since v.1.0). Does anybody know any workaround at all to run PageMaker 7 on a Intel-based Mac? Maybe some software to emulate the Classic? Maybe an upgrade or a third-party application? I cannot believe that MacOS supports Windows (in fact, I have installed Windows Vista) better than its predecessor Mac OS 9.2.2.
    Thanks a lot for your time,
    Eduardo Guarniz

    >Does anybody know any workaround at all to run PageMaker 7 on a Intel-based Mac?
    Well there are two ways. the best way is to have an old machine that boots OS9. If you don't have one, buy one. I found one for about $69 a few years ago I'm sure they are even cheaper now.
    There is some software called SheepShaver its supposed to run Classic apps on a Mactel. With all the problems of running PM in Classic (I would never use PM for production in Classic) Its probably even worse running on SheepShaver.
    Be smart get the old machine.

  • External hard-drive only for Intel-based macs?

    I have an iMac G5 powerpc (without the camera). Today I bought a Western Digital: My Passport- Essential 250GB external portable hard-drive. I will be using this to back-up my iMac's hard-drive. Before I opened the packaging, I decided to see if Apple.com sold this product in their online store. They do, but one of the 'one-star' reviews posted on this product stated that "it will only work with Intel-based macs." I can't seem to find any more information about whether or not this statement is correct. I was hoping somebody could help me out and let me know the answer. If it doesn't work with the powerpc imacs, do you know of a brand or model that does? I plan on leaving it in the packaging until I know for sure just in case I need to return it to the store. Any help is much appreciated! Thanks!

    You can order them online from [macsales.com] and have them sent to your college. You can look in Staples or go online and see if they carry LaCie - the OWC ones are only sold on macsales, as far as I know.

  • You can't open Mail, Contacts & Calendars preferences because it doesn't work on an Intel-based Mac.

    I updated my Mac to Mavericks and after that, I can't open the Mail, Contacts and Calendar preferences.
    Every time I try, I get the following message:
    "You can’t open Mail, Contacts & Calendars preferences because it doesn’t work on an Intel-based Mac."
    I tried this workaround from the Mountain Lion thread (https://discussions.apple.com/message/21303574#21303574) but it didn't worked.
    Further I deleted all files in the Library Preferences folder, but it didn't helped also.
    Can anyone help me please?

    Hi Michael,
    I had the same problem. And I found a fix.
    I noticed that on a different system running Mavericks without any problems, the preference pane isn't called 'Mail, Contacts & Calendars' anymore, it's now called 'Internet accounts'. The fact that it's still called by the old name on your system, means it somehow wasn't replaced while updating to Mavericks.
    So the cure is pretty easy:
    On a different Mavericks system, go to /System/Library/PreferencePanes/ and copy the file InternetAccounts.prefPane. Take it to the system you're trying to fix, and paste the prefPane file in the same directory. Reboot, and it should all work fine. At least it did in my case.
    Cheers
    Niels

  • In system settings 15 item are not accessible, get the message: cannot open it, is not possible on intel based MAC. Items like security, i cloud user and groups network and more

    in system settings 15 item are not accessible, get the message: cannot open it, is not possible on intel based MAC. Items like security, iCloud user and groups network and more.
    Genius bar told me to erase the harddisk and install OSX Maverick again. This has not changed the problems with the system settings

    You need to Repartition the drive as One partition which will erase all data from it and then reinstall OS X. then with the initial setup system you chose the language on the first screen that comes up. That sets the language for the whole system.
    There is no other way of completely removing certain information created by a previous owner. this hold strue whether you are selling or give a Mac to someone.
    To do the repartitioning you need to use the Online Internet Recovery system, if the Mac came with Lion 10.7 or above, or from the original system reinstall discs that came with it when it was new.

  • Flash MX 2004 and the Intel-based Macs

    Due to the demise of my previous computer I just bought one
    of the new Intel-based Macs. Most of my programs seem to work fine
    but Flash MX 2004 is crashing shortly after startup. Do I need to
    upgrade before I can use Flash again?

    I have the same problem launching Flash 2004 on an intel imac 24 inch. All the other programmes of Studio 2004 launch apart from Flash. FYI Flash 8 installs and works fine.
    I recollect that someone suggested writing a script(?) in Terminal to solve a similar problem with programmes crashing on launch.

Maybe you are looking for