Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2007
    Posts
    6
    Plugin Contributions
    0

    Default Flash/Swf Sizing on Main Page

    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.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Flash/Swf Sizing on Main Page

    This is what I use and you can try it there is a bit more that goes above it and I will post that also
    Code:
    <div id="some_div">
    <script type="text/javascript">
       var so = new SWFObject("path/some.swf", "movie", "400", "267", "7", "#000000");
       so.write("some_div");
    	</script>
                </div>
    Addidtional:That you may already have appropriate code in your head area for your other flash
    Code:
    <script type="text/javascript" src="swfobject.js"></script>

  3. #3
    Join Date
    Oct 2006
    Location
    New Albany Ohio
    Posts
    118
    Plugin Contributions
    2

    Default Re: Flash/Swf Sizing on Main Page

    or you can just download the nnez flo here http://www.zen-cart.com/forum/showth...highlight=nnez

    ...and write just 1 line of php code. depends on how ez you want it i guess.

 

 

Similar Threads

  1. Question about using flash SWF in the main page....
    By hyperspeed in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Jul 2009, 02:16 AM
  2. Using swf in the main page.
    By trnghosh in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 5 May 2009, 03:26 AM
  3. About Flash .swf
    By dani0157 in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 14 Mar 2009, 05:12 PM
  4. Main Page Body - Flash, swf ... HELP!
    By tho53264 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Nov 2006, 11:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg