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

    (@pasber)

    The flashvars syntax is for JW’s FLV Media Player only. To use flashvars in your own swf files, add them just like calling php files:

    [flash http://path.to/your/yourfile.swf?configPath=xml/conf.xml%5D

    Thread Starter nicolas-prof

    (@nicolas-prof)

    Can u add this functionality to your plugin?

    P.S.
    Flashvars for embeding SWFs very important.

    pasber

    (@pasber)

    As I said, you can easily add them by extending the URL to the SWF with GET-Variables.

    http://path.to/your/yourfile.swf?configPath=xml/conf.xml

    More flashvars are possible (like in the f={} syntax) with ampersands (&).

    I don’t see any need for an extra syntax oO.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: pb-embedFlash] Object Embed and Flashvars’ is closed to new replies.