Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Autoplay only on first visit

2 replies [Last post]
Reply

I use a licensed player with WP and JW plugin - I would like to get a video to autoplay (which works) but only on the first visit so we do not bug the user.

www.choicepointmovement.com is the site we are working on - but how do i get the video to only play once?

Reply

@Marc -

What browser / OS / Flash version are you using?

The video autostarts when I reload the page.

Tested with:
Chrome 17.0.963.38 / Firefox 9.0.1
Flash Player 11.1.102.55
OS X 10.6.8

Reply
   flowplayer("player-container", "http://api.vworldc.com/fp/flowplayer-3.2.8.swf", {
        "autoPlay": true,

        plugins:  {
            ova: {
                "autoPlay": true,
                "autoBuffering": true,
                "url": "http://api.vworldc.com/fp/ova/swf/ova.swf",
                "player": {
                    "modes": {
                        "linear": {
                            "controls": {
                                "enableFullscreen": true,
                                "enablePlay": false,
                                "enablePause": false,
                                "enableMute": true,
                                "enableVolume": true,
                            }
                        }
                    }
                },

                "ads": {
                    "autoPlay": true,
                    "displayCompanions": true,
                    "companions": {
                        "regions": [
                            { "id":"vwc_comp_300x250", "width":300, "height":250 },
                            { "id":"vwc_comp_728x90", "width":728, "height":90 }
                        ]
                    },

                    "schedule": [
                        {
                            "position": "pre-roll",
                            "tag": "http://demo.scanscout.com/product/vastExamples/vast2RegularLinear.xml"
                        }
                    ]
                }
            }
        }
    });

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options