Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Flash on DefineMainPage

    Maybe I'm missing something, but that puts a flash banner in a sidebox.. not what I need.

    Or does it load Jscript in an invisible sidebox that lets me put flash on the define page and I'm just missing it?

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Flash on DefineMainPage

    Does it not contain swfobject.js file so your define main
    page code would look something like..
    i.e.
    Code:
    <script type="text/javascript" src="includes/templates/classic/js/swfobject.js"></script>
     <div id="flashcontent">
       <center>
       <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
         codebase="http://active.macromedia.com/flash2/...ersion=4,0,0,0"
         id="photo_tutorial" width="560" height="450">
         <param name="movie" value="photo_tutorial.swf">
         <param name="quality" value="high">
         <param name="bgcolor" value="#FFFFFF">
         <embed name="photo_tutorial" src="photo_tutorial.swf" quality="high" bgcolor="#FFFFFF"
           width="560" height="450"
           type="application/x-shockwave-flash"
           pluginspage="http://www.macromedia.com/shockwave/...ShockwaveFlash">
         </embed>
       </object>
    </center>
     <script type="text/javascript">
        var so = new SWFObject("includes/templates/classic/photo_tutorial.swf", "YOUR_HEADER", "560", "450", "7", "#FFFFFF");
        so.write("flashcontent");
    </script>
    </div>

 

 

Similar Threads

  1. flash flash banner install on Modern Zen [RI07] Template
    By firefly143 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 18 Mar 2011, 02:25 PM
  2. Flash issue.. css flyout menu hides under flash..
    By Muzz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Sep 2009, 06:41 AM
  3. Replies: 5
    Last Post: 20 Nov 2006, 05:57 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