Editing Flash Template Problem

I downloaded a flash template and after I edit it in Flash
CS3 and preview, something strange happens.
The original template is centered in the web browser with a
colored background on either side. But, after my edits it defaults
to the left side with a plain white background.
Any idea why I'm loosing these settings?
Thanks!

J8son wrote:
> I downloaded a flash template and after I edit it in
Flash CS3 and preview,
> something strange happens.
>
> The original template is centered in the web browser
with a colored background
> on either side. But, after my edits it defaults to the
left side with a plain
> white background.
>
> Any idea why I'm loosing these settings?
>
> Thanks!
>
I think you publish the template from Flash using the PUBLISH
option and generated HTML document,
overwriting your existing document. The layout you describe
sound pretty much like Flash's default
html generated document.
Best Regards
Urami
"Never play Leap-Frog with a Unicorn."
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • Problems with Ñ and accents while editing flash template

    Hello
    Please, someone help!
    I have been trying to edit the text of a flash template and when i publish it, i cant see the Ñ and the accents
    i have been looking for a solution and i have found over the internet:
    system.useCodepage = true;
    But that does not work, i still cant see that symbols when the file is published.
    this is a dynamic generated text from code inside the fla. i am using cs5.
    here is the code i have in the template:
    var menu_label:Array = new Array("BIENVENIDO", "DISEÑO GRAFICO",
                                     "DISEÑO WEB", "PORTAFOLIO",
                                     "PUBLICIDAD ON-LINE", "IDENTIDAD CORPORATIVA",
                                     "REGISTRO DE DOMINIOS", "CONTACTO",
                                     "ALOJAMIENTO WEB" );
    var total:Number = menu_label.length;
    var i:Number = 0;
    var page:Number;
    var main_menu:MovieClip = new MovieClip();
    stage.addChild(main_menu);
    for( i = 0; i < total; i++ )
        var btn = new flashmo_button();
        btn.name = "flashmo_btn" + i;
        btn.scaleX = btn.scaleY = btn.alpha = 0;
        btn.item_no = i;
        btn.flashmo_bg_color.gotoAndStop( i + 1 );
        btn.flashmo_click_area.addEventListener( Event.ENTER_FRAME, btn_enter );
        btn.flashmo_click_area.addEventListener( MouseEvent.ROLL_OVER, btn_over );
        btn.flashmo_click_area.addEventListener( MouseEvent.ROLL_OUT, btn_out );
        btn.flashmo_click_area.addEventListener( MouseEvent.CLICK, btn_click );
        var each_substring:Array = menu_label[i].split("|"); 
        btn.flashmo_button_label.fm_label.text = each_substring[0]; 
        btn.item_url = each_substring[1];
        btn.flashmo_button_number.fm_number.text = ".0" + ( i + 1 );
        main_menu.addChild(btn);
    function btn_over(e:MouseEvent):void
        e.target.parent.over = true;
    function btn_out(e:MouseEvent):void
        e.target.parent.over = false;
    function btn_click(e:MouseEvent):void
        var mc = e.target.parent;
        if( mc.item_url != undefined )
            navigateToURL( new URLRequest( mc.item_url ), "_parent" );
        else 
            change_page(mc.item_no);
    function btn_enter(e:Event):void
        var mc = e.target.parent;
        if( mc.over == true )
            mc.nextFrame();
        else
            mc.prevFrame();
    function change_page(no:Number):void
        page = no + 1;
        play();
    var default_volume:Number = 0.60; // 0.00 to 1.00
    var bg_music:Sound = new flashmo_music();
    var music_channel:SoundChannel = bg_music.play(0, 10000);
    var music_volume:SoundTransform = new SoundTransform();
    music_volume.volume = default_volume;
    music_channel.soundTransform = music_volume;
    sound_control.stop();
    sound_control.addEventListener( MouseEvent.CLICK, play_pause );
    function play_pause(e:MouseEvent):void
        music_volume.volume = default_volume;
        if( e.target.currentFrame == 1 )
            music_volume.volume = 0;
        music_channel.soundTransform = music_volume;
        e.target.play();

    Have you embedded the fonts?
    You can do it following these steps (I'm using Flash CS4):
    Select the textfield (I think is the fm_label).
    In the textfield properties, character, you choose "Character Embedding...".
    There, you can choose "Basic Latin" for example.
    Then, add the characters you need that aren't in "Basic Latin". For example, ñ.
    The image below shows what I said.

  • Please Help! Flash Template Problem

    Hello all. I am in desperate need of some help with coding
    problems. I recently bought a flash template for a photography
    website. I know flash a bit... (been through about 300 pages in the
    flash book) but i'm by no means a pro.
    Only problem is I don't have it up so I can't really show you
    guys what i'm talking about.
    it's a very basic site with categories on the left (animals,
    architecture, etc) and thumbnail images on the right. Only problem
    is that I've spent hours and hours searching through the supplied
    files but i can not for the life of me figure out how to edit those
    categories OR the descriptions of each thumbnail that appears under
    the category column when the mouse is held over each individual
    thumbnail. Almost all the supplied files in the library are
    basically blank with outlines of shapes and nothing else. I have no
    idea what to do.
    Would it be possible to somehow send someone the file (or
    maybe i can upload the file to an ftp site?) and have someone just
    give it a quick look? I've asked three people at work (whose job it
    is to know flash) to find it and none of them can. Thanks in
    advance for any help.

    All of that seems to be in a file titled: "images.xml". You
    can open that file in a text editor. In there you'll see the
    category names and the image descriptions. Just change the text to
    what you want to see and save the file.

  • Edit Flash Template

    I unsuccessfully searched the forums for the answer to my
    post so here it is...I hope someone out there can help a noob!
    I've purchased a flash template from templatemonster.com.
    I've successfully edited the first page, but cannot find where to
    access the sub-pages like; services, about us, contact us, etc...
    Can anyone tell me how to edit those pages?
    If looking at the site will help, it's
    http://joshua-builders.com

    wisevector wrote:
    > I unsuccessfully searched the forums for the answer to
    my post so here it
    > is...I hope someone out there can help a noob!
    >
    > I've purchased a flash template from
    templatemonster.com. I've successfully
    > edited the first page, but cannot find where to access
    the sub-pages like;
    > services, about us, contact us, etc... Can anyone tell
    me how to edit those
    > pages?
    >
    > If looking at the site will help, it's
    http://joshua-builders.com
    >
    you need to open the library and look for it. there are
    countless ways in flash of
    achieving the very same effect, each flash design is based
    pretty much on personal
    preference so it's hard to guess where exactly is your
    content.
    Over all these templates are extremely simplified. Very poor
    quality flash, lots of hard
    coded content and little dynamic ways to customize it. I
    would imagine it could be single
    movie clip on stage. That movie clip with have multiple
    frames, each frame corresponding
    to particular button.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Editing Flash Template

    Hello,
    I recently bought a flash template. I have edited all the
    information that came with it to suit. However now I need to create
    new pages, and get them to slide in (like the main pages do) when I
    click on the 'Click here for more info" button. How can I create
    and get these pages to slide in as the main menu ones do?
    Any help would be appreciated,
    Thanks, Mike

    Mike,
    I am absolutely no expert in this, but I did the same thing
    that you did and found that it many cases it was easier to create
    completely new movies/animations etc than to try to edit the ones
    that are there, unless the changes you want are simple. Assuming
    that what you want to change is another FLA file I would first save
    all the original files in a separate folder, then save them with
    new file names and start experimenting. I found in many cases the
    files were pretty complicated and making any changes screwed up the
    animations but you can use the originals as guides to determine how
    they put the whole thing together. You can often use Fireworks or
    Photoshop to create new backgrounds as needed.
    This is probably not much help.

  • Newborn Newbie Needs To Edit Flash Template Text

    First, I AM learning Flash 8 at Lynda.com. However I have the immediate need to know how to edit the text in a .fla file in F8. I am fairly proficient in Dreamweaver 8 and Photoshop CS, although that may not matter in the case of Flash.
    I do not know how to get at nor edit the text in an .fla file. I've opened an .fla in Flash but it looks like everything's on one layer and I assumed Flash was like PS in that there are many layers of content. I tried but I mangled it badly. I don't really know how the text tools work in Flash.
    I purchased the following template from Flashden:
    http://flashden.net/item/md-portfoliosite-v2/full_screen_preview/3109
    Xml files are included but unfortunately they only drive the galleries and not the rest of the site. Can someone please school me in very very (to the 100th power) basic steps on how I get at this text, edit it, and how I convert the .fla to a .swf and export it to Dreamweaver?
    I have attached the .swf file.
    THANK YOU!!!!!!

    The text may be in an external .txt or .xml file. If you think that the text is written directly in the Flash movie, you can use the Find and Replace tool to find the text. Open the movie, select the stage window, go to the Edit menu and select find. When this window opens type in some of the text that you're trying to find, select Text and Actionscript in the options and and hit the find button. This should give you a list of the places where that text exists in your movie.

  • Problem playing an imported flash template in dreamweaver cs5

    hi,i just downloaded a flash template from flashmo.com and imported it to dreamweaver cs5 through Insert > media > SWF and it loaded. but the problem is, when i click the live view or play the file in the properties,nothing shows up.except some texts "loading XML data..."
    all the flash templates i have downloaded face this prob. i have no idea where is the mistake.
    what could be the problem?any help,plz.

    From their website:
    " Adobe Flash (version 8 or higher) is required to edit the
    FLA file.
    - Use the source codes at your own risk after downloading and
    flashmo.com is
    not responsible for any bugs or errors caused by
    ActionScripts."
    Do you own Flash? Are you familliar with action scripts? If
    not, then you
    probably want to start with a plain html template and learn
    how to code html
    and CSS. Flash sites look nice but they are not friendly for
    Search Engines
    or users who don't have flash player installed on their
    system.
    Here are some on-line tutorials to help you get started with
    html and CSS
    code:
    www.w3schools.com (free)
    www.Lynda.com (pay videos)
    Adobe help - "Getting Started"
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "jdbcmcbride" <[email protected]> wrote in
    message
    news:ftr2vf$i4q$[email protected]..
    > I am a first-time user of DreamWeaver and am currently
    learning how to
    build a
    > website with the Adobe HTML article that they have.
    However, I found a
    flash
    > template that I downloaded as it is exactly what I want
    to use for my
    website.
    > My problem is, I don't know how to make it work.
    >
    > The template is located at
    http://www.flashmo.com/home
    and it is the one
    on
    > page 5 called "037 Wooden". If anyone can tell me what
    to do to get this
    to be
    > my website, I would really appreciate it.
    >

  • Editing a Flash template

    I have a Flash website template I bought online.  I'm trying to edit the template within Flash, and I'm getting nowhere.  I'm an intermediate level photoshop user, but new to Flash.  I've spent the entire day trying to find useful information on the web, on You Tube, and here, to no avail.
    My problem is this: none of the tutorials I've found seem to apply to my template.  I'm unable to change any elements within it, though I seem to have a perfectly good .fla file with plenty of library levels.  I just can't get anything I've found in tutorials to work.
    I did quite a bit of photoshop editing on the main web site .psd file, and that looks fine.  I've replaced the template picture and name with my own.  But I've no idea how to get the template to use those files (renaming them according to the file given with the template does no good).  Also, I'm not sure that replacing the template versions with my own in photoshop will translate to all the movie effects in Flash.  And I can't find any info about this.
    Can anyone direct where to go to get help?  I've spent hours over several days trying to figure it out, and I'm getting nowhere.  When I try to send an email to the site where I bought the template, it tells me that the contact information I'm using is no longer valid.
    Adobe shuttled me around their phone system for several hours while we figured out a problem with my accout, after which they told me no one was available to help me because of the holiday schedule. 
    This is the template.
    http://templates4net.com/templates/show-template-1956.html
    When I try to submit a ticket to the help system of the tech support for the template (which I had done some time ago, successfully), it no longer recognizes my email or previous registration.  I've tried to register again, but though they say they have sent me email about it, I've received nothing.  If it would be useful to have info on that, here is the site:
    http://support.template-guide.com/index.php
    Can anyone help me with any of this?
    Thanks -- Catherine

    There are so many different ways your template could be designed that short of hiring someone to do it for you, there really isn't much anyone can do except to suggest what to try for individual/specific problems. For the same reason, I doubt you will find tutorials that explain how to edit a template.   I doubt anyone at Adobe is going to try to assist you in editing your template or learning how to use Flash.
    The first bit of advice, when you are working with files you acquire, always save an original just in case.
    If you want to substitute one image for another, naming things similarly won't do anything for you.  While I'm assuming something in saying this -> the first thing you need to do is import the new image file into your Flash library (select File -> Import -> to Library).
    If the old image is sitting directly on the stage such that you can see it there, then need to see if it is contained in some form of symbol (a graphic or movieclip symbol in the library), because you need to open that symbol and replace it inside that symbol.  If it is, then you need to doubleclick to open that symbol for editing--and you may find it is buried inside yet another symbol (or more).  Generally, as long as you see a blue line around it when you select it, it is still inside a symbol so you need to keep doubleclicking until you get to the image.  When you select it and see a wider gray border around it, then you are face to face with the raw inage and that is when you would want to drag your new image on top of the old one and delete/remove the old one.
    If that original image is inside a symbol, then you should also be able to find that symbol in the library instead of doubleclicking your way thru to it, but either approach will get you to the same place.
    If you do not see that image when you open the fla, it may be intriduced later on down the timeline.   If you can not find that old image anywhere in the file, it could possibly be loaded using actionscript code, though it is usually less likely to be the case for a template.

  • My edits to a flash template will not show up on the web!

    Hello all.... I am editing a flash template that I have
    downloaded. I have read up on how this is done and here is my
    process. I open the .fla file in Macromedia Flash 8, I make some
    small changes to some of the text, and then at this point I have
    tried a few things... I have clicked the "Done" button, at which
    point it exports the file to .swf...... I have clicked file >
    publish settings > publish...... and I have clicked file >
    export > export movie...... no matter what I do when I go back
    into dreamweaver and access the updated files, I can see my
    changes. THEY ARE THERE. however when I upload them to my website
    and access the page on the web.... the original template shows up.
    It is as if nothing was ever changed.... HELP PLEASE I'm going
    insane!

    Are you positive that you've also uploaded the updated HTML
    that reflects the new SWF? Have you cleared your cache in your
    browser?

  • Edit website flash template - help needed

    Hi! I am about to buy a website flash template. Before I buy the template I want to make sure, that I am good enough to edit to my needs.
    I downloaded a free flash template and I tried to edit it in my Flash CS5.
    I have had a lot of trouble editing it and I can't even figure out how I change the pictures or the text.
    Can anyone help me and maybe give me a little tutorial on how to change the template.
    Link to the template: http://www.flashmo.com/preview/flashmo_247_3d_touch_ring
    Thank you!

    The photos are taken from a XML file. Open the XML file flashmo_247_photo_list' in dreamweaver and look at the code it'll be easy to fiqure out if you have ever done any sort of HTML coding.
    Just incase you have'nt look for Example below taken from the xml file which was provided with the .fla file
    "<photo>
      <thumbnail>s_photo_003.jpg</thumbnail> Change the image name for a thumbnail here  i.e. directoryname/imagename.png etc
    <filename>photo_003.jpg</filename> Change the image name for a the large image here  i.e. directoryname/imagename.png etc
      <tooltip>Photo Title 03</tooltip>  
    <description><![CDATA[<p class="subtitle">Photo Title 03 goes here</p><p>In velit urna, <u>convallis id</u>, pharetra in, iaculis sit amet, mi. Praesent consectetur imperdiet mauris. Suspendisse at pede vel lorem pulvinar laoreet. Etiam et neque. Donec dapibus viverra est.</p><p><span class="note">This text is dynamically loaded from the external XML file. This textfield supports HTML and CSS.</span></p>]]></description> Here you have the option to have a discription about the image i usually just have the name of the image.
    </photo>"

  • Help with editing a template flash file..

    FIRST OFF..please don't shoot the noobee..I know some folks
    don't like the templates and I appreciate that.
    I have done some reading but not a whole lot about Flash. I
    certainly don't want to BUILD a flash (not yet), but want to edit
    one that is included in a template. I only want to edit the header
    that drops down. It says The Web STudio. I, for example, want it to
    say Marks Studio.
    Ok..the temp comes with Flash/non flash.
    I open w/flash and have a 3 folders: flash, psd and html.
    -flash folder has Images, fla doc and one flash html file
    -PSD folder has 3 psd files
    -html folder has flash folder, images folder, css file and
    one single index.html file.
    I opened the flash folder and found the image.jpg I wanted to
    change to Marks studio.
    I opend the PSD and found the slice that is the same as that,
    then edited it like I want it in PSD, then saved to replace the old
    image. top1. jpg
    Still, it is the same ole one that came with the temp.
    as I said, please don't shoot the noobe. I just wanna edit
    the flash file.
    Thanks for any help.
    Mark

    You'd need Flash to edit the FLA file.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "snipingkid" <[email protected]> wrote in
    message
    news:enev5r$p8l$[email protected]..
    > Hey guys,
    >
    > I need some help with editing a flash template, I have
    the .swf, .fla, and
    > .html file of this thing, I would like however to edit
    something on it....
    > Ive
    > tried everything, I have access to photoshop and
    dreamweaver 8... Im not
    > any
    > good at it but with decent help I could get something
    done. What I would
    > like
    > to edit is just text that flies in.... I would like to
    edit the text, how
    > do I
    > do it.... Thanksj
    >

  • Problems with flash template

    Hello,
    I am trying to use a flash template to create a timeline,
    However, I am a new user and having a few issues. The Link to the
    Fla i am working with is below. For some reason, when you click on
    the first button the first time, it references "timeline 1 movie" a
    second click on that same button will take you to "timeline 2
    movie" on the second button, it switches between "timeline 2 movie"
    and "timeline 3 movie" on alternate clicks. Any idea what I could
    change so that the first button only takes you to "timeline 1
    movie" and button 2 takes you too "timeline 2 movie" and so forth?
    Any advice would be great appreciated!
    Thanks
    Ryan
    http://www4.wittenberg.edu/student%20webdev/Ryan/admission/working2.fla

    Go to your first button, look in the Actions panel for the
    on(release) line of code and change it from gotoAndPlay to
    gotoAndStop, i.e.,
    on (release) {
    _root.gotoAndStop("timeline1");
    Now it will stay at your timeline frame instead of
    automatically playing to the next one. If this is what you want, do
    the same for all the other buttons. (Nice template--I think I'll
    adapt the idea to something of my own someday. My Life in Pix or
    something.)

  • Using flash template in dreamweaver

    Hi,
    I am new to dream weaver. JUST NEED A QUICK HINT.
    I used a flash template which was available free online to
    make my own website - I am using dreamweaver to publish my website
    using the flash template i just finished filling out - used a layer
    in dream weaver and put .swf file in it (the main file)
    I also uploaded the dependent files on web.
    When I preview my page in browser it plays the main file
    correctly but does not automatically access other files
    Problem:
    when I play the main 24.swf file in flash - it automatically
    accesses different dependent files and plays the files as I want it
    to - also plays different page files - but the same file when put
    in dreamweaver only plays the intro and then stops and does not
    play different page files.
    Actual files:
    24.swf - is the main page file - when I play this in flash -
    it plays intro, contact tab (when clicked), my projects (when
    clicked), work experience (when clicked), everything.
    I edited different page files my projects (24.1), contact tab
    (24.2), work experience (24.3) individually using their .fla files
    but still when I update information in this files and save them the
    24.swf file automatically picks up the update BUT when I use the
    same file in dream weaver for publishing my website, it only goes
    till the intro and then stops and shows no view for those 24.1 24.2
    24.3 files.
    24.fla plays the intro but 24.swf plays everything, I didnt
    know it would take me so much time to do a simple upload like this.
    I have been working on this problem since last 3 days and
    night but need some help now, I got to finish this up by tomorrow
    night.
    Please help me, I am going crazy because I am a second away
    from the whole website but it doesnt show anything right now.
    Please please help.
    If my explanation doesnt sound clear, please for god sake let
    me know.
    thank you very much

    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','1000','height','400','src','descarga
    total1','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','descarga
    total1' ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="1000" height="400">
    <param name="movie" value="descarga total1.swf" />
    <param name="quality" value="high" />
    <embed src="descarga total1.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="1000"
    height="400"></embed>
    </object>

  • Flash 8 problems with quality

    OK got a flash template and it looks nice, so go into flash
    edit it then previe it and the quality is terrible... I have
    compression off and JPEG quality to 100%.. why is it doing this????
    Heres the PICS
    Before flash
    After Flash
    Notice the difference in the image quality???
    Whats wrong with flash 8????

    Hade almost the same problem - - ->
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=194&threadid=1240349

  • I can't seem to locate the text and buttons on a flash template I bought

    Hi Everyone,
    I have been working with this flash template I purchased online and can't seem to be able to change the text that is displayed on it's buttons except for the first one. There are four buttons to the side but I can only change the first button's contents as I see them in the "Library". I am new to Flash and learning. Please guide me as to where I can find the other components.
    I can only see and change "WorldWide" and "Call Anytime Anywehre" button.
    Flash source file posted here:
    https://docs.google.com/leaf?id=0B8tFparkP0rKMzliNTcxZDktYmQ3My00ZjJiLWFhMDQtNTEzNWExMWZlN Dgx&hl=en&authkey=CKrQwcwF
    I would also like to add a link to each button and I can't seem to locate the URL Link button. I am using Adobe Flash CS5.
    Much appreciated.    

    What I described is what your file involves.  In your library there is a "text" folder .  In that folder are movieclips named txt_1, and txt_2 which hold the text used in your buttons.  If you open those movieclips for editing you will see each has four frames with different text in each frame.  That is where you need to change your text for the buttons.
    If you look at the actionscript in the top layer of those movieclips, you will see how it uses a value assigned to the button/mc to determine which frame it displays....
    gotoAndStop(_parent._parent.num);
    And if you look at the actionscript applied to the button on the main timeline (select the button with the Actions window open), you will see how that num value gets assigned to each instance...
    onClipEvent (load) {
    num = 1;
    this.hitArea = this.area;

Maybe you are looking for

  • GUI_DOWNLOAD IN BDC

    Hi experts,                 i am using tcode xd02 in bdc for recording.i want to download the data present in xd02 into a flatfile.is it possible.if it is possible send me a sample coding or give me some points......i will must reward the points once

  • My JMS Consumer receives messages at uneven time gaps

    I have two applications, say APP1 and APP2. Both of these are connected through JMS Bridges. APP1 is hosting the PUSH bridge to APP2. There was an uneven delay in the messages that are received at APP2. I have checked the logs and found that there is

  • ImportTextData fails with an error: row not found

    In am using Acrobat XI.  In a js script in an action wizard the statement this.importTextData("mypath", 0) continues to return a 3 "error: row not found".  I have checked the path and it is correct.  The text file was created by Access 2013 and is ta

  • Alternative ways to transfer my contacts from one phone to another.

    My old phone is a Curve 8310 and my new phone is a Torch 9800. The reason for the new phone is the pins where you plug the USB cable into on the 8310 broke. So can't charge it or connect it to my computer to get my contacts out to transfer to my Torc

  • OS 10.8 MacBook crashes, restarts after unplug, sleep, then wake

    Have a new MBP, just upgraded to 10.8. Now, every time I unplug my machine, close the lid, then open it later, I get the white screen of death and the laptop restarts. Any ideas? Here's the error report afterward: Mon Aug 20 10:11:55 2012 panic(cpu 4