Highslide Dailymotion BBCode
Posted: 03 Sep 2011, 20:20
Code: Select all
[dailymotion]{IDENTIFIER}[/dailymotion]
Code: Select all
<script type="text/javascript">
hs.graphicsDir = 'http://highslide.com/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'draggable-header no-footer';
hs.allowSizeReduction = false;
// always use this with flash, else the movie will be stopped on close:
hs.preserveContent = false;
</script>
<a href="http://www.dailymotion.com/swf/video/{IDENTIFIER}" onclick="return hs.htmlExpand(this, {
objectType: 'iframe',
width: 480,
align: 'center',
objectWidth: 480,
objectHeight: 270,
swfOptions: {params: {allowfullscreen: 'true'}}, maincontentText: 'You need to upgrade your Flash player'} )"
class="highslide">
<img src="http://www.dailymotion.com/thumbnail/160x120/video/{IDENTIFIER}" class="thumbnail" alt="thumbnail" />
</a>
http://jsfiddle.net/8ZcAk/
org. code: objectType: 'swf',
I have a problem .. BB code is working .. is not full screen ..How can I solve this problem
thanks