Page 1 of 1

Soundboard not shown in full screen

PostPosted: Thu Jul 28, 2022 12:54 pm
by marzo
Hello,

I have installed Vicibox 10.0.1.
I have created a new campaign.
I have configured a new soundboard.
I have configured a new script.
I also have enabled in the user group the full screen option.
However the agents do not see the script with the sounboard in full screen.

Any help ?
Regards.

Re: Soundboard not shown in full screen

PostPosted: Thu Jul 28, 2022 4:10 pm
by marzo
The name of the Soundboard is CMV.

This is the script:
<iframe src="../agc/vdc_soundboard_display.php?user=--A--user--B--&pass=--A--pass--B--&bcrypt=OFF&soundboard_id=CMV"
style="background-color:transparent;" scrolling="auto" frameborder="0" allowtransparency="true" width="100%"
height="500"> </iframe>

Re: Soundboard not shown in full screen

PostPosted: Thu Jul 28, 2022 11:02 pm
by marzo
When I change the script text for:
<iframe src="../agc/vdc_soundboard_display.php?user=6666&pass=6666&bcrypt=OFF&soundboard_id=CMV" style="background-color:transparent;" scrolling="auto" frameborder="0" allowtransparency="true" width="100%" height="500"> </iframe>
At the agent interface I can see the Soundboard in full screen but I can not hear the sound files.

Re: Soundboard not shown in full screen

PostPosted: Thu Jul 28, 2022 11:23 pm
by marzo
I change the script text for:
<iframe src="../agc/vdc_soundboard_display.php?user=--A--user--B--&pass=--A--pass--B--&bcrypt=OFF&soundboard_id=CMV" style="background-color:transparent;" scrolling="auto" frameborder="0" allowtransparency="true" width="100%" height="500"> </iframe>
Now works !