Re: j2me mp3 player code

Please don't cross-post.
http://forum.java.sun.com/thread.jspa?threadID=735062

how do i create playlist in J2ME...what are the back end tools are requared for that.
and if I am using some new libraries like mp3 supporting one then would the JVM on which i load the final class file will need the new libraries to be installed??? if yes then how can i reduce the size of my application file???

Similar Messages

  • Looking for J2ME MP3 Player Code

    Hello,
    I just started writing a J2ME MP3 player application. The MP3 files are stored in the device's flash memory, not streamed through the air. The user interface would be simple and device-independent. I am searching for source code that I can learn from or modify. Is there a J2ME MP3 player open-source code?
    T.I.

    i've got one but i will never give you the code !!!!
    i can help you with your code (errors, debugging,...) and give you some tips to start:
    1- search on google
    2- start coding
    3- test your app and come here when you will have a problem with the Manager.createPlayer.....
    good luck !

  • MP3 player code help.. slight tweaks

    http://www.clairmonthumphrey.com/Site/
    The flash mp3 player I've done for this site is giving me a
    few problems...
    The code is attached but this is what happens though...
    ..In this line...
    sa.push(nodes.attributes.url);
    when it stays like that the song plays fine but the trackInfo
    doesn't come up but when I replace it with this code.. the song
    doesn't play but the trackInfo comes up..
    sa.push(new Song(nodes.attributes.url,
    nodes.attributes.track));
    This is what the songs.xml file looks like...
    <?xml version="1.0" encoding="UTF-8"?>
    <songs>
    <song url="AmazingGraceMedley.mp3" track="Amazing Grace
    Medley" />
    <song url="MidnightCry.mp3" track="Midnight Cry" />
    <song url="YouareSoWonderfulRemix.mp3" track="You Are So
    Wonderful" />
    <song url="TrustIntheLordFirstVersion.mp3" track="Trust In
    the Lord" />
    </songs>
    What am I doing wrong...
    A few other quirks need straightening out...
    The volume bar only increases the volume the first time..
    after subsequent tries it neither increases nor decreases...
    The playPause_mc button pauses but doesn't play again when
    pressed...
    Everything else is under control.. Can anyone help?
    See below the action script....

    Hi
    I too am interested in writing a Mp3 player but am unsure what is the best programming language to write it in. Java is my prefered language, but it seems that it will not be posssible as their are no mp3 libraries that support mp3 file playing in the current version of java.
    I could use javazoom support classes but I prefer to write the programme myself.
    So when will Sun re-release java, so it can play mp3 files?
    Or what other language would be apporiate for a mp3 player?
    Thanks
    Ron

  • How can I fix 2121 sandbox security error, local swf MP3 player test calls MP3's from website?

    1st Issue.  I am a new user and am fighting #2121, #2044 & #2048 Flash security errors in getting an MP3 player to work as I test the fla file in Flash CS4 on my local computer.  The fla in Flash and swf in Dreamweaver calls mp3 files from our host server on the internet.
    After reading various sparce posts and Adobe articles on this issue, I have added a crossdomain.xml file at our websites root (see file below) and added the code, flash.system.Security.allowDomain in line 1 of the action script of the flash fla to allow our site access (-see script below).  These efforts have helped get the player to work better on our test site.
    But, I am still getting the 2121 error within Flash CS4 as I debug the player or play the swf in live view within Dreamweaver.  Playing the fla or swf will lock-up the Flash 10 player and crash the program. I am having the mp3 player access the mp3 files from our web site as I test the fla.
    Here is the debug message I am getting:
    Attemping to launch and connect to Player using URL C:\Web Site Files\Plank Productions afc\Plank Productions 2010\site\MP3_List_Player_AS3.swf [SWF] C:\Web Site Files\Plank Productions afc\Plank Productions 2010\site\MP3_List_Player_AS3.swf - 209827 bytes after decompression SecurityError: Error #2121: Security sandbox violation: Sound.id3: file:///C/Web%20Site%20Files/Plank%20Productions%20afc/Plank%20Productions%202010/site/MP3%5FList %5FPlayer%5FAS3.swf cannot access . This may be worked around by calling Security.allowDomain.
    at flash.media::Sound/get id3()
    at com.afcomponents.mp3player::MP3Player/get id3()
    at com.afcomponents.mp3player::MP3Player/handleBuffe ring()
    Here is the crossdomain xml code:
    <?xml version="1.0" encoding="utf-8"?>
    <?xml version="1.0"?><!DOCTYPE cross-domain-policySYSTEM "http://www.macromedia.com/xml/dtds/cross-domain- policy.dtd">
    <cross-domain-policy>
    <allow-access-from domain="www.plankproductions.com" secure="false"/>
    <allow-access-from domain="plankproductions.com" secure="false"/>
    </cross-domain-policy>
    Here is the AS3 in line 1 of the Fla file that I added:
    flash.system.Security.allowDomain("www.plankproductions.com", "plankproductions.com");
    2nd Issue.  The online playback of the mp3 player will play about 4-7 mp3’s then lock-up in Internet Explorer 8 on a pc.  I think that is related to flash security, not sure, I do not know how to debug the mp3 player on the web site.
    http://plankproductions.com/pptemplate_afc_mp3.shtml
    Questions.
    -How can I resolve the error 2121?
    -What as3 code do I need to target the local c drive to have security clearance and work properly, is this the problem?
    -Why is the mp3 player locking up on the web page?
    Thank you in advance for any help.
    Operating System: Windows XP Professional, CS4 Web Premium

    Do you have the standard or debug player installed?  Such errors should not occur with the standard player.
    See http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html#main_Find_Flash_Play er_version_type_and_capabilities__Flash_developers_only_

  • My Sony mp3 player synced with my iphoto. How do I unsync it? It no longer shows up as a device in my Finder window.

    I plugged my Sony mp3 player into my mac mini, Snow Leopard, and it synced with my iphoto. Now it does not show up as a device anywhere, not even iphoto. When I plug in the mp3 via its usb, it opens iphoto. How do I stop this and get it back as a device in my Finder window so I can load songs on it again.

    Turns out my Mac put code on the mp3 player because after I reset the mp3 player to its 'factory settings', (erasing everything) it went back to normal and now shows up in the finder window.

  • Need help embedding a mp3 player swf with xml playlist

    Im a noob to Flash (started tuesday, haha) and so far everything is coming along just fine, but i need to put music in the swf. I have a button set up that slides a swf mp3 player in from the side but i dont know how to make the playlist work with it.
    The player is from this site:
    http://www.bezzmedia.com/swfspot/samples/flash8/Mp3_Player_with_XML_Playlist
    Using the xml playlist with html is simple enough, but im not sure how to use it with Flash Catalyst. Is there an easy way to do this?
    My original plan was to have a text list of the songs with a play button next to each one, then when you click on the play button it would set the state of any other songs to Stopped so you can just pick what song to play and if another song was playing it would stop. Im not sure how to do this either (like i said, i started learning this week), so i just tried embedding someone else's (ugly) mp3 player.
    Anyway, if anyone knows a relatively easy way to have a playlist in my swf please let me know. Thanks!

    If I understand you correctly, you've imported a SWF into Catalyst using Import Artwork on the File menu. When your app runs, you want to pass that swf a parameter that tells it what URL to read a data file from. The SWF is not one that you've created, rather, you got it from some web site.
    This is not something that you can do in Catalyst. However it should be possible to do in Flash Builder. I found an article discussing several ways to do it, at http://www.actionscript.org/forums/showthread.php3?t=175951. One idea is the following code snippet
    <fx:Script>
        <![CDATA[
        import flash.events.*;
        private function setVars(event):void
            event.target.content.yyyyyy = "zzzzzz";
        ]]>
    </fx:Script>
    <mx:Image source="xxxxx" complete="setVars(event)" />
    where "xxxxx" is the path of the SWF (you can put it somewhere in your Flash Builder project, or reference it via an URL), and yyyyy is the name of the parameter that the SWF expects, and zzzzzz is the path to the data file. The <Image> tag is what Catalyst created when you imported the SWF. (btw.the Image and SWFLoader tags are almost identical).
    I hope this gives you enough info to make progress.

  • Flash mp3 player HELP!!!

    i am tying to add a flash mp3 player to my blog posts to have samples of the scores on each page using this:
    http://creativetechs.com/tipsblog/embed-a-free-flash-mp3-player-on-your-blog/
    the code i have is this:
    <object type="application/x-shockwave-flash" width="400" height="170"
    data="http://web.me.com/cbarrywdw03/KlausBadelt/MusicPlayerExample/xspfplayer.swf?playlisturl=http://web.me.com/cbarrywdw03/KlausBadelt/MusicPlayerExample/playlist.xspf">
    <param name="movie"
    value="http://web.me.com/cbarrywdw03/KlausBadelt/MusicPlayerExample/xspfplayer.swf?playlisturl=http://web.me.com/cbarrywdw03/KlausBadelt/MusicPlayerExample/playlist.xspf" />
    </object>
    i am tying to get it in the blank empty space on the right above the track listing and to the right of the cover as seen here:
    http://web.me.com/cbarrywdw03/KlausBadelt/CreditsBlog/Entries/2010/4/1_Die_Jagd_nach_der_heiligen_Lanze_-_OriginalScore.html
    as you can see i can only get the player to show up on the left anywhere form the top to the bottom.
    please help me in getting it in that empty space mentioned above, thank you and take care!
    chris
    Message was edited by: MacAVUser08

    You should paste the object code in a HTML Snippet.
    All your songs and playlist should be in the MusicPlayerExample folder.
    And then test that all performs as it should.
    If you do that you have no problems.
    But you pasted the code in the HTML page itself after publishing. If you do you have to check the path to all the files.
    You would have found that there is no file here :
    http://web.me.com/cbarrywdw03/KlausBadelt/Credits_Blog/Entries/2010/4/swfobject. js
    Rule of thumb : Keep custom stuff out of the Site folder iWeb creates.
    I pasted your code in a HTML Snippet and 3 demo MP3s played in the flashplayer. So no problem there.

  • Coordinating mp3 Player w/ a loaded swf containing songs

    Can Anyone please help me!! I am using MX Pro 2004.
    I have an mp3 player loading my mp3's via an external xml
    file, it works fine on the 'main' fla file.
    My site is set up like this: main fla. file with every page
    (external swf) loading into it.
    I have a 'discography' page that you can flip through
    different CD's, each with a list of it's songs, and a 'play' button
    next to each. =How= do I get those play buttons to -coordinate-
    with the mp3 player on the main fla.????????
    The player has,(besides the usual ff/rr/stop,pause and play)
    a vol. control, a loading bar and cd title and song title read out
    for each tune. I -need- he songs on the externally loading
    'discography.swf' to be able to call the -specified song- when the
    button next to it is pressed -and- Stop whatever else is playing.
    And =How= do I get the mp3 player buttons to behave on those
    somgs?????
    I have searched, tried everthing I could find code-wise and
    I'm at a loss. I'm supposed to have this ready by tomorrow!!
    Anyone?? I know there must be a way...I just don't know how
    to code it.
    Thanks in advance to any willing soul!
    Wendy

    I RESOLVED THE ISSUE.
    I have my MP3 player using an XML file to get file data from, such as the artist name and location of the MP3 files.  I had the MP3 files in a folder called audio.  What resolved the issue was taking the MP3 files out of the audio folder and putting them in the root directory with all of my PHP and SWF files.  So, the audio files went from 'audio\christmas.mp3' to just 'christmas.mp3'.
    It's still weird that Flash grabs the audio files just fine when they were in the audio folder when I accessed the SWF file from my C drive.  The issue comes about when I try to access the MP3 files in the audio folder when trying to go through Apache web server.  So, yes, I am saying there is something that Apache is not configured correctly to do and I suggested my web hosting service to figure it out, because they kept blamming JavaScript or some other web dev item as the issue.  Even though it is messy to have all the MP3 files in the root directory, with the rest of my files, at least my MP3 player works in all 5 major browsers now.
    Thanks for all your assistance KGlad.  You can take down my MP3 files from your server.
    I hope others find this thread very useful...it took a lot to figure it out.
    You can check out the MP3 player at: http://www.walnuttreefalls.com/details_mp3_xmas.php
    Julie

  • Getting my mp3 player to work with rmmod ehci-hcd

    Dear all,
    I have a sansa fuze mp3 player. It can be configured to be in either MTP or MSC mode;
    I'm using the second, meaning that the computer should see it as a simple mass
    storage device. I remember using that a couple of years ago with Debian and I'd simply
    plug it in and it would work.
    Now I have the following problem: when I plug it in, I cannot see it with fdisk -l:
    [jorge@flamingo ~]$ sudo fdisk -l
    Password:
    Disk /dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xe8000000
    Device Boot Start End Blocks Id System
    /dev/sda1 * 63 40965749 20482843+ 7 HPFS/NTFS/exFAT
    /dev/sda2 40965750 45062324 2048287+ 7 HPFS/NTFS/exFAT
    /dev/sda3 45062325 45271169 104422+ 83 Linux
    /dev/sda4 45271170 234436544 94582687+ 5 Extended
    /dev/sda5 45271233 68131664 11430216 83 Linux
    /dev/sda6 68131728 72180044 2024158+ 82 Linux swap / Solaris
    /dev/sda7 72180108 234436544 81128218+ 83 Linux
    [jorge@flamingo ~]$
    This is what I get in dmesg:
    [jorge@flamingo ~]$ dmesg | tail
    [ 9906.598074] wlan0: associate with 00:18:e7:ee:75:e5 (try 1)
    [ 9906.602459] wlan0: RX AssocResp from 00:18:e7:ee:75:e5 (capab=0x431 status=0 aid=1)
    [ 9906.602463] wlan0: associated
    [ 9906.604145] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 9917.055720] wlan0: no IPv6 routers present
    [10399.946003] hub 7-0:1.0: unable to enumerate USB device on port 3
    [11117.825661] hub 7-0:1.0: unable to enumerate USB device on port 3
    [11119.605622] usb 7-3: new high speed USB device number 14 using ehci_hcd
    [11119.659249] hub 7-0:1.0: unable to enumerate USB device on port 3
    [11149.949776] usb 7-4: USB disconnect, device number 10
    [jorge@flamingo ~]$
    However, if I plug it out, then do "rmmod ehci-hcd" and plug it back again, I get it to
    work:
    [jorge@flamingo ~]$ sudo rmmod ehci-hcd
    [jorge@flamingo ~]$ sudo fdisk -l
    Disk /dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xe8000000
    Device Boot Start End Blocks Id System
    /dev/sda1 * 63 40965749 20482843+ 7 HPFS/NTFS/exFAT
    /dev/sda2 40965750 45062324 2048287+ 7 HPFS/NTFS/exFAT
    /dev/sda3 45062325 45271169 104422+ 83 Linux
    /dev/sda4 45271170 234436544 94582687+ 5 Extended
    /dev/sda5 45271233 68131664 11430216 83 Linux
    /dev/sda6 68131728 72180044 2024158+ 82 Linux swap / Solaris
    /dev/sda7 72180108 234436544 81128218+ 83 Linux
    Disk /dev/sdb: 3933 MB, 3933732864 bytes
    122 heads, 62 sectors/track, 1015 cylinders, total 7683072 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x6f20736b
    This doesn't look like a partition table
    Probably you selected the wrong device.
    Device Boot Start End Blocks Id System
    /dev/sdb1 ? 778135908 1919645538 570754815+ 72 Unknown
    /dev/sdb2 ? 168689522 2104717761 968014120 65 Novell Netware 386
    /dev/sdb3 ? 1869881465 3805909656 968014096 79 Unknown
    /dev/sdb4 ? 2885681152 2885736650 27749+ d Unknown
    Partition table entries are not in disk order
    [jorge@flamingo ~]$
    My problems with this solution are:
    1. It's a little bit inconvenient to do this everytime
    2. The first time that I did that I had an external drive plugged in and it got a little bit
    screwed up.. Had to run a disk check and fix some errors.. So I'm a little bit cautious
    about doing it again.
    Could you please enlighten me as of:
    1. Why do I need to do the rmmod thing to get my sansa player recognized?
    2. Is there a way to overcome this procedure?
    Thanks a lot in advance..
    Last edited by geo909 (2011-10-02 03:20:03)

    To work in FF and IE, you need to have  an <object> tag and  an <embed> tag.  Note: the embed tag was never accepted by  the W3C web standards but it works in browsers that require it.
    So your code should resemble this:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="366" height="56">
    <param name="movie" value="Player-skin.swf">
    <param name="quality" value="high">
    <embed src="Player-skin.swf"  quality="high" type="application/x-shockwave-flash"   width="366" height="56">   </embed>
    </object>
    If you need a small flash audio player that works in all browsers consider the following links
    Flash Music Player -
    http://www.premiumbeat.com/flash_resources/free_flash_music_player/
    MP3 Player
    http://flash-mp3-player.net/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How to add this mp3 player in my movie flash

    How to add this mp3 player in my movie flash. This mp3 player
    was generated in other web site and after i created what i got back
    was this :
    <center><embed src="
    http://www.mp3asset.com/swf/mp3/myPod.swf"
    quality="high" wmode="transparent"
    flashvars="myid=3597756&path=2007/07/31&mycolor=0xAFC0D4&mycolor2=0x422F21&mycolor3=0xFFF FFF&autoplay=true&rand=0&f=3"
    width="180" height="380"
    name="myflashfetish" align="middle"
    type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    /><br>I made this <a href="
    http://www.myflashfetish.com"
    target="_blank">MySpace Music Player</a> at <a href="
    http://www.myflashfetish.com"
    target="_blank">MyFlashFetish</a>.com.</center><br><br>
    THIS CODE CAN BE ADDED IN ANY WEB PAGE BUT WHAT I WANTED TO
    KNOW IS HOW CAN I PUT THIS INSIDE OF MY FLASH MOVIE???? THANK YOU
    PLEASE HELP ME !!!!!!!!!!!!!

    use the same method that i posted in your other topic, but
    use a new empty movie clip with new instance name and replace the
    "URL" with
    http://www.mp3asset.com/swf/mp3/myPod.swf"

  • Looking for an mp3 player for a webpage

    because of apple I'm staying away from flash players for now...
    I 'm lloking for a simple to use mp3 player that's customizable - for example :
    read & display xml playlists
    make the list of viewable songs what we choose - like 10 songs or 20 songs - without scroll bars...
    I'm lookimg at:
    http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5
    http://www.wimpyplayer.com/products/wimpy_mp3.html
    http://playlist.software.informer.com/download-playlist-embedded-website-media-player/
    Any opinions are welcome

    Here's what I'm doing:
    HTML5.
    Here is the code and it is really simple:
      <audio controls="controls">
      <source src="../path/filename.ogg" type="audio/ogg" />
      <source src="../path/filename.mp3" type="audio/mpeg" />
      Your browser does not support the audio element. <a href="../path/filename.mp3">Right-Click here</a> and choose Save file as&hellip; to download the .MP3 file</audio>
    Works in all browsers. Works in all media players that support mpeg audio. But here's a word of warning:
    Some browsers may not know that the ogg audio is there, so you may need to edit your .htacess file (on Apache) or your filetypes (on Microsoft IIS servers) to include it.
    Here's the change to put into .htaccess. I don't use IIS:
    AddType audio/ogg .oga
    AddType video/ogg .ogv
    AddType application/ogg .ogg
    AddHandler application-ogg .ogg .ogv .oga
    That will enable both ogg video and audio. Without these lines, Firefox may not play your file.
    To make your audio files, please see this link.

  • Embedding a flash mp3 player?

    Hi,
    I'm trying to embed a flash mp3 player in my iweb site. I don't want people to be able to download the files, just listen to them, so Flash seems to be the way to go.
    Can anyone recommend a resource for learning how to do this? I've found the Flash player that I want to use, I know how to insert the HTML snippet in iweb and have the code. But all the instructions I read reference SWF files, XML files, etc and I don't know what any of that is. I just want a juke box style flash player on a couple of my pages.
    Any help would be greatly appreciated. Thanks a lot!
    G4 laptop, Leopard
    Message was edited by: more-gtr
    Message was edited by: more-gtr

    If you want to play the songs and sell them you can use Snocap - otherwise you can use Esnips...
    http://roddymckay.com/Satellite/JukeBox.html
    You upload your song files to their site and all you do is copy and paste the HTML in to a snippet box.

  • Choosing an mp3 player

    I'm new to designing my own website. I have a lot of sound to make available to visitors. On some pages, the player will only need to play a single file. On other pages, it will play many files. This is not music, per se, but a website showcasing animal calls, and researchers investigating communication.
    I am looking for advice about a multi-file mp3 player. tt would be very nice for a visitor to the website to choose a sound to play, and then see a photo of the species represented, andf maybe two or three text sentences explaining  the endangered status and habitat of the animal.
    I'm hoping someone here may be able to recommend an off-the-shelf player that will let me accomplish this merger of sound, image, and text, on my own, and hopefully without too much coding involved. I can do a little code, but I'm still mostly a WYSIWYG kind of guy, using Dreamweaver. 

    I've never come across an application exactly like what you need, it's rather specific. The foundation of what you need could be accomplished in either Flash or Javascript (with Flash for the sound). If that technology is over your head you could try www.rentacoder.com.
    Good luck!

  • Mp3 player for my site

    hi
    i am v e r y novice to flash.
    i need the simplest mp3 player for my site.
    single track as background.
    just "play" and "stop" buttons.
    a level button will be nice.
    is there a something simple i can put on my site?
    thanks very much
    lenny

    please help. i know almost no flash
    i have an html page.
    how do incorporate the single-track - background - mp3 player
    in the page?
    where should i put the code you sent me?
    can i make it play a file called "music.mp3" ?
    thanks
    lenny
    "kglad" <[email protected]> wrote in message
    news:glj5np$dc4$[email protected]..
    > as2 if you want to maximize the number of people that
    can use your
    > application:
    >
    > var s:Sound = new Sound(this);
    > s.loadSound("yourmp3.mp3",true); // your mp3 will
    stream. if don't want
    > it
    > to stream, use false
    >
    > playBtn.onRelease = function(){
    > s.start();
    > }
    >
    > stopBtn.onRelease = function(){
    > s.stop();
    > }
    >

  • MP3 Player settings

    Hi, I have a very simple MP3 player on my flash site in the
    form of a movie clip.
    1. When I open up the page the player is on, it starts
    playing a song immediately despite the fact I added stop and
    stopallsound action script. How can I fix the code so a song only
    plays when the user clicks on the play button?
    2. The music plays even when the user visits other pages
    outwith the original music page which is good. However, when the
    user clicks back onto the music page the song stops then starts
    from the beggining again. Anyideas how to keep the music playing
    continuously when the user visits the music page again.
    3. How difficult would it be to add a progress bar so the
    user could rewind/fastforward to different parts of a song being
    played?
    Thanks for any help, Ive attached the code.

    I am faced with the same issue. I have my player the way I
    want it, but I don't want the music to auto start.
    Meaning that the web visitor should have to press the play
    button to hear the music.
    anyone know the proper actionscript I need to add?

Maybe you are looking for

  • Hidden fields in a form Dreamweaver 8

    I have a problem I can't resolve. I have with a bunch of hidden fields in a form. The problem I have is that some of the anchor points are not showing in design view for all the fields, just a couple show up. I have View Invisible elements in Visual

  • Is it possible to install Windows Xp on a USB

    I have a Macbook pro 13inch, I would like to install Windows XP in a USB drive I would like to know whether it is possible or not, I don't want to dual boot If yes can any one please tell me how to do it

  • How to know the status of workflow?

    Hi all, When i create a Sales order in VA01 my workflow should get triggered. When the workflow status is 'In progress' the user should not be allowed to change the sales order that was created. How to do this and in which table can i get the status

  • Yellowish tint at the bottom of display

    Hello! My iMac i7 is 2 weeks old and I've noticed the difference in color temperature of the top and bottom of display. The bottom is warmer, the top shows colder colors. Example: http://img690.imageshack.us/img690/3477/imacam.jpg Apples support told

  • How do you change "Owners Enabled" for a drive in disk utility?

    Hi all, I just got a new Mac Pro and added a couple of internal drives to it. After formatting them in disk utility I noticed that "Owners Enabled" is set to "No" for them. This concerns me. How do I set it to "Yes"? These are the things I tried: - I