Flash 8 professional - making a pause button

hi, can anyone help
im making a website for music and video and need to find out how i go about making a pause button for audio,.  it has to pause the sound being played and then restart the sound from the point it was paused, can anyone help. drastic situation here - rob

cheers mate, i got a link and sorted it, thanks for your advice, great help. - rob

Similar Messages

  • Pause button with imported power point project

    Hi
    I imported a power point project and published it in flash swf, and when I play a slide (in flash) and try to pause the play it does not work and  it continues to '
    play until the end of the slide and then it stops and when I click it continues to the next slide,
    How could I make the play pause the play,  when I click on the pause button (see attached snapshot)
    1- using captivate 5
    2- ppt 2003
    3- output: flash swf
    Appreciate any help

    Hello Lilybiri
    Thank you for your patience with me and I will attach 5 snapshots (for higher resolution, right click on the image and choose open with I.E. or you could zoom in the page)
    You also asked me about the click box; yes I inserted click boxes in only 2 slides (example: slide 3), as a test, in the hope of making the pause button work but it did not do the trick, you also asked about the image in the background, it is an image and not a looping video or animation.
    following are the 5 snapshots (if they do not fit in this message I'll attach them to other following messages):
    Many thanks

  • Glitch in pause button code

    Hello I'm a designer by trade & having difficulty getting my head around scripting. For most of what I'm doing, I'm managing to get by modifying snippetts that I've found online. However, one spot where I'm now stuck is making a pause button work for streaming mp3 files. I should qualify that adding the pause button was an after thought that I now realise is essential to the project working properly. The mp3 needs to start playing as soon as it starts downloading which is working fine. The mp3 needs to stop when the user goes to the next or the previous page, which is also working fine. But when the pause button is clicked first time, nothing happens. When it's clicked a second time, another instance of the mp3 starts playing. The pause and stop buttons work on this second instance, but not the first. I'm sure there's something really straight forward that I'm missing here, but I need a hand to find it. Following is the script as it now stands. Any help would be greatly appreciated.
    import flash.media.Sound;
    import flash.media.SoundLoaderContext;
    import flash.net.URLRequest;
    import flash.events.MouseEvent;
    var s2:Sound = new Sound();
    var req2:URLRequest = new URLRequest("intro2.mp3");
    var context2:SoundLoaderContext = new SoundLoaderContext(8000, true);
    var isPlaying:Boolean = new Boolean();
    var pausePosition:Number = new Number();
    s2.load(req2, context2);
    s2.addEventListener(Event.COMPLETE, onComplete, false, 0, true);
    var soundchannels2:SoundChannel = s2.play();
    //isplaying = true;
    BackBut.addEventListener(MouseEvent.CLICK, f3_ClickToStopAllSounds);
    controller.addEventListener(MouseEvent.MOUSE_DOWN, btnPressController, false, 0, true);
    stop_btn.addEventListener(MouseEvent.MOUSE_DOWN, btnPressStop, false, 0, true);
    function onComplete(evt:Event):void
    //Play loaded sound
    soundchannels2 = s2.play();
    isPlaying = true;
    function btnPressController(evt:MouseEvent):void
    switch(isPlaying)
    case true: controller.gotoAndStop(2);
    pausePosition = soundchannels2.position;
    soundchannels2.stop();
    isPlaying = false; break;
    case false: controller.gotoAndStop(1);
    soundchannels2 = s2.play(pausePosition);
    isPlaying = true; break;
    function btnPressStop(evt:MouseEvent):void
    { pausePosition = 0;
    soundchannels2.stop();
    controller.gotoAndStop(2);
    isPlaying = false;
    function f3_ClickToStopAllSounds(event:MouseEvent):void
    SoundMixer.stopAll();
    soundchannels2.addEventListener(Event.SOUND_COMPLE TE, s2Complete);
    function s2Complete(e:Event)
    this.nextFrame();
    stop();
    BackBut.addEventListener(MouseEvent.CLICK, goback);
    function goback(event:MouseEvent):void
    prevFrame();
    stop();

    Problem solved!!
    After much experimentation, I tried changing "switch(isPlaying)" to "switch(!isPlaying)" & much to my surprise (and great relief) it worked!

  • How to add a toggle play/pause button for a flash video

    Hi,
    Can someone help me with this flash video. I am creating a
    custom video controllers and I need to have a toggle play and pause
    button. How would do I go about that. I tried to use it on a play
    button and the video pauses and play, but I need to get the pause
    image and play image in there. So, can anyone give me the code for
    that . I really appreciate it.
    Thanks

    this is not truly an event driven state machine....
    too many loops
    data flow dependencies
    wrong use of boolean controls
    not a true state machine
    here is a template...
    Spoiler (Highlight to read)
    Attachments:
    event driven state machine.llb ‏27 KB

  • Creating a Simple Flash Movie With Poster Frame and Play/Pause Buttons

    Hi, It's been over a year since I played with Flash last, and
    I have completely forgotten everything I learned.
    I have a .flv file which I want to play on my website. It
    should display a poster frame when the page load, and not autoplay
    the movie. It should have the play button I made in photoshop
    sitting on top of the poster frame. When pressed, the movie should
    start playing and the button should be shifted for the pause button
    I made in PS (it should work just like the play/pause button in
    iTunes). When the movie has finished playing, it should jump back
    to the poster frame.
    I have tried using the flvplayback component and also played
    around with just embedding the flv directly and inserting a play
    and pause button from the common library, but I can't seem to get
    it to work. With the flvplayback component I have managed most of
    it apart from using my own buttons and getting the poster frame to
    work (which apparently has to be done with Action script).
    Any help appreciated.

    Which version of Flash/actionscript are you using? Since you
    are just starting out, you should read one of Adobe's tutorials on
    the matter. Either use Flash Help to find examples on how to use
    Flash or go to their website. Here is a great tutorial for someone
    just starting out. Make sure you read all three tutorials in "Using
    Flash for the first time".
    http://www.adobe.com/devnet/flash/getting_started.html

  • From AVI to FLV for Flash MX Professional 2004

    Hi there...
    Let me thank you for your attention...
    This is my issue, I had this Flash MX 2004 Professional when I bought my PC, since then , 6 years ago, I learned how to use it, and recently got a little proyect which turned out to be something very professional, I developed some SWF files at 30fps and recorded them using Camtasia Studio at 40fps, then I created an AVI video file of 400MB +-, I want that those AVIs inside an SWF with my own VIDEO PLAYER, the one me myself developed, play, paused buttons, progressBar, time, etc. Problem is, these AVI files are much too big, I think, for my Flash MX 2004 Professional, they last 1hour 30min.  I cannot upgrade to a modern version of Flash ever since, I have no time to do it, the proyect is already somehow delayed, and almost everything is already done in Flash MX 2004 Professional, I have no ways to convert my AVI files into FLA files, or how place those 1hour-30min AVI files in my SWF, ever since I need those videos besides some other SWF files which I will use to lounch a product will must run just as it it were a DVD, it has its own menu, from the user may select the video they want to see, when they select one, a new window must pop-up with my video and my controlers in it.
    Would you recommend me some programs that may convert my heavy AVI files into more readable FLA files, my Flash MX 2004 Professional does not do it properly... I have no idea why...
    Please I appreciate your advice ever since I just learned everything as I developed my SWF and other files.
    Thanks for your attention

    check out the source code on this page
    http://rodneybauer.com/whiteboard2.htm
    im using flv file...not swf file....and using html5....see below for more info on that...
    you can use other video / sound assets besides flv
    ----------------random notes for you to check out------------
    mobile device video info
    The options actually match those of the most recent iPod Video, which uses H.264 video, up to 1.5Mbps, 640 x 480 pixels, and 30 frames per second with low-complexity AAC audio up to 160 Kbps, 48kHz stereo audio. On the lower end, bandwidths up to 768Kbps, 320 x 240 pixels, and 30 frames per second are also used, known as Baseline Profile up to Level 1.3. Both options can be output with .m4v, .mp4, or .mov extensions.
    iTunes. The simplest way is to use iTunes built-in converter. Apple makes it fairly simple to convert videos to play on the Apple TV or iPod, which are also conversions that can be used on the iPhone. Any video that can play in iTunes, then, can be converted to play on the iPhone, and local files can also be synced directly to the iPhone via iTunes sync conduit, making for a fairly easy process. Two downsides: first, iTunes uses a "lowest common denominator" approach, meaning that there are no customized options for encoding into H.264. Also, some users have reported a bug in the most recent version of iTunes that creates video files with no audio, so don’t toss your original video clips until you’ve had a chance to test out the new H.264-compressed video clips.
    Handbrake. Handbrake is the next most-popular encoding tool for both Windows and Macintosh platforms, and it’s available in a command-line version for Linux. Handbrake does a lot more than just H.264 conversions, but for purposes of this article, Handbrake would be used to transcode an MPEG-2 transport stream or other non-H.264 formats and codecs into H.264 video files. Speed on the product is quite good, and it has the option of a single-profile conversion (like iTunes) or the ability to customize encoding or profiles and then save the tweaks for future encodings. Handbrake has made a name for itself in DVD-to-iPod conversion, so the extension of Handbrake to the iPhone is one that many users trust.
    On any of the last three products, the H.264 files output from these products can be added to the iTunes library for uploading to the iPhone. For those choosing to put their iPhone-compliant videos on the web, it’s also helpful to choose hinted streaming to allow the videos to begin playing immediately rather than waiting for the entire cache to fill.
    http://www.webmonkey.com/2010/05/embed-videos-in-your-web-pages-using-html5/
    So, you want in on the fun? Do you want to use some HTML5 video tags on your site right now? No problem. Fasten your seat belts, as we’re about to take a tour of the wonderful world of HTML5 video.
    Browser Support for HTML5
    First, let’s deal with some very basic stuff, like where this will work and where it won’t. As you can see in the table below, only the latest versions of most browsers support native video playback using HTML5’s <video> tag.
    HTML5 <video> support by browser: Fx 3.0     Fx 3.5     IE7     IE8     IE9     Safari 3     Safari 4     Chrome 3+     Opera 10.5
    Since Firefox 3.0 and IE 7 & 8 lack any support for HTML5 video, you’ll have to come up with a fallback plan for serving video to those users. Depending on what you want to do you, could fallback first to Quicktime and then, failing that, to Flash. That’s the strategy used in Video for Everyone (note that as of v0.4, Video for everyone no longer falls back to QuickTime).
    To keep things simple we’re just going to fall straight from HTML5 to Flash.
    Formats, Codecs and Technicalities
    The next thing you need to understand is what is actually happening when you load and play a video file in your web browser. You’re probably used to thinking of video as .mp4 or .mov files, but unfortunately it’s not that simple. The actual file formats are just containers. Think of them as a bit like a .zip file — they hold other stuff inside.
    Each container holds at minimum one video track and, most likely, one audio track. When you watch a movie online, your video player (most likely Flash) decodes both the audio and video and sends the information to your screen and speakers.
    Why does this matter? Well, because the process of decoding what’s inside the video container file varies. To know how to decode a movie, the player (which is your web browser in the case of HTML5 video) has to know which codec the movie was encoded with.
    When it comes to web video there are two codecs to worry about: H.264 and Theora.
    There’s a huge debate right now among web developers, browser makers and just about everyone else as to which codec is right for the web. We believe that a free, open codec without patent and licensing restrictions is the best solution for the web. Sadly, neither codec exactly fulfills that dream, so for now, let’s just skip the whole argument and be practical — we’re going to use both codecs.
    Why? Well, have a look at the table below, which shows which codecs work where and you’ll quickly see that there is no one-size-fits-all-browsers solution. Only Google Chrome can play both H.264 and Theora.
    Codec support by browser/platform:     Firefox     Opera     Chrome     Safari     IE 9     iPhone     Android
    Ogg Theora    
    H.264  
    So, you may be thinking … if HTML5 video doesn’t work in IE7 or IE8 and it means I’m going to have to encode my videos twice, then why bother at all? Well, the best answer is simple: mobile users. If you want iPhone and Android users to be able to see your video, HTML5 is the only way to do it — Flash support is coming to Android sooner or later but for now HTML5 is the only option, and we all know Flash doesn’t run on the iPhone or the iPad.
    The HTML5 Code
    Here’s how to actually embed your videos. First, we encode video in both .ogv and .mp4 containers. Encoding video is beyond the scope of this article, so instead we suggest you check out Mark Pilgrim’s online book Dive Into HTML5, which has a whole chapter devoted to understanding video encoding. Pilgrim’s encoding suggestions use free software to get the job done, and in the end you’ll have two files — one .mp4 and one .ogv.
    Now it’s time to unleash those movies in pure HTML glory. Here’s the code:
    view source
    print?
    1    <video width="560" height="340" controls>
    2      <source src="path/to/myvideo.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
    3    <source src="path/to/myvideo.ogv" type='video/ogg; codecs="theora, vorbis"'>
    4    </video>
    Yes, that’s it. What we’ve done here is use the <video> tag to specify the dimensions of our video, and to denote that we want to use the browser’s default controls. Then, within the video tag, we’ve added two <source> elements which link to our video files.
    The “type” attribute of the <source> tag helps the browser understand which file it should load. It’s a bit of an ugly chunk of code that needs to specify the container format, the video codec and the audio codec.
    In this case we’ve assumed standard .ogv and baseline encoded H.264 video as per Pilgrim’s tutorial. See the WHATWG wiki for more information on which video types you can specify.
    And there you have it — native web video, no plugins required.
    Dealing With Everyone Else
    What about IE7, IE8 and older versions of just about any other browser? Well, for those users, we’ll fall back on Flash. To do that, we just use an <embed> tag within our video tag:
    view source
    print?
    1    <video width="560" height="340" controls>
    2      <source src="path/to/myvideo.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
    3    <source src="path/to/myvideo.ogv" type='video/ogg; codecs="theora, vorbis"'>
    4      <object width="640" height="384" type="application/x-shockwave-flash"
    5            data="path/to/swf/player.swf?image=placeholder.jpg&file=path/to/myvideo.mp4">
    6            <param name="movie" value="path/to/swf/player.swf?image=placeholder.jpg&file=path/to/myvideo.mp4" />
    7        </object>
    8    </video>
    Now any browser that doesn’t understand the HTML5 video tag will just continue on its way until it hits the object tag, which it should understand (note that the order, mp4 before ogv, is important for iPad support — Apple requires that mp4 be the first video file).
    Of course for this to work you need a Flash video container. JW Player is one popular example, or you can roll your own using Adobe’s tools. Also remember that we still haven’t handled the case of an older version of Firefox with no Flash plugin installed (maybe your users are surfing your tubes with an outdated Linux machine). You can always add good old text-based links to the video files as a catch-all fix for anyone who can’t, for whatever reason, see either the HTML5 or Flash versions.
    Conclusion
    Embedding HTML5 video isn’t significantly more difficult than using Flash, especially if you’ve been using H.264 video files in your Flash player — which is exactly what YouTube has done with its HTML5 beta.
    While we’re concerned about the licensing and patent requirements of H.264, it isn’t hard to notice that if you skip Theora and make all non-H.264 fall back to Flash, you’ve still saved yourself a considerable encoding headache. In fact, that’s probably the best practical argument against Mozilla and Opera’s refusal to support H.264.
    If you’d like to use some of the more advanced aspects of HTML5 video, be sure to check the SublimeVideo player, which offers very nice JavaScript-powered set of custom controls. Also be sure to have a look at Video for Everybody, which makes for more complex code but handles just about every use case you could imagine. And there’s a handy Video for Everybody WordPress plugin as well.
    http://camendesign.com/code/video_for_everybody

  • Removing client's ability to use play/pause button

    Hi all
    I am keen to use Presenter to put together a language listening test for some clients. My clients want their students to not be able to pause the presentation so, say, they can't pause, translate word, pause, translate word and so on. In order to do this, I need to remove or lock the Pause/Play button that appears in the skin of a Presenter module.
    I realise I can completely remove the Player bar by opening up the vconfig.xml file and changing the value next to <uishow name="playbar"> to false. This is a quick and dirty solution and may do the trick. However, I would like the students to still be able to see the time count down for each slide in the player bar. Why? Well, because my clients want their students to listen to an audio track, receive one minute's thinking time and then go on to answer a question about the track. The students should know how much time they still have available. This means somehow either removing the Play/Pause button or at least locking down its functionality.
    I'm not a Flash wiz (though I do have it) but I don't mind making changes to a few codes here and there. I just need to know which file/s and which code.
    Your thoughts/expertise would be greatly appreciated. Thanks in advance
    Peta

    Hi Peta,
    You're right...you could hide the playbar by setting that value to "false", but as you have no doubt already seen, that modification eliminates everything, which won't totally solve your problem.
    Since you have Flash, I'd recommend that you create a simple .swf file that will ultimately hide the Play/Pause button in the playbar area of Presenter content.  I'll be honest...I haven't "locked" the Play button, but that might be something to investigate IF what I'm proposing here doesn't do the trick for you.
    So here we go....
    In Flash, create a small stage area and on frame one in your timeline add the following:
    this.onEnterFrame = function () {
    _root.m_controlBar.m_playBtn._visible= 0;
    Save the Flash file as "playBtnKill.fla" and then publish it.  Then head back to PowerPoint and add the swf to the first slide in a presentation using Presenter's Import Flash function.  Publish the content and the Play button should be gone!
    Programming NOTE: because Presenter is set up for Flash Player 6/7/8, its best to code everything using Flash Player 6 / Actionscript 2.0 as the coding environment.
    A couple of things to keep in mind about this:
    First, by placing the swf file on the first slide of your PPT deck, the Play button will be affected for the entire duration of your presentation.  If you need it to show / hide / show /hide periodically throughout the deck, then you might want to think about how you want to handle the overall stucture of your course.  Meaning, that what might work is to kill off the Play button entirely, but use a PowerPoint graphic (that looks like a Play button) and then time that object to appear after a certain amount of time.  Of course, then you'd have to hyperlink the PPT object to the next slide in your deck so that folks will be given an opportunity to advance to the next slide.
    Second, since your intention is to remove the Play button, you should probably leave the "Advance by user" feature set to "NO", otherwise you will ahve to provide some mechanism of navigating from slide to slide (as mentioned above).  At least this way, by the time you've reached the end of the audio for a slide, the presentation will automatically advance.
    Hope that helps!
    Rob
    http://www.robrode.com/yabb/

  • Pause button problem while recording audio

    Someone talked about that problem on another post but I think
    that problem deserve a post for it...
    We have a probleme when using the pause button while
    recording audio on a slide.
    If we hit the pause button, it completely deletes all
    previous recording in the slide.
    If someone have a long text to read for a slide he cannot
    take a break and think if everything is ok. Our clients are
    disappointed and calls this function.
    Do you have an idea when that problem will be solved ?
    Thank

    Hi Edji, I could not agree more. We reported this to Adobe
    months ago and it has been acknowledged, but no information will be
    made availlable about any fix release date. We have over 500 staff
    users making recordings using Presenter and have trained the
    majority on version 6. Imagine the number of supports calls we have
    had to deal with when suddenly the pause button deletes all
    previous slide recordings in version 7.
    Depsite many attampts to get a resolution for this we have
    had nothing aside from the suggestion above which certainly does
    not fix the issue. It is a significant bug in the program that has
    caused us endless hours of support work.
    We are quite dissappointed at present with the lack of
    reponse to the need for a fix and are currently evaluating a number
    of other products.
    Pityful but true.

  • Play/Pause Button in AS3

    I have search the internet, but I cannot find a simple way to
    create a play/pause button in AS3. All the solutions I find are for
    older versions when buttons could have actionscript directly
    applied to them.
    I created a flash animation and exported it as a .swf to work
    with only one layer in a new .fla file. I have three layers
    created, button, video, and actionscript. What I need is a button
    that will look like a pause button when the animation is playing
    and to pause the animation when clicked. It would be nice if it
    could also switch to a play button when paused.

    I made a movieclip (ppBtn) with 2 frames. The first has the
    pause button and the frame label 'pause'. The second frame has the
    play button, 'play'. I placed your script into the action layer.
    When I preview the animation, the buttons just alternate really
    fast and have no fuction.

  • Flash 10.3.181.14 pauses when wiewing other tabs

    flash 10.3.181.14 pauses when wiewing other tabs, i always multitask when on the interenet, i'll be playing games on facebook while email and other stuff, yet since 10.3.181.14, when i can to another tab flash pauses therefore making my internet experience take longer to do the things i normal do, flash should be allow to carry on whille i wiew other pages as some games on facebook and website take ages to do oe watch what i need therefore i passed to time on other website and not if i want to play games on facebook i gotta stay on that page to complette the action which on most occasion can take upto 5MINS SO STOP PAUSE FLASH WHEN I'M NO LONGER ON THE WEBSITE IT COMPLETE RUIN MY INTERNET EXPERENCE!!!!
    ANYONE ELSE HAVING THE SAME PROBLEM
    win 7 64bit
    ie9 32bit
    Message was edited by: JC001984

    Hi BlueSplash, What tslocum10 posted should take care of your problem. If it doesn't, then Chris Campbell of the Flash Player Team has posted a thread with some information that may be helpful to you. This thread is not to be used to comment on, just for info.
    http://forums.adobe.com/thread/853591?tstart=0
    Thanks,
    eidnolb

  • Adobe flash cs3 Professional trial version

    I tried to download Adobe flash cs3 Professional trial version but the download button doesn't responds.

    Direct Download Links for Adobe Software
    Mylenium

  • Pause/Pause button that applies to everything

    My Original Post:
    I have been designing a visual presentation in Flash CS5, there are a few movie clips on the stage that are set to play at a certain time/frame. The problem I am having is that I am not familiar with coding/actions. I want to have a play and a pause button so I can pause at any point (not a specified frame) and discuss with the audience. Then I want to be able to click the play button to resume from that point (wherever I paused from). I hope to get help and be able to learn from your answers. I don't know how clear my question is, but I can clarify if you need me to...
    Thank you very much!
    A Reply:
    you can stop/play any movieclip by using the movieclip's reference:
    your_mc.stop();
    your_mc.play();
    My Reply:
    Thank you for your suggestion, I tried using this, but I may still be doing this wrong. What I am trying to do is set it up so that I can click play and have everything play and then when I hit pause it will stop until I hit play again. I want to pause randomly, it is a presentation and I will have random questions where I will need to pause it. I have been getting many errors, but I do not know meanings
    I have attached a photo to hopefully back-up what I am attempting to explain.

    please don't cross-post or open multiple threads covering the same issue.

  • MediaController Play Pause button skin change?

    Iam using MediaController.MediaController.associateDisplay(MediaDisplay). when i click the ButtonXX, MediaController.click() method called threw. It is fine But MediaController Play Pause button skin does not change? it is allways show play symbol.  how can i change Play Pause button skin?

    Hi Chris,
    Most of the content I create is deployed through a LMS which
    has its own flash based controls used to navigate through the
    content.
    This means that i do not use any of the captivate toolbar
    controls, but rather build the navigation buttons into the
    captivate screen itself.
    This has elliminated the issues you are discussing and seems
    to result in a more polished end result . . . something to consider
    perhaps?
    Cheers,
    Matt.

  • How to hide only pause button on toolbar in run time

    hello,
    I had hide all the buttons like run, run continuous, abort vi and others by navigating to VI Properties and unchecking the corresponding options.
    when i run the vi, all becomes hide except pause button and i didn't find any option for hiding it manually as well as programatically.
    can any one tell me how to hide pause button. i have an urgent requirement for same.
    Thanks & Regards,
    Samriddh Sarbalhi
    Solved!
    Go to Solution.

    wprice wrote:
    I just found that the option called "Show Toolbar When Running" is located under VI Properties > Windows Appearance > Customize. I disabled it and it worked. Thanks!
    So, the option I mentioned is still available, but only at a different place.
    I was shocked on seeing your earlier reply, "There is no such option in LabVIEW 9.0 or higher.". 
    - Partha
    LabVIEW - Wires that catch bugs!

  • My ipod nano 6th generation does not start on pressing the sleep/pause button  or pressing both sound low and sleep pause button.it starts while connected to power it is fully charges

    i have an ipod nano 6th generation .version 1.2 yesterday i  restored it on i tunes  using my system window 7. for the last few days it does not start when the sleep/pause button is pressed.or even by pressing the both button sleep/pause and sound minus..It starts while connected to power. and then continues working. I can not put off it and it automatically goes off after some time its performance is ok  after starting by connecting to power and then disconnecting the cord.
    what would be the reason and what to do?>

    Call Apple Care as you are still under warranty.  

Maybe you are looking for

  • Brand Search Box SharePoint 2013

    I need to brand OOTB search box like the below image in SharePoint 2013. current,i inserted a following in the design manager master page for search textbox  <div class="customsearch">                                 <!--MS:<asp:ContentPlaceHolder id

  • Grey screen for no reason

    Hi, I noticed since few days that the grey screen asking e to reboot appeared few times. I didn't install any new software or RAM neither. I have the following report : Thu Aug 28 14:15:24 2008 panic(cpu 0 caller 0x00223363): "rtunref: bad refcnt 0 f

  • How do I prevent the UltraNav driver from automatically installing?

    I have an x230 with Windows 8. As some of you might know, the UltraNav driver on Windows 8 does not allow the middle button to be used for middle-click. As a workaround, I use the Synaptics generic mouse driver, which works just fine. However, either

  • [Ecore] xsd2ecore files not readable any longer after migration to Mars

    Hello, When working in Luna, I had no problems to visualise the contents of xsd2ecore files with the Ecore to XML Mapping Editor. Now that I've migrated to Eclipse Mars, the files do not seem readable any longer. The editor emits two errors : Quote:

  • HT1420 de-authorize

    I no longer own one of the 5 computers authorized.  How do I de-authorize that one computer?