• sam_a

    (@sam_a)


    The Media Player flashvars settings (colors, appearance, etc.) in the admin panel are saved but they never take effect — the embedded media player in posts always shows the default colors and appearance.

    I’m using the embedded object method and the only flashvar I see in the output is the file URL: <param name="flashvars" value="file=http://example/video" />

    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • pasber

    (@pasber)

    I’ll check it.

    pasber

    (@pasber)

    Yep, you’re right. This occurs if there aren’t any flashvars specified in the flash tag. I’ve accidentally put $options = $pbef_options['flashvars']; inside the if-condition for f={}.

    Redownload the plugin and replace inc/inc.functions.php on your webspace with the new one from the archive to fix it.

    Thread Starter sam_a

    (@sam_a)

    It works, thanks!

    pasber

    (@pasber)

    np 🙂

    Hi !

    I’ve installed the latest version, and it works fine. The only thing is that the changes made in Flashwars (through the Admin panel) have no effect. My flash video autostarts and repeats itself, and I would like to deactivate those two parameters, but it does not work.

    Please help me doing it!

    PS : I’m a beginner, so if you are kind enough to help me, please explain how to do so step by step.

    Thanks!!!!

    How does the [flash …] tag you use in your post look like?

    The tag is :

    [flash URL]
    URL being the entire http:// address that gives the path to the .swf file.

    Thanks for answering!

    The flashvars listed in the flashvar section of the admin panel are only applying on the JW FLV Media Player – like the text in the admin panel says.

    If you want to stop “normal” SWFs from autoplaying and repeating, you either have to a) ask the creator for a version without that features or b) use flashvars that MAY be available by default.

    In case b), you can pass flashvars to that (and any other) file by using a syntax like [flash http://path.to/your/file.swf?autoplay=false&repeat=false]

    OK pasber, thanks a lot! I guess I’ll try a), since b) didn’t work.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: pb-embedFlash] Media Player flashvars have no effect (1.5 rc 8.1)’ is closed to new replies.