Open with (app) menu in context menu?

The firefox android don't prompt anything, when i click on online video link, other browsers will play the (*.flv;*.mp4;*.mp3) online files, or at least prompt a question for which app need tap to open it. FF dont have some add-on or so to make the use of streaming media easier?

which website? <br>
its working fine for me....<br>
i'm viewing all the videos in MX video Player

Similar Messages

  • Irritating "Open with" issue in the context menu

    Hi all,
    When I click on a file and then choose "Open with" in the context menu, I get multiple instances of the same program instead of just one instance. For example, if I click on a document, the context menu may have 4 instances of Preview and 3 instances of Safari, etc. Is there anyway to eliminate the multiple instances?
    Thanks

    This usually results from corruption in the LaunchServices cache. Numerous fixes have been posted and it appears that they do work, for the most part. Search the forum here and you should find a few topics.
    I've read of a few problems encountered after deleting the cache files. Use your own discretion.
    It basically involves deleting the two LaunchServices files followed by a restart... Go to Library>Caches
    It might also be necessary to delete a preference file as well...
    Home>Library>Preferences>com.apple.LaunchServices.plist
    Some third party utilities offer this service as well...Tiger Cache Cleaner, Onyx, etc.
    Intel Mac Mini, 14" iBook   Mac OS X (10.4.8)   Daffy Duck mousepad

  • Temporarily changing the "open with" app for a batch of files

    I've written a number of scripts which have been saved as application bundles. One of the resource folders (named "Image Files") contains all the image files used in the script -- but the image files may have a variety of default applications for opening.
    I'm working on a separate script to facilitate editing the application bundles if and as necessary, and editing the image files is part of that. I need the option of opening the image files with an application other than the file's default application -- for example, I might want to open the image files with Photoshop.
    In my editing script I can easily enough get a list of the image files. But to open them with, say, Photoshop, I find that I have to use a Photoshop tell block and the full path to each file as it is called (otherwise it opens with its default application). If there are hundreds of image files, that's a lot of work!
    I'm seeking a "global" command that will tell all files in folder "Image Files" to open with app "Photoshop" (just in this script, as I don't want to change the defaults).
    Possible?

    I probably didn't explain my requirements thoroughly
    Your suggestion:
    "You mean like:
    tell application "Finder"
    open every file of folder "Macintosh HD:path:to:Image Files" using "Macintosh HD:Applications:PhotoShop.app"
    end tell"
    isn't quite it.
    (For one thing, that has the somewhat alarming result of opening all the image files in the folder simultaneously, and there may be hundreds.)
    In plain English, what I had in mind was more like:
    "Set the 'open with' application of every file in folder 'Macintosh HD:path:to:Image Files' to Adobe Photoshop.app"
    such that, if I were to have those files in a list, and were to open them one at a time, they'd open with Photoshop without further instruction -- this without affecting the default applications (or 'open with' applications) of the files from which those files were duplicated (assuming that there are such 'original' files).
    Since this still may be unclear, here's another explanation:
    • Say I have ten .jpg files on the desktop, all set to 'open with' Preview.
    • I duplicate those ten files to the Image Files folder of the application bundle.
    • If I open any one of those files at the desktop, I want it to open in Preview.
    • But if I open any one of those files in the Image Files folder, I want it to open in Photoshop. (The
    files in the Image Files folder could each have its 'open with' application reset manually, but
    with hundreds of files I'd much prefer AS to do that. As far as I can tell, doing that -- manually
    or with AS -- would result in different 'open with' settings for a file on the desktop and the
    corresponding file in the Image Files folder, which is basically what I'm after.
    Can I get AS to do this?

  • Multiple items in "Open with..." Finder menu

    Why I see Evernote.app item in my "Open with..." menu in the Finder multiple times? Any chance to remove it and keep it just once?
    Thanks.

    For those who are interested I have an article on how to clean up the Open With menu here [http://idoitonamac.blogspot.com/2014/03/keeping-open-with-menu-clean-on-os-x.htm l] and I also have made an application to perform all the tasks discussed in the article.
    The application (CoW) is available for download here [https://github.com/spaquet/CleanOpenWith/releases]
    Hope this helps keeping a clean Open With menu

  • Kill "Open page in Internet Explorer" context menu item?

    This context menu item appears when I right-click/secondary-click links in Safari.  Can I get rid of this?
    I believe this was added by Parallels Desktop 9, which I have since uninstalled. 
    Stupid little thing, but it's bugging me. Especially when I click that choice by mistake (Yes, I am an OS X/Mac n00b.)
    rMBP, 15-inch, early 2013, OS X 10.9

    http://www.parallels.com/open-in-ie/ it's a safari extention. In the link is shown how to remove it.

  • Exchange 2007 OWA with S/MIME installed Context Menu Disspear

    Hi Guys,
    We are experiencing the following issue with Exchange 2007 SP3 OWA when S/MIME control is installed:
    Context Menu and Email Format are grey out
    Does anyone know if this behavior is by design??
    Best Regards
    Federico Giampietri
    Federico Giampietri Latamsupport IT Infrastructure Services

    Hi,
    I tested in my lab, Exchange 2007 SP3. The result is the same with you.
    Without the S/MIME
    control, Cut, Copy, and Paste from the Context Menu worked as expected and I could change email format . When I installed the
    S/MIME
    Control, the behavior with the Context Menu was reproducible, and email format is greyed out, but I could use Ctrl +X/C/V to cut, copy and paste.
    I searched through internal channel and found this behavior is by design. However, as a workaround for choosing Cut, Copy, or Paste from the Context Menu, we can use Ctrl +X/C/V to cut, copy and paste.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Belinda Ma
    TechNet Community Support

  • 2.1.1 Problem with User Defined Reports with actions on the context menu

    I use the User Defined Reports quite a lot, and export and publish these to other members of the team as Shared Reports. I'm also quite disappointed that there seems to be no further development in this area of SQL Developer.
    One of the totally undocumented features of User Defined Reports is the ability to attach actions to a context menu, and pass data from the grid to a procedure, for example. Copying, then exporting the sessions report (from All Reports -> Data Dictionary Reports -> Database Administration -> Sessions) exposes the XML for adding actions to the context menu. The snippet for killing a session looks like this:
    <item  reload="true"  reloadparent="false" removeFromParent="false">
      <title>Kill Session</title>
      <prompt type="confirm" >     
        <label>Kill Session?</label>     
        <default><![CDATA[]]></default>     
        <value><![CDATA[]]></value>        
      </prompt>
      <sql><![CDATA[ALTER SYSTEM KILL SESSION '#SID#, #SERIAL#' IMMEDIATE]]></sql>
      <help>Kill the selected session.</help>
    </item>So to add this type of functionality to your own user defined reports, you need to export the report, edit the XML, and import it again. It seems to work fine to add this to the master reports, but if you add an <item> element to the child reports, the context menu items appear on the master report too, and they are duplicated many times. I'm not sure if the action of exporting the report adds to the number of times the context menu appears.
    Warning - if you edit a report using SQL Developer, all the <item> tags are removed. Once you've added actions to a context menu, you can only edit the report by exporting it, modifying the XML and importing it again.
    Has anyone else seen this behavior? Have you found a work-around?
    To the SQL Developer team: Are there any plans to allow the adding of user defined context menu items to reports using the GUI in the near future?

    You're right the context menu needs a GUI desperately. You can request this at the SQL Developer Exchange, so other users can vote and add weight for possible future implementation.
    Regards,
    K.

  • InDesign CS5 crashes when clicking on Edit menu or context menu

    I had this infuriating problem with InDesign CS4, found a few references to others having the same issue, but never any real solutions.  This problem seems to in InDesign CS5 as well.
    With a document open, if I click the Edit menu or right-click anywhere in the document window (including in the pasteboard area... it does not have to be on an object), ID immediately freezes and I get the Windows 7 "Adobe InDesign CS5 has stopped working" dialog.
    I've deleted the preferences, created a brand new one-page document, and the problem persists.  If no document is open, I can pull down the Edit menu just fine.  With a document open, ID crashes before it even draws the menu.  It does not matter whether I use the mouse or the keyboard to get to the Edit menu.  I can also right-click on things like palette tabs to bring up the context menu.  But I cannot right-click anywhere on the document itself without ID crashing.
    The maddening thing is that the problem did not show up until some time today.  I've brought up an object's Effects window via right-click plenty of times, as well as used the Fitting context menu.  It was working fine last night and earlier this morning.  Then suddenly for no discernible reason, the crashes started happening.  I am not aware of any changes to my system that might reasonably cause this.  No new fonts, no Windows updates, no Adobe updates.
    Any suggestions on how else I can troubleshoot this?

    Peter,
    Yes, I can bring up the Paragraph Styles and the Character palettes with no document open, edit the [Basic Paragraph] style to change the font family, then open a blank document, and new text boxes will use that font.
    I'm on a bit of a deadline right now, so I ended up uninstalling ID CS5 and reinstalling it.  I can now successfully bring up the Edit menu and the right-click context menu both in a blank document and in the document I was working on before.  I'm sure the problem will reappear again at some random point in the future, so I am still looking for fixes that don't involve reinstalling the app.
    BTW, I have tried exporting my work document to IDML and re-importing it, but to no avail.  I've also tried toggling Dynamic Spelling (past threads have suggested this as a possible fix), but also to no avail.
    It would be really nice if Adobe products produced some sort of crash dump or bug report when this sort of thing happens...

  • How to ge rid of 'Enhanced menu (web context menu) entry?

    Hi all,
    Though showing ALL needed web context menu items (main properties of web template) the 'Enhanced menu' entry is still showing.
    Did someone ever try to take it off?
    Rgrds,
    Mark

    Hi Mark,
    You need select "No Display"
    1 Goto VIEW Main Menu
    2 Select Properties
    3 Select the Relevant Report Name in Properties Widnow
    4 And goto WebItem TAB find out "Enhanced Menu" And give "NO Display"
    If u satisfy with this answer, pls give relevant points by clicking yellow button side

  • Get Info "Change All" button doesn't keep the proper "Open With" app

    I have a small but annoying problem that appears in Leopard 10.5.2 (been there since original 10.5.0 install) that I have tried to troubleshoot but can't solve.
    The problem is:
    -With some of my file types, the wrong "Open With" application is displayed when I view a Get Info for that file type. So to fix this, I open a Get Info window on one of those types of files, and choose the PROPER default application in the "Open With" slot. This works, and then the new proper application name now shows in that slot. So then I click the "Change All" button and apply to all files of that file type. I receive the warning that I will be changing ALL files of that type. I choose "continue" because that is what I desire.
    However, once I do that, (click Change All, then Continue button), the old, wrong application name jumps back the Open With slot! So the new, correct application choice doesn't "stick".
    Oddly enough, it sort of DOES work, because if I then re-click in the Open With slot, although the old, the wrong application is back listed again, if I look up above that name, then my actual desired application is listed in a list, and it has the word (Default) beside it.
    So if I do actually now double click any file of that type, then the proper application DOES launch and open the file.
    But why does the Get Info window still display the wrong, non-default application in Open With? And furthermore, this causes all file types of that kind, to display the WRONG icon in any Finder window. They of course display, the icon of what is in the Open With slot list.
    I am having this problem only with two file types and apps. (Cubase and Pro Tools---DAW audio apps). All of my Cubase files display a Pro Tools icon, and show as Open With: "Pro Tools" when of course it should display Open With: Cubase. As stated in the Open With list, Cubase is indeed there among other programs and it has the word (Default) beside it. So it sort of works when launching files. But I still cannot get Cubase to "stick" and stay in Open With after Change All!
    Can anyone offer any tips on what might cause this and what fix is needed?
    Thanks so much in advance!
    Wade

    Well, I tried rebuilding the Launch services with the command listed but still no luck. After having no luck with that and deleting caches, etc....I also, went to my home (user) directory and in Preferences, I deleted the com.apple.launchservices.plist file. I restarted and checked and still the same result.
    Also, I want to emphasize again that the file type I am discussing DOES actually launch with the correct application. (Cubase files in my example).
    But it is just annoying that ALL of my Cubase files display the Pro Tools application icon, and in Get Info they are listed to open with Pro Tools. But they actually do launch Cubase if double clicked.
    And one other VITAL note....if I open Get Info for one of these files, and change the Open With from Pro Tools to Cubase....then that choice DOES "stick" and retain. (if I "don't" also click Change All)
    It's only when I click "Change All" that it DOESN'T stick and the list selection jumps back to Pro Tools. I hope that may offer some clarity.
    Thanks for the tips but I am still back at square one.
    Wade

  • How to add icon in front of Send To menu in context menu?

    Is it possible to add icon to the Send To entry in the windows explorer context menu?

    Hi,
    To add icon to send to context menu, please locate following registry key:
    HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\SendTo
    1. In the right-pane create a String value (REG_SZ) named Icon
    2. Double-click Icon and type the path to an icon (.ico) file, or mention the icon library file name and the icon index.
    3. Exit the Registry Editor.
    Hope this could be helpful.
    Kate Li
    TechNet Community Support

  • IPhoto open with app running in Rosetta - super slow

    Hey, just wondering if this is normal, or if it's something I should be looking into. I had Suitcase X1 open today and noticed my iPhoto running excruciatingly slow...could barely get it to open. I opened my app monitor and noticed that everything on my iMac was Intel except for Suitcase which was using Rosetta. So, just for trial and error, I quit that app and viola, iPhoto was fine. Has anyone noticed this? Is this something that Rosetta does? The odd thing is that iPhoto was the only app with any noticeable performance decrease. I also had Photoshop open and that was fine, as well as Safari. It just seemed to be iPhoto. Is this a problem that's common? I tried to locate something about it and could find nothing. Thanks for the help.

    You know, I just went and tried to repeat it and couldn't. I used iPhoto and it was fine. I then went and launched Suitcase and it was still fine. So, with that in mind, the only thing I can come up with is, perhaps the file I had opened in Photoshop was consuming a lot of resources and those were making iPhoto lag...perhaps it wasn't Suitcase/Rosetta at all. Weird that it seemed to cure it when I quit it, but perhaps that was just coincidental. Thanks for suggesting that I try to recreate it, to see if that was the problem or not.

  • Removing "Open With [Program]" from Right-Click menu

    I was looking around for Applications that could play .avi files and I found Perian  so decided to install it. After installing it I quickly found that it didn't work with all of my .avi files and after some further reading realized that Perian is no longer supported and apparently does not work with QT 10. I decided to uninstall it and use VLC player instead. After uninstalling Perian and removing it from the "System Properties" it looks like it's still showing up in the right-click menu for .avi files.
    My question is how do I remove this from being an option whenever I right-click an .avi file? Perian is no longer installed and I don't want to see it as an option.
    Thanks in advance

    This is probably because all the associated files have not been removed and it is still in the LaunchServices cache. To be sure you remove all associated files may require re-installing the app and using AppCleaner  to trash it and it's supporting files.
    Then, you may also need to clear LaunchServices caches
    Launch /Utilities/Terminal and copy & paste this at the prompt to rebuild LaunchServices: (be sure to copy the entire line it's a scroll)
    Code:
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user
    Then press return. Wait until terminal returns to the command line. Quit Terminal. After that, log out and back in or restart. Let us know

  • After Downloading, the Open and Open Containing folder in the context menu is never active, only shaded and non responsive which is making me jaded!!!

    Every time I choose to download anything, a download window with progress bar appears after I tell it where I want the file downloaded to. I used to be able to right click on the progress bar of the download window and select "Open" , to run/open the file I just downloaded. Well, I assumed I couldn't do that anymore because my hard drive was getting full; I now know thats not the issue because I cleaned HD and have about 150GB free space. Then defragged and then checked that the free space was usable, all OK! Another thing I'm noticing, that most downloads are being labeled "files of type: Binary" . Not Executables, or Setup, or any other description for type of files being handled. Any enlightenment would be greatly appreciated and a thanks in advance here!!

    Hello,
    I kept searching a solution for this problem and I found that: https://support.mozilla.org/en-US/questions/956417
    You just have to update the Add-on Firebug from 1.10.6 to the latest version 1.11.2. If it's not that Add-on try with another Add-on.

  • Firefox does not open with App Tags created in the previous session.

    If I define an app tag, close Firefox and open Firefox, the app tag does not exist.

    I had this problem as well, but was able to solve it using this procedure:
    - Close firefox from the menu (don't use the 'x' as firefox may continue to run in memory for a while)
    - in your start menu, enter the following into the "run" prompt: firefox.exe -P
    - The firefox profile manager will open (see attached image)
    - In my case I deleted the "default" profile because I didn't care about losing any settings. You may want to simply create a new profile instead in case you need to save your settings.
    - To avoid being asked about which profile to be used you can highlight your new profile and then make sure the "Don't ask at startup" checkbox. When ready, press the "Start Firefox" button.
    - Voila! That fixed it for me. Like I said, I just created a new "default" profile and everyone worked fine for me; use your own judgement here.
    Good luck!

Maybe you are looking for

  • If I install Yosemite and find that the wifi problems are too bad, can I go back to Mountain Lion?

    Almost everything I do on my MacBookPro requires a steady wifi connection. I have been reading all the horror stories about the wifi problems with Yosemite. I would like to install Yosemite, but would like to be able to go back to Mountain Lion if th

  • Can anyone help with my Shutterfly export plugin problem?

    My Shutterfly plugin for iPhoto says that I have the wrong password. I double-checked on the Shutterfly website and I have the correct password. This is very inconvenient because I can't upload my photos to make a book. Shutterfly said it's a problem

  • AC 10 MSMP Workflow

    Hello Experts, We are just trying to configure the basic components of Access Control on AC 10. We have configured PSS and when we are trying to configure workflow for access requests we are running into issues. I Just wanted to check what I configur

  • Windows Error -82: Unable to load Device Driver

    I have an app that was running smoothly for the past couple YEARS, on a PXI system (PXI controller). Suddenly the user is getting this error when the acquisition is initiated (note:  There are both NI cards and non-NI hardware on the system) Anyone s

  • I cannot find Tools in ff5

    I have downloaded FF ver 5 but the FF icon on my desktop says that it is ver 4 but one of my problems it that if I click on the Firefox tab at the left hand top side of the screen there are NO tools settings to click on to set up for example do not t