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} ]
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} ]
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!
This topic has been closed to new replies.