GetUrl Target Failure

All,
I have set up an html page with two frames, frMain on the
left and frDocuments on the right. I am putting a Flash object in
the frMain frame and trying to get it to open html pages in the
frDocuments frame. It doesn't work. Every time it is popping up in
a new window instead.
My frames are defined as follows:
<frameset rows="*" cols="400,*" framespacing="0"
frameborder="no" border="0">
<frame src="frMain.html" name="frMain" id="frMain"
title="mainFrame" />
<frame src="frDocuments.html" name="frDocuments"
scrolling="Yes" noresize="noresize" id="frDocuments"
title="Documents" />
</frameset>
My flash object is in the frMain frame, and in it I have the
following code:
on (click) {
getURL("test1.html", "frDocuments");
test1.html pops up in a new window.
I have tried with and without quotes, I've tried
main.frDocuments, _parent.frDocuements, parent.frDocuments,
everything I can think of, and it all works the same.
This does exactly what I want to do:
http://www.adobe.com/support/flash/ts/documents/get_url/main.htm
But in the tech note that goes with it (
http://www.adobe.com/go/tn_12791
) they do not give the actual button code, and under target they
list " specific name" and not the actual formatting of the text.
I'm a bit at wits end here, so if anyone can tell me what to
do differently I would be much appreciative. Thanks in advance.
Barry

BarryInDC wrote:
> Thanks again, you put in a lot of time here :).
>
> I took it out of the component and there is no
difference.
>
> If it is a Mac thing, that means the testing site I put
up should function
> correctly on your PC? If it does, please let me know.
I still see component there. Can you verify the URL ?
Meantime, made one sample, using your frames code tho
I use normal buttons with getURL action and it works like
charm on first go:
http://flashfugitive.com/stuff/frame/
It's the component and your URL action, when I dig it out
the cache and load it in level into an new file, the
debugging
trace some odd URL path like :
getURL ("test1.html", _parent.frDocuments);
Not just there should not be _parent in it but the name is
w/o quotes
which means the file action is all messed up and it's not the
same as
shown in your previous post.
Are you sure you uploaded the right files ?
I tell you, GET RID OF the component. I'm 100% sure it's the
culprit
behind all this.
Best Regards
Urami
!!!!!!! Merry Christmas !!!!!!!
Happy New Year
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • Burn problem - "internal target failure"

    Can anybody help me with a burn problem that is driving me crazy, especially as I am a recent migrant from Windows. Every time I burn in iDVD from an iMovie I get the error message at the burn stage, i.e. after 2 hours encoding etc. "The recording device reported the hardware error: internal target failure (0x44,0x00)". This is after reporting the problem to my dealer and having the Superdrive replaced under guarantee. Any ideas gratefully received.
    iMac G5   Mac OS X (10.4.6)  
    iMac G5   Mac OS X (10.4.6)  

    Welcome to iDVD Discussions.
    That may be a media/burning speed issue.
    I recommend a disk image burned to Verbatim DVD-R at 4X or slower using Toast or Disk Utility.
    David Pogue also recommends Verbatim on page 356 of his latest book:
    iMovie HD & iDVD 6: The Missing Manual
    Quoting David: "Cheaper brands don't use the same amount of organic dyes and are more likely to suffer premature deaths."
    Suggest you create a disc image and then burn the DVD. File/Save as Disc Image...
    http://docs.info.apple.com/article.html?path=iDVD/6.0/en/18.html
    http://www.kenstone.net/fcphomepage/image_to_diskstone.html
    This will isolate any encoding/burning issues you may encounter. Once the disc image is created, double-click the .img and burn the virtual disc that should appear on your desktop, using Toast to burn the DVD. Disk Utility to burn the .img file. Usually, you can select a burning speed in Disk Utility.
    There are variations to this process based on which OS X you are using...
    Open Disk Utility (in Utilities folder in Applications folder), click on the virtual disc (maybe the .img) in the left-hand window. Click the Burn icon. A new window should drop down and your SuperDrive tray will open after clicking the Burn icon. Insert a recordable DVD. (Verbatim DVD-R preferred by me.) Click the Close button. Wait. Select a burn speed. If you hold your mouse cursor over the pop-up it says: "Select a slower speed to work around burn failures," so select 4x or slower for best results. Then click the Burn button.
    -->If the virtual disk selection won't allow you to click the Burn icon, use the .img file instead. This may have changed in 10.3.9 and did change in Tiger.
    Also, you can use DVD Player to play the virtual disk to check your iDVD project before burning to DVD. Launch DVD Player. File/Open VIDEO_TS (Open DVD Media... in Player 4.6). Find the VIDEO_TS folder and open that. (The audio folder is for DVD-Audio disks.)
    http://docs.info.apple.com/article.html?artnum=93006

  • Can't burn CDs - "Internal Target Failure"

    I've burned thousands of discs with no problems on this Mac which I bought in July 2005. Today three consecutive attempts yielded the following error message:
    Sense key: HARDWARE ERROR
    Sense code: 0x44, 0x8E
    INTERNAL TARGET FAILURE
    Burner is the Pioneer DVD-RW DVR-109.
    Was using some generic Philips discs for the first two but this also happened with a Taiyo Yuden.
    Using Toast 7.0.1 and Toast 8 to do the burning.

    I am getting the same error messages when I try to burn CDs with my Pioneer DVR-112. The drive quit recognizing any CD, and will not burn CD-R (audio/data), regardless of brand (I have tried Verbatim, TDK, Memorex, etc.), at any speed (not even 1X), from either Toast, the desktop, iTunes, etc. I keep getting coasters, and Hardware error messages. However, it has no trouble burning DVD-R/DVD+R. I RMA-ed the defective drive back to OWC and they will analyze it. The other Pioneer replacement drive I bought at the same time for my home G5 seems to be working OK at this time (knock on wood), hopefully it was a just a glitch in Pioneer's quality control.
    G5 dual 2.3GHz   Mac OS X (10.4.8)   1.5GB RAM, 2nd 250GB SATA internal HD

  • GetURL target IFRAME

    Hello guys and gals.
    I'm trying to do something which should be amazingly easy and
    fundamental, but which just won't work. I've looked all over the
    web, millions of forums, and all through flash help and still can't
    get a solution.
    Basically I'm trying to target an IFRAME with a getURL
    command. I've seen loads of people all over the place having the
    same problem, but nobody seems to come to any definitive
    conclusion, and none of the solutions will work for me.
    I've tried the JavaScript function, and tried fiddling about
    with parameters but nothing seems to work. I can't believe that
    something so basic could possibly be so difficult - especially
    since I know I'v ebeen able to do it in the past.
    I'm using Flash 8, and trying to target an IFRAME called
    'livebox'
    I have named and IDd the frame, and I know that you should be
    able to specify the frame in the getURL command but it doesn't
    work. Please help as this is really winding me up!
    Cheers
    Marc

    IFRAME are HTML elements... getURL can execute some
    javascript code but I can't access an HTML tag directly. The reason
    is simple: getURL can't receive a return value(or HTML object) so
    if you want to execute something like top.yourFrameId.... browser
    will return an HTML IFRAME object to the caller and in your case is
    getURL.
    Try to call a javascript function,
    getURL("javascript:yourFunction(yourParams);"); .On IE you will
    probably need to use an Fscommand javascript call... ugly but
    sometime is necessary. In this javascript function you will call
    you IFRAME and it will work...

  • Target failure

    I am very new to flash and java script but I have done some
    page building with html and doing what I call 'hard coding'
    ...typing the needed code in where my previous software wouldn't do
    it. I have a 3 frame setup. A top frame (for the main menu) a
    sideframe (for what I call item menus) and the mainframe for
    content. My main menu is a .js file which will open an 'item menu'
    in the side frame. That I can get to work. The item menu is a .swf
    file created by a third party software, Advancedd Effect Maker v2.
    When I use the item menu in the sideframe it opens page in a new
    window instead of in the content area. My 'target' frame (in the
    AEM software) is named to match the target name in the index page
    so I know it's not a typo problem. I have the same problem when I
    use the Chameleon menu that I got here. I have used simple text
    links from the sideframe which call out the 'mainFrame' as the
    target and they work just fine. I did find another post with this
    same problem but have not gotten deep enough in flash yet to
    understand what they were referring to...If some one can help I can
    email the files I am using. I even tried posting all the pages to
    my server but get the same result.

    You can only debug the flash files if you have the FLA's.
    Debug is a development-time functionality, and the SWF is
    post-development.
    If you do have the FLA's, then open them up in Flash, and hit
    "Ctrl-Shift-Return" to debug them. Alternately, go to the Control
    menu and select "Debug Movie"
    If the menu maker had no problems using your website, could
    we perhaps get a link to test it ourselves? It is always a
    possibility that the problem is on your specific computer, and not
    in the programming.
    Also Adobe never claimed to make the whole process easier.
    They, with the CS3 suite, have integrated every step of the
    process, to the point that a person who uses all of their tools
    will have a much easier time building a website, or any other
    technology. It is indeed a very good thing, and they are making
    HUGE strides in ease of building. BUT, the method you are using to
    build removes from that process quite a bit. You are taking
    third-party built functionality and pasting it into the Adobe
    workflow. This is not as good as just building it yourself. Do not
    hold Adobe accountable for difficulties you have when working
    outside of their workflow.

  • Sles9  sp2   scsi error  internal  target failure  buffer I/O error

    Apr 3 10:40:41 hostname kernel: SCSI error : <2 0 0 0> return code = 0x10000
    Apr 3 10:40:41 hostname kernel: end_request: I/O error, dev sdb, sector 24047
    Apr 3 10:40:41 hostname kernel: Buffer I/O error on device sdb1, logical block 2998
    Apr 3 10:40:41 hostname kernel: lost page write due to I/O error on sdb1
    can any one tell me what happened ? i had checked the disk
    had no medium error. after remount , it goes well. but this will happen again.

    961262 wrote:
    The used tables:
    Table 1: 312 col, 12,248 MB, 11,138,561 rows, avg len 621 bytes
    Table 2: 159 col, 4288 MB, 5,441,171 rows, avg len 529 bytes
    Table 3: 118 col, 360MB, 820,259 rows, avg len 266 bytes
    The FTS has improved as expected. With 5 physical drives in a RAID0, a performance of
    420MB/s was achieved.
    In the write test on the other hand we were not able to archieve any improvement.
    The CTAS statement always works with about 5000 - 6000 BLOCK/s (80MB/s)
    But when we tried running several CTAS statements in different sessions, the overall speed increased as expected.
    Further tests showed that the write speed seems to depend also on the number of columns. 80MB/s were only
    possible with Tables 2 and 3. With Table 1, however only 30MB/s were measured.
    If multiple CTAS can produce higher throughput on writes this tells you that it is the production of the data that is the limit, not the writing. Notice in your example that nearly 75% of the time of the CTAS as CPU, not I/O.
    The thing about number of columns is that table 1 has exceeded the critical 254 limit - this means Oracle has chained all the rows internally into two pieces; this introduces lots of extra CPU-intensive operations (consistent gets, table access by rowid, heap block compress) so that the CPU time could have gone up significantly, resulting in a lower throughput that you are interpreting as a write problem.
    One other thought - if you are currently doing CTAS by "create as select from {real SAP table}" there may be other side effects that you're not going to see. I would do "create test clone of real SAP table", then "create as select from clone" to try and eliminate any such anomalies.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    Author: <b><em>Oracle Core</em></b>

  • DVD drive failure on some DVD brands

    Hello,
    I've been using Taiou Yuden DVD-R's for a while on my late 2009 Mac mini (Pioneer DVD-RW DVRTS08).
    Now suddenly they fail to burn (Toast Titanium 11.1) with errors like:
    The drive reported an error:
    Sense Key = HARDWARE ERROR (or MEDIUM ERROR)
    Sense Code = 0x44, 0xD9 (or 0x0C)
    INTERNAL TARGET FAILURE (or WRITE ERROR)
    The drive reported an error:
    Sense Key = ILLEGAL REQUEST
    Sense Code = 0x21, 0x02
    BUFFER UNDERRUN
    Previously burned Taiou Yuden DVDs also fail to mount (the Mac mini spits them out or the drive unsuccessfully tries to read them and the only escape is to reboot with the mouse down so the DVD is ejected).
    But _TDK_ DVDs burn and mount just OK. Also CDs mount OK.
    The offending Taiou Yuden DVDs mount and burn OK on my old 2004 PowerBook as well as on a newer 2010 MacBook.
    I have Reset PMU/SMC and the PRAM, verified the boot disk, repaired permissions, and cleaned the DVD drive with compressed air.
    I suspect the DVD drive's laser is failing so it can't burn or read Taiou Yuden DVDs while it still can manage TDK DVDs. Could that be correct?
    Thanks for any insights you might have!

    Here's a video showing how to clean the lens in the optical drive of a Mac Mini. You might also take a look at iFixit for additional instructions.
    http://www.youtube.com/watch?v=fvRVyQvz08I
    Fortunately, even if this doesn't work, an external drive is a fairly inexpensive option to work around your possibly failing internal optical drive.

  • GetURL or javascript resolution? to controlling PDF browser

    Okay.. so here is the scenario.
    I am creating a CD that has a Flash projector. The Flash
    projector links to PDF files located on the same CD. Everything
    works great.. except that when you click on the link to open up the
    PDFs, they open in separate windows. So you could have 8 windows
    open at the same time for 8 of the different PDF files.
    I have already tried to make sure that getURL targets _self.
    This works if you publish the Flash file as an HTML instead of the
    .EXE (projector). However, when you click "Back" on the broswer it
    takes you to the first frame instead of the frame that the links
    coincides on.
    It's been suggested that either through actionscript or
    javascript, to issue a command that will open up the particular PDF
    in a new window. OR another suggestion was to add javascript to PDF
    itself so that Acrobat would control the Acrobat Reader.
    Does anyone know how I could go about doing so? or know of
    any online resources?
    Much appreciated.

    Yes FlashJester JStart can solve this issue and only open up
    one Window,
    which will be the actual Adobe Reader application and not
    viewing it through
    a browser.
    Download an evaluation copy of JStart from here
    http://jstart.flashjester.com
    and look at the example files given.
    There are many FAQ there also.
    http://www.flashjester.com/?section=faq&cPath=28_41
    Good Luck
    Email us directly if you have any further questions.
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. -
    http://www.flashjester.com
    There is a very fine line between "hobby" and
    "mental illness."

  • Hardware error - Tracking servo failure - what does it mean?

    Thanks in advance. I was trying to burn a disc, and started having trouble with burning this movie (have done several before, including earlier versions of this movie). After wierd things happening twice - the first disc would burn, then the second one might be o.k. but iDVD ejected it before it said it was done. Then, the third time I got this error:
    The recording device reported the hardware error: Tracking servo failure. (0x09, 0x01.)
    Any idea what this means and what I should do?
    (I'm posting this on both the hardware and software locations since I'm not really sure which it is.)

    Hi,
    Thanks for the comments! The CD/DVD lens cleaner appears to have taken care of the problem! I was able to successfully do a backup of my hard drive with Toast (wouldn't work before, see below) and burn two copies of a movie using iDVD. (I put more details of the errors below in case that's helpful for someone else down the line.
    I am trying to do the Apple Hardware Test, as you suggested, but need to double check a couple of things. When the article you put a link to mentions the "Apple Hardware Test CD" and the "system CD" are both references to the "Software Install and Restore" CDs? (Those are the only relevant-sounding ones I received, no "Hardware Test CD".) If I put those in, can I run the relevant tests without reinstalling the software (and presumably deleting the other files on my hard drive)?
    I did do the steps suggested by PT up through the reboot, except for sort of doing Preferential Treatment out of order because it took me a bit to realize that if I made the window bigger it would show what to try (the error message was truncated and not viewable). Then, rather than trying iDVD again, I tried to use Toast to back up the computer to avoid having to pay for that in case what the Apple repair folks do would necessitate an overdue (and if done by them costly) backup. Toast crashed with remarkable similar messages:
    The drive reported an error: Sense Key = ILLEGAL REQUEST Sense Code = 0x30, 0x05 CANNOT WRITE MEDIUM – INCOMPATIBLE FORMAT
    The drive reported an error: Sense Key = HARDWARE ERROR Sense Code = 0x44 INTERNAL TARGET FAILURE
    The disk failed to be written.
    Well, at least we have (so far) avoided the PBJ, in spite of having two wonderful children a year minus a week apart. (I'm afraid we did the adoption agency we used a disservice - we gave them our old non-Apple PC.)
    Thanks so much.

  • Burning failure - hardware error - help and ideas welcomed

    I have been happily burning DVDs. Then in the last 24 hours, iDVD is reporting burning error:
    The Recording Device reported the hardware error: Internal Target Failure (0x44, 0x00). Any thoughts welcomed
    Thanks

    You may want to review the following links:
    http://discussions.apple.com/thread.jspa?messageID=3736590&#3736590
    http://discussions.apple.com/thread.jspa?messageID=4436748&#4436748
    Suggest trying an alternate media other than what you are currently using. Also if this fails to help then use a quality lens cleaner kit from Maxell or 3M. Good luck on this.

  • Can no longer burn data to CD disks

    Message appears "The drive reported an error Sense Key = Hardware error sense code = 0x44, 0xD6 INTERNAL TARGET FAILURE
    SINCE I INSTALLED MAVERICKS, CAN NO LONGER BURN DISKS. I had Toast 10.4 and was persuaded to upgrade to 10.09. When I downloaded and replaced my Toast folder in apps I got a message saying "unlicensed vendor" go to app store. An inferior product was on sale for £13,99.
    What is going on here. Once again I am confronted by Apple "dis-abling technology. Why could I not get an upgrade from Roxio?

    You have always been able to burn even copy protected tracks to an Audio CD. That hasn't changed. All tracks sold on the iTunes Store now are DRM free. Track prices now range form .69 to 1.29 but the price is unrelated to copy protection.
    You may still be using the same brand/type of discs but are you still burning in the same format? When you select the playlist that you want to burn to a CD, then press "Burn CD", you get a dialog box that offers you options. Be sure you have "Audio CD" selected.
    If, what you're really trying to do is burn an MP3 cd, you'd first need to make sure that all of the tracks in the playlist are mp3s. If not, you'd need to convert them. You'd need to make sure that your import settings were set to mp3 by going into Preferences>General and pressing the Import Options button and selecting the desired mp3 settings. Then, you select the tracks you want to convert, and from the Advanced menu, choose Create mp3 version. Note: this creates a new mp3 track. It doesn't change the existing track. And, it doesn't work on protected tracks. Protected tracks, as noted above, can be burned to an Audio CD which you can then use as you would any other Audio CD.
    Best of luck.

  • G5 DVD burner error message? Help please?

    I get this error message when I try burning a 1gb quicktime movie to dvd on my pre installed standard burner. Thanks in advance
    the link below is a screenshot of the error
    http://www.darkstargraphics.com/dvd_message.gif
    Im at a loss and ready to by another
    below is the dvd burner profile
    PIONEER DVD-RW DVR-106D:
    Firmware Revision: A606
    Interconnect: ATAPI
    Burn Support: Yes (Apple Shipped/Supported)
    Cache: 2000 KB
    Reads DVD: Yes
    CD-Write: -R, -RW
    DVD-Write: -R, -RW, +R, +RW
    Burn Underrun Protection CD: Yes
    Burn Underrun Protection DVD: Yes
    Write Strategies: CD-TAO, CD-SAO, CD-Raw, DVD-DAO
    Media: No

    The error "internal target failure" appears on PCs using this drive as well, so it appears that it's not a Toast specific error.
    However, in my browsing, no one seemed to be able to tell if it was a true hardware failure of the drive, or if it was caused by poor quality media.
    I'd try other brands of media and a lens cleaner before flashing the firmware. And, if you do decide to flash the firmware, the current, official firmware for that drive is here. The link in MLCinma's post contains hacked (region free) firmware and is outdated in any event.
    Let us know what brand of media you're using and what speed you're burning at.
    The DVR-106D has had lots of reports of failures, so it could very well be the drive. At least a replacement DVR-111D will only cost you about $40 - $50.

  • DVD media / capacity errors with SuperDrive

    I'm having various media errors when I am attempting to burn a DVD using Disk Utility. I've tried DVD-R (Fuji) and then DVD+RDL (Memorex). The sixe is 4.2GB so both should have the capacity. I get error messages that the disk does not have the capacity, but these are brand new blank DVD's. Another message said something to the effect that it could not read the disk. Any ideas about troubleshooting these problems?

    Hi-
    Since the beginning (and even with my G4), I always used Sony DVD+R and never had major trouble with them.
    Makers outsource.
    Media batches change.
    Using a different disc (Verbatim or Taiyo Yuden) is worth a try.
    BUFFER UNDERRUN
    Can be caused by too many processes running during burn, corrupt files or inadequate hard drive space.
    WRITE ERROR
    Most commonly a media error.
    INTERNAL TARGET FAILURE
    Hard drive space inadequate, corrupt or improperly prepared files.
    -Should I update the firmware of the drive to correct the problem?
    You have multiple errors, possibly multiple problems.
    You could try an update, which should help with media errors.
    -If the drive is dying, can I simply swap it for the latest DVR-118 and MacOS X will still see it as an "original SuperDrive" ?
    In OS X 10.5x, plug and play.
    In OS X 10.4x, plug and play with Patchburn.
    -Should I consider an external FireWire LaCie burner?
    No.
    This would complicate matters and should not be necessary.
    I would work on clearing drive space, repairing hard drive directories, burning after restarts, trying a different media, and a firmware update.
    If after this conditions aren't improved, you will have at least prepared the system for proper use of a new drive; i.e. hard drive free space and hard drive health are key to successful burning.

  • Hardware error on disk

    Hello,
    3 weeks ago I notice the following message on a server:
    Oct 3 05:22:16 m530e scsi: [ID 107833 kern.warning] WARNING: /pci@1c,600000/scsi@2/sd@2,0 (sd2):
    Oct 3 05:22:16 m530e Error for Command: write(10) Error Level: Retryable
    Oct 3 05:22:16 m530e scsi: [ID 107833 kern.notice] Requested Block: 7961728 Error Block: 7961728
    Oct 3 05:22:16 m530e scsi: [ID 107833 kern.notice] Vendor: SEAGATE Serial Number: 053632G895
    Oct 3 05:22:16 m530e scsi: [ID 107833 kern.notice] Sense Key: Hardware Error
    Oct 3 05:22:16 m530e scsi: [ID 107833 kern.notice] ASC: 0x44 (internal target failure), ASCQ: 0x0, FRU: 0xb
    The error has not repeated. The scsi address corresponds to a submirror but metastat shows everything is OK.
    What happaned? Is there a way to test if the disk is ok? What about that block number on the message? Maybe it's just a bad block and has been mark as such (?)
    Any thoghts are greatly appreciated.

    The term soft doesnt mean software.
    Both hard and soft errors are being reported by the disk.
    A soft error is a retryable error. It could mean a write failed so was written to a spare failover block instead.
    A hard error is more serious.
    The counters reset when machine is rebooted.
    But if they keep appearing, its worth reporting or replacing the disk.
    I don't think I'd wait for hundreds. An recurring hard error is a problem.
    But I don't normally muck around with marking blocks bad. Modern disks should do that automatically.

  • Nasty Burning and Disc Recognition Error(s)

    Hi there,
    I've recently been having two problems with my drive (HL-DT-ST DVDRW GWA4080M model) regarding DVD-R burning. I work with Toast Titanium 7. I also recently tried a new brand of DVD called Dataware (I switched from Ridata, with which I had no problems, but I doubt this is a DVD compatiblity problem).
    Problem 1.
    My drive doesn't recognize blank DVD-Rs. When I insert the disc, it spins for 20-30 seconds before ejecting, when I've got it set to open Toast when blank is inserted. And when I manually open Toast and insert the disc afterwards, in the 'Record' window, it says 'Waiting...' rather than 'Blank DVD-R'. Again, this occurs for 20-30 seconds before the disc is automatically ejected.
    Problem 2.
    On the off occasion (like once in every 10 or more blanks), the disc will be recognized and the burn will begin. Midway through, I get a pop-up along the lines of:
    The Drive Reported An Error:
    Sense Key = HARDWARE ERROR
    Sense Code = 0x44, 0x86
    INTERNAL TARGET FAILURE
    That's the most recent one; I used to get 'Section ____ is unverifiable' in the verification portion of the burn. But I've had that a few times when I've tried backing up some of my oldest discs that had some scratches, so I didn't really worry too much.
    This message leads me to think my reader/writer aren't contacting my discs properly (hence why it can't recognize blanks often), and when it does make contact, it loses its place (maybe why it can't keep burning). Is this possible?
    I've run the Apple Hardware test for diagnostics on my hardware - it came up fine, but I'm going to try it again, just in case.
    Any suggestions would be immensely appreciated! I'm a university student (one who tries to take very good care of her computer, I should note - I even check any discs before I insert them to make sure there's no dirt or anything), and have papers and notes to take (my degree goes right through summers), so the prospect of having to send my MBP away for several weeks for repair is far from appealing.
    And to note, I've never had a problem with it before; I've had it since last September.

    Most of the time, when I have a problem like this, it's because of the actual disc being used. Though they may fit under the required 'specs', being DVD-R or DVD+R or whatnot, some burners just don't like some discs.
    A while back (this was at least a couple of years ago), there was a post somewhere that listed where each seller got their discs from before relabeling them as their own. There are some discs that are just made with higher quality, more consistently, and those will rarely give you problems.
    Anyways, I would always try to test out a different kind of disc in my drive to eliminate that problem first, as for my experience, those kinds of errors have almost always been caused by the disc and not my hardware.

Maybe you are looking for

  • Strange issue with 3.6.3 VPN Client and IOS firewall

    I'm able to establish a VPN connection from the VPN Client to the e0/0 interface of the IOS FW/VPN router and pass encrypted traffic. Whenever I initiate a connection to something on the "Internet" from the LAN (e0/1) of the router, a temporary ACL e

  • Can i use Automator in app such as illustrator, Photoshop, Indesign?

    I want to use automator in illustrator. How can I use it? I tried to make services menu in illustrator cs5. but, It doesn't work. Simply explain one thing about illustrator. I want to make keyboard shortcut for file>script>script menu(this is what I

  • How to execute an ABAP Mapping after a Java Mapping

    Hi, i have found a Bug in XI and SAP said to me that the only solution is to execute an ABAP mapping after my java mapping. I have an IDOC to FILE scenario Could anyone orient me on what do i have to configure, so after my java mapping i can execute

  • Extending an Array

    I have created a class of objects, with fields, constructors, methods, etc. So far, so good. Now I would like to create an array of these objects, and I have some methods that I would like to create that would manipulate the objects in an array. Is i

  • Executing java program

    iv installed jdk, jre 1.5.0_04 and 1.5.0_07 and NetBeans IDE 4.0 and 7.0. I am able to compile my java program but not able to run it. When i try to run it, i get the error ""Exception in thread "main" java.lang.NoClassDefFoundError:" followed by fil