Authorware exe file to run in Moodle

Can an authorware exe file run in Moodle, without the users having to download the AW player?  How is this done?

No .exe file can run in any web-based product. If you provide an .exe via the web, it must be downloaded to the user's computer and played locally.
Now, you can publish Authorware for the web, but then users must have the Authorware Web Player installed for it to work.
So, to answer your question directly; No, and it isn't done. ;-)
Erik

Similar Messages

  • Unwise.exe Files not run on Windows 8.1 SSSS

    So unwise.exe Files not run on Windows 8.1 I Tried too! much but when i run it , it will not open i also tried To run as Administor but not works i am downloaded GTA San Andreas Admin console for my GTA San Andreas that one was unwise.file its not opening
    what should i do?
    Reply Please!

    So unwise.exe Files not run on Windows 8.1 I Tried too! much but when i run it , it will not open i also tried To run as Administor but not works i am downloaded GTA San Andreas Admin console for my GTA San Andreas that one was unwise.file its not opening
    what should i do?
    Reply Please!

  • Error:The specified network address is currently in use when exe file is run

    I get this error(above) when i run my executable files.My exe file is in directly in c:\codes\application.exe. After this, i also like to know how do i enter the URL in a web browser to access this exe file. I have created and change the labview.ini file to application.ini and put it in the same directory as my exe file already.
    Kindly provide me with a detailed solution to solve this problem. Thanks

    I am not sure what you are doing but I think this is the information you are looking for:
    Can I Make My LabVIEW 7.0 Executable Use Remote Front Panels?
    There are several other simmlar pages on the web. I went to Advanced Search and looked for executable remote front panel .

  • How do I get the Adobe Presenter trial .exe file to run? I'm getting an error requiring placement into a designated folder,

    Getting an error trying to run the Adobe Presenter trial .exe file because it is requiring that the file be placed in a designated folder with the other downloaded file. How do I solve this problem?

    Thanks, the offset command worked well. I did have to modify the script some more, there was really no reason for the first repeat loop using the offset command. Also, I had set my text item delimiters to tab for another script, and that was causing problems running this script. I think I have everything fixed now. This is the final version.
    set my_folder to choose folder
    tell application "Finder"
    set myfolderstring to name of my_folder as string
    set myfolderlist to every character of myfolderstring
    end tell
    set mycolorlist to {"A_Green", "B_Teal", "C_Purple", "D_Pink", "E_Yellow", "F_Orange", "G_Blue", "H_Black"}
    set my_break to offset of "_" in myfolderstring
    set the_code to items 1 thru (my_break - 1) of myfolderlist
    set the_code to the_code as string
    repeat with i from 1 to number of items in mycolorlist
    set the_color to item i of mycolorlist
    tell application "Finder"
    make new folder at my_folder with properties {name:the_code & "_" & the_color}
    end tell
    end repeat

  • Converting .java to .exe files  to run those without runtime environment

    i want to convert my java code to a windows application file so that when ever i have to take it to some place for description, i would not require to install java run time environment. and can show up the working of the code with the help of it..................

    Converting a Java application into an exe file
    This question is sometimes asked many times on a single day in the comp.lang.java.* newsgroups, and I always end up asking the same question: why do you want to? Most answers fall into one of four categories, and each prompts a different course of action. Most of the time, an exe file isn't actually required.
    Reason 1: Speed
    "Java is interpreted, so I want to make it native and make it faster." Well, very few modern desktop VMs actually spend much time interpreting Java bytecodes these days. Everyone and their dog has a JIT (Just In Time) compiler which will compile your code into native form before running it. Smart VMs will do this only when appropriate (ie if the code is going to be run more than once, or contains loops etc), and may recompile the code on the fly if the conditions change (eg if a subclass is loaded which invalidates some inlining optimisations, or if the code is run very frequently and therefore merits more aggressive optimisations). The bottom line is that for most applications, Java running on a VM is pretty fast these days. It's usually pretty close to the speed of a natively compiled and similar C/C++ application - certainly I've seen changing compiler (or compiler options) for C/C++ make more difference to speed than going between Java running on a VM and natively compiled Java.
    There are some situations where the speed difference is significant. If you're really desperate for that extra bit of performance, try evaluating one of the native compilers listed here with your particular application. Make sure you write some real benchmarks though - vague notions of "feeling faster" may well be down to preconceptions.
    Remember, too, that as new VMs come out, they tend to improve performance. That means that to get the best out of your application if it's running on a VM, the user only needs to download a later VM - no action is needed on your part. If they're using your natively compiled code, you'll probably need to recompile on a later version of the native compiler, if one is available.
    Reason 2: Being able to open an application by double-clicking on it
    If you can ask the user to install a JRE first, executable jar files are the way to go here. They're very simple to set up and use, and it won't cost you any money. See "Jar" in the Java Glossary for further information on how to create an executable jar file.
    Reason 3: Not having to distribute a jar file and the JRE
    Well, in some form or other, your users will need a runtime environment. Some native code compilers even require you to have a JRE installed as well! Chances are you're not going to be able to create a much smaller download, if that's the worry. However, there are other options here which make it easy to install your application. There's Java Web Start which also includes automatic upgrading of your software, but which will impose some restrictions (a bit like an applet, but slightly less restrictive) unless you sign your application. Alternatively, there are quite a few installers available, some of which are free (or free for personal use). See Installer in the Java Glossary for a list of some of them.
    Reason 4: Intellectual property protection
    Java byte-code can be decompiled pretty easily, and even obfuscators can only do so much. Here, native compilers really do make a difference. Obviously they won't make your code totally impossible to understand, but it'll be very difficult to get back to Java sources which could be modified and recompiled. The only further question to ask at this stage is whether the downsides of native compilation (eg it being a less-well-used (and therefore likely to be less solid) platform, being expensive etc) are worth the upside of the added protection. In some cases the answer will be yes, in some cases the answer will be no.
    What next?
    If, after reading through the above, you still want to try a native compiler, you can usually evaluate them before buying them. (Some are free, of course.) There's a list on Marco Schmidt's web-site, along with another view of the pros and cons.
    I go the above article in : http://www.yoda.arachsys.com/java/javaexe.html

  • Help me. I don't know which exe file to run to be able to program

    when I downloaded java 1.3.1_02, i think, there are so many 'exe' files that auto-terminates. I do not know which one to run as to be able to go to the programming thing.

    To go to a command prompt:
    If you are in Windows, open up an MSDOS window
    On Unix/Linux, open up a new window.
    Write your code in a file called xxx.java (replace xxx by the name of your program, for example, calculator.java) and when you are done, just do:
    javac *.java
    to compile your code. This creates .class files for all your classes. If there are no errors, then run
    java xxx
    (assuming xxx is the name of the program, and is the "main")

  • Two .exe files to run sequentially

    Inside a class, I am running two .exe files. But even before the first .exe gets terminated, the second .exe file is getting executed.
    Could someone please tell me how do I run these two .exe files sequentially.
    At present no error is thrown, but the necessary number of files are not created from both the .exe files.

    If I am right in understanding, is this what you meant for me to do. But still from the below code, before the execution of the first .exe, the second .exe is getting executed.
    Please tell me what updations to do in my code.
    public class Compile
         int flag=0;
         public Compile()
         void compileFile(File newFile, String renameSub, File outputfile, String fontName, String IntallPath) throws IOException
              String FirstParam = "C:\\Temp\\Installation\\test.tex";  
              String FirstParam2 = "C:\\Temp\\Installation";
              String SecondParam = "C:\\Temp\\Installation";  
              try
                   Process proc1 =Runtime.getRuntime().exec("cmd /c start /MIN tex " + FirstParam, (String[])null, new File(SecondParam));
                   InputStream stderr = proc1.getErrorStream();
                   InputStreamReader isr = new InputStreamReader(stderr);
                   BufferedReader br = new BufferedReader(isr);
                   String line = null;
                   proc1.waitFor();
                   if(proc1.exitValue()==0)
                        System.out.println("tex is executed successfully");
                        flag=1;
              catch (Throwable t)
                   t.printStackTrace();
              if(flag==1)
                   ... code for second .exe file ...
    }

  • Could I download a disguised virus in a fake Firefox update? Ever since the last upgrade none of my .exe files will run. The version number of the upgrade was lower than the latest version. My computer is in real trouble!

    I deleted the "upgraded" version and tried to reload the latest version from Firefox website. I could download it but could not run it. Computer asks for an application to run the file with, and there is none. Also, all of my system applications now no longer respond.

    That does sound suspicious. You may want to run some supplemental scans. These two tools are highly regarded:
    Malwarebytes Anti-malware : http://www.malwarebytes.org/products/malwarebytes_free
    SUPERAntiSpyware : http://www.superantispyware.com/
    If your system is clean of malware, you could completely remove all versions of Firefox and install again.
    First, I strongly recommend backing up your Firefox settings for future recovery. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Get the latest installer from http://www.mozilla.com/

  • Can not see cFP-2220 after creating an exe file

    I am using a cFP-2220 with LabView 2011. I can see the cFP-2220 with Max, the program I created runs in my PC but the data from the cFP-2220 it is slow to up date.
    I access the cFP-2220 thru the network terminal and a net card in my PC.
    I have created an EXE file to run in the PC for that test stand as a stand along program. The program runs but it does not see the cFP-2220 or any of the data been collected. The test stand PC does have MAX install. When I run MAX in the stand PC it sees the cFP-2220 and can read the data from the modules the PC is wire to the cFP-2220 thru a net card.

    Sorry for the delay to respond... I do have installed the minimun files that are available  Field Piont 6.0.10 and LabView RT 11 is part of them.
    I also using share variables. The program VI runs fine in my PC but when I create the exe file and deploy on the test stand it asks fot the location of the FPLV,dll and the NI_TGT.dll and it can not read or write to any of the DAQmx vi's.
    I accidently remove one my FP-SG-140 from the list of inputs, I did put it back but I damage how the share variables weere working I am getting and error -1950679023 and it does not see any of my inputs.
    I have another question how do I down load the variables to the cFP-2220 that is another erros that shows up when I installed other files into the cFP.

  • Installing newly downloaded .exe file

    my laptop is brand new - how come i cant get any .exe file to run and install? download went fine - when i clck run nothing happens - when itry to delete the .exe file it says it cant because installIQ is busy with it. even hours later on a 11 MB install.
    i cant find InstallIQ anywhere on my computer and i dont see wher this install is happeneing.
    HEEEEELLLLLPPPP.

    i cant find InstallIQ anywhere on my computer
    InstallIQ is a an installer with spyware/adware features. You can read about it here.
       What Is Install IQ Updater?
    I wouldn't install any application which uses that installer. It plants itself here.
       C:\Program Files\W3i\InstallIQUpdater\InstallIQUpdater.exe
    You should be able to uninstall it from Control Panel's Programs and Features.
    When you post here, always tell us which model Toshiba you have and which Windows.
    Also, paraphrasing messages is useless. Best to attach a picture.
    -Jerry

  • Opening Another Flash File during Run Time

    I know, this is too easy. How do I open a Flash.exe file
    during run time? I know the code below is wrong but some insert the
    correction?
    open_btn.onRelease = function () {
    play("C:\Documents and Settings\GameOfficeFlow.exe");}
    Forever in your debt,
    Mike

    play() is a timeline command.
    I don't think you can have Flash load/play an exe file, but
    wait awhile and see if someone else knows better on that one. You
    can have it load/play an swf version of a Flash file though.

  • Problem extracting Acrobat XI setup.exe file - using WinRAR extractor - "Windows cannot find file...

    I have downloaded Adobe Acrobat XI from my university download site (so I know it's a legit, safe copy).  When I run the .exe file, even as an administrator, it begins to extract using WinRAR self-extracting archive and stops with a pop-up error:
    "Windows cannot find "C:\Users\UserName\AppData\Local\Temp\RarSFX0\Adobe Acrobat XI\setup.exe"
    I scanned using Malwarebytes, AVG, Spybot, and ran a \scannow command.  Nothing finds a corrupt file.  Any ideas what could be causing the extractor to not work?
    I am running Windows 7 on a 64-bit Dell laptop.

    SOLUITION - I had to actually download a version of WinRAR extractor.  Right click the downloaded AcrobatXI-Windows.exe file and choose "Open with WinRAR" (this option was not available until I downloaded the WinRAR application - apparently the extractor runs automatically but doesn't have full funtionality).  Then I nagivated to the Adobe Acrobat folder in the WinRAR window and selected the setup.exe file to run.  It opened and installed beautifully.

  • Published .exe file - Captivate 5

    We recently upgraded from Captivate 3to Captivate 5, with Captivate 3 we published all of our projects as .exe files and never experienced a problem.  However, I just created a project in Captivate 5, published it as a .exe file (tried with both Flash Player 9 and Flash Player 10) and users cannot access the file.  Those of us that have the Captivate 5 application installed on our PCs can open the .exe file without a problem.  However, the users that do not have the Captivate 5 application cannot open it.  All of us have Flash Player 10 installed, therefore, I don't believe it's a problem with the Flash Player.  The error message that they are getting states, "This application has failed to start because the application configuration is incorrect.  Reinstalling the application may fix this problem."
    My project information is as follows:
    Resolution:  800x600
    Slides:  13
    Slides with audio:  0
    Audio quality:  MP3, 96 kbps, 44.100 KHz
    eLearning output:  Acrobat.com
    Display score:  Yes
    Enable Accessibility:  Yes
    Skin:  City Night
    Flash(SWF) size and quality:  Custom
    ActionScript Version:  AS3
    I also published it as an .swf file (with html) and they cannot open the .swf (I believe because they don't have a swiff point player), but could open the .html.  However, the .html doesn't work properly with posting quiz results to acrobat.com. 
    Your help is greatly appreciated, at this point, it's preventing us from using Captivate 5 for anything.
    Nikki

    Hi David,
    I don't understand why Adobe Technical support is still working on a solution .... when one has already been developed and WORKED !!! Unless other people are having a slightly different problem with publisheding as .exe file ??
    Here is the details of the bug I reported on 16th August 2010:
    Feature Request/Bug Report : Bug Report
    Product                    : Captivate
    Product Version            : version 5
    Browser                    : Microsoft Internet Explorer
    Web Server                 :
    Application Server         :
    Database                   :
    Operating System           : Windows XP
    OS version                 : 5.1 SP3
    HTTPREFERRER               : https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=5
    Feedback Report            : ******BUG******
    Captivate 5 Projects published as .exe will not run on Learners computers where Captivate 5 has NOT been installed. When they try to run the .exe file the following message is received: "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem". Learners computers are running on Windows XP
    Steps to reproduce bug:
    1. Start Captivate 5
    2. Create project from project template. Note project template was created in Captivate 5
    3. Project created contains 5 slides, 4 slides are recording slides
    4. Save project
    5. publish project as Windows .exe  6. .exe files runs on computer with Captivate installed
    7. send file to learner (with no Captivate installed) and when the try to run it, the error message appears
    Results: error message received: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem"
    Expected results: .exe file should run eLearning program created with Captivate 5
    Here is the solution (minus the attached file since I can't add files to this forum) I received on 16th August:
    We really appreciate you reporting this issue. The issue has been addressed and I am attaching the fix with this email.
    Please follow the below steps -
    1. Rename the attached 'FakeFlash.txt' file to 'FakeFlash.Exe'.
    2. Go to "<Adobe Captivate 5 Installation Folder>/ExecutablePublish"
    3. Take a backup of 'FakeFlash.Exe' file.
    4. Replace the 'FakeFlash.Exe' with the one renamed in step 1
    5. Launch Captivate, Open the Project, and publish it to Exe
    Let us know if it solved your problem.
    Thanks
    Ravi
    I suggest Adobe Technical Support talk to their colleague, Ravi, for the solution instead of re-developing it. And post it on the Adobe site so everyone has access to it.
    As much as I enjoy particatpating & helping the Captivate community ... I'm sorry I just can not act as you distributor of bug fixes because Adobe can't get their act straight on this MAJOR problem.
    Best Regards, Carol

  • HT5654 Can't update itunes. tried deleting all itunes programs as instructed, but it just won't download the .exe file

    I have tried everything I know to be able to download itunes back onto my computer since the itunes update failed.
    I have deleted all the programmes, and checked that they are deleted
    I have been struggling for weeks.   And iTines seem to want to charge me £25 for support to help me sort it out- I'm not a happy customer!

    Hello Selfdeterminant,
    Have you tried the steps as mentioned in this Apple Support kb for the iTunes Error after iTunes 11.1.4 Update : http://support.apple.com/kb/ts5376
    Did you remove all the iTunes and its Components in the Given Order.
    iTunes
    Apple Software Update
    Apple Mobile Device Support ( If unable to remove you can ignore it )
    Bonjour
    Apple Application Support
    If you are unable to download iTunes Setup file using the Default browser then have you tried downloading iTunes with a different Web Browser, if not then try that. ( Internet Explorer, Mozilla Firefox, Google Chrome)
    Save the iTunes Installer file in the Location where you can easily find it
    After removing iTunes and its components Restart your Computer once and then Right click the iTunes Setup.exe file and run the Program as Administrator
    If you are using the 64 Bit version of Windows on your computer then it is Good to change the Install Location from " C:\Program Files(x86)\iTunes " To " C:\Program Files\iTunes " while installing iTunes when it asks for the Location.

  • How do I launch and exe. file?

    I downloaded a youtube to mp3 converter.  I have the exe. file but cannot figure out how to launch it to set up the program.

    Install Windows with Boot Camp
    Exe file only run with Windows
    P.S. IMHO a very poor reason installing Windows. I would suggest doing some more ssearching for convertion programs because there are ones for Mac available.
    P.S.S. But then I never think that is a good reason to install Windows.
    Allan

Maybe you are looking for

  • Sales invoice number

    Dear gurus please help me Is there any link between material document and sales invoice number ? I have the Material document number, and P.O number with reference to these two document numbers can i find the sales invoice number ? if i can please pr

  • My iPad Mini screen cannot be seen.  Is there anything I can do?

    The screen froze and now it cannot be seen.  The iPad is charged as you can hear Siri and other functions. I tried turning off but since cannot see the screen cannot.  Any ideas?

  • Bi 7.0 and MDM integration problem

    will it be possible to do seperate application of MDM built on BI 7.0 application  in the single server which will result to provide set of tables . As per requirement in BI we have to  consolidate and harmonise of master data as a whole. Edited by:

  • Problem converting images to PDF

    Hi, I'm having some problems with Acrobat PDF Maker from within word. I have Acrobat 9 and when I convert a document that has EMF images in it it doesn't convert the images fully and bits are left out (looks like it's missing layers if that makes sen

  • Sub contractor employees

    Hello, I know this question has come many times but still I want clarification. We need to assign subcontractors to PM work center and maintain their schedule so that we can do the scheduling. Please help how to do this without creating them as emplo