Open the file with Buddy API... and WITH...

Hello

It works well:

on exitFrame me

myFile = the moviePath & "IMBNRadio.M3U".

OK = baOpenFile (myFile, "normal")

end

It opens the multimedia file. M3u with Windows Media Player, but what happens if I want to open the file with another player?

How can I do?

Thank you

See baShell() or baRunProgram()

Tags: Director

Similar Questions

  • Windows media player does not automatically open a video file on a Web site but I save it and open the file with Windows media player to play the video or audio recording.

    Windows media player does not automatically open a video file on a Web site but I save it and open the file with Windows media player to play the video or audio recording. I used to be able to play any video or audio file in any site!

    Hello

    Try resetting the default associations for WMP and IE.

    How to set default Associations for a program under Vista
    http://www.Vistax64.com/tutorials/83196-default-programs-program-default-associations.html
    How to associate a file Type of Extension to a program under Vista
    http://www.Vistax64.com/tutorials/69758-default-programs.html

    If necessary:

    How Unassociate a Type of Extension file in Vista - and a utility to help
    http://www.Vistax64.com/tutorials/91920-unassociate-file-extention-type.html
    Restore the Type Associations by default Vista file extensions
    http://www.Vistax64.com/tutorials/233243-default-file-type-associations-restore.html
    How to view and change an Extension of filename on Vista
    http://www.Vistax64.com/tutorials/103171-file-name-extension.html

    ====================================

    Also follow these steps:

    Follow these steps to remove corruption and missing/damaged file system repair or replacement.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Then, run checkdisk - schedule it to run at next boot, then apply OK your way out, then restart.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    ------------------------------------------------------------

    Then, if necessary:

    Have you recently installed another player?

    Reset your associations for WMP and IE.

    How to set default Associations for a program under Vista
    http://www.Vistax64.com/tutorials/83196-default-programs-program-default-associations.html
    How to associate a file Type of Extension to a program under Vista
    http://www.Vistax64.com/tutorials/69758-default-programs.html

    ---------------------------------------------

    Do this to reregister the Jscript.dll and Vbscript.dll files.

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    type or copy and paste-> regsvr32 jscript.dll
    Press enter

    type or copy and paste-> regsvr32 vbscript.dll
    Press enter

    Restart and if all goes well, it will run now.

    --------------------------------------------------------------

    Have you recently added stores or ANY application from Stardock?

    Using 64-bit Vista?

    Can you think of recent things you did in WMP which could be the cause? You added another
    reader recently or an add-on for WMP?

    When I try to use Windows Media Player 11, the program does not start, or some UI elements
    are empty - a Mr Fixit
    http://support.Microsoft.com/kb/925704/en-us

    Maybe something here
    http://msmvps.com/blogs/chrisl/articles/17315.aspx
    and here
    http://msmvps.com/blogs/chrisl/Archive/2004/10/30/17399.aspx

    Check here the news of WMP11
    http://zachd.com/PSS/PSS.html

    I hope this helps.

    I hope this helps.

    Rob - bicycle - Mark Twain said it is good.

  • Script to change political colors managent or open the files with "keep profile".

    Hello!

    I am trying to open the girls with the parameter 'profile hunt kept '' through my script.

    I really don't like if it's done with "openoptions" or changing policies managent RGB and CMYK color to "preserve the profile. (Available via the Edit menu-> color settings.)

    I know that this is possible through action, but I really need to change that through my script.

    I'm totally at a loss here, so any pointers in the right direction would be much appreciated!

    Thank you!

    / Peter

    A slightly cleaned up version:

    Open the file without warning mismatch and keep current color space:

    2015, use it at your own risk.

    #target photoshop

    Var ref = new ActionReference();

    ref.putProperty (stringIDToTypeID ("property"), stringIDToTypeID ("colorSettings"));

    ref.putEnumerated (charIDToTypeID ("capp"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    var docDesc = executeActionGet (ref);

    var colorSetting = docDesc.getObjectValue (stringIDToTypeID ("colorSettings"));

    var theOpenMismatch = colorSetting.getBoolean (stringIDToTypeID ("askMismatchOpening"));

    var theRGBPolicy = colorSetting.getEnumerationValue (stringIDToTypeID ("policyRGB"));

    var theCMYKPolicy = colorSetting.getEnumerationValue (stringIDToTypeID ("policyCMYK"));

    var theGrayPolicy = colorSetting.getEnumerationValue (stringIDToTypeID ("policyGray"));

    disable the warning;

    preserve var is stringIDToTypeID ('Star');.

    setPolicy (preserve, maintain, preserve, false);

    Open the file;

    App.Open (new File("~/Desktop/VA13AHN_1.psd"));

    back to the setting;

    setPolicy (theRGBPolicy, theCMYKPolicy, theGrayPolicy, theOpenMismatch);

    political game.

    function setPolicy (RGB, CMYK, gray, theBool) {}

    // =======================================================

    var idsetd = charIDToTypeID ("setd");

    var desc16 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    ref4 var = new ActionReference();

    ref4.putProperty (charIDToTypeID ('Rprp"), stringIDToTypeID ("colorSettings'));

    ref4.putEnumerated (charIDToTypeID ("CAPP"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    desc16.putReference (idnull, ref4);

    idT var = charIDToTypeID ("T");

    var desc17 = new ActionDescriptor();

    var idpolicyRGB = stringIDToTypeID ("policyRGB");

    var idpolicy is stringIDToTypeID ('policy');.

    desc17.putEnumerated (idpolicyRGB, idpolicy, RGB);

    var idpolicyCMYK = stringIDToTypeID ("policyCMYK");

    desc17.putEnumerated (idpolicyCMYK, idpolicy, CMYK);

    var idpolicyGray = stringIDToTypeID ("policyGray");

    desc17.putEnumerated (idpolicyCMYK, idpolicy, gray);

    var idaskMismatchOpening = stringIDToTypeID ("askMismatchOpening");

    desc17.putBoolean (idaskMismatchOpening, theBool);

    var idcolorSettings = stringIDToTypeID ("colorSettings");

    desc16.putObject (idT, idcolorSettings, desc17);

    executeAction (idsetd, desc16, DialogModes.NO);

    };

  • Open the files in several folders and run

    Hello guys,.

    I have several files in several folders, I would like to know is it possible to automatically open the files in folders and execute action defined in PS.

    Example: I 1-folders12 (folder name will change regularly), I have 5 files in folder 1, 10 in folder2 and 7 in folder3,... and so on.

    I need a script to open the files one by one and perform the action to the PS and nearby, once all the files are processed in the Folder1, the script should search for folder2 and until the last folder. Is this possible? looking for consultant.

    Screen Shot 2016-01-21 at 7.53.49 PM.png

    This should be possible with just using Image Processor, which comes with the PS. Just check the box that says to all subfolders.

  • I can't open anything without: "choose which program you want to use to open the file with" and "Application not found".

    I got a used computer and it worked fine for a while. I guess that I did something for her, because now I had a problem with the opening just like files and almost all of the icons in the start menu. I found someone had mentioned this on another post, but it has not been answered and I have the same problem:

    "I don't know what to do. I tried reseting IE back to its "settings by default, but nothing seems to work. It doesn't let me open any programs on my computer. I can't even find the virus because there asking what program I want to open it with and when to choose IE he sent me through a series of 'SAVE or RUN' windows and then back to the "choose a program you want to run the file with.» I am only able to access the internet via a shortcut of Internet Explorer button that I dragged on the start menu, because the original one on my desk does not open. »

    It's the best way I can explain this problem. I've had this problem for a while now and I have looked everywhere for an answer and still nothing. It would be great to get help, thank you!

    After much research, I found the answer here:

    http://WindowsXP.MVPs.org/exefile.htm

    But thanks for the help!

    This problem has not helped me with my problems to download iTunes correctly, that's why I set out to solve this problem in the first place. I also get a lot of it popping up every 10 minutes:

    "MobileDeviceService has encountered a problem and needs to close. We are sorry for the inconvenience. »

    The error signature is always:

    szAppName: AppleMobileDeviceService.exe szAppVer: 17.88.0.8

    szModName: kernel32.dll szModVer: 5.1.2600.5781 offset: 00012afb

    It won't do anything when I click to send error report or not, it does not close anything as it is normally would. I think it might have something to do with the steps I took to reinstall iTunes properly...

    And

    1. I use Microsoft Windows xp Version 5.1, at least that's the stuff I wrote, do not know if this is the answer you're looking for. I am not sure computers.

    2. my anti-virus software is ESET NOD32 Antivirus 4

  • Cannot select a program to open the file with

    HI - in Windows Explorer, I am trying to choose a program to open a file with.  I right click then select "Open with", then select the program .exe file.  However, when I click Open, the program I selected does not appear in the list of "other programs."  In addition, once I get it appears in the 'Other programs' list, the program will automatically display when I right click and select 'open with '?  It does on my other computer.  I try to open a picture in Photoshop Elements (as a shortcut) and would like the program appears when I right-click as well as show as an option for a program to open the jpeg format with Windows Photo Viewer (as it does on my other computer).  Thanks for the help!

    Hi - Thanks for your reply.  I actually got to work a little renaming the exe programs.

  • Whenever I try to open a program get this error: "open the file with.

    whenever I try to connect to the internet or open a program, it rises, open this file with, iwas only able to connect today by selecting search for the appropriate Web file how can I disable that I don't know why he started doing this help please.

    whenever I try to connect to the internet or open a program, it rises, open this file with, iwas only able to connect today by selecting search for the appropriate Web file how can I disable that I don't know why he started doing this help please.

    Open this link below, go to the answer given by Phantom 010
    http://forums.techguy.org/Windows-Vista/899995-solved-Open-box-opens-every.html

    t-4-2

  • Could not open the file with the extension of trx

    When I try to open a file with an extension of trx, he is unable to do anything, or, once so far, opened a blank web page.

    Any suggestion please?

    http://FileInfo.com/extension/Trx

  • How to open the file in a folder and to treat them with a program systematically

    Hello

    For my second question of the night.

    I wonder if there is a way to open all files in a folder, they pass through a vi and then add the output to a table or a spreadsheet? This would save me a lot of time and my wrists.

    Thank you

    Use folder list and automatic indexes on all the names of files in a loop FOR, processing each file in the list.

  • Toolbar in Dreamweaver suddenly disappeared and I can't open the files with Dreamweaver

    I use Dreamweaver CS5. I use it almost everyday and have for several years.

    Suddenly, when I opened Dreamweaver, the elements of the toolbar (file, Windows tools) are not displayed, and when I try to open a file using Dreamweaver from the Finder, nothing past is. The application seems to open but nothing does not appear or work.

    A few days ago I had to restore everything from Time Machine after a hardware solution from Apple. Dreamweaver has worked well for a few hours, and then it happened...

    I just uninstalled and reinstalled Dreamweaver - no difference.

    Does someone understand what could be the problem? Maybe a few small adjustments, extension or file?

    Screen Shot 2014-05-13 at 2.12.00 PM.png

    I would try to empty the cache memory program: removing a corrupt cache file

    Then the restore Prefs if the above does not work: http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html

    Then reinstall cleaning if does not work: use of the cleaning tool CC to solve installation problems | CC, CS3 - CS6

  • How can I open a .nrl in firefox extension, currently, it returns a text string instead of opening the file with the default program.

    When I click on a file .nrl extension (belongs to the autonomy I - manage your software) it returns a string of code (which is in the shortened link) instead of following the link and the return document. Is it possible to say Forefox connect to the document that the shortcut is linked to? The .nrl file extension belongs to a piece of software called FileSite (document management system).

    What type of content is displayed in "tools > Page Info > general" If you open a file of this type?

    • Press F10, or press the Alt key to bring up the 'Menu Bar' temporarily if the menu bar is hidden.

    As displayed above, simply configure the server to send this file with the MIME type supported for Firefox to open a dialogue rather than make the file.

  • Problems with opening the file with while loop

    Hello everyone,

    It is probably a quick question, but I know how to open data files in Labview. The attached code works if you enter a file from the folder on the front panel button. However, if the path is empty and you press the run (arrow) button, a dialog box appears and asks you the file.

    I select the file, but the dialog box keeps coming back. I think it has something to do with my while loop. Can someone tell me where I'm wrong?

    Thank you!

    TheLT


  • I can't open the files with the extension .wmv either... I use Windows XP

    When I receive files with file extension wmv I can't open them?  Why?

    Hottaye,

    Welcome to the Microsoft Answers community.

    You use Windows Media Player to access the .wmv file? If this isn't the case, follow these steps:

    1. save the WMV file on your disk.

    2. then, right click, click on Open withand then click Choose default program.

    3. in the open with dialog box, click Windows Media Player, and then click OK.

    In case you don't have it:

    Windows Media Player download

    You receive an error message?  Can you play other .wmv files that you do not receive as an attachment?  In Windows Media Player, play a different file that uses the same extension of file name as the file that you were using when you received the error message. If the other file plays correctly, then you try to play the original file may be damaged.

    I can't wait to hear back on your part.

    Lisa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Maybe a stupid question, but I can open the files with version 8.2 with creative cloud?

    I have now Web Design Premium CS6 and can´t the files opened with version 8.2.

    If I get CC - he gets it working?

    Yes Linda.

    CC will work for these files.

  • Open the file with Photoshop CS2 JP2

    Does anyone know how to open JP2 (JPEG2000) files with Phoshop CS2?

    Thanks in advance!

    Check the plug-ins option on the installation disc. Otherwise, download a replacement image viewer / converter program and convert the file.

    Mylenium

Maybe you are looking for

  • Change my hard drive

    Hey,. I use a MacBook Pro early 2009 (MBP52.008E.B05 of boot Rom, unable to update to this version) El Capitan 10.11.5 and want to change my original with a new SSD hard disk drive to get "a faster Mac. No problem with installation of the new hardwar

  • Non-free pages?

    I have an iPhone 6 and a MacBook Air 11 "2015. According to the website of apple, iWork suit e.g., Pages, Keynote, and Numbers should be free. But this isn't in my case on my iPhone. I bought my iPhone on May 25, 2015. I read a lot of the same issues

  • Colour bluish on HP laptop.

    Hello guys, I have the HP PAVILION notebook 15-E009TU. It's just 10 months. I had a few gray lines in the LCD screen a few days ago and called hp for warranty replacement. a technician came and replace the LCD screen with a new one. However, the new

  • hpzsetup not found

    I am looking to re - install a Deskjet 5440 to an operaing HD reformatted with XP Professional.  The printer worked fine before so this problem is strictly related to the installation of the software. When I insert the dialog box installation CD inst

  • 6 of Lightroom, bought for download, blue screen of death to try, running so slowly.  Help?