Hi folks,
I would like to know if there is a easy way to add flashvars to wordtube?
If yes, how should i do? Any advice would be really appreciated.
J.
Hi folks,
I would like to know if there is a easy way to add flashvars to wordtube?
If yes, how should i do? Any advice would be really appreciated.
J.
yeah its possible. i just did this today to add the plugins=viral-1 flashvar.
in wordtube.class.php simply add another line in the GlobalFlashVars() function around line 268 with your flashvar and its value.
i added:
$this->swfobject->add_flashvars( 'plugins', 'viral-1');
This topic has been closed to new replies.