Question
Changing HTTP to HTTPS in topic's true code of Robohelp
Hi,
Maybe someone can help me out there: In one of the topics of my help file, I've inserted a multimedia file (an swf file). When looking at the true code of the topic - I notice that Robohelp inserted the following links:
codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,12,0"
AND
pluginspage=" http://www.adobe.com/shockwave/download/"
type="application/x-shockwave-flash"
When executing the multimedia file from the application (the htm file is added to our application - a web based application), an error occurs.
The programmers have told me that the reason there is an error is because when calling the file, they are calling an https file and not an http file.
I've tried to manually change in the true code the http command to https..but when I save, the command automatically changes back to http.
Does anyone know how I can get around this issue?
Maybe someone can help me out there: In one of the topics of my help file, I've inserted a multimedia file (an swf file). When looking at the true code of the topic - I notice that Robohelp inserted the following links:
codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,12,0"
AND
pluginspage=" http://www.adobe.com/shockwave/download/"
type="application/x-shockwave-flash"
When executing the multimedia file from the application (the htm file is added to our application - a web based application), an error occurs.
The programmers have told me that the reason there is an error is because when calling the file, they are calling an https file and not an http file.
I've tried to manually change in the true code the http command to https..but when I save, the command automatically changes back to http.
Does anyone know how I can get around this issue?
