A glossary in Flash

Hello,
I am trying to make a glossary in flash. The page will look
as follows:
on top I have the alphabet
on the left I have a scrolling dynamic textfield with
hundreds of
technical words in alphabetical order.
on the right a panel for the explanation.
by hovering on the technical word the explanation should
appear on the right
Questions:
1. Is there a tutorial for something like that ?
2. Is there a way to "link" inside the text (like an anchor
in HTML) ?
What I would like is, when clicked on a letter of the
alphabet (on
top), the left panel will scroll immediately to that letter.
Cheers
Henri

Downloaded the Demo of Master Collection CS 5.5 which now has round tripping between Catalyst and Flash Builder. Looks like Catalyst still does not let me set text items based on selections in a datalist. Flash Builder 4.5 from CS 5.5 suite, however allows me to edit the project and make the change to the code to allow the datalist to change text.
In the sequence I can edit the Richtext UIComponent to:
s:SetAction property="text" value="{list1.selectedItem}"
However now I've tried to insert the compiled project into Captivate 5. No go. The Final SWF generated from Captivate goes wonky when I insert the SWF Animation from Flex Builder (even if I use Animation Slide). I copied all the files from the Generated Flex Builder App and externalized all Animations in
Captivate to see if that would solve the problem but still no go.
Maybe I need to create a wrapper for Flex Builder SWF's ......

Similar Messages

  • How do I create a glossary in Flash Catalyst CS5

    I can't seem to locate where I could implement such a SWF in catalyst.
    I've been intrigued by all the demos showing datalists when linked to display flash video's and images. I however cant find a quick demo on how to do it with basic text.
    Is there a way to could build a quick glossary SWF that may be inserted into Adobe Captivate 5 or other type of E-learning app.
    A data list of Term and Definition should be quite easy if all that you want to do is is display the terms in the data list and then on select change two text input sources to Definition and Term that were stored in the data list.

    Downloaded the Demo of Master Collection CS 5.5 which now has round tripping between Catalyst and Flash Builder. Looks like Catalyst still does not let me set text items based on selections in a datalist. Flash Builder 4.5 from CS 5.5 suite, however allows me to edit the project and make the change to the code to allow the datalist to change text.
    In the sequence I can edit the Richtext UIComponent to:
    s:SetAction property="text" value="{list1.selectedItem}"
    However now I've tried to insert the compiled project into Captivate 5. No go. The Final SWF generated from Captivate goes wonky when I insert the SWF Animation from Flex Builder (even if I use Animation Slide). I copied all the files from the Generated Flex Builder App and externalized all Animations in
    Captivate to see if that would solve the problem but still no go.
    Maybe I need to create a wrapper for Flex Builder SWF's ......

  • Simple glossary

    I am in need of a simple glossary .fla or component that I
    can insert into a demo I am creating - I just don't have the time
    to build one. Is there one out there that will load content from a
    .txt file ?
    Thanks.
    Rob Childress

    rc3rdmd,
    > I am in need of a simple glossary .fla or component that
    I
    > can insert into a demo I am creating - I just don't have
    the
    > time to build one.
    The trouble is, what does a glossary look like? I flipped
    through a
    number of reference books just now, and the glossary of each
    is unique in
    certain respects.
    > Is there one out there that will load content from a
    .txt file ?
    Have you toyed around with loading text on your own? If you
    format your
    text as XML, you can load it at runtime. In fact, you can
    format your XML
    by using XHTML tags (check the simplified HTML support Flash
    has by looking
    up "supported HTML tags" in the Help), and in that way you
    can use a limited
    subset of CSS to style your text. Learning that might just
    take you less
    time than searching for an existing glossary Component.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Adding a Glossary button which doesnt move the timeline on !

    I'm using Captivate 3. On each page there is a
    backwards/forwards button. On this one module we've now added a
    'Glossary button'. If the user clicks this it opens up a external
    PDF file in a seperate window. That works fine.
    Say they are at the end of a page , the page is paused as its
    waiting for them to click Back/Forward or Menu.
    However if they click the Glossary button this moves the
    timeline forward as its a kind of 'continue' which is frustrating
    as it then moves to the next page. I just want them to be able to
    click Glossary as many times as they want and the program doesnt
    move on a page.
    Has anyone come across this before ? Just want a button which
    doesnt seem to move on ! Its not set to continue at all. Just set
    to open an external file
    Regards

    Hello P_SJ,
    The way I would tackle this would be to create the button in
    Adobe Flash (including the link to the PDF document) and then
    import this into Captivate as an animation. The reason for me
    suggesting this is because with Images and Animations you can make
    the object persist for the entire project (Options tab > Display
    for > rest of project).
    If you don't need the button to persist then you could just
    disable the Pause after option (Options tab) in the Button dialog
    and set the On success menu option to Open URL or file.
    I guess that even if you did need the button to persist you
    could just copy the button and paste this onto all the relevant
    slides. That might work as well.
    HTH
    Regards - Mark

  • Flash communicatio w/ javascript problems

    I have been tasked w/ creating a new interface for something
    at work.
    I need to have flash communicate w/ some js that is on the
    same page as my movie. (right now the actionscript will only
    display what is returned in a dynamic text box.
    the js is written by someone else so im not even sure if im
    calling it right.
    as:
    js_next = ExternalInterface.call("buttonClick", "next");
    link = js_next;
    the js:
    function buttonClick(id) {
    if (buttonStatus.charAt(whichButton(id)) == '0') return
    false;
    var currentFrame = new
    String(document.getElementById('contentFrame').contentWindow.document.location)
    if (currentFrame.indexOf("glossary.htm") > -1 ||
    currentFrame.indexOf("help.htm") > -1) {
    document.getElementById('contentFrame').src = returnFrame
    }else{
    var curSize = new
    Number(document.getElementById('narrationFrame').offsetHeight)
    if (curSize < 215) {
    document.getElementById('contentFrame').contentWindow.courseReview();
    eval(document.getElementById('contentFrame').contentWindow.document.getElementById('pageV ariableScript').innerHTML);
    switch (id) {
    case 'back' :
    buttonEnableAll();
    if (back == '') {
    buttonClick('exit');
    }else{
    document.getElementById('contentFrame').contentWindow.navigate(thisFolder
    + '/' + back);
    break;
    case 'reload' :
    buttonEnableAll();
    document.getElementById('contentFrame').contentWindow.location.reload();
    break;
    case 'next' :
    buttonEnableAll();
    // Process test bank Next Frame
    if (next == '*') {
    var testBank = getCookie("testBank");
    if (testBank != '' && testBank != null) {
    var theFrames = testBank.split(";");
    next = theFrames.shift();
    testBank = theFrames.join(";");
    setCookie("testBank", testBank);
    }else{
    next = 'postresults.htm'
    if (next == '') {
    buttonClick('exit');
    }else{
    document.getElementById('contentFrame').contentWindow.navigate(thisFolder
    + '/' + next);
    break;
    case 'glossary' :
    returnFrame = new
    String(document.getElementById('contentFrame').contentWindow.document.location)
    document.getElementById('contentFrame').src = 'glossary.htm'
    break;
    case 'audio' :
    if (isNetscape()) {
    var currSrc = document.images['btnAudio'].src
    }else{
    var currSrc = document.getElementById('btnAudio').src
    currSrc = currSrc.toLowerCase().replace(/\//,"/");
    var newSrc = currSrc.substring(0, currSrc.lastIndexOf('/') +
    1)
    if (currSrc.indexOf('audioon') > -1) { setAudio('N',
    'interface'); newSrc += 'audiooff.gif' }
    if (currSrc.indexOf('audiooff') > -1) { setAudio('D',
    'interface'); newSrc += 'audiotext.gif' }
    if (currSrc.indexOf('audiotext') > -1) { setAudio('Y',
    'interface'); newSrc += 'audioon.gif' }
    replaceImage('btnAudio', newSrc);
    buttonClick('reload');
    break;
    case 'exit' :
    if (next == '') {
    document.getElementById('contentFrame').contentWindow.SCORM_Complete();
    }else{
    document.getElementById('contentFrame').contentWindow.SCORM_Incomplete();
    window.opener.close();
    break;
    case 'help' :
    returnFrame = new
    String(document.getElementById('contentFrame').contentWindow.document.location)
    document.getElementById('contentFrame').src = thisFolder +
    '/../../_Common/help.htm'
    break;
    return true;
    }

    Using this:
    <?php
    if ($menu=="components"){
        ?>
    <script language="javascript" type="text/javascript">
    sendToFlash('components');
    </script>
    <?php
    if ($menu=="tools"){
        ?>
        <script language="javascript" type="text/javascript">
        sendToFlash('tools');
        </script>
        <?php
    ?>

  • Flash Help Output

    Hello,
    I have Robohelp 5x and using Word 2002 and I recented updated
    to CS3 (suite). For all of my flash help output I use the started
    blue skin, have a generic TOC and a small glossary. Typically I
    make my updates and then go to View Primary layout and the help
    files will generate/regenerate and everything is fine.
    Well, it's not working any more. I suspect from what I've
    read here it had something to do with Flash, but I am not sure. Has
    anyone else had this problem or know a work around? I'm at a loss.
    Thanks,
    Mimi

    Thank you for writing back.
    I wasn't seeing anything after making my updates. I thought
    it may have been a Flash 9 issue with security. It turns out that
    it may have been a permission problem. I did not know or am not
    100% sure what happens when a user needs to publish content. When I
    compared the previous output files to what was being created
    without administrator permission the were about 100 or so less
    files compiled.
    This forum is very helpful and I appreciate the help. If
    anyone has a recommendation what I should read to learn more about
    output files and permissions I'd gladly take them. My problem is
    working now after my admin rights were added back on my local
    machine. It would be nice to be able to have some back up
    documentation incase I have to argue with my IT department to get
    admin rights restored should it happen again.
    Thanks!
    Mimi

  • Adobe Bridge Buttons in Dreamweaver, Flash, and Fireworks?

    Hello,
    Adobe says that the button to connect to Adobe bridge is in
    every CS3 application. I can find it in Photoshop, Illustrator, and
    even Contribute, a former Macromedia project, but none of the other
    Macromedia projects (Dreamweaver, Flash, Fireworks) have one. Am I
    missing it, or is this a glitch?
    Thanks,
    Dylan

    Go to Edit > Prefs > Enable Version Cue. Once you do
    that look in the lower left corner of the flash
    application - you should see "Open" with an arrow. Clicking
    on it will popup "Reveal in Bridge" button.
    Chris Georgenes / mudbubble.com / keyframer.com / Adobe
    Community Expert
    Dylnuge wrote:
    > Hello,
    >
    > Adobe says that the button to connect to Adobe bridge is
    in every CS3
    > application. I can find it in Photoshop, Illustrator,
    and even Contribute, a
    > former Macromedia project, but none of the other
    Macromedia projects
    > (Dreamweaver, Flash, Fireworks) have one. Am I missing
    it, or is this a glitch?
    >
    > Thanks,
    > Dylan
    >

  • MSI Forum HQ USB flashing tool!!!

    Hi guys,
    We the forum team have developed  a new way of flashing.
    You no longer need a floppy or anything, just an USB-stick.
    The tool has been tested together with MSI and as far as we have done our testing, there are no problems at all.
    As long as the USB-stick is FAT or FAT32 formatted!
    However, flashing is allways risky, so if it goes bad it's your own fault, but that goes for all flashing you do.
    This tool is intended to flash MSI retail motherboards and laptops,
    but if needs you can use any other machine to prepare the necessary stuffs and the USB stick there,
    before move the USB stick to the msi product that you want to flash.
    The way it works is simple: Download the package and download the BIOS from the MSI website that you want to flash.
    The rest is straight forward.
    Make sure that your board is set to be able to boot from USB.
    So turn on USB Legacy Support in the BIOS.
    Boot and press F11 to get the boot-popup and select your USB-device to boot.
    (some boards have a different key, like K8N Master uses ESC for the boot-menu)
    What ever you do, make sure you read all warnings!
    The forum nor MSI is responsible if it fails for you.
    Nor is this software supported by MSI technical support!
    Please report problems/buggs if you find them.
    currently supported OS ( both 32 & 64 bit):
    Windows NT, Windows 2000, Windows 2003, Windows XP, Windows Vista, Windows 7 (also Windows in Virtualbox under Linux!)
    (all kind of versions)
    NOTE: If you are having problems getting your USB device to boot correctly, you may need to format it correctly as the geometry data may be incorrect. You can do that by pickup option "Fix My USB key" from the Tool or by using >>> THIS <<< tool here! For future usage you can skip this step, it need to be done only once if your stick need adjustment.
    This topic is for discussion of and help with the USB flash tool only. If you have a problem with your PC and need help then do not hijack this topic, please start your own new topic in the correct area of this forum!
    NEW! >>> Read the comprehensive user guide here! <<<
    The download links are listed below:
    https://www.dropbox.com/s/yu8imcr1tsopm24/MSIHQ%20Tool%201.26h%20Installer.rar?dl=0

    Quote from: max-sever on 25-May-07, 01:29:21
    Hi!
    I'm have problem with antivirus program too.
    Dr.Web
    C:\Temp\x863\bossmsi.exe - &#1080;&#1085;&#1092;&#1080;&#1094;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085; Trojan.Blakhal
    Kaspersky Anti-Virus
    bossmsi.exe - &#1080;&#1085;&#1092;&#1080;&#1094;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085; Backdoor.Win32.Iroffer.af
    This file is a antivirus testing program?
    Hi Max,
    "This file is a antivirus testing program? "
    yes, the latest version accidentally really become a test for any AV....
    in latest 1.13b Avast! no more report false positive,
    but all others AV software starting reporting a different false positive results:(all AV listed didn't report false positive problem in a provisional version) Avast! was fixed and no more report the false passivity and passed, but all other AV software started to be a lot confused...
    Kaspersky Anti-Virus - Proactive Defense Warning: Riskware detected.
    Kaspersky Anti-Virus 2nd ID - Backdoor.Win32.Iroffer.af
    Dr Solomon's:  probably found Zafi.D.Virus
    Symantec: Bloodhound.Overpacked / * Overpacked when a potentially unknown virus is found using Symantec Bloodhound technology */
    Panda: Win32:Trojan-gen.(Mytob.U.Mod)
    Mcafe: Worm.W32/Bakain
    Dr.Web: Trojan.Blakhal
    Bit.Defender: Trojan.JS.Obsq.Gen
    Just to clarify one more time, all things listed are false alert coused and exist in latest version only due Avast! fix.(1.13b)
    didn't continue to test with rest of AV...
    only Avast! and NOD32 report no problem detected.
    in 1.13a all false positive listed above doesn't exist, but only Avast! report false positive.
    Hoverer, the wave of false positive mess has been resolved along with Avast! false positive as well.
    New version is ready, 1.13c:
    - fixed false positive wave which confusing most of AV software. (all AV do not report any problems anymore)
    - fixed 3 minor bugs:
           * after finished work the tool do not quit normal as expected and hang instead, that happend in x32bit OS only when used has been asked for reboot and answered with "No". e.g. in described specified case.
           * 4th mainboard filter report positive results in some Biostart mainboard and this cause tool to false ID some Biostar board as MSI one.
           * added missing drive letter as USB key choice ("I")
    Download location in a the 1st post of this topic.

  • Flash 12.0.0.77 plugin installs to wrong folder

    In Vista x64, using either Firefox 28 or Firefox 24.4 ESR, the plugin installer (one downloaded from Adobe distribution) installs the 32 bit .dll file to \system32\macromedia\flash\ folder;
    installs the 64 bit .dll to:  \sysWOW64\macromedia\flash\  folder.  So, they're exacly reversed.
    I uninstalled it completely - went well.  Then removed 1 remaining file in one of the above paths, then reinstalled.  Did the same thing.
    Before I did all this - I was *very sporadically* seeing the FlashPlayerPlugin_12_0_0_77.exe file, running (kinda "sitting") in background, in task manager.  It never came to foreground w/ a UI, asking for anything.  Couldn't figure out what it was, until started looking in the installation folders.
    That's what lead to discovery the files were in wrong folders.
    Anyone heard of this?
    BTW, "Nayana" of Adobe Support chat, is a few bricks shy of a load.  Or I am.  I couldn't create an acct for forums.  She kept saying, you don't need an acct - "just post your question.  Other people will answer it."

    EDIT:  Seems there's no error in Flash installing to wrong folders, only error in my brain.  Why didn't someone stop me from embarrassing myself?
    System32 (in a 64 bit OS / architecture) is for 64 bit drivers, files; SysWOW64 is for 32 bit apps running in 64 bit OS.
    https://en.wikipedia.org/wiki/WoW64
    WoW64 (Windows 32-bit on Windows 64-bit) is a subsystem of the Windows operating system capable of running 32-bit applications and is included on all 64-bit versions of Windows
    Also, http://www.samlogic.net/articles/32-64-bit-windows-folder-x86-syswow64.htm (section on SysWoW64)
    End Edit.
    Thanks for info on attaching images.  A bit different than most forums.  There's no "preview post" before submitting?
    Screenshots of the 2 flash folder contents.
    NOTE:  I attached full FlashInstall.log earlier.  I opened the 1.25 MB (text) file in an editor - copied contents to clipboard > paste to forum reply screen.  Immediately locked up Firefox like a big dog.  Couldn't perform any functions in Fx - not even reload or close browser.  At same time, Fx memory use was continually climbing; to nearly 2 GB when I killed it.  Won't make that mistake again.
    Been many yrs since Fx locked up, doing anything.  That aside, Adobe is definitely "different" than most forums.  Almost like a person w/ no $ to use one of the many forum softwares available.
    Most recent Flash installation logs.
    C:\Windows\SysWOW64\Macromed\Flash\FlashInstall.log:
    =O====== M/12.0.0.77 2014-03-27+18-59-59.282 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe" -maintain plugin
    0001 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe 5
    0002 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe 5
    0003 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0010 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0011 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0012 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0013 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0014 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0015 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0016 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0017 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0018 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0019 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0020 [W] 00001036 Software\Opera Software/Plugin Path 2
    0021 [W] 00001036 Software\Opera Software/Plugin Path 2
    0022 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe 5
    0023 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe 5
    0024 [I] 00000011 1
    0025 [I] 00000012
    =X====== M/12.0.0.77 2014-03-27+19-00-34.066 ========
    =O====== M/12.0.0.77 2014-03-27+19-15-43.835 ========
    0000 [I] 00000010 "E:\DOWNLOADS\Software\Multi Media\Browser PLUGINS\Flash Player\Flash Player Fx\install_flash_player_12.0.0.77_plugin002.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0005 [I] 00000011 1
    0006 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0008 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0009 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0010 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0011 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0012 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0013 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0014 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0015 [W] 00001036 Software\Opera Software/Plugin Path 2
    0016 [W] 00001036 Software\Opera Software/Plugin Path 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_12_0_0_77.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0021 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_77.exe
    0022 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0023 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    =X====== M/12.0.0.77 2014-03-27+19-16-11.879 ========

  • How do I use Brige Web Gallery in a Flash website

    How do you use the output of a Brige Web Gallery for use inside of a Flash Website?

    Hi there -
    I'd try posting your question over in the Flash general forum. You could also try the Flash site design forum. The folks over there will probably be able to help you solve your issue

  • For what reason on my tablet with OS Android 4.1 does not work flash on the sites?

    Hi! I recently bought a Google Nexus 7 tablet with Android 4.1 operating system and on my tablet does not work flash sites. Why adobe does not release a new version of flash for android 4.1? Why it was necessary to buy a company Macromedia, if adobe does not want to develop web technology? I think against Adobe can sue for violation of antitrust

    I found this for example:
    http://www.slashgear.com/adobe-no-jelly-bean-flash-flash-player-pulled-altogether-august-1 5-29236404/

  • My flash flayer does not work on my Windows 8 Surface Tablet, it also won't let me see if i already

    My flash flayer does not work on my Windows 8 Surface Tablet, it also won't let me see if i already have it installed...

    1.      Are you getting any error message?
    2.      Which browser are you using?
    3.      Were there any recent changes made on the computer prior to the issue?

  • My flash player does not work on my tablet.

    My flash player does not work on my tablet

    Your tablet uses Android OS.
    There is no more Flash Player for Android and there won't be another. Android is no longer compatible with Flash Player. Playing Flash content is very processor consumptive and it drains your battery, also shortening the life of it. Android (Google) recommends using either "Dolphin" or "Puffin" as your browser if you need to view Flash content with a mobile device running Android. They're both free in the GooglePlay store. These browsers use "server side" rendering to reduce the load on your device.

  • Mid '09 MBP bootup issue - flashing folder; possibly a fried drive?

    Hi All,
    This is my first post here. Today my 14 month old MBP 15-incher froze in the middle of some casual browsing/iTunes listening and decided to not respond to any mouse or keyboard input. I gave it some time to figure itself out and then after about 5 minutes of nothing, decided to force a shutdown by cutting power (10 second power button hold). Then upon my next boot the computer gives the chime, shows the grey screen (no  logo), does nothing for ca. a minute and a half and then presents me with the glorious flashing questionmark-folder-whatever logo. Just great.
    I reset the PRAM (option + command + p + r), tried Safe Booting (shift + boot), tried forcing the laptop to boot into the default os x drive/partition (x + boot), tried booting with GUI boot location selector (option + boot) and, when all mentioned practices failed, inserted a retail copy of snow leopard and booted the machine to the ODD.
    Disk Utility confirmed my fears: the main HD has no partitions and the "First Aid" tab can't verify or repair the disk.
    Help me out here, guys. Is my drive dead (and all my data gone)? Is this a "directory collapse"-style issue? I had one of those babies a month ago on an '07 white MacBook... a new HDD and two hours of data restoration work for $150 at a local Mac-centric repair shop fixed that issue. But this seems a little more serious.
    I was two days away from activating a central Time Machine backup to the home-network-attached 2TB HDD, for both Mac laptops in the household. I was also two days away from getting a Crashplan.com family package (yes, I wanted double backup). Why 2 days from now? Because my Carbon Copy Cloned backup HD (a WD elements 1TB) died a week ago. As in, "started-puffing-out-smoke" died.
    Perfect timing.
    Ideas? Please?
    <Edited by Host>

    I also suspect your internal HD has crashed. You can run Apple Hardware Test and then Google any error codes however I believe it's probably gone.
    Without any backup yes your data is probably gone, there are data recovery services however they are extremely expensive.
    If you purchased AppleCare you can take it an AASP for repair however they probably cannot do a thing about your data. If you are not covered by AppleCare of course the expense will be your however look at this as an opportunity to upgrade the internal HD to something with more storage or is faster.
    Once you have the new HD installed you will need the original Snow Leopard Install Disks (or possibly your retail copy of SL) to format the new HD and re-install SL and the iLife applications.
    Roger
    Good luck,
    Roger

  • When I login to yahoo mail it flashes and will not completely connect?

    I may have somehow disabled my ability to connect to mail in my tools area. I can get to my yahoo, but when I sign in to look at mail it is blank and flashes the connect and looks like its trying to load every piece of info on the tab area?

    You may have zoomed the page(s) by accident.<br>Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl/Command+0 (zero))
    *http://kb.mozillazine.org/Zoom_text_of_web_pages

Maybe you are looking for

  • HT201263 I bought an iPad for my ex and I can't get her password off the iPad to restore it

    I bought an iPad for my ex we broke up and now I can't restore it it's asking for her Apple ID password what do I do?

  • Set filter in R3AC1 for material master

    dear all, we are using SRM 5.0 (Extended Classic Scenario) we have done the base line configuration. now we are trying to replicate the data from backend (R/3) I have tried to set a filter in R3AC1 transaction. It is working fine for all except mater

  • Too many SYS_EXPORT_FULL_tables

    Hi Guys, I take backup of one of my database using data pump on daily basis. I have noticed that now my database contains too many SYS_EXPORT_FULL_ tables (i.e SYS_EXPORT_FULL_1... SYS_EXPORT_FULL_52 ...), and these tables are quite big. The size of

  • How to disable Transactional Iview for a particular user in portal

    Hi Experts, I have a scenario i have created a user group for all the employees and assigned all the transactional roles to it, now the issue is they wanted to disable the Transactional Iview to particular user for a certain period and enable it late

  • FRM-99999 Error !8121

    hi dear all when i click on "Run Form Web" i received following error FRM-99999 Error 18121 please help me in this matter its urgent thanks