Can we add a flash file to news section?
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>
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?
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>
I added but I have only load swf file :-X :-\
Any idee ;)
Is this solved? If so, could you hit the Topic Solved button underneath the bottom linktree?