Pogrzebałem też w tutorialu do flasha i zrobiłem równie ładny header na stronę.
Jednak problemem jest, kiedy chcę zamienić były obrazek na swf (png >>> swf)
Kiedy to robię, zadnego obrazka na górze nie ma i tyle :<
So...
Co należy zrobić, by css obsłużył mój plik flash?
Ten wyciąg:
Kod
#menu {
width: 600px;
height: 120px;
position: relative;
background: transparent url(images/header_image.png) no-repeat;
}
width: 600px;
height: 120px;
position: relative;
background: transparent url(images/header_image.png) no-repeat;
}
Probuję zamienić na taki:
Kod
#menu {
width: 600px;
height: 120px;
position: relative;
background: transparent url(images/header_image.swf) no-repeat;
}
width: 600px;
height: 120px;
position: relative;
background: transparent url(images/header_image.swf) no-repeat;
}
Różni się więc tylko rozszerzeniem.
Nie działa. (A plik istnieje - na 100%)
Co należy zrobić?