Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Support for PhpBB3 BBCodes. Post here to get help with any BBCode related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Darkman
BBCoder II
Posts: 23 Joined: 20 Mar 2010, 23:53
Post
by Darkman » 08 Jul 2010, 13:59
Wow!!!
This is created by me
http://www.slide.com/r/OP416726tz9WtmpE ... bedded_url
Code: Select all
<div><embed src="http://widget-c6.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="cy=lt&il=1&channel=3458764513838537670&site=widget-c6.slide.com" style="width:426px;height:320px" name="flashticker" align="middle"></embed><div style="width:426px;text-align:left;"><a href="http://www.slide.com/pivot?cy=lt&at=un&id=3458764513838537670&map=1" target="_blank"><img src="http://widget-c6.slide.com/p1/3458764513838537670/lt_t021_v000_s0un_f00/images/xslide1.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=lt&at=un&id=3458764513838537670&map=2" target="_blank"><img src="http://widget-c6.slide.com/p2/3458764513838537670/lt_t021_v000_s0un_f00/images/xslide2.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=lt&at=un&id=3458764513838537670&map=F" target="_blank"><img src="http://widget-c6.slide.com/p4/3458764513838537670/lt_t021_v000_s0un_f00/images/xslide42.gif" border="0" ismap="ismap" /></a></div></div>
Another user
http://www.slide.com/r/r3duj5JL7D-Wb4Wv ... bedded_url
Code: Select all
<div><embed src="http://widget-74.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="cy=lt&il=1&channel=3098476543675819636&site=widget-74.slide.com" style="width:426px;height:320px" name="flashticker" align="middle"></embed><div style="width:426px;text-align:left;"><a href="http://www.slide.com/pivot?cy=lt&at=un&id=3098476543675819636&map=1" target="_blank"><img src="http://widget-74.slide.com/p1/3098476543675819636/lt_t017_v000_s0un_f00/images/xslide1.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=lt&at=un&id=3098476543675819636&map=2" target="_blank"><img src="http://widget-74.slide.com/p2/3098476543675819636/lt_t017_v000_s0un_f00/images/xslide2.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=lt&at=un&id=3098476543675819636&map=F" target="_blank"><img src="http://widget-74.slide.com/p4/3098476543675819636/lt_t017_v000_s0un_f00/images/xslide42.gif" border="0" ismap="ismap" /></a></div></div>
KukY13
BBCoder III
Posts: 96 Joined: 26 Jun 2010, 16:23
Contact:
Post
by KukY13 » 08 Jul 2010, 15:17
There are too much variations between the codes, so a simple BBCode is not possible.
I could make a JS which would extract all the data and then place it in a template, but it's not worth it because you would still get the same result, only thing is that then the BBCode would be considered 'safe' because that {TEXT} wouldn't be directly placed into the HTML.
Darkman
BBCoder II
Posts: 23 Joined: 20 Mar 2010, 23:53
Post
by Darkman » 08 Jul 2010, 15:37
Thank you very much for your interest, but you're right: not worth it.
I will use the URL tag to direct the slides
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 18:14
Location: Don't really know!
Post
by cisco007 » 08 Jul 2010, 16:17
it will work if you do it like this, just like i told you before, use this as the html:
Code: Select all
<object type="application/x-shockwave-flash" data="http://widget-6e.slide.com/widgets/slideticker.swf" height="320" width="426" style="width:426px;height:320px"><param name="movie" value="http://widget-6e.slide.com/widgets/slideticker.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="l" /><param name="wmode" value="transparent"/> <param name="flashvars" value="{INTTEXT}"/></object>
look in the embed code and use the stuff after the
for example:
Code: Select all
cy=lt&il=1&channel=3458764513865390257&site=widget-b1.slide.com
demo:
Code: Select all
[slideshow]cy=lt&il=1&channel=3458764513865390257&site=widget-b1.slide.com[/slideshow]
Darkman
BBCoder II
Posts: 23 Joined: 20 Mar 2010, 23:53
Post
by Darkman » 08 Jul 2010, 16:53
Ach...
I've followed all the instructions, but I can not!
I will attempt, I remember this change and it worked.
http://www.darkylab.altervista.org/foru ... p=760#p760
summarizing
BBcode
HTML
Code: Select all
<object type="application/x-shockwave-flash" data="http://widget-6e.slide.com/widgets/slideticker.swf" height="320" width="426" style="width:426px;height:320px"><param name="movie" value="http://widget-6e.slide.com/widgets/slideticker.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="l" /><param name="wmode" value="transparent"/> <param name="flashvars" value="{INTTEXT}"/></object>
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 18:14
Location: Don't really know!
Post
by cisco007 » 08 Jul 2010, 17:36
I finally got it to work don't really know if it will work for all, but for the one you gave me this is how i did it!
bbcode usage:
html:
Code: Select all
<embed src="http://widget-74.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="cy=lt&il=1&channel={NUMBER}&site=widget-74.slide.com" style="width:426px;height:320px" name="flashticker" align="middle"></embed><div style="width:426px;text-align:left;"><a href="http://www.slide.com/pivot?cy=lt&at=un&id={NUMBER}6&map=1" target="_blank"><img src="http://widget-74.slide.com/p1/{NUMBER}6/lt_t017_v000_s0un_f00/images/xslide1.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=lt&at=un&id=3098476543675819636&map=2" target="_blank"><img src="http://widget-74.slide.com/p2/{NUMBER}/lt_t017_v000_s0un_f00/images/xslide2.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=lt&at=un&id={NUMBER}&map=F" target="_blank"><img src="http://widget-74.slide.com/p4/{NUMBER}/lt_t017_v000_s0un_f00/images/xslide42.gif" border="0" ismap="ismap" /></a></div>
helpline:
Code: Select all
[slideshow]number in embed[/slideshow]
example:
Code: Select all
[slideshow]3458764513865390257[/slideshow]
Demo:
http://layerbabuena.org/viewtopic.php?f ... p=380#p380
ghetss261
BBCoder I
Posts: 1 Joined: 10 Aug 2010, 05:41
Post
by ghetss261 » 10 Aug 2010, 05:48
I wanna try this one..
and maybe check this one out..
thank you for that..
it would mean great help..