• Is Flash Vars ONLY supported with the default player? I am using my own swf for flv playback, and that displays properly, but the flashvars are not passed.

    Am using:

    [flash player.swf w=320 h=240 f={video=myMovie.flv} ]

Viewing 1 replies (of 1 total)
  • The method “f={…}” is used for flv-videos, yes. If you want to add flashvars to your swf flash files, just add them to the URL, in your case:

    [flash player.swf?video=myMovie.flv w=320 h=240]

    This should work properly. If not, I’d rewrite the plugin next week-end – unfortunately, I’m not back earlier, sorry!

Viewing 1 replies (of 1 total)

The topic ‘Flash Vars’ is closed to new replies.