Quote:
Originally Posted by durruti
Hi, works now - thanks.
Question though, what's that full screen button suppose to function?
|
It is of no use, you can remove this line from the code
Code:
so.addParam('allowfullscreen','true');
Quote:
And is there a way to make the autoplay repeat itself continuously (unless the stop button is pressed)?
|
Try changing this line
Code:
so.addParam('flashvars','&file={vb:raw userinfo.fieldxx}&volume=100&autostart=true');
to
Code:
so.addParam('flashvars','&file={vb:raw userinfo.fieldxx}&volume=100&autoRepeat=true');
The code i had given is not tested.