Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: zijO on November 28, 2008, 03:04:12 AM

Title: Can we add a flash file to news section
Post by: zijO on November 28, 2008, 03:04:12 AM
Can we add a flash file to news section?
Title: Re: Can we add a flash file to news section
Post by: ThorstenE on November 28, 2008, 01:11:25 PM
sure, then news can contain any type of HTML.
Example:
<object width="100" height="100">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="100" height="100">
</embed>
</object>
Title: Re: Can we add a flash file to news section
Post by: zijO on November 28, 2008, 04:25:37 PM
Thanks,
But then I do have much space around the displayed file. I would like the news section be same size as flash file. Is it possible to edit how much space is around, and where is stile adjustment of news fader? When news are rotating can time in between be adjusted?
Title: Re: Can we add a flash file to news section
Post by: ThorstenE on November 29, 2008, 01:33:17 AM
have you tried my above example?  you only have to change the width and height, then it's bigger...

<object width="468" height="60">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="468" height="60">
</embed>
</object>
Title: Re: Can we add a flash file to news section
Post by: Dordt on November 30, 2008, 11:54:08 AM
I added but I have only load swf file   :-X :-\

Any idee   ;)
Title: Re: Can we add a flash file to news section
Post by: Eliana Tamerin on December 25, 2008, 10:04:06 PM
Is this solved? If so, could you hit the Topic Solved button underneath the bottom linktree?