Ticket #3 (closed defect: worksforme)

Opened 2 years ago

Last modified 2 years ago

FOP & CRM integration problem - popup window doesnt show in mozilla / firefox

Reported by: kadlecek Assigned to:
Priority: blocker Milestone:
Version: 0.27 Keywords:
Cc:

Description

When I use MS Internet Explorer, everything works well. When I use another webbrowser (Firefox, Mozzila, etc.) , everythings works well too, but I have problem with CRM integration. Incoming call is visible at panel. I see in FOP caller id , but popup window in webbrowser doesnt show. I dont have blocked popup windows in webbrowser.

Change History

04/23/07 13:54:46 changed by nicolas

  • status changed from new to closed.
  • resolution set to worksforme.

Not a bug but misconfiguration on your part. You have to add the modifiers into both the object param and the embed tag in the html file that loads the .swf, like:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ...>

...

<param name="movie" value="operator_panel.swf?mybutton=1&url=mypage.php&target=bt" />

...

<embed src="operator_panel.swf?mybutton=1&url=mypage.php&target=bt" quality="high" scale="exactfit" bgcolor="#ffffff" width="100%" he ight="100%" name="operator_panel" align="left" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://ww w.macromedia.com/go/getflashplayer" /> </object>