flash help please...

Agenator

Member
Messages
341
Reaction score
0
Points
16
Okay so Im working on this header image in flash for a wordpress site.... I export it and embed it in place of my previous header (I modded kubrick). I put the embed code between the <div id=headerimage> tags but now when I try and change to positioning on the header image tags it doesn't seem to move to the position I want. If I try to add a css call or whatever you call it for the <embed> tags I can move it but it renders totally different in Fire Fox and in IE. So my question is, how can I get the flash header lined up with the rest of my page using CSS? Any help would be appreciated. Feel free to ask for screen shots or more detailsi f necesary
 

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
You have to change the filetype in the css file or something similar, it's probably .jpg by default but you simply need to change that to filename.swf.

Hope this helps...
 

Agenator

Member
Messages
341
Reaction score
0
Points
16
wait so If say the css was:
background-image: header.jpg;
I would change it to
background-image: header.swf;
?
tried that, didn't work...
Edit:
any help is still desired :p
 
Last edited:

woiwky

New Member
Messages
390
Reaction score
0
Points
0
Can you show us the relevant html/css or give a link to the page? A lot of different errors can come up when positioning elements. To try to figure out which one is messing you up, I'd need to see the code.
 

Agenator

Member
Messages
341
Reaction score
0
Points
16
I think I figured it out. Since this seems to be a problem for some people who are tyring to do this kinda thing w/ kubrick I write a tut on my site later...
 
Top