How do I use flashvideo_get api call with reference to a file
ie

[video:file=pm.flv:autostart=false]

Thanks

Comments

travist’s picture

You need to use the Flashvars directive....

<?php
$params['flashvars']['file'] = 'pm.flv';
print flashvideo_get_video($node, $params);
?>
travist’s picture

Status: Active » Fixed
davidkyte’s picture

Thanks Travist

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.