Skip to main content
October 21, 2010
Question

Why Internet Script Error is generating while importing .SWF file in Robohelp 5?

  • October 21, 2010
  • 1 reply
  • 492 views

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

This topic has been closed for replies.

1 reply

October 21, 2010

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