Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
Rodney C (Guest)
Rodney C (Guest)
I have a swf file i have uploaded to my ftp now I would like to put it in a block but I only have options for images links etc. how do you put a movie on the website? Not from vi art? Wall Bash
 
roy (Guest)
roy (Guest)
Hi,
 
If you can add code to your block where you want to display the file use this:
 
<!--
<object width="200" height="400">
<param name="movie" value="yourmovie.swf">
<embed src="yourmovie.swf" width="250" height="450">
</embed>
</object>
-->
 
Ofcourse you need to change 'yourmovie.swf' to your file name and the width and height to the size you want.
But would solve the problem only if you can add the code to the page.
 
Hope this helps.
 
eyestrain (Guest)
eyestrain (Guest)
I find it best that you put the swf file you ftp'd into your public_html folder when adding flash to custom blocks.