Highslide Dailymotion BBCode

Download and support for PhpBB3 Highslide Attachment Mod
Locked
IcEman
BBCoder II
BBCoder II
Posts: 12
Joined: 10 Mar 2010, 22:16

Highslide Dailymotion BBCode

Post by IcEman »

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>
source
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
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Highslide Dailymotion BBCode

Post by Stoker »

Im not sure what you mean IcEman?
When I visit the link I can click it to fullscreen?
Board rules! No PM support
IcEman
BBCoder II
BBCoder II
Posts: 12
Joined: 10 Mar 2010, 22:16

Highslide Dailymotion BBCode

Post by IcEman »

bbcode does not work in full screen .. what I'm doing wrong :s
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Highslide Dailymotion BBCode

Post by Stoker »

Board rules! No PM support
IcEman
BBCoder II
BBCoder II
Posts: 12
Joined: 10 Mar 2010, 22:16

Highslide Dailymotion BBCode

Post by IcEman »

I know this link .. whatever

Thanks for your help
Locked