Copy link to clipboard
Copied
I am trying to publish in captivate 9 so that the finished product can eventually be linked on a website. My project is more of an interactive project to help my customers better understand a program they will be using. It's not going to have any type of quizzes only videos and some links to websites/files.
I published to my computer using SWF. I am getting this prompt "The project contains links to external files or projects. After publishing, ensure that you copy all reference files to the output folder and all referenced projects with their corresponding HTML files to the callees folder in the output folder."
When I open the HTML on internet explore or chrome I have the same issues, the video's will not play and the link to a specific file will not work.
Does anyone have a suggestion on how to fix these issues?
Thanks,
If you're trying to play this content locally, you may not have set up your Flash Global Security settings in the browser of choice to trust the publish folder location.
Upload your content to your web server and test from there.
Copy link to clipboard
Copied
If you're trying to play this content locally, you may not have set up your Flash Global Security settings in the browser of choice to trust the publish folder location.
Upload your content to your web server and test from there.
Copy link to clipboard
Copied
Thank you! Changing my local settings worked and I was able to have my tech support upload it to our web server which also worked.
Copy link to clipboard
Copied
I'm thinking that you're linking to the videos with:
either a local path - C://server/folder/file.mp4
or a path outside the project folder- /folder/file.mp4
The warning message is informing you that you need to copy the media in your links to the project folder for it to display.
That means, file.mp4 must be copied from your computer to the project folder in your publish dialog.
In this case, C:\wamp\www\file.mp4.
You need to do this for the preview to work.
Note that in the example, I'm creating a ZIP file. I would also need to copy the file into the zipped directory before publishing to a webserver (or an LMS).