This TechNote describes how to code a map (AAM) file to create a web-packaged file that uses the Flash Asset Xtra to display Shockwave Flash files (SWF) in Authorware.
| Note: The information contained in this TechNote is correct for historical versions of the Authorware Web Player, but not necessarily correct for Authorware Web Player, version 2004, released in June 2004. All users are encouraged to upgrade their web player. |
The lines that you edit in your map (AAM) file depend on how you imported the Shockwave Flash(SWF) file into Authorware. The following map files (AAM) are examples based on the Shockwave Flash (SWF) import method.
Note: If you are using a UNIX server, you need to follow UNIX naming conventions. See Naming conventions on Unix servers (TechNote 13421) for more information.
- For Shockwave Flash files (.swf) embeded into Authorware
There is no need to edit the map file since the Xtras are included in the Authorware Web player. - For Shockwave Flash files (.swf) externally linked to Authorware.
ver 0 5
get .
put Xtras
bin win32 "Flash Asset.x32""Flash Asset.x32" recycle,length=212992
bin win32 "MoaFile2.x32""MoaFile2.x32" recycle,length=58880
get .
put DOWNLOAD
bin win "myflash.swf""myflash.swf" recycle
seg all flas0000.aas 0 3237
opt all
BypassSecurityDialog=FALSE - For Shockwave Flash files (.swf) linked to Authorware via a URL.
ver 0 5
get .
put Xtras
bin win32 "MoaFile2.x32""MoaFile2.x32" recycle,length=58880
bin win32 "Flash Asset.x32""Flash Asset.x32" recycle,length=212992
bin win32 "Ineturl.x32""Ineturl.x32" recycle,length=737728
get .
put DOWNLOAD
seg all flas0000.aas 0 3237
opt all
BypassSecurityDialog=FALSE
For more information about playing Flash inside Authorware, please refer to the TechNotes and articles listed below:
- Using Macromedia Flash Asset Xtra (Part I) (TechNote 15061)
- Using Macromedia Flash Asset Xtra (Part II) (TechNote 15062)
- Capturing an event from a Flash movie in Authorware (TechNote 14152)
- Using Shockwave Flash Object ActiveX control in Authorware (TechNote 12037)
- Flash movies ignore actions when using the #frame property (TechNote 14373)
- Using Flash movies in Authorware 5
- Flash Asset Xtra Show Me
- Anatomy of the ActiveX Show Me
Keywords:
tn_13422

