Hi I wonder if anyone can help.
I'm running FOP and asterisk on a debian box.
I have popups running from FOP calling another server running drupal and
civicrm. Which works really well.
What I am trying to do is embed FOP in an invisible block in drupal so
that when a user is authenticated they get popups without having to run
a seperate window/tab with FOP.
The problem I'm facing is that when I put the FOP code in the block all
I get is a can't load variables.txt.
What I'm really asking is, is it possible to do what i want .i.e.
BOX1 BOX2
asterisk drupal
| |
FOP-----------------------------------embedded frame
the code I'm using in the block is
<body bgcolor="#ffffff">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="100%" height="100%" id="operator_panel" align="left">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie"
value="http://XX.XX.XX.XX/panel/operator_panel.swf?mybutton=2&url=http://YY.YY.YY.YY/customer.php&target=bottom"
/>
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="scale" value="exactfit" />
<embed
src="http://XX.XX.XX.XX/panel/operator_panel.swf?mybutton=2&url=http://YY.YY.YY.YY/customer.php&target=bottom"
quality="high" scale="exactfit" bgcolor="#ffffff" width="100%"
height="100%"
name="operator_panel" align="left" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
Thanks
Bails
Flash Operator Panel Mailing List
To unsubscribe send an empty message to:
<operator_panel-unsubscribe@xxxxxxxxxxxxxxxxxx>
To get help send an empty message to:
<operator_panel-help@xxxxxxxxxxxxxxxxxx>
The archives can be found at:
http://www.asternic.org/archives/maillist.html