Copy link to clipboard
Copied
Hi!
I am using Robohelp version 5. I am trying a import a .SWF generated using Adobe Captivate into a file. I am getting the following error message. Can any one let me know what needs to be done?
Thanks in advance,
Latha

Copy link to clipboard
Copied
Hi,
I pasted the following code (This code was given in one of the discussions) in the true code to fix the error that is poping up while viewing the .chm file.
<p><object type ="application/x-shockwave-flash"id="object1" data ="../Menucheckmark.swf" style ="border:none; "width= "400" height ="300">
<param name = "movie" value ="../Menucheckmark.swf"/>
<param name = "quality" value ="high"/>
Loading multimedia control.... </object></p>
I changed the swf file name and pasted in the true code. After generating the file, the true code changes as shown below:
<p><object type="application/x-shockwave-flash"
id="object1"
data="../RTDC.swf"
style= "border:none;"width: "851";
height:"718";
<param name="movie" value="../RTDC.swf" />
<param name="quality" value="high" />
loading multimedia control.... </object></p>
But still I am getting the error message. Can anyone help me on this?
Thanks,
Latha
Find more inspiration, events, and resources on the new Adobe Community
Explore Now