Cannot insert Captivate Demo - filename contains illegal characters

RoboHelp HTML v8 on XPpro. Captivate v4.
I have created a simple Captivate v4 application demo and published to SWF.
In my RHhtmlv8 project, I create a new topic, and choose Insert > Adobe Captivate Demo.
The Insert dialog allows me to select my SWF file. It shows it in the Insert dialog and starts to play it.
No matter what my SWF filename is (e.g. abc.swf, video1.swf, etc.), when I click the OK button in the Insert dialog, I get the error:
'Unable to rename file, "abc.swf". The filename contains illegal characters.'
I have searched the forums here and find no solution.
How do you get support from this company? I went to the support link and it only showed Captivate as an option, even though I have a valid license for RH8 and have registered it. Yet - for 2 days now, I have not heard back from any support via that mechanism.
Jeff

Hi Jeff
When you attempt to insert the demo, by chance do you still have the project open in the Captivate editor? If so, you likely need to close it there before attempting to insert into RoboHelp. I've seen all manner of weirdness with this.
Another thing that seems to have happened recently that is worth looking at. When you Published your Captivate demo, did you Publish as AS2 or AS3? (For those that may wonder, AS refers to ActionScript. Similar to JavaScript and is the Flash programming language.)
I've begun to notice issues with inserting Captivate content where I have published as AS3.
Let us know... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
Adobe Certified RoboHelp HTML Training
SorcerStone Blog
RoboHelp eBooks

Similar Messages

  • URL contains illegal characters

    hi,
    The following is the error i get when i am click a link in my page
    The URL contains illegal characters. You need to encode these illegal characters: OA.jsp?page=/danka/oracle/apps/bis/supplyTrend/webui/DKProduct&fromMonth=01-Aug-2005&toMonth=01-Apr-20&periodType=MONTH geoType=ordered_item geoMainName=0-20 Copies/Minute&geoName=CANON retainAM=Y addBreadCrumb=Y&_ti=1414051287
    There is a space in my geoMainName value between 0-20 and Copies/Minute.
    I know that we have to do some encoding for this. But i am not knowing how to do it. I saw your previous thread with the same problem, but i was not able to understand.
    The following is the line of code i wrote to make a item as a link
    geoNameBean.setDestination("OA.jsp?page=/danka/oracle/apps/bis/supplyTrend/webui/DKProduct&fromMonth="+fromMonthStartDate+"&toMonth="+toMonthStartDate+"&periodType="+periodType+"&geoType=item_manufacturer&geoName={@GeoName}&retainAM=Y&addBreadCrumb=Y");
    Please guide me to encode this parameter value of geoMainName.
    Thanking you
    ri

    did you go through the javadoc for this class ?
    the usage is given there
    Thanks
    Tapash

  • Out of Memory error when inserting Captivate demo

    When trying to insert an Adobe Captivate demo into a topic, I get an error message that simply says "Out of Memory". I thought this might have something to do with our SharePoint source control, so I tried adding the same .SWF file to a project NOT in source control (stored on my local), and I got the same error. I am using RoboHelp 10. The .SWF file is 62,716 KB. HELP?

    Is it only this demo that is giving problems? It might very well be the SWF size.
    If this is the only file giving problems, can you try the following:
    - Create a small SWF file with the same file name as the SWF you are trying to import (from CP or by renaming a text file) and import that into RoboHelp.
    - Replace the SWF file that was included in the RH project with the SWF that was giving problems.

  • Error when inserting captivate demo

    iam using robohelp 7.0 and captivate 3.00
    when i try to insert a captivate demo into my robohelp word
    project it says the file wasnt created using adobe captivate
    any ideas ?

    Is it only this demo that is giving problems? It might very well be the SWF size.
    If this is the only file giving problems, can you try the following:
    - Create a small SWF file with the same file name as the SWF you are trying to import (from CP or by renaming a text file) and import that into RoboHelp.
    - Replace the SWF file that was included in the RH project with the SWF that was giving problems.

  • Open file error when filename contains particular characters

    In windows platform, when i try to open a file when the filename contains uncommon chars, such as ’ (different than ' ), the call to OpenFile returns false.
    The filename is a wchar_t* , and I've tried any flavour of conversion to char* using WideCharToMultiByte, with no success.
    Any hint?
    Does the toolkit (5.5.0) support extended character set ?

    There seems to be an issue here that neither MS nor we were aware of. The WinPhone SDK that we are using has a flaw, and does not properly translate all of the international characters from the source app to our application. By the time we get the pathname from the OS it has been garbled. We are using a special SDK from MS that allows us to use our native C++ rendering engine on the device, and apparently that special SDK is where the problem lies.
    We have a partial fix awaiting Microsoft Review Approval, but it is currently hung up because our app does not work on Windows Phone 8. The special SDK we had to use for our Windows Phone 7 app is not supported by Windows Phone 8, and we need to get the store approval team to grant an exception for our continued updates.
    I say this all not to rationalize, but to at least communicate to you what the status is.
    Dennis Griffin
    Principal Product Manager
    Adobe Reader for Tablets and Smartphones

  • Inserting Captivate Demo in RoboHelp 7

    In a previous thread Captiv8tor included links to two tutorial-type blog articles about how to successfully include Captivate demos into a RoboHelp file. I can't find the links again. Could you post them again?

    Hi there
    I'm wondering if these are the links you are referring to?
    Link number one
    Link number two
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • Problem in using UTL_FILE.FOPEN with filename containing accent characters

    select value from nls_database_parameters where parameter = 'NLS_CHARACTERSET';
    VALUE
    AL32UTF8
    declare
    l_output UTL_FILE.FILE_TYPE;
    filename varchar2(100) := 'Avenue des Champs-Élysées.txt';
    begin
    l_output := UTL_FILE.FOPEN ('UPLOAD_DIR', filename, 'W');
    utl_file.put_line (l_output, 'Testing');
    utl_file.fclose(l_output);
    end;
    The file in the UPLOAD_DIR becomes "Avenue des Champs-Élysées.txt"
    can anyone tell me what NLS settings I should use in order to create file with correct filename ?

    symplik wrote:
    The file in the UPLOAD_DIR becomes "Avenue des Champs-Élysées.txt"And what does the o/s file system support and what is the operating system's NLS settings?
    If there is a mismatch between what you do in your code in Oracle, and what the o/s is configured for, then this type of "+translation+" error is to be expected.

  • ADF Faces Components Demo - Illegal Characters error

    Hi ,
    I downloaded the ADF Faces Components Demo for version 11.1.2.3.0 from http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html . I tried following instructions :ADF Faces Components Demo Install Instructions
    This is getting downloaded as rcf-dvt-demo.zip. I renamed it to rcf-dvt-demo.war.
    Then I tried to create a project from this war... and got following error :
    The project file "C:\rcf-dvt-demo.war!\Project.jpr" is not valid. The file name may contain illegal characters, it may be too long, or permissions for this file or one of it's parent directories may be restricted.
    Please help . Am i downloading from correct location and following the correct instructions.
    Thanks,
    Rajdeep

    Good Catch Timo ... Lot of thanks.
    Still I will put down the silly mistake of overlooking the wizard.
    I was doing the correct thing - "create a new application and inside this application workspace you add a new 'project from war'." But mistake was .. First step of wizard it is project name and path,, and then second step is war location... and in hurry I was giving the project name and war location in first step.
    Thanks,
    Rajdeep

  • Bash script to trim all filenames with special characters recursively?

    Hi,
    I have a 30 GB directory full of data I recovered from a friend's laptop after her Windows XP crashed. I'd like to burn that data, but I can't, because many of the filenames contain weird characters (spaces, accents, things even worse that my XTerm displays as inverted question marks). So, mkisofs exits with an error.
    I'd like to clean that mess up, but it would take months to do that manually. Well, I only know a very little Bash, but I think this problem is already too heavy for my modest knowledge. Here's the problem:
    - check the contents of directory ~/backup recursively
    - find files whose filenames contain characters other than [A-Za-z0-9] and then maybe "-" and "_" and ".".
    - replace these characters either by an "_" or just erase them
    Now how would I translate that into a little Bash script?
    Cheers...

    Heyyyyy... nice idea

  • Copying filenames with invalid characters in OSX

    I'd like to copy some folders for back up to an external hard disk from the internal hard disk on my G4. Problem is that some of the folders contain files were created in OS 9 and their filenames contain "/" symbols which apparently are not acceptable in OS X (10.3.9) which I am now running. After trying to drag the folders containing the files to the external hard disk I get an error message saying that they can't be copied because some of the filenames contain invalid characters. The problem files are scattered among files in many folders all over my G4's internal hard disk, and the task of finding and manually changing each one's filename is daunting. Is there a way to find and replace "/" with "." ? or some other more automated fix of the invalid characters? I'd prefer to keep the original files in their current folders on the G4. thanks
    G4   Mac OS X (10.3.9)  

    Does any of this software do what you want?
    (20586)

  • Filelist illegal characters

    using LabVIEW 7.1 I want to list and read several files in a certain directory.
    I want to recursively search and read these files starting  from a root-directory,
    however the directory-path at some point contains illegal characters, probably because the data is originating from Japan.
    Now the recursive filelisting is not able to look beyond that part of the directory.
    Windows displays these chars as 3 square's, and Labview displays them as 3 question marks, and generates a error.
    I could ofcourse manually rename the illegal chars, but since intent to analyse lots of these files, doing a manual rename would be too much work.
    Does anyone know a solution for this problem ?? 
    Thanks in advance ,
    René

    ramekers wrote:
    I tried the recursive file-lister of LabVIEW 8.5 (on windows2000) and this gave me the same errors,
    not being able to read past these characters.
    Now I am trying to locate a "freeware" program to remove these characters recursively from the names,
    leaving the rest intact. Couldn't find anything yet ...
    René
    You could experiment with the command line in Windows. Not sure if the command line will support such file names at all but if it goes bad there, then you are indeed in deep trouble. Try to start a command line and do a dir command in such a directory. Then try to do a rename on such a file. It might work.
    I doubt there is a GUI application that does specifically do this task, so you may have to resort to a batch file script doing it on the command line if the above experiment shows you that this is possible at all.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Illegal characters in xml configuration files

    Hi,
    We are storing user configuration details in the server.xml for use with startup classes.
    We are experiencing problems where the values of this configuration information contain characters such as < & > and we receive the following error:
    07/05/17 15:05:35 Start process
    Error initializing server: Fatal error at line 92 offset 20 in file:/home/orabpel/OraHome_2/j2ee/OC4J_BPEL
    /config/server.xml: The content of elements must consist of well-formed character data or markup.I was hoping the problem could be resolved by enclosing the values of nodes which contain illegal characters with <![CDATA[]]>, but this has not resolved the problem.
    Is there any way we can achieve this?
    The reason we are storing these characters in the server.xml is because they represent obfuscated passwords in rot39 format. Perhaps there is a more suitable obfuscation/encryption format that is very simple to implement?
    Thanks
    Toby

    Actually, specifing the values as CDATA does work, but i had a typo that was causing it to fail.
    Toby

  • Cannot insert characters

    Hi everybody! I wonder if anyone has ever managed to fix the following character issue: whenever we select Characters on the Insert menu, a dialog box containing the characters does not appear. We have a required folder Characters in C:\Users\<user_name>\Documents\Adobe\eLearning Assets\Characters. We’re currently using Adobe Captivate 6.0 (Version 6.0.1.240).
    Does anyone know the most possible reason of this issue? As we know characters are included in the standard package, they should work but they don’t. Thanks!

    Hi There,
    Did you tried resetting the preferences for Captivate yet?
    Please try to recreate the preferences of Adobe Captivate 6 . Close Captivate.
    For Windows-
    For Captivate 6 64 bit- Go to C Drive > Program Files > Adobe > Adobe Captivate 6 x64 > utils > Run the CleanPreferencesWin.bat file by double clicking on it.
    For Captivate 6 32 bit- Go to C:\Program Files (x86)\Adobe\Adobe Captivate 6 (32 Bit)\utils > Run the CleanPreferencesWin.bat file by double clicking on it.
    For Mac OS- On Finder > Go > Go to Folder > Type- ~/Library go to preferences and rename Adobe Captivate 6.0 folder to Adobe Captivate 6.0_old.
    Relaunch Captivate and try again to insert the characters.
    Regards,
    Mayank

  • VLD-1141, Template cannot contain escape characters.

    Hi All,
    I need help about mapping deployment. I am working on a mapping. I can deploy it before to 9i target location. But after upgrading target database to 10g, I get the error VLD-1141 when I deploy it. The detail is Template cannot contain escape characters.
    And the full error message is as following:
    VLD-1141: Internal error during mapping generation.
    java.lang.IllegalArgumentException: Template cannot contain escape characters.
    at oracle.wh.util.expr.WBLiteralExpression.<init>(WBLiteralExpression.java:34)
    at oracle.wh.service.impl.mapping.component.transforms.GenericTransformGenerationDelegate.addContextExpressionsForGroups(GenericTransformGenerationDelegate.java:345)
    at oracle.wh.service.impl.mapping.component.transforms.GenericTransformGenerationDelegate.prepareOutputContextPlSql(GenericTransformGenerationDelegate.java:1433)
    at oracle.wh.service.impl.mapping.component.transforms.GenericTransformPlSqlDelegate.prepareOutputContext(GenericTransformPlSqlDelegate.java:147)
    at oracle.wh.service.impl.mapping.generation.WBMappingGenerator.generate(WBMappingGenerator.java:239)
    at oracle.wh.service.impl.mapping.generation.PlSqlGenerationMediator.assembleCursorLoopInternal(PlSqlGenerationMediator.java:3206)
    at oracle.wh.service.impl.mapping.generation.PlSqlGenerationMediator.assembleCursorLoop(PlSqlGenerationMediator.java:3190)
    at oracle.wh.service.impl.mapping.generation.PlSqlGenerationMediator.assembleRowBased(PlSqlGenerationMediator.java:3115)
    at oracle.wh.service.impl.mapping.generation.PlSqlGenerationMediator.assemble(PlSqlGenerationMediator.java:538)
    at oracle.wh.service.impl.mapping.generation.WBMappingGenerator.generate(WBMappingGenerator.java:770)
    at oracle.wh.service.impl.mapping.generation.WBMappingGenerator.generate(WBMappingGenerator.java:316)
    at oracle.wh.service.impl.mapping.generation.WBDeployableMappingGenerator.generate(WBDeployableMappingGenerator.java:99)
    at oracle.wh.service.impl.generation.common.WBGenerationService.generateCode(WBGenerationService.java:433)
    at oracle.wh.service.impl.generation.common.WBGenerationService.generateCode(WBGenerationService.java:311)
    at oracle.wh.service.impl.generation.service.WhValidationGenerationTransaction.run(WhValidationGenerationTransaction.java:241)

    There are to bugs:
    Bug 5403652 - ERROR 'TEMPLATE CANNOT CONTAIN ESCAPE CHARACTERS' WHEN VALIDATING A MAPPING
    Bug 5561224 - MIGRATION OF MAPPING REQUIRES CHANGE IN CONFIG TO ALLOW VALIDATION
    against OWB 10.2.0.1
    but these bugs are fixed from 10.2.0.2
    The bug is related to pre/post mapping operators...
    If you are on 10.2.0.3 or your mapping does not have these operators then have no clue...

  • Insert 'illegal' characters into file name for print label?

    Hey all (Happy New Year)
    I actually see some people here who helped me with this originally so many years ago (hi 'x'). Any way, I'm using this .js file to annotate aerial imagery prior to printing, and I know just enough about scripting to make changes to the basic layout as needs arise - until now. A new rather anal retentive mgr doesn't like substitutions I've made for a few 'illegal' characters that windows doesn't allow in file names. For example, the file name used for the annotation is:
    001    0003    1in = 660ft    CFL 154_074    01-01014   503-013.tif
    But Mr. mgr doesn't like the in, the ft and the use of the _ instead of a period (.) so what I need is a modification that goes something like (and note I DO NOT CODE, so stop laughing) -
    "look for in and replace with ", look for ft and replace with ' and look for _ and replace with , " so the final annotation written to the image is:
    001    0003    1" = 660'    CFL 154.074    01-01014   503-013.tif
    My current .js is below, I'd really appreciate any assistance. Thanks! TLL
    // CREATE NEW CANVAS W/SPACE ON TOP
    var deltaW = 0; // add 'N' pixels to the width
    var deltaH = 150; // add 'N' pixels to the height
    var anchor = AnchorPosition.BOTTOMCENTER; // anchor point for canvas resize
    // SET FONT TYPE AND SIZE - use GetFontName.js to get exact name
    var fontName = "ArialMT";
    var fontSize = 18;
       // Check if a document is open
       if ( documents.length > 0 ) {
       var originalRulerUnits = preferences.rulerUnits;
       preferences.rulerUnits = Units.PIXELS;
       try {
         var docRef = activeDocument;
         docRef.resizeCanvas(docRef.width + deltaW, docRef.height + deltaH, anchor);
       // Create a text layer at the front
       var myLayerRef = docRef.artLayers.add();
       myLayerRef.kind = LayerKind.TEXT;
       myLayerRef.name = "Filename";
       var myTextRef = myLayerRef.textItem;
       // ADD FILE EXTENSION, change the n to y below
       var ShowExtension = "n";
       myTextRef.size = fontSize;
       myTextRef.font = fontName;
    // SET TEXT COLOR in RGB values
    var newColor = new SolidColor();
        newColor.rgb.red = 0;
        newColor.rgb.green = 0;
        newColor.rgb.blue = 0;
        myTextRef.color = newColor;
    // SET POSITION OF TEXT - PIXELS from left first, then from top.
    myTextRef.position = new Array( 30,110);
        // Set the Blend Mode of the Text Layer. The name must be in CAPITALS
        // ie change NORMAL to DIFFERENCE.
        myLayerRef.blendMode = BlendMode.NORMAL;
        // select opacity in percentage
        myLayerRef.opacity = 100;
        // The following code strips the extension and writes tha text layer.
        // fname = file name only
        //use extension if set
        if ( ShowExtension == "y" ) {
           fname = docRef.name;
         } else {
           di=(docRef.name).indexOf(".");
           fname = (docRef.name).substr(0, di);
         myTextRef.contents = fname;
         // docRef.flatten("n");
       } catch( e ) {
         // An error occurred. Restore ruler units, then propagate the error back
         // to the user
         preferences.rulerUnits = originalRulerUnits;
         throw e;
       // Everything went Ok. Restore ruler units
       preferences.rulerUnits = originalRulerUnits;
    }  else {
       alert( "You must have a document open to add the filename!" );

    I did some quick testing and here is what I have seen.
    I went into a cygwin shell and successfully did this:
    $ touch t\"est\'t.jpg
    $ ls t\"*
    t"est't.jpg
    This means that the underlying file system (NTFS) is able to correctly encode both the ' and " characters, at least as far as cygwin is concerned.
    However, from the Windows command line and Explorer point of view, the ' is OK but the " is not. The characters /\"*?<>:| can't be used in file names in Win. This means you can get the ' and . characters working but not the " character.
    From the js side, the code would look like:
    var x = "001    0003    1in = 660ft    CFL 154_074    01-01014   503-013.tif";
    var str = x.replace(/in/, '"').replace(/ft/, "'").replace(/_/, '.');
    alert(str);
    Which displays
    001    0003    1" = 660'    CFL 154.074    01-01014   503-013.tif
    The string stuff is easy, but while you can save a file with ' and . you can't use " via js. You can't even do it using the PS UI manually.
    I've tested and verified this. Let Mr. Mgr know that it is not possible to completely comply with his requests. Unless, of course, you upgrade to OS X : )
    -X

Maybe you are looking for

  • Disk Repair help

    Hi I am getting a message in disk repair that says "This drive has a hardware problem that can't be repaired.  Back up as much as possible and replace disk. See an Apple Dealer. It is Media S.M.A.R.T  status failing  (whatever that means) Does this m

  • Outgoing Payment with Vendor Invoice reference on grid

    For Outgoing Payment has B1 docu. number but like to have Vendor's Invoice # displayed on the grid to know which one is which.  Should I use User Define Value for AP Invoice header to Banking > Outgoing Payment detail column?

  • Alert for Marketing Attributes

    Hi I am sorry but I donu2019t understand the solution presents in the last questions on this issue. I am using CRM 2007 and I have marketing attributes maintained on the Sold-to party business partner. I want this marketing attribute to be displayed

  • Viewing Auto CAD file in DMS Screen

    Hi, Our client wants to view Autocad file within SAP DMS Screen (SAP Screen side panel). As per my study, We need Visual Enterprise Generator (VEG) to view 2D, 3D and few other format files. VEG will convert CAD files into lightweight format (Viewer

  • Executing external command and program in background

    Hi, how to execute external command and external program in background. please provide me some tips on the same. while creating external command, what is the significance of "operating system command" and "parameters for operating system command". Th