Publishing external files and their links when all project is published on CD

I am restricted to publishing my whole project on CD. The project is divided up into lessons (individual projects), which I link to each lesson by creating a button to link to a URL/file and link to the html file. In select lessons, I have SWF's, PDF's that I link to a new window and not continue playing the project.
How do I set up a whole project to link to consecutive lessons as well as SWF's and PDF's that all have to reside on the CD?
I'm at a loss because my links end up being broken when I publish to a CD...

Hello again
In a perfect world we would see that there would be no issues with linking. Unfortunately, we don't live in a perfect world.
In Captivate 3, you could create a link to an asset such as a Microsoft Word document, Adobe PDF document, Microsoft Excel spreadsheet or whatever. Once you did this, you simply ensured that the asset was in the same folder as the Captivate output linking to it. Most of the time things just worked. But sometimes we saw that instead of opening the asset, the browser opened and couldn't find it. The odd part of all this was that the address listed in the browser address bar was actually correct. And if you just clicked there and pressed Enter, voilà! The asset popped open.
In Captivate 3 you had a companion application called MenuBuilder. This application was intended to be used to link to assorted files. It was like a Captivate that was very limited in scope. It created what I refer to as "one slide wonders". I discovered this application could help when you needed to create a link that would work.
Do you have Captivate 3 handy? If so, you may be able to use the companion MenuBuilder application to overcome some limitations.
If you don't happen to have it handy, shoot me an E-Mail message at rstone75 (at) kc (dot) rr (dot) com and tell me the exact file names you need to link to. I'll be happy to create some small SWF files and send them back that will help with the linking.
Hopefully this was helpful... Rick
Click here for Adobe Certified Captivate and RoboHelp HTML Training
Click here for the SorcerStone Blog
Click here for RoboHelp and Captivate eBooks

Similar Messages

  • I can no longer click on file and send link to why

    I can no longer click on file and send link to mail program! Have gone to applications and chosen g mail and would not work. Changed to win live mail and it will not work.
    help..........

    Sorry, I forgot to mention that this problem occurs when I'm using Facebook in a browser.

  • OSX Server webdav bug? - files and folders disappears when filenames are fewer than 7 characters

    OSX Server webdav bug? - files and folders disappears when filenames are fewer than 7 characters
    Dear Community,
    i have a BIG problem with Apple webdav.
    All files or folders with fewer than 7 characters in filename disappear.
    The problems is only between Mac Server and Mac Clients
    and exists since OSX Server 1 (Server 10.7, 10.8, 10.9) on ALL Macs i know.
    The problem persist ever and occurs in the following settings:
    Mac Server (1.x, 2.x, 3.x) <> Mac Clients (10.7.x, 10.8.x, 10.9.x, 10.6 not tested)
    The problem does NOT occur in the following settings:
    Mac Server <> Windows Clients
    Mac Server <> Linux Clients
    Linux Server (my Webhoster) <> Mac Clients
    Windows Server (my Webhoster) <> Mac Clients
    So i think it is not a problem with server itselv or a single client only,
    it is probaly a problem with the combination betwen mac servers and mac clients.
    This is NOT a problem with MY MacServers/Clients only and not with only one Server.
    It occurs in many different Places and many different Machines.
    I have contact Apple Support more then tree times (always when i setup a new machine with server.app)
    but she said they heard first time about that and she cannot reproduce that problem.
    please, can somebody try it out?
    sorry for my bad englisch.
    best regards
    rené

    Supplement note:
    The Problem occurs also between OSX Server <> OpenWRT (Linux)
    best regards
    rené

  • How to slipt  fields in a row of an external file and store in Table

    Hi Experts,
    I need to proces an External file and store into a table. Here need to Split the fields in a row and write as multiple rows of a table.
    here i am giving the data sample ..
    outlet1     type1     type2     type3          
    outlet2     type1     type3     type4     typ6     type7
    The table  should be as below.
    outlet1     type1
    outlet1     type2
    outlet1     type2
    outlet2     type1
    outlet2     type3
    outlet2     type4
    outlet2     type6
    outlet2     type7
    Please give your suggesions and code sample that you have
    Thanks

    hi,
    try with the below code. This code is as per data given by u in your first thread.
    DATA : it_string TYPE TABLE OF string,
           wa_string TYPE string,
           BEGIN OF it_itab OCCURS 0,
           f1(7),
           f2(5),
           END OF it_itab,
           fld TYPE TABLE OF string,
           wa TYPE string,
           wa1 TYPE string,
           cnt TYPE i VALUE 1.
           data lin TYPE i.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename                = 'C:\Documents and Settings\User\Desktop\abc.txt'
        filetype                = 'ASC'
        has_field_separator     = 'X'
      TABLES
        data_tab                = it_string
      EXCEPTIONS
        file_open_error         = 1
        file_read_error         = 2
        no_batch                = 3
        gui_refuse_filetransfer = 4
        invalid_type            = 5
        no_authority            = 6
        unknown_error           = 7
        bad_data_format         = 8
        header_not_allowed      = 9
        separator_not_allowed   = 10
        header_too_long         = 11
        unknown_dp_error        = 12
        access_denied           = 13
        dp_out_of_memory        = 14
        disk_full               = 15
        dp_timeout              = 16
        OTHERS                  = 17.
    IF sy-subrc <> 0.
    *  MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    *          WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    BREAK-POINT.
    LOOP AT it_string INTO wa_string.
      cnt = 1.
      SPLIT wa_string AT space INTO TABLE fld.
      DESCRIBE TABLE fld LINES lin.
      LOOP AT fld INTO wa.
        cnt = cnt + 1.
        IF cnt <= lin.
          READ TABLE fld INTO wa INDEX 1.
          IF sy-subrc = 0.
            it_itab-f1 = wa.
          ENDIF.
          READ TABLE fld INTO wa1 INDEX cnt.
          IF sy-subrc = 0.
            it_itab-f2 = wa1.
          ENDIF.
          APPEND it_itab TO it_itab[].
        ENDIF.
      ENDLOOP.
    ENDLOOP.
    Thanks & Regards

  • File and question mark when starting

    Flashing file and question marl when i start my computer

    There are four general causes of this issue:
    1. The computer's PRAM no longer contains a valid startup disk setting when there aren't any problems with the disk itself. This can be checked for by pressing the Option key and seeing if the drive appears.
    2. The internal drive's directory structure has become damaged. This requires usage of an alternate bootable system to perform the repair.
    3. Critical system files have been deleted. This requires usage of an alternate bootable system to reinstall them.
    4. The internal drive has died or become unplugged. This is the most likely case if the computer took a sharp impact or there are unusual sounds coming from its location.
    (103563)

  • Do Ratings and Reviews reset when you update your published iBook in the store?

    I'm about to publish my first iBook in the iBooks Bookstore/iTunes. Am having a problem finding the answer to this question:
    Do ratings and reviews reset when you update your published iBook in the store?

    Reviews after an update are "sectioned" separately.... they do not reset to zero

  • HT201359 Why am I being charges almost $16 and almost $6 when All I've ordered is ONE song???? How do I cancel the transaction???

    Why am I being charges almost $16 and almost $6 when All I've ordered is ONE song???? How do I cancel the transaction???

    http://www.apple.com/support/itunes/contact/

  • RoboHelp x5 TOC and index missing when the project is converted to RoboHelp 10

    As the title says, RoboHelp x5 TOC and index missing when the project is converted to RoboHelp 10. Any ideas for recovering or importing the x5 TOC and index?
    Before this is suggested, auto-create is not an option.

    Hi there
    Perhaps give this a try. From the Project Manager pod, right-click the Table of Contents area and choose "New Table of Contents". Give it a name and enable the "Copy existing Table of Contents" check box. Then click the Ellipsis icon on the far right side. See if you have a .HHC file in the folder. Odds are, you will. That will be the existing (missing) TOC.
    Hopefully that will work. If so, repeat the process for the index.
    I think when upgrading the project something goes wrong with naming.
    Let us know if this helps... Rick

  • Does WaveBurner save Audio files in a folder when saving project???

    Does WaveBurner save Audio files in a folder when saving project??? If not Apple please add this in a update. WaveBurner needs to be reworked majorly!!! look at CD Architect!!!! It's what WaveBurner should be!!!!
    http://www.sonycreativesoftware.com/cdarchitect

    Chapter 7 is Working with Projects.  The section is Setting Project Properties>Handling Project Assets.  Page 180.  This shows you where to find File>Project Settings>Assets.  It also has a link to Chapter 43 which has more detail about project settings.
    When you first save a project, look at the bottom.  A check box exists for "include assets."  If checked, several options are made available.

  • How to make ads/banners published for an Adserver (only an HTML file with all js files and images linked)

    Hi everyone!
    I'm hoping someone can solve this.
    I have made some ads in Edge Animate CC and need to put them on an Adserver....
    but the adserver company only accept the HTML code... only extra files or images.
    This means linking the images and the .js files to URLs. I have done it with the images but are hitting a wall with the _edge.js
    I added the script in the HTML to load the _edge.js. (<script src="http://www.christianlaursen.net/ADS/WL_AD_160x600_edge.js"></script>)
    But I get certain errors in the console which I believe relates to how Edge tries to load _edge.js locally (even if i load it separately)
    Uncaught ReferenceError: AdobeEdge is not defined                    WL_AD_160x600_edge.js:3
    Failed to load resource: net::ERR_FILE_NOT_FOUND                 file:///C:/Users/claursen/Desktop/WL_AD_160x600_edge.js
    Uncaught TypeError: Cannot read property 'stage' of undefined    edge.5.0.1.min.js:133
    Uncaught TypeError: Cannot read property 'stage' of undefined    edge.5.0.1.min.js:126
    This is as far as I got. I am not sure 100% the script is being loaded correctly, but as the console is complaining about the local file, I have
    a feeling it's with Edge's attempt to load it locally that causing it to stop.
    Anyone doing Ads with Edge? It seems it should be such a simple thing and also important thing
    Thanks in advance for reading and any given help!

    I have verified that an Edge published banner can be booked into DFP (Doubleclick for Publishers) as a third party tag by creating an iFrame of the link to your edge published HTML file. You save that file as a *.txt.There is still the issue of click URL macros, and cachebusters. For DFP the click URL macro is %%CLICK_URL_ESC%%
    So you would probably use in Edge
    window.open('cta', %%CLICK_URL_ESC%%'http://somedomain.com/');
    then for the cachebuster, DFP's is random=%%CACHEBUSTER%%
    This is what an Edge published banner tag would look like.
    <style type="text/css">
    body{
    margin: 0;
    padding: 0;
    </style>
    <iframe src="http://www.somedomain.com/yourfilename.html"
    marginwidth="0" marginheight="0" scrolling="no" width="160" align="top"
    frameborder="0" height="600"></iframe>
    IMO it is worth pursuing using Google Analytics for the reporting, as you can put your Google Analytics code in your Edge published HTML file.Hopefully someine with GA experience will chime in.
    Event Tracking in Google Analytics Universal through Google Tag Manager - YouTube

  • Need to publish PHP files and be able to "open other movie"

    I am hoping someone can help me. I converted my published
    captivate projects to PHP per request of my company web team. In
    most projects, I link to an addional project using the On success:
    "Open other project" command. All projects are .cp files and this
    feature has always worked in the past when published and uploaded
    my projects as .htm. I can still upload my files as .php with the
    .swf file and opening a project from my web page works fine.
    However, when I click the link at the end of one project to open
    the next, I recieve an error stating the file cannot be found.
    Consequently, the file it is looking for is the .htm and I cannot
    figure out a way for it to look for the .php file. Because of
    company standards, I cannot simply upload all files (.php, .swf,
    .htm) as a work around. Does anyone have a procedure to make
    Captivate "call" the .php file extention when linking a project
    instead of the .htm?
    Any help is GREATLY appreciated!

    Welcome to our community, Especial del Dia
    You might try using the approach of "Open URL or File". Then
    point to the URL of the PHP page instead.
    I think if I were in your shoes, I'd arrange a meeting with
    the web team and see if you can figure out why HTM/SWF are bad and
    things MUST be PHP or die. You may just find that after you explain
    all the extra effort and time wasted in attempting to be compliant
    with what is often some IT person's whim and mandate, things will
    change and you will be allowed to publish what has always worked
    until IT wanted to change things and break it and point their
    fingers at you.
    Just thinking out loud... Rick

  • PDF and MSWord links don't work once published

    Help,
    I have created a four module course and published it using aggregate, it looks great except none of the links to the pdf or msword docs work.  I have tried several suggestions, but nothing works when the course is launched on another computer.  I get a path error when you click on the link.
    Anyone have a helpful suggestion on how to get these to work. 
    One other note, when I go to publish the document Adobe tells me that I need to export the files...any idea how?
    tks.

    Adobe Captivate will show this warning message about needing to export the files any time that it detects you have linked to another file or document that is not one of those it normally exports automatically at publish time.  It's really just reminding you that it's YOUR job to ensure that the files you are linking to are going to be in the right place when the published content is accessed by end users.
    The best option is just to manually copy the files (in your case PDF etc) into the same publish folder location as the HTM and SWF files that Captivate creates.  Then all you need to use as a relative file path is the name of the file itself.
    One thing to check as to why the links are not working is that you have Flash Global Security set up to trust the publish folder location.  Alternatively, upload your content to a web server and view it via a HTTP URL link.  That usually means that Flash Global Security won't be an issue.

  • BitmapData draw method doesn't work when the project is published as the .swf file of the web applic

    Hi,
            I am totally confused by this strange error. When I tried using the draw method of BitmapData to draw a movieclip symbol of my project, it seems to work fine locally. However, as I uploaded the published .swf file to my web server and launched it as the plugin of my web application, it failed. The source codes as follows,
    function printscreenClicked():void
         //ExternalInterface.call calls a javascript function to print message1
        var bd:BitmapData = new BitmapData(stage.width,stage.height);
        //ExternalInterface.call calls a javascript function to print message2
      bd.draw(stage);
        //ExternalInterface.call calls a javascript function to print message3
    message3 didn't show at all. Instead, the browser console shows "Uncaught Error: Error calling method on NPObject.". My understanding of this error message is that the .swf is calling something crashing, and I believe that bd.draw(stage)is the crashng method call.
    Also, here is my html embed tag:
        <embed src="/tests/videoplayer.swf" id="flash" quality="high" height="510" width="990" scale="exactfit" name="squambido" align="middle" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" style="margin: 0px auto;clear:both;position:relative;"/>
    Can someone help me?

    Thank you for your reply.
    I tried stageWidth and stageHeight, but it still doesn't work.
    The draw() methid is triggered when I clicked a screenshot button in my application as follows,
    ExternalInterface.addCallback("printscreenClicked", printscreenClicked);
    function printscreenClicked():void
         //ExternalInterface.call calls a javascript function to print message1
        var bd:BitmapData = new BitmapData(stage.width,stage.height);
        //ExternalInterface.call calls a javascript function to print message2
      bd.draw(stage);
        //ExternalInterface.call calls a javascript function to print message3
    Would you please give me an example of "waiting for Event.RESIZE is good, or just at least Event.ENTER_FRAME"?
    My real purpose in this application is to capture a snapshot of a streaming video. The video is contained in a movieclip object. I tried stage first since BirmapData.draw() doesn't work when drawing the movieclip on the web site. Do you have any suggestion for this situation? Also, is there any good method to find out what happened if the browser have "Uncaught Error: Error calling method on NPObject."?

  • Writing agents o/p to external file and if i run the agent again it should

    Hi All,
    i want to run a agent and that result should be displayed in external file system.and i achieved this by using writing VB script and in agents i used actions in that we have invoke server script.And i got the perfect output but what 's my scenario is when i run the agnent again it should create another file with below requirements.
    The file name must contain a suffix containing the date in yyyymmdd format. In cases where the file stored more than once per day, a sequence number must also be provided within the filename.
    (i.e. v1_yyyymmdd, v2_yyyymmdd, v3_yyyymmdd, v4_yyyymmdd, v5_yyyymmdd…)
    And my VB script is like below
    '#####=========================================================================
    '## Title: Export Report
    '## Rev: 1.0
    '## Author: Paul McGarrick
    '## Company: Total Business Intelligence / http://total-bi.com
    '## Purpose:
    '## 1. This script takes a file from OBIEE and saves to the file system
    '## 2. Creates a reporting subdirectory if not already present
    '## 3. Creates a further subdirectory with name based on current date
    '## Inputs (specified in Actions tab of OBIEE Delivers Agent):
    '## 1. Parameter(0) - This actual file to be exported
    '## 2. Parameter(1) - The filename specified within OBIEE
    '## 3. Parameter(2) - Report sub directory name specified within OBIEE
    '#####=========================================================================
    Dim sBasePath
    sBasePath = "E:\reports\reports"
    Dim sMasterPath
    sMasterPath = sBasePath & "\" & Parameter(2)
    Dim objFSO
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    'check whether master directory exists, if not create
    Dim objMasterDir
    If Not objFSO.FolderExists(sMasterPath) Then
         Set objMasterDir = objFSO.CreateFolder(sMasterPath)
    End If
    Set objMasterDir = Nothing
    'build string to get date in yyyy-mm-dd format
    Dim sDate, sDateFull
    sDate = Now
    sDateFull = DatePart("yyyy", sDate) & "-"
    If Len(DatePart("m", sDate))=1 Then sDateFull = sDateFull & "0" End If
    sDateFull = sDateFull & DatePart("m", sDate) & "-"
    If Len(DatePart("d", sDate))=1 Then sDateFull = sDateFull & "0" End If
    sDateFull = sDateFull & DatePart("d", sDate)
    Dim sDir
    sDir = sMasterPath & "\" & sDateFull
    Dim objDir
    If Not objFSO.FolderExists(sDir) Then
         Set objDir = objFSO.CreateFolder(sDir)
    End If
    Set objDir = Nothing
    Dim sFileName
    sFileName = sDir & "\" & Parameter(1)
    Dim objFile
    objFSO.CopyFile Parameter(0), sFileName, True
    Set objFile = Nothing
    Set objFSO = Nothing
    could you please any body help me out from this....

    I assume you are using Windows. Try to write a batch file so that that would look for the ibot name when ever its finds rename the file name as required.
    This would be easiest way..
    http://lmgtfy.com/?q=rename+a+file+to+current+date+using+batch+file
    Edited by: Srini VEERAVALLI on Apr 8, 2013 7:23 AM
    Can you updates all your posts?
    Edited by: Srini VEERAVALLI on May 13, 2013 6:44 AM

  • FCS is only deleting my FCP project file and not linked assets. please help.

    When deleting a FCP project from FCS it does not give me the option to delete all linked media. It only deletes the FCP project file leaving me to delete all related media manually. In the user guide it says it should give me the option to delete the project and all files automatically but this doesn't happen on our system. Does anyone know why? and how to turn this function on?

    A bug that will never be fixed.  You have to delete the associated assets manually.

Maybe you are looking for

  • I have more music than 25,000 songs, can I have two accounts under one apple ID?

    Is there a way to add more songs or a second account to one apple ID?

  • Very urgent..Formula count

    Hi All I have a Query got 4 RKFs(local) 2 Formula(ckfs),  the out put is like this, rkf1 rkf2  fkf1  fkf2 0    30      1     0 0     0       0     0 20   0      0     1 Result    1      1 i have created these 2 fks based on 2 rkfs when i try to count

  • Problems setting up simple outgoing e-mail

    Hi, I'm trying to set up outgoing emails on my ECC5 system.  So far I have done the following: 1.  In SCOT, have set up SMTP node to point to our company email server, specifying port, setting node to "in use", setting everything according to instruc

  • Problem with saving files

    Hello, I use FW since 2002, I am having an anyoing problem: when I save the file, let's say logo.png, I save it in the folder of my client clientxxx I want to export the file into jpg, and I try to export and by default the export command opens the d

  • File handles in project

    Hi. Trying to increase file handles for a user... I have created a project, looking like: user.mijo:101::::process.max-file-descriptor=(privileged,2048,deny) and it's my users default project: bash-3.2$ id -p uid=65573(mijo) gid=501(dev) projid=101(u