Menu

#1 FLV fullscreenMode

open
nobody
None
5
2008-04-03
2008-04-03
Anonymous
No

I think it's necesary add a couple of lines into videobox .js to able this option.

Code:

(...)
else if (sLinkHref.match(/\.flv/i)) {
(...)
this.so.addParam("allowFullScreen", "true");
this.so.addParam("allowScriptAccess", "always");

(..)

allowScriptAccess is necessary to load xml or comunication between the player and another scripts

Discussion


Log in to post a comment.