I'm using AllVideos and managed to get it to work with RokTabs by commenting out the following code block around line 567 in /modules/mod_roktabs/helper.php
// strips tags won't remove the actual jscript
$text = preg_replace("'<script[^>]*>.*?</script>'si", "", $text);
$text = preg_replace('/{.+?}/', '', $text);
$text = strip_tags($text, $tags);
You can see the results at: http:// warstory . com . au (remove spaces).
AllVideos will embed YouTube and other types of videos into your website but it can also display locally hosted videos too.
AllVideos is at:
extensions.joomla.org/extensions/multime...layers-a-gallery/812
Neil.