Editing an Authorware v6 file in v7 demo

My organization has contracted out the construction of a CBT
that was done in Authorware v6. Now it falls to me to edit an error
in the content, and we do not have Authoriware available. Online,
there is a demo for it in v7. However, my problem is that will that
work, and if I successful publish the file, can I rollback to v6,
to maintain the existing infrastructure and the versioning that we
have? (v6).

> 1. The trial edition is only good for 30-days. Anything
you make with it
> (and package) will get a splash screen that says that it
is for
> non-commercial use only.
Although, you are not supposed to use it for commercial
products, I
don't remember this actually being here? Although it's been a
while
since I looked! Are you thinking of the educational version?
>
> 2. The trial edition is Authorware 7.0 which is very
buggy. You need to
> upgrade to v7.02, but I'm not sure that you can upgrade
the trial
> edition or not - perhaps someone here can chime in on
this?
>
No you can't update the trial, so you would be stuck with the
buggy 7.0
version anyway.
> 3. Once your program is upgraded to v7.02 you cannot
open it in an
> earlier edition. Like many other programs out there -
once you go
> forward you can't go back.
>
> I am sure that there are many people here, myself
included, that have
> 6.5 and would be willing to make the changes for you.
Feel free to
> contact me off list if you need some help. If you check
eBay you may
> also find a copy of v6.5 floating around as well.
I've got 6 and 6.5 if you would like some assistance. Contact
details
are on the website in the signature.
Mark
Authorware Media Synchronization Command:
www.authorwarextras.co.uk --> Commands
Media Synchronization made easy !
EuroTAAC eLearning 2007
www.eurotaac.com
www.AuthorwareXtras.co.uk
www.freelists.org/list/flashelearning

Similar Messages

  • How to Edit a XML data file from AS3 class...

      Hi...
                 I need to edit an XML data file I have at the exit of application.... I have a demo code which is not working....
    This is the code :
    public function UpdateData():void
                   trace("Closing....");
                   var FileData:XML=<Hello>Hai</Hello>
                   var urlLdr:URLLoader = new URLLoader();
                   var urlRqst:URLRequest = new URLRequest ("AppData.xml");
                   urlRqst.data=FileData;
                    urlRqst.contentType = "text/xml";
                   urlRqst.method = URLRequestMethod.POST;
                   urlLdr.load(urlRqst);
    This AppData file already exist and has some data in it.
        Plus :
       How to find the application is exiting.

    use:  fscommand('Quit');
    to exit your app.
    and this is how you would use the urlloader class to save data:
    public function UpdateData():void
             trace("Closing....");
              var FileData:XML=<Hello>Hai</Hello>
    var urlVar:URLVariables=new URLVariables();
    urlVar.fileData=FileData;
                var urlLdr:URLLoader = new URLLoader();
               var urlRqst:URLRequest = new URLRequest ("this must be an executable to parse and write data");
               urlRqst.data=urlVar;
               urlRqst.contentType = "text/xml";
                   urlRqst.method = URLRequestMethod.POST;
                  urlLdr.load(urlRqst);
    but i don't think you can use an executable on a fl4 device so you will need to use a different class.  i don' know how you're storing an xml file on a fl4 device but you should be able to use the sharedobject to read and store xml.

  • How to open and edit a TopLink .mwp file?

    I can not open the toplink_mappings.mwp file using JDeveloper tool.
    How to open and edit a TopLink .mwp file?
    Thank you

    Hi,
    Use JDeveloper to import the mwp project .In Jdeveloper,File->Import->ToplinkWorkbench->Select the .mwp file and can work from JDeveloper in editing the tlmap.xml and session.xml.
    Regards,
    P.Vinay Kumar

  • How open and edit the coherence.xml file?

    How can I open and edit the coherence.xml file?
    I cannot find the coherence.xml file in the coherence.jar package.
    Thank you,
    June

    If you are intent on changing the coherence.xml file, then you could use the JAR command (that comes with Java) to extract the coherence.xml file from coherence.jar and the later repackage the coherence.jar file using the udpated coherence.xml file, e.g.:
    C:\java\opt\coherence-331\lib>jar -xvf coherence.jar tangosol-coherence.xmlextracted: tangosol-coherence.xml>
    Instead of using JAR, on Windows you can associate the .JAR, .WAR and .EAR extensions with WinZip and use it to access / modify the contents of JAR files.
    However, the suggested approach is as follows, and does not include any changes to the tangosol.jar file:
    The tangosol-coherence-override-dev.xml file can be found in the coherence.jar file. After editing this file (in this case to define a unique value for the port system-property value for the multicast listener), save the file and add it to the server's classpath. When the server is executed, the values in the tangosol-coherence-override-dev.xml file will override any corresponding settings in the tangosol-coherence.xml file.Peace,
    Cameron Purdy | Oracle Coherence

  • HT5177 How can two people edit the same FCPX file? One company, so both people/computers share the same license. Example: I work on revision A and my boss takes it and makes revision B and gives it back to me using two separate computers.

    How can two people edit the same FCPX file? One company, so both people/computers share the same license. Example: I work on revision A and my boss takes it and makes revision B and gives it back to me using two separate computers.

    Have the project, events and media on one drive which is common to both macs.
    You can download FCP X to both macs using the same Apple ID that it was purchased with.
    Andy

  • How can I edit an RH9 .hhc file (XML format) to include a portion of a RH8 TOC (HTML format)?

    I blend output from a third-part application (Sandcastle) into an existing RH8 project.  I do this by decompiling and importing the HTML, then editing the RH8 .hhc file to include the .hhc information from Sandcastle.
    This worked fine until RH9 (and now RH10), where the format of the .hhc changed to XML.  Can someone tell me how to approach this now?  Currently, I worked around this by creating a RH8 project with the imported HTML/hhc from Sandcastle, then upgraded that project to RH9.

    I decompile the CHM file produced by Sandcastle because Sandcastle output does not provide an index file (.hhc) that I can use to edit the main TOC in my RoboHelp project.
    The Sandcastle HTML output files that I import into Robohelp have very intricate nesting and hyperlinking, so autogenerating a TOC in RoboHelp does not produce the desired results. Decompiling is the only way I see to obtain an index file that Robohelp will recognize and add/edit to the existing TOC.
    This may be ignorance on my part, but I can't look at an HTML-based .hhc (RH8) and know how to edit it to be XML-based (RH9).
    See below for examples.
    (RH8 .hhc)
    <UL>
          <LI><OBJECT type="text/sitemap">
            <param name="Name" value="SecurityKeywordList Class">
            <param name="Local" value="html/A077D816.htm">
          </OBJECT></LI>
          <UL>
            <LI><OBJECT type="text/sitemap">
              <param name="Name" value="SecurityKeywordList Members">
              <param name="Local" value="html/11169289.htm">
            </OBJECT></LI>
          </UL>
          <UL>
            <LI><OBJECT type="text/sitemap">
              <param name="Name" value="SecurityKeywordList Methods ">
              <param name="Local" value="html/F3929639.htm">
            </OBJECT></LI>
            <UL>
              <LI><OBJECT type="text/sitemap">
                <param name="Name" value="Find Method ">
                <param name="Local" value="html/3EA4BB08.htm">
              </OBJECT></LI>
            </UL>
            <UL>
              <LI><OBJECT type="text/sitemap">
                <param name="Name" value="FindAll Method ">
                <param name="Local" value="html/B9BC3800.htm">
              </OBJECT></LI>
            </UL>
          </UL>
          <UL>
    (RH9 /hhc)
    <item name="KeysetList Class" link="Unity\html\CE1C2166.htm">
         <item name="KeysetList Members" link="Unity\html\B924C78B.htm">
         </item>
         <item name="KeysetList Methods" link="Unity\html\2296b028.htm">
          <item name="Find Method " link="Unity\html\15B259BE.htm">
          </item>
         </item>
         <item name="KeysetList Properties" link="Unity\html\e98d8b4e.htm">
         </item>
        </item>
        <item name="Keyword Class" link="Unity\html\AC081184.htm">
         <item name="Keyword Members" link="Unity\html\AF52F347.htm">
         </item>
         <item name="Keyword Methods" link="Unity\html\C9317DF2.htm">
          <item name="Clone Method " link="Unity\html\2B16250F.htm">
          </item>
          <item name="Equals Method " link="Unity\html\5AA411AE.htm">
           <item name="Equals Method (Object)" link="Unity\html\EE184CE3.htm">
           </item>
           <item name="Equals Method (Keyword)" link="Unity\html\D600E80A.htm">
           </item>
          </item>
          <item name="GetHashCode Method " link="Unity\html\9A9979B7.htm">
          </item>
         </item>
         <item name="Keyword Properties" link="Unity\html\5A9776D1.htm">
          <item name="AlphaNumericValue Property " link="Unity\html\3CA3F3CF.htm">
          </item>
          <item name="CurrencyFormat Property " link="Unity\html\66CFE652.htm">
          </item>
          <item name="CurrencyValue Property " link="Unity\html\C2A5A2F6.htm">
          </item>
          <item name="DateTimeValue Property " link="Unity\html\B7358EF1.htm">
          </item>
          <item name="FloatingPointValue Property " link="Unity\html\6EA77C25.htm">
          </item>
          <item name="IsBlank Property " link="Unity\html\32367245.htm">
          </item>
          <item name="KeywordType Property " link="Unity\html\976D4B82.htm">
          </item>
          <item name="Numeric20Value Property " link="Unity\html\5A9DF184.htm">
          </item>
          <item name="Numeric9Value Property " link="Unity\html\56FE0652.htm">
          </item>
          <item name="Value Property " link="Unity\html\25A1DCBB.htm">
          </item>
         </item>
        </item>

  • How can I export an edited image to a file?

    I can't seem to find a way in iPhoto 09 do this. Can I export an edited image to a file, keeping the edits intact, or do I have to use a 3rd party editing app when I edit from inside iPhoto 09?
    I would prefer to use iPhoto's editing tools so should I import previously cropped images into iPhoto? If yes, what file should I use? I was wondering if anyone does this on a regular basis and if there issues doing this.
    I like the editing tools in iPhoto very much. In other apps I have always cropped, resized, corrected levels and a bit of color. I am not a power user by any means and I am close to doing this all in iPhoto if I could only export the edited image to a file.
    The reason I want to do this is because the printing portion of my work flow is to upload files to my merchant who prints them and are ready for nearby pickup within an hour. This is all done at a very reasonable price and the color accuracy is very close.
    Any advice would be greatly appreciated.
    Regards,
    Jim

    You can edit from iPhoto by dragging to the desktop or exporting using the File -> Export command, setting the Kind to anything except original.
    But you probably don’t need to:
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 Only*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Apple-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and 10.5* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Regards
    TD

  • Is there a way to open and edit my iMovie HD files with iMovie '09 and later versions?

    I am getting ready to update an older iMac from Tiger to Mountain Lion. (Long overdue, I know) I have several files that I created using iMovie HD. After I update, will the new versions of iMovie be able to open and edit my iMovie HD files?

    I don't think that iMovie 11 is backwards compatible with iMovie HD 6.
    If you still have the install disks for iMovie Hd 6 (iLife 6) you can keep it alongside the newer version:
    Happily this is easily achieved, but it has to be done backwards.
    Delete iMovie 11 (just drag it to the trash). Now install iMovie 6 from the iLife 6 install disks. Update it to iMovie 6.0.3.
    Now re-install iMovie 11. This automatically moves iMovie 6 into a folder it creates in your Applications folder called iMovie Previous Version.
    Then reinstall iMovie 11.
    iMovie 6 works great with iDVD 7.
    Now you have them both, and you can have both in the Dock as well.
    Alternatively you could try this method, suggested by poster Uitech:
    Open a terminal and type "touch /Library/Preferences/com.apple.iLife011.plist"
    (No quotes)
    Install iMovieHD6 from the iLife 6 install disk.
    This works with both Leopard and Snow Leopard Macs.

  • Unable to edit the MobileXI3BB.jad file for pre-configuration settings

    According the Note:1542478 - How to pre-configure connection settings for BusinessObjects XI 3.1 Mobile clients?
    We are trying to edit the MobileXI3BB.jad file to avoid the Config seeting from client side.But wonder we are not able to see the below details in our MobileXI3BB.jad:
    BOBJ_MOBILE_AUTH_SERVER: <mobile server>
    BOBJ_MOBILE_AUTH_PORT: <Port of VAS Service, for example, 11011>
    BOBJ_MOBILE_CMS: <cms address>
    BOBJ_MOBILE_AUTH_METHOD: <authentication type>
    Can any one help us how to solve this?
    Edited by: Srikencha on Jun 3, 2011 8:58 AM

    Hi,
    you won't see this code,you need to add this code to the MobileXI3BB.jad file
    BOBJ_MOBILE_AUTH_SERVER:<mobile server>
    BOBJ_MOBILE_AUTH_PORT:<Port of VAS Service, for example, 11011>
    BOBJ_MOBILE_CMS:<cms address, for example CMSCOLPAL:6400>
    BOBJ_MOBILE_AUTH_METHOD:<authentication type> where <authentication type> could be any one of these values based on your requirements: secEnterprise, secWinAD, secLDAP, secSAPR3.

  • I can no longer edit information for streaming files in Get Info.

    I can no longer edit information for streaming files in Get Info.

    Similar problem here. My Ical refuses to edit or delete events. Viewing is possible, though sometimes the whole screen turns grey. Adding new events from mail is still possible. The task-pane completely disappeared. My local apple technic-centre messed about with disk utility for a bit and than told me to reinstall leopard. I could of course do that, but it seems to me that reinstalling Leopard just to fix iCal events is a bit invasive.
    I tried also tried removing everything, installing a new copy of iCal from the leopard-cd, software updates, all to no avail.
    At the moment I'm open to all suggestions that do not include a complete leopard reinstall.

  • I've been using Elements 10 on my windows 7 machine editing RAW/NEF picture files taken with a Nikon D40X camera with no problems. I upgraded my camera to a Nikon DX7100 and can no longer load my RAW/NEF into elements 10. Is there a compatability problem

    I've been using Elements 10 on my windows 7 machine editing RAW/NEF picture files taken with a Nikon D40X camera with no problems. I upgraded my camera to a Nikon DX7100 and can no longer load my RAW/NEF into elements 10. Is there a compatability problem with my new camera? Will upgrading elements to a newqer version solve the problem?

    NEF's for the D7100 should work with the latest version PSE13
    You can download here and try free for 30 days:
    https://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us&PID=2159997 #

  • How to export the text edit data to excel file without splitting the data in excel file?

    how to export the text edit data to excel file without splitting the data in excel file?
    I have a requirement in SAP HR where in the appraiser can add comments in the area given and can export that to excel file. Currently the file is getting exported but the comments getting split into deifferent rows.
    I want the entire comment to be fit in one row.
    Please help.
    Thank you

    Hi,
    if your text edit value is stored in 'lv_string' variable.
    then before exporting the value to excel you have to remove CL_ABAP_CHAR_UTILITIES=>NEWLINE
    that is '#' from the variable lv_string.
    for that use code some thing like this.
    REPLACE ALL OCCURRENCES OF CL_ABAP_CHAR_UTILITIES=>NEWLINE in lv_string WITH space.
    I think this will do the trick.

  • Anyone Figure Out How To Edit Using Canon .mxf Files?

    my Canon xf105 .mxf files won't import into Adobe Premier Pro 6.0.3...  Keep getting a "generic error".... and I've tried everything!
    I've downloaded the Canon utilitiy, tried merging the clips, tried isolating the .mxf files, tried not touching the clip structure at all.....
    PLEASE HELP!!
    I'm using a Mac OS 10.8.2 on Mountain Lion.

    Put the CONTENTS folder in its own folder and name it e.g. Card 1.
    Go to the Media Browser and click on Card 1.
    Now your clips will show up and you can import them.
    Or go to the Project Window and click on Card 1 and Import Folder.
    If you want single files.
    Open XF Utility and Set Virtual Media (File) for Card 1.
    Select all files and Export to MXF (Edit).
    These single files can be imported into the Project Window.

  • Edit the Default CSS file

    I want to know if there is a way to edit the default CSS file for Webi.  The reason I am asking is because of the way in which hyperlinks are formatted.  When I go into the document properties and change the formatting (color only), it does not update on my actual report.  Also, I want to be able to remove the underlines from all hyperlinks without having to go in and do it manually using inline CSS. 
    Is there a default CSS file out there that can be edited?  Where is it located and how to I ensure it's used in all my reports?  Thanks.

    Hi Keith,
    Following is the location of the CSS file in 4.0
    C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\images\WebIDefaultStyleSheet.css and
    Note that for the BI 4.0, you would not be able to update the default style after the document creation. If you want to modify default style, you must :
    1. update the .css file stored in the images folder of your server installation or rich client and
    2. then create a new webi document to see your style modification.
    Hope it helps.
    Faisal Vakil

  • How can i edit a scanned pdf file in adobe 9 pro ?

    how can i edit a scanned pdf file in adobe acrobae 9 pro ?

    With Clear Scan you get the text replacing the graphics of text. That can be edited. If you do searchable PDF conversion, you can still edit (I think). However it is an edit of the hidden layer of text behind the graphic and does not show on screen normally.
    Usually the best choice is to ask the author for the original file to edit. If that is a copyright issue, then you should not be editing anyway.

Maybe you are looking for