Flash Drop Downs - Please Help!

THANKS in advance for the help you can provide.
I am attempting to build a flash drop down navigation bar and I followed the Tutvid video tutorial on YouTube, which launched successfully - it looks wonderful!
However, when I wanted to add additional drop down menus for other buttons, the video has a big gap in information for the beginner (me).
To speak the same language, the video is at this address: http://www.youtube.com/watch?v=LC7BaZCForE
Action Script sequences to scroll to are the following:
1. Movie where drop downs are created on timeline with action script: 29:13
2. Action Script content for Hit Area: 29.52
3. Root Layer action script: 32:33
I assumed that I should be adding my additional menu drop downs on the same timeline window as the first.  I added new layers for the menus and frames, but I thought I should write the action script for the new menus on the same action script layer as the first.  I added action script 10 frames from the first menu, so the next grouping began at frame 20 and ended at frame 30.
Adding the second menu (I want more but stopped when I tested) resulted in the two menus alternately blinking on and off so a repeating movie kicks in and no "over" and "out" functions for the menu are recognized.
I'll now paste in my code for corresponding segments from his video so maybe you can show me where I need to change my coding to make it all work.  Apparently my function definition needs to change, but I have no clue what that means or how it needs to be different.  Before I paste, however, let me share the error that pops up:
Location: Symbol 'mcDropDowns', Layer AS MugCup', Frame 20, Line 4
Description: 1021: Duplicate function definition.
Okay, here's my coding:
1.
Frame 1
stop();
clicker_mc.visible = false;
2.
Frame 10
stop ();
mugFrame_btn.addEventListener(MouseEvent.MOUSE_OVER, goBackF);
function goBackF(event:MouseEvent):void{
gotoAndStop(1);
Frame 20
stop ();
tableFrame_btn.addEventListener(MouseEvent.MOUSE_OVER, goBackF);
function goBackF(event:MouseEvent):void{
gotoAndStop(1);
3.
var navBtnGlow:GlowFilter = new GlowFilter(0x425616, 0.75, 0, 15, 1, 2, true, false);
navBar_mc.addEventListener(MouseEvent.MOUSE_OVER, navOverF);
navBar_mc.addEventListener(MouseEvent.MOUSE_OUT, navOutF);
function navOverF(event:MouseEvent):void{
event.target.filters = [navBtnGlow];
navBar_mc.setChildIndex(event.target as MovieClip, 1);
dropMenus_mc.gotoAndStop(navBar_mc.getChildAt(1).name);
trace("We are Rolled Over..." + navBar_mc.getChildAt (1).name)
function navOutF(event:MouseEvent):void{
event.target.filters = [];         
navBar_mc.addEventListener(MouseEvent.MOUSE_OVER, navOverF);
navBar_mc.addEventListener(MouseEvent.MOUSE_OUT, navOutF);
Please know that I realize this will take a few moments for you to compare my code to what's on the video.  Know that you will be doing me a TREMENDOUS favor by helping me to understand the theory behind replicating this step.
I look forward to hearing from you - THANKS!

Ah, no... I tested it further, and found that the script I
posted above is not causing the problem. This puts me even further
back than before... I truly have absolutely no idea what part of
the applet is malfunctioning now.
If there is any sort of list of known reasons for the flash
player to crash... actionscript or animation... I would greatly
appreciate seeing it.
Sorry if I'm failing to provide enough information about my
problem...

Similar Messages

  • Flash Drop Down Menu Help Needed

    I am using this set-up for a drop-down menu:
    http://www.flash-menu.net/flash_drop_down_menu/flash_drop_down_menu_component.htm
    I'm usign the vertical setup:  http://flash-menu.net/flash_drop_down_menu/download_vertical_drop_down_menu_free.htm
    I want to put it both on a static html page (for those who do not have FLASH installed), as well as the FLASH site.
    This is the site:  http://www.miltongordonussenate.com/flash/index.html
    I want to put this menu on both the Campaign page, AND the Links page.
    I have the seperate parts- the swf file, the html file, and the jscript file. I don't know if I am uploading the seperate files in the wrong place, or if I am just completely off base.
    Can someone help me with this, please?

    Ok, I see several people have looked, but no one has answered.
    Is there a better way to do what I want to do? Any help is appreciated!

  • Flash drop down menus in IE 6

    I have a simple flash drop down menu (under the blue shop now
    button) that works in all browsers except IE 6. In IE 6, the
    browser sees the drop down menu as an element that takes up a lot
    of vertical space (the length of the menu). Anyone know any tricks
    to get it to see it as a menu and float on top the other elements
    as it does in the other browsers?
    Website:
    http://www.successories.com/di...webalog/meetnow2.html

    You might get more help from the pii news group if you post
    it over there.
    Dave
    "bamgraphic" <[email protected]> wrote in
    message
    news:em9l0f$m4v$[email protected]..
    > Ah crud, I have been putting together this site for the
    Archdiocese of
    Omaha
    > (
    http://www.archomaha.com/archdioceseofomaha/),
    and they decided to go
    with
    > some drop down menus, thus making my life easier
    (sarcasm). After looking
    > online at many a sources to try to find out about drop
    down menus, I found
    that
    > it be easiest to purchase already made drop downs from
    projectseven.com.
    I
    > have the drop downs working pretty much how I want them
    to work in
    firefox, but
    > in IE, I am having some difficulties. The About Us
    dropdown link is
    behind
    > part of my shadow image and the page content goes ahead
    of my other drop
    down
    > links. How do I get the drop downs in IE above the other
    content? If you
    have
    > trouble seeing my css or anything, please let me know
    and I will post it.
    >

  • Spry Tabbed Panels overwritting Flash drop down menu in IE

    I am having an issue with Spry Tabbed Panels appearing above
    a Flash drop down menu in IE6 & IE7 but it works fine in
    Firefox. Would someone be able to educate me on what I can do to
    fix this problem. The page that is exhibiting this problem is
    http://us.shuttle.com/performance.aspx
    I’ve tried adding “WMODE” to my flash menu,
    also updated “SpryTabbedPanels.js to version 0.5 –
    pre-release 1.6”, but neither way is
    helping…….

    Thank you very much for the suggestion. Yes, this is how I
    tried:
    .TabbedPanels {
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
    width: 100%;
    z-index: 1000;
    I’ve been tried setting Z-index to from 50 to 2000 in
    attached css, but still not working.

  • Spry Tabbed Panels overwritting Flash drop down menu in IE but display fine in Firefox

    I am having an issue with Spry Tabbed Panels appearing above
    a Flash drop down menu in IE6 & IE7 but it works fine in
    Firefox. Would someone be able to educate me on what I can do to
    fix this problem. The page that is exhibiting this problem is
    http://us.shuttle.com/performance.aspx
    I’ve add “WMODE” to my flash menu,
    also updated “SpryTabbedPanels.js to version 0.5 –
    pre-release 1.6”, but neither way is
    helping…….

    Thank you very much for the suggestion. Yes, this is how I
    tried:
    .TabbedPanels {
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
    width: 100%;
    z-index: 1000;
    I’ve been tried setting Z-index to from 50 to 2000 in
    attached css, but still not working.

  • NO hand curser in browser, in flash drop down menu???

    NO hand curser in browser, in flash drop down menu???
    <removed by mod>

    HI thanks for the reply I do not know you but dude thanks for trying to help, we are down here in Indonesia trying to save the rain forest, we are introducing the use of the coconut palm tree to ues in construction purposes, like flooring, studs etc. anyway enough of that, it will all be in the website if i can get it up, we are not trying to be cheap and do the site our selves but I need to know how to do this stuff so I can edit the site, and I really dig it.
    So after all that, when youy say dropdown, I used Flash 4 can I send you the fla. file, if it's not to much trouble????
    thank you JF.

  • Color don't work well in Mac book pro 13"  and monitor flash sometimes? Please help me!

    Color don't work well in Mac book pro 13"  and monitor flash sometimes? Please help me!

    Please describe the problem in as much relevant detail as possible. The "etrecheck" fad hasn't made that step any less necessary. The usual results of posting etrecheck output on this site without a full description of the problem are very poor.
    The many "failed" warnings that etrecheck sometimes spews mean nothing. Those warnings are not a reason to reinstall the OS, or to do anything else at all. They should be ignored.
    The better your description of the problem, the better the chance of a solution.
    For example, if the computer is slow, which specific actions are slow? Is it slow all the time, or only sometimes? What changes did you make, if any, just before it became slow? Have you seen any alerts or error messages? Have you done anything to try to fix it? Most importantly, do you have a current backup of all data? If the answer to the last question is "no," back up now. Ask if you need guidance. Do nothing else until you have a backup.

  • After a few minutes on safari it freezes everything i can't even force quit i have to shut off by holding the power button down please help me with this. thanks

    everything freezes i can't even force quit i have to shut off by holding the power button down please help me with this. thanks

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • I just downloaded the itunes 11.0 with the completely new widow format.  Mow do I drag songs and playlists onto my ipod?  I see where my ipod is on the upper right side of screen but it will not accept any drops.  Please help. thanks

    Hello, i just downloaded the itunes 11.0 with the completely new widow format.  Mow do I drag songs and playlists onto my ipod?  I see where my ipod is on the upper right side of screen but it will not accept any drops.  Please help. thanks

    Not only this but I can't drag from Itunes and place anywhere on my desktop or onto an external drive. Apple, why are you screwing around with basic functions!? I'm a dj and I need to be able to manage my music files without you ruining my life! FIX THIS!
    Message was edited by: wheelo007

  • When I try to create pdf from scanner, Acrobat shuts down, please help!!

    When I try to create pdf from scanner, Acrobat shuts down, please help!!

    Hi miketayber,
    We would love to help, but need to know a bit more to get to the root of the problem. Please tell us:
    What version of Acrobat are you using
    What operating system you're on
    Whether you've been able to scan previously
    What you're scanning to (do you have the latest drivers?)
    Is there an error message or number associated with the crash?
    We look forward to hearing back from you.
    Best,
    Sara

  • Flash drop downs not working in IE7

    I created a drop down menu in Flash 8 and used Dreamweaver to
    place it in an HTML page. It looks great in Firefox and Safari, but
    when I preview it in IE7, the rollovers on the main navigation bar
    work, but the drop downs do not. If I preview the swf only (not in
    the HTML page) in IE7, the drop downs appear.
    I know there are issues with IE7 and Flash, but I can see
    that it works, just not in my page!! please help. Thx.

    Hi Peter
    Thanks for your help. I have solved the problem thanks to your help. The key was the master page. Once I unlinked the topic from the master page everything started working again.
    I created a new master page whe the same items on an used that and now everyting works as I would expect.
    Tim

  • Datagrid item renderer with drop down need help.

    Hi Guys,
    I am populating an advance data grid in which one column has an item renderer containing a drop down. This drop down has 4 items. When user selects more than one row the drop down should contain only two items. In my case when user selects multiple rows using control key and then clicks on any of the rows drop down then that row gets de selected which I don’t want I tried stop propagation and stop immediate propagation but that also didn’t helped. Please help
    Thanx
    Mahesh.

    Hi
      This is a default bahviour of dropdown.. dropdown will not allow you multiple selections.. you should create your own component by extending the combobox and try your thing,, If you click on one item.. then it calls internally change event. If the change event called then the dropdown will automatically closed.. so you should restrict this ...
    Thanks
    Ram

  • Drop Down menu help needed

    Hi, on my site at the checkout page, it has 2 drop down menus, one for country and one for state.  right now as it is, if you select United States from the first menu, you are then able to select which state you are from.  But if any other country is selected, the Select State drop down menu dissappears.  The coding looks like this right now
    private function onChange(target:SelectCountryCombo):Void {
      switch(target) {
       case _selectCountry:
        if (target.value == 'US')
         _selectState.visible = true      
        else
         _selectState.visible = false;
       break;
    What i want to do is make it so that if you select canada the drop down menu stays visable, and i've added the provinces into the list.  I tried adding 'CA' along with the 'US' but that makes it stay visible for all countries, i only want it visible for the 2.  it seems easy but i really dont know action script very well at all.  Thanks a lot for any  help

    I just had another question about the same thing. Is it possible that when CA is selected, that a different data provider for the "Select State" list would come up? For example, if US were selected it would load "_selectState.dataProvider = PayPalStateUSList.instance.option;" but if CA were selected, i could have it load the same thing but with just provinces? i tried to just copy the coding for PayPalStateUSList and rename it PayPalStateCAList with the list changed to provinces, and have it load it in the as but i dont really know what im doing.
    right now i just have the states and provinces all in one list, but its just harder to select when everything is all mixed in. it looks a bit unorganized.
    another thing i would like to do, is change the total price based on the country selected in the drop down menu, if its possible. right now I have a shipping charge being added to the total from the shopping cart screen (thanks to kglad), but what would make more sence would to have the shipping based on wether its domestic or international. would it be possible to change the total based on the country selected?
    these are the last of my questions, after these 2 issues are fixed my site is complete.  Thanks for all the help
    The coding for the page looks like this (both my concerns are on the same page)
    import mx.utils.Delegate;
    import kliment.managers.PopUpManager;
    import kliment.data.FormField;
    import kliment.display.MCC;
    import kliment.net.URL;
    import kliment.net.URLMethod;
    import kliment.net.URLTarget;
    import kliment.utils._Object;
    import kliment.utils._String;
    import as.Application;
    import as.Settings;
    import as.SimpleButton;
    import as.subpage.elements.AgreeCheckBox;
    import as.subpage.elements.SelectStateCombo;
    import as.subpage.SubpageAbstract;
    import as.menu.Menu;
    import as.AlertMessage;
    import as.shopingcart.PayPalCountryList;
    import as.shopingcart.PayPalStateUSList;
    import as.subpage.elements.SelectCountryCombo;
    import as.subpage.elements.SelectCountryItemRender;
    * @author ...
    class as.subpage.ViewCheckout extends SubpageAbstract {
    private var _IDENTIFIER:String = 'checkout_view';
    private var _price_txt:TextField;
    private var _f_name_txt:FormField;
    private var _l_name_txt:FormField;
    private var _email_txt:FormField;
    private var _phone_txt:FormField;
    private var _city_txt:FormField;
    private var _street_txt:FormField;
    private var _zip_txt:FormField;
    private var _country_cb:FormField;
    private var _state_cb:FormField;
    private var _selectCountry:SelectCountryCombo;
    private var _selectState:SelectCountryCombo;
    private var _i_agree_cb:AgreeCheckBox;
    private var _proceed_btn:SimpleButton;
    public function ViewCheckout() {
      super();
    private function _init():Void {
      _target_mc = MCC.attach(_IDENTIFIER, _host.content_mc);
      _page_mc = _target_mc.page_mc;
      _price_txt = _page_mc.price_txt;
      _price_txt.autoSize = 'left';
      _price_txt.text = Settings.CURRENCY + _String.decimalFractions(Application.instance.aSopingCart.totalPrice, 2);
      _f_name_txt = new FormField(_page_mc.f_name_txt, 'first_name', _page_mc.f_name_txt.text, true);
      _l_name_txt = new FormField(_page_mc.l_name_txt, 'last_name', _page_mc.l_name_txt.text, true);
      _city_txt = new FormField(_page_mc.city_txt, 'city', _page_mc.city_txt.text, true);
      _street_txt = new FormField(_page_mc.street_txt, 'address1', _page_mc.street_txt.text, true);
      _zip_txt = new FormField(_page_mc.zip_txt, 'zip', _page_mc.zip_txt.text, true);
      _email_txt = new FormField(_page_mc.email_txt, 'email', _page_mc.email_txt.text, true);
      _phone_txt = new FormField(_page_mc.phone_txt, 'night_phone_b', _page_mc.phone_txt.text);
      _selectCountry = new SelectCountryCombo(_page_mc.select_country_mc, 'combo_box_list', 'Select a country');
      _selectCountry.itemRender = SelectCountryItemRender;
      _selectCountry.dataProvider = PayPalCountryList.instance.option;
      _selectCountry.addListener(this);
      _selectState = new SelectCountryCombo(_page_mc.select_state_mc, 'combo_box_list', 'Select a state');
      _selectState.itemRender = SelectCountryItemRender;
      _selectState.dataProvider = PayPalStateUSList.instance.option;
      _selectState.addListener(this);
      _country_cb = new FormField(_selectCountry, 'adress_country', '', true);
      _state_cb = new FormField(_selectState, 'adress_state', ''); 
      _proceed_btn = new SimpleButton(_page_mc.proceed_mc);
      _proceed_btn.onClick = Delegate.create(this, _onProceedClickHandler);
      _i_agree_cb = new AgreeCheckBox(_page_mc.i_agree_mc);
      _page_mc.f_name_txt.tabIndex = 0;
      _page_mc.l_name_txt.tabIndex = 1;
      _page_mc.email_txt.tabIndex = 2;
      _page_mc.phone_txt.tabIndex = 3;
      _page_mc.zip_txt.tabIndex = 4;
      _page_mc.city_txt.tabIndex = 5;
      _page_mc.street_txt.tabIndex = 6;
      _page_mc._y = 33;
      _page_mc._x = 50;
    private function onChange(target:SelectCountryCombo):Void {
      switch(target) {
       case _selectCountry:
        if (target.value == 'US' || target.value=="CA")
         _selectState.visible = true      
        else
         _selectState.visible = false;
       break;
    private function _onProceedClickHandler():Void {
      var isError:Boolean = false;
      var isErrorSelect:Boolean = false;
      var message:String = '';
      var messageLine1:String = '';
      var messageLine2:String = '';
      var forSend:Object = new Object();
      forSend.cmd = '_cart';
      forSend.business = Settings.BUSINESS_EMAIL;
      forSend.currency_code = Settings.CURRENCY_CODE;
      forSend.upload = 1;
      forSend.address_override = 1;
      forSend.rm = 2;
      forSend.no_shipping = 1;
      if (Settings.NOTIFY_URL)
      forSend.notify_url = Settings.NOTIFY_URL;
      if (Settings.RETURN_URL)
      forSend.return_url = Settings.RETURN_URL;
      var purchasesList:Object = Application.instance.aSopingCart.getPayPalCarts();
      if (!purchasesList) {
       isError = true;
       message += 'The shopping cart is empty.'+newline;
      if (_f_name_txt.isValid)
       forSend[_f_name_txt.name] = _f_name_txt.value;
      else {
       messageLine1 += ((isError)?', ':'') + String(_f_name_txt.start_value).toLowerCase();
       isError = true;
      if (_l_name_txt.isValid)
       forSend[_l_name_txt.name] = _l_name_txt.value;
      else {
       messageLine1 += ((isError)?', ':'') + String(_l_name_txt.start_value).toLowerCase();
       isError = true;
      if (_email_txt.isValid)
       forSend[_email_txt.name] = _email_txt.value;
      else {
       messageLine1 += ((isError)?', ':'') + String(_email_txt.start_value).toLowerCase();
       isError = true;
      if (_phone_txt.isValid)
       forSend[_phone_txt.name] = _phone_txt.value;
      else {
       messageLine1 += ((isError)?', ':'') + String(_phone_txt.start_value).toLowerCase();
       isError = true;
      if (_city_txt.isValid)
       forSend[_city_txt.name] = _city_txt.value;
      else {
       messageLine1 += ((isError)?', ':'') + String(_city_txt.start_value).toLowerCase();
       isError = true;
      if (_street_txt.isValid)
       forSend[_street_txt.name] = _street_txt.value;
      else {
       messageLine1 += ((isError)?', ':'') + String(_street_txt.start_value).toLowerCase();
       isError = true;
      if (_zip_txt.isValid)
       forSend[_zip_txt.name] = _zip_txt.value;
      else {
       messageLine1 += ((isError)?', ':'') + String(_zip_txt.start_value).toLowerCase();
       isError = true;
      if (isError)
       messageLine1 = 'Please enter your ' + messageLine1 + '. ' + newline;
      if (_selectCountry.selectedIndex >= 0)
       forSend['country_code'] = _selectCountry.value;
      else {
       messageLine2 += ((isErrorSelect)?', ':'') + 'country';
       isError = true;
       isErrorSelect = true;
      if (_selectState.selectedIndex >= 0 && _selectCountry.value == 'US')
       forSend['state'] = _selectState.value;
      else if (_selectCountry.value == 'US'){
       messageLine2 += ((isErrorSelect)?', ':'') + 'state';
       isError = true;
       isErrorSelect = true;
      if (isErrorSelect)
       messageLine2 = 'Please select your ' + messageLine2 + '. ' + newline;
      //isError = false;
      if (!isError && Boolean(_i_agree_cb.value)) {
       _Object.copyTo(purchasesList, forSend);
       URL.navigate('https://www.paypal.com/cgi-bin/webscr', forSend, URLMethod.POST, URLTarget.BLANK);
       Application.instance.aSopingCart.clear();
       message = 'The purchases are waiting for the payment.'+newline+'The shopping cart is empty.';
       _application.gotoSpash();
      } else {
       message += 'You need to accept The Terms of Use to place an order. ' + newline;
      message += messageLine1;
      message += messageLine2;
      new AlertMessage('Info!', message);
    public function onResize():Void {

  • Drag and drop issue, please help.

    I can no longer drag and drop photos within photoshop elements 12.  When working with a layer, I want to move it to a layer within another existing file, and no longer have the option.  The only way I have fixed the issue in the past is uninstall and reinstall the program.  I've read other forum posts and followed the instructions by resetting preferences and it does not work.
    Does anyone have any solutions to this issue?  Please help!

    With both files open, simplest to tile them side by side, you should be able to drag the layer from the source file onto the target file. So long as it shows the 'grasping hand' you can release the mouse and it should add the layer to the target.
    So what is happening now on your system? When you drag the layer to the target what icon is shown - 'grasping hand', 'no entry', something else?
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Why Can't I install Adobe Flash Player? Please Help!

    I have Windows 7 and my laptop is fairly new. I want to install Adobe Flash Player because when i go to Youtube it just shows a black screen for videos, Facebook doesn't load completely, when i go to google images, If i type in the most basic search for example "the grand canyon" no images will pop up...It just says cant find image and some other crap so thats when i knew something was wrong..But when I go to Adobe Flash Player and try to install it, The Install button doesnt even pop up, but sometimes it does but even when it does I'll click on it but nothing happens..it wont start the download or anything..Please Help.

    Download the Adobe Flash Player installer directly by clicking one of the following links.
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)

Maybe you are looking for

  • Server.policy file

    The ejb I am developing is trying to delete the following file from a local filesystem (Linux SuSE 9.3 Pro) : /path/to/file/delete.me I get the following exception: java.security.AccessControlException: access denied (java.io.FilePermission /path/to/

  • Rotating Graphs in Pages 5.0?

    Hi guys. I need to rotate a chart for my physics lab report (scatter graph made in Numbers 3.0), and this was available in the previous version of Pages, but in the new version, it doesn't seem to be available. Could anyone help me out with this? Jus

  • Unable to delete PO or clear the GR IR difference for service PO

    Hi Experts, We have an issue in GR value difference which is preventing us to delete the service PO. Scenario Explanation: We have service PO for value 5500 USD. 1. Service entry / GR is posted for 5500 USD 2. IR is posted for 5499.98 USD 3. IR rever

  • How to Launch Live Office

    Hi Gurus, We are working on a Dashboard. Currently we feed all data manualy but we want to connect Xceslisu to Live office. I know how to create the connection. My problem is I cannot see Live office as a tool anywhere. Neither in Start MEnu nor in E

  • How can i fix this problem ? macbook retina display with stripes

    aa