New to this but I have come a long way...I need help with adding a .swf file to my main page: 2 things. First, the size will not conform to what I am telling it to do: need 400x267 getting something like 200x200 and the original file is 640x480. Second, I would like to add code to stop the looping of the file. Here is what I added to define_main_page.php
<center>
<object width="400" height="267">
<embed src="http://www.bedstore.com/webmovie.swf"></embed>
<param name="movie" value="http://www.bedstore.com/webmovie.swf" />
<param name="quality" value="high"><param name="BGCOLOR" value="#000000">
<param name="menu" value="false">
</object>
</center>
My url is www.bedstore.com/store and keep in mind that I am still in the process of designing. Any help would be appreciated.



