1 (edited by k-look 2008-05-28 20:43)

Topic: slide show

hi
i am french, sorry for my bad speaking !

do you know how to do, to make a"slide show" in the forum like this:

the link works correctly : http://www.slide.com/r/7xO7I55w4j-4d3Tc … w=original

but this codes don't work

<p style="visibility:visible;"><object type="application/x-shockwave-flash" data="http://widget-9d.slide.com/widgets/slideticker.swf" height="320" width="426" style="width:426px;height:320px"><param name="movie" value="http://widget-9d.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="cy=ms&il=1&channel=1369094286726839197&site=widget-9d.slide.com"/></object><p><a href="http://www.slide.com/pivot?cy=ms&at=un&id=1369094286726839197&map=1" target="_blank"><img src="http://widget-9d.slide.com/p1/1369094286726839197/ms_t000_v000_s0un_f00/images/xslide1.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=ms&at=un&id=1369094286726839197&map=2" target="_blank"><img src="http://widget-9d.slide.com/p2/1369094286726839197/ms_t000_v000_s0un_f00/images/xslide2.gif" border="0" ismap="ismap" /></a></p></p>

or

<div><embed src="http://widget-9d.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="cy=lt&il=1&channel=1369094286726839197&site=widget-9d.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=1369094286726839197&map=1" target="_blank"><img src="http://widget-9d.slide.com/p1/1369094286726839197/lt_t000_v000_s0un_f00/images/xslide1.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=lt&at=un&id=1369094286726839197&map=2" target="_blank"><img src="http://widget-9d.slide.com/p2/1369094286726839197/lt_t000_v000_s0un_f00/images/xslide2.gif" border="0" ismap="ismap" /></a></div></div>

thank you

2

Re: slide show

Hi,

The code you pasted works, I just pasted it into a plain html document.

Where exactly do you want to include this in your forum?

Re: slide show

i would like to see the slide without clicking the link

we can see image by using [img]tag without a click on the link
is it possible to have the same thing for the slide show ?

hmm

4

Re: slide show

I don't know of a way to show the slide show code in a post, html doesn't work, only bbcode.

If it's your forum, paste it into the announcements block.

5 (edited by k-look 2008-05-17 22:48)

Re: slide show

ok

it's not my forum, so i will ask to the webmaster, but i think he will be in difficult to paste it into the announcements block,because he is a learner like me !!!

can a plugin makes the slide show code working ?

6

Re: slide show

You can try this: http://www.punres.org/desc.php?pid=405

Be careful though, it may open up your forum to wacky people smile

7 (edited by k-look 2008-05-17 23:02)

Re: slide show

thank you for the help
i will try it

bye from normandie in france

8 (edited by MattF 2008-05-18 10:32)

Re: slide show

You would need to add a new tag to the parser, which will take the link within those new tags, for example, [slideshow]link to gif[/slideshow], and output the required html.

Using and enabling that HTML mod linked to above for all users isn't a good idea.