All the examples I've seen would write the attributes like this:
Code:
fullscreen=yes,scrollbars=yes,resizable=no
not this:
Code:
fullscreen=yes;scrollbars=yes;resizable=no;
N.B. with a comma separating, not a semi-colon terminating. So maybe that's the problem.