Flash in the Free Dog Template

Discussion in 'Flash' started by ellisvalin, Mar 13, 2009.

  1. ellisvalin New Member

    I finally found the code to change the main photo (Jack Russell and lady). It was in the CSS style sheet page.

    I want to replace it with the Flash file I made.

    When I update the code in the style sheet it does not work. When I replace with a different jpg it loads but not the swf file. Anybody know what I'm doing wrong and how to fix?

    Thanks in advance everyone.

    Here's the code:

    #nav {
    padding-top: 372px;
    background: url(images/header.jpg) no-repeat;
    }

    I want to change to:

    #nav {
    padding-top: 372px;
    background: url(images/header.swf) no-repeat;
    }
  2. t3-web New Member

    You are using the swf has an image.. so when the html file imports the image, there is no image there, but a swf file (media)...

    i´ll try to make a small tutorial

    Attached Files:

    • tut1.jpg
      tut1.jpg
      File size:
      87.6 KB
      Views:
      2,515
    • tut2.jpg
      tut2.jpg
      File size:
      84.8 KB
      Views:
      2,449
    • tut3.jpg
      tut3.jpg
      File size:
      107.7 KB
      Views:
      2,418
    • tut4.jpg
      tut4.jpg
      File size:
      72.1 KB
      Views:
      2,379
  3. ellisvalin New Member

    Thank you sir! I will give it a try! Keeping my fingers crossed!
  4. ellisvalin New Member

    OK, the image isn't listed in the code...

    Here's what's listed in html section...

    <div id="wrapper">
    <div id="header">

    So I can't click on the photo and delete.

    div id = header is what I need to switch out...

    Ugh!

    Any more suggestions?

    Thanks!
  5. t3-web New Member

    where do you see this?

    try to change it there...
  6. ellisvalin New Member

    This is in the CSS file.

    I tried to make the change there but it would not work.

    If I knew how to eliminate the CSS code for this particular part and rewrite in html I would but I'm not that good!

    I know just enough to be really dangerous! LOL!

    Still taking suggestions!

    Thanks for your help thus far!
  7. t3-web New Member

    without looking at it i can´t help you out...

    if you want send me the html file, the css and the swf and i´ll try to put it up together...

    send it to t3-web@hotmail.com
  8. ellisvalin New Member

    Dude! It's on the way!

    Thanks!