Please post your questions in a new topic.
To enable the fullscreen mode you need to add "f={fs=1}" to the flash tag.
Simply add "f={usefullscreen=false}" to the flash tag. Read more about supported flashvars or use the wizard.
Yes, you can call the function pb_embedFlash_plugin() in template files. Give it the flash tag you would normally use in posts. Attention: The function returns a value that you have to echo.
if(function_exists('pb_embedFlash_plugin'))
{
echo pb_embedFlash_plugin('[flash ...]');
}
Shadowbox is an overlay that displays likely any content (flash, videos, images, galleries, websites) - like Lightbox does for images. More about Shadowbox. You can use Shadowbox as a replacement for Lightbox, it's fully compatible to the rel="lightbox" syntax, including Lightbox-style galleries.
Unlike other *box scripts, Shadowbox offers the possibility to choose what JavaScript framework should be used - so there is no crossover problem with JavaScript frameworks that brings down your website. If you already use a plugin on your blog that uses e.g. jQuery, Shadowbox just uses it, too. So I added some options to the admin panel that let you choose what framework Shadowbox should use and whether you want to load the framework with Shadowbox. You can also decide to always load Shadowbox on your blog, e.g. as Lightbox replacement or to use the other features outside of pb-embedFlash.
You can decide to use one of them in the admin panel (Settings/pb-embedFlash) or on per-flash basis via the mode option.




