Jump to content

Embedding a swf file???


Terri

Recommended Posts

I dont want to embed a flash file into a gif. I want to remove the gif and replace it with a flash file but I dont know how to write the code actually to do this...

 

This is what I am seeing now:

 

#header_logo {

font-family: arial, verdana;

color: #ffffff;

font-size: 30px;

font-weight:bold;

        padding:0px;

        margin:0px;

        background-image: url(../images/header_03a.gif);

        height:130px;

line-height:130px;

        text-align:center;

        vertical-align:bottom}

 

That is the code in the css but I want it to have a flash file as a header, not the gif...

Link to comment
Share on other sites

I dont know if I am misunderstanding you or if you are misunderstanding me... I have a gif (a regular picture) that I am using as a header for my website.

 

Instead of the gif (a regular picture), I would like to have a flash header (same exact size of the gif). Now my site is all php and my header (gif) is located in a css file and is called in.

 

I have this piece of code in my css file: background-image: url(../images/header_03a.gif);

That is my header....

 

I would like for it to say: background-image: url(../images/header.swf);

But that doesnt work...

 

How would I fix it to where the swf will work???

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.