• hi there,
    i am about to set up a blog with my individual layout and would like to replace the .jpeg file of the golf template with a flash file (.swf).
    In the template the picture is included over the main style sheet as background picture. Now, as I understand one can’t render .swf files through the style sheets.
    My question would be, where in the php code would i have to include the file to display it properly ?
    have a look at
    https://www.nickaz.de/niko/blog/
    Thanks for any comment!
    Nik

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mmm… the .swf would be inside the “header” in your index.php page. By default this id is assigned to an h1 tag, but you can change it to a div (for example) so you get something like this:
    <div id="header">
    your embeded .swf
    <h1>Your name</h1>
    </div>

    you can manipulate the design of the header (height, width, and so on) by the #header selector in your CSS.
    Make sure to read the how-to add a .swf using respecting web standards before you do any embedding … unless you dont give a damn about standards… but you should ??
    -hvk

    Thread Starter Anonymous

    thanks a buch -hvk
    i think that should point me in the right direction!
    Nik

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘include a flash file’ is closed to new replies.