Login | Forgot password | Register

X

What is OpenID?

OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.

With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.

For more information visit the official OpenID site.

23 Posts in 9 Topics by 9 members

Jump to:

General Discussion

If this is your first visit, you will need to register before you can post. However, you can browse all messages below.

Forums » General Discussion » Full Screen Mode is disabled

Page: 1 Go to End
Author Topic: Full Screen Mode is disabled 719 Views
  • hkundra
    avatar
    Community Member
    7 posts

    Full Screen Mode is disabled Link to this post

    I am using the Pro player version 1.1.

    When I click on the Full Screen Button, I get a message saying: "Full Screen Mode Unavailable: Due to security restrictions, full screen mode is unavailable"

    Any clues on how I can correct this?

    Thanks,
    Harsh

    PS: The code I used to instantiate the player is given below:

    <script type="text/javascript">
    var flashvars = {
    proxyURL: 'avm1Proxy.swf',
    JSON: '{"debug":true,' +
    '"ui":{"style":"grey"},' +
    '"vitems":[' +
    '{' +
    '"id":"1",' +
    '"loadPriority":1,' +
    '"layer":"video",' +
    '"url":"new1.swf",' +
    '"variant":"avm1",' +
    '"width":480, "height":320' +
    '},' +
    '{' +
    '"id":"2",' +
    '"loadPriority":2,' +
    '"layer":"video",' +
    '"url":"file2.flv",' +
    '"variant":"flv",' +
    '"width":480, "height":320' +
    '},' +
    '{' +
    '"id":"3",' +
    '"loadPriority":3,' +
    '"layer":"video",' +
    '"url":"text.swf",' +
    '"variant":"avm1",' +
    '"width":480, "height":320' +
    '},' +
    '{' +
    '"id":"4",' +
    '"loadPriority":4,' +
    '"layer":"video",' +
    '"url":"file4.flv",' +
    '"variant":"flv",' +
    '"width":480, "height":320' +
    '}' +
    ']}'
    };
    var params = {
    swfliveconnect: "true",
    allowScriptAccess: "always",
    salign: "lt",
    scale: "noscale",
    loop: "false"
    };
    var attributes = {
    name: "CosolventPlayer",
    id: "CosolventPlayer"
    };

    swfobject.embedSWF("Cosolvent-Player.swf", "video",
    "480", "344", "9.0.0", "expressInstall.swf",
    flashvars, params, attributes);
    </script>

  • joseph.gay
    avatar
    Community Member
    28 posts

    Re: Full Screen Mode is disabled Link to this post

    Hi,
    You need to explicitly enable fullscreen mode in the parameters by adding allowFullscreen: "true" to your parameter object. We plan on providing a way to customize the control bar for scenarios where users want to remove certain buttons, such as the fullscreen button, but for now we have the security warning appear if full screen mode is disabled (which it is by default). I hope that helps.

    Joe

  • hkundra
    avatar
    Community Member
    7 posts

    Re: Full Screen Mode is disabled Link to this post

    Yup that fixed it. Thanks a bunch!
    Harsh

    719 Views
Go to Top

Currently Online: There is nobody online.

Welcome to our latest member: y0rk1e