Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, I’m in the same situation.

    What can we do?

    My url: http://ruralmedia.eu

    Thanks

    Thread Starter TullioFilippi

    (@tulliofilippi)

    Hi rearjm,

    I didn’t find solution with S3 Video Plugin, and so I have changed plugin. Now I am using S3FlowShield, it’s not free but it works with every browsers and it has a great support.

    Bye.

    TF

    Thank you TullioFilippi,

    I’ve found a solution for the problem.

    Before, we were using this code (generated by S3 Video Plugin):

    <object width="640" height="380" id="s3EmbedVideo" name="s3EmbedVideo" data="http://releases.flowplayer.org/swf/flowplayer-3.2.15.swf" type="application/x-shockwave-flash">
    <param name="allowfullscreen" value="true">
    <param name="allowscriptaccess" value="always">
    <param name="quality" value="high">
    <param name="bgcolor" value="#000000">
    <param name="flashvars"
        value='config={
            "clip":{"autoBuffering":"none","autoPlay":false,"bufferLength":5},
            "playlist":[
                {"url":"http://xxxxxx.s3.amazonaws.com/xxxxxxxxxxx.jpg","scaling":"fit","autoPlay":true,"autoBuffering":"none","bufferLength":5},
                {"url":"http://xxxxxx.s3.amazonaws.com/xxxxxxxxxxx.flv","title":"The film title","autoPlay":false,"autoBuffering":"none","bufferLength":5}
                ],
            "playerId":"player"
        }'>
    </object>

    But now, we use this:

    <object id="s3EmbedVideo" name="s3EmbedVideo" width="300" height="200"
    	data="http://releases.flowplayer.org/swf/flowplayer-3.2.16.swf"
    	type="application/x-shockwave-flash">
    	<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.16.swf" />
            <param name="allowfullscreen" value="true" />
            <param name="allowscriptaccess" value="always">
            <param name="quality" value="high">
            <param name="bgcolor" value="#000000">
    	<param name="flashvars"
    		value='config={
    		"clip":{"autoBuffering":"none","autoPlay":false,"bufferLength":5},
    		"playlist":[
    			{"url":"http://xxxxxxxx.s3.amazonaws.com/xxxxxxxx.jpg","scaling":"scale","autoPlay":true,"autoBuffering":"none","bufferLength":5},
    			{"url":"http://xxxxxxxxx.s3.amazonaws.com/xxxxxxxx.flv","title":"The film title","autoPlay":false,"autoBuffering":"none","bufferLength":5}
    			],
    		"playerId":"player"}'/>
    </object>

    and it’s ok in IE8, IE9, Firefox, Chrome, Opera

    ¡We are happy!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ie9 ie10’ is closed to new replies.