Adobe is providing advance notice to help customers prepare for the change. Retiring the Shockwave player for Windows is the last step in a multi-year process: Adobe Director, an authoring tool for Shockwave content, was discontinued on February 1, 2017 and the Shockwave player for macOS was discontinued on March 1, 2017. Click the Tools (gear) icon. In the pop-up menu that appears, choose Manage Add-Ons. In the dialog box that appears, select Toolbars and Extensions. In the list of add-ons, look for Shockwave ActiveX Control (another name for Shockwave Player). In the Status column, check to see whether Shockwave ActiveX Control is disabled. Download Macromedia Authorware. Create learning applications such as charts and graphs. Create learning applications such as charts and graphs. Great tool that helps PC owners update their machines' Flash capabilities. Blumind 3.2.902.24361. Windows freeware for plotting relationships between ideas, goals and concepts into maps.
This guide will show you how to curate Authorware applications using Flashpoint Core.
Before You Start
Free macromedia authorware 7.0 download software at UpdateStar - Supported Products:GeForce 500 series:GTX 590, GTX 580, GTX 570, GTX 560 Ti, GTX 560, GTX 550 Ti, GT 545, GT 530, GT 520, 510GeForce 400 series:GTX 480, GTX 470, GTX 465, GTX 460 v2, GTX 460 SE v2, GTX 460 SE, GTX 460, GTS 450, GT 440, GT. An Authorware Player Update or Authorware Web Player Security dialog will pop up: Click OKto allow Authorware to run. You may see this or a similar dialog multiple times. Each time, click OKto allow Authorware to install and configure properly.
This tutorial will assume you've read the standard Curation Tutorial, which is highly recommended to go through. Try curating a Flash game before moving on to other platforms like Authorware.
Authorware Updater
Recognizing Authorware
Authorware 7
There are three main components to look out for that signify that the application on the website is an Authorware applcation:
- The website mentions the requirement of the Authorware Web Player or Authorware Plugin
- There is a button prompting the user to download Authorware
- (Google Chrome) The application displays a This plugin is not supported error, and right-clicking on it labels the application as an x-authorware-map
An example of a button that can be found with an Authorware application.
An Authorware application not displaying properly in Google Chrome.
Authorware Components
Authorware web applications are comprised of three main components:
.aam
- The Authorware Map File, which lists all the packets and xtras that the Authorware application will download and run..aas
- The Authorware Shocked Packets or Authorware Segments, which are the script files needed to run the application..X32
- Xtras required for functions such as image and audio display.
Authorware
The .aam
and .aas
files will be located in the same directory, while the xtras will be located in a sub-directory conveniently labeled as XTRAS
.
Other files required by the application (such as .u32
and .xmo
files) will be listed in and can be found in the same directory as the map file.
Curation Steps
- Navigate to the page which is hosting the Authorware application. One of three events should occur:
- If the map file is embedded with only the <embed> tag, as with Mineshaft, then your browser should automatically download the map file
- If the map file is embedded with the <object> tag, as with eLearning Calculator, then go to Inspect Element, find where the map file is embedded in the source code, and download it
- If downloading the map file instead opens it in browser as a text file, as with Stroop Experiment, then go to Inspect Element > Network, refresh the page, right-click on the .aam file and click 'Save as...'
- Download the webpage that the Authorware file is being hosted on. If you want, you may also want to save the webpage containing the link to the Authorware application, as how Mineshaft was curated as a reference
- Open the
.aam
file in a text editor, such as Notepad++, and download all the shock packets, xtras, and any other files listed. The map file should typically look like this: - Follow the Curation Format and place all files in their necessary folders.
- Set the Platform to
Authorware
- Set the Application Path to
FPSoftwareBasilisk-PortableBasilisk-Portable.exe
- Set the Launch Command to either the webpage hosting the Authorware application or the webpage containing the link to the application
- Set the Platform to
- Run your Authorware application. If all goes well, fill out the necessary metadata, export your curation, and submit it to the Flashpoint Discord server in the
#other-game-curations
channel. Remember to use the Authorware emoji when submitting
- You may encounter an issue where, in an embedded Authorware application, clicking outside of the plugin page results in the application becoming unresponsive and unable to refocus. In the event this occurs, change
<param name='WINDOW' value='inPlace'>
to<param name='WINDOW' value='onTop'>
andwindow='inPlace'
towindow='onTop'
where applicable in the source code of the application webpage
Running an Authorware Program in Flashpoint
This section will serve to detail exactly how an Authorware application runs in Flashpoint.
- Upon running an Authorware application in Flashpoint, you will be prompted with a dialog box asking you if you wish to run the Authorware application.
- Typically, this dialog box will become unresponsive, and Basilisk will display another dialog box claiming that the plugin is not responding. When this occurs, click Continue to allow the plugin to keep running.
- Should the dialog box now become responsive, click OK to allow the Authorware Player to begin downloading the necessary files. If the dialog box is still not running, you may need to run the application again.
- If all goes well, the Authorware application should now being playing. Upon running this application again, you should not be prompted with the dialog boxes and the application will immediately begin.