• Mozilla and Chrome are displaying the correct comments and flashvars parameter
    <param name=’flashVars’ value=’@videoPlayer=821256458001&
    in the source code
    but actually displays the video with ID 821202002001
    In fact ALL videos on Mozilla and Chrome show video 821202002001 and not the one it should
    IE8 and IE7 work OK

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sd360

    (@sd360)

    after more investigation I have found that the flashvars param is being used twice
    <object id=’flashObj’ width=’400′ height=’339′ data=’https://c.brightcove.com/services/viewer/federated_f9?isVid=1&#8242; type=’application/x-shockwave-flash’>
    <param name=’data’ value=’https://c.brightcove.com/services/viewer/federated_f9?isVid=1&#8242; />
    <param name=’bgcolor’ value=’#FFFFFF’ />
    <param name=’flashVars’ value=’@videoPlayer=821202002001&playerID=1911416499&playerKey=AQ~~,AAAArLb-9Kk~,TSfGultWmbM5mtWyBPOAGkF5tqklqS_5&domain=embed&dynamicStreaming=true’ />
    <param name=’base’ value=’https://admin.brightcove.com&#8217; />
    <param name=’seamlesstabbing’ value=’false’ />
    <param name=’allowFullScreen’ value=’true’ />
    <param name=’swLiveConnect’ value=’true’ />
    <param name=’allowScriptAccess’ value=’always’ />
    <param name=’src’ value=’https://c.brightcove.com/services/viewer/federated_f9?isVid=1&#8242; />
    <param name=’name’ value=’flashObj’ />
    <param name=’flashvars’ value=’@videoPlayer=821260706001&playerID=743373819001&playerKey=AQ~~,AAAArLb-9Kk~,TSfGultWmbM5mtWyBPOAGkF5tqklqS_5&domain=embed&dynamicStreaming=true’ />
    <param name=’allowfullscreen’ value=’true’ />
    </object>
    IE takes the first value – correct
    FF and Chrome take the second value – always the same ID and incorrect
    Where is the object code created? can I edit it so that only 1 flashvars param is output?

    Thread Starter sd360

    (@sd360)

    the brightcove plugin had the flashvars in twice – the second was hardcoded with an ID so it always came up regardless of what the first param was, deleted this line of code and now works OK

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mozilla displaying incorrect video clip’ is closed to new replies.