hi,
i use the following to display flash and put stuff on top
of my flash animation.
now the problem with this technique is that if the page gets stretched or squashed the text stays where it is,
and because you have to use absolute position to overlay
the flash the text will always stay where its put.
is there anway to move the text relative to the page
and overlay it on flash?.
this style is round the flash
this style is round the text to be put over the animation
i use the following to display flash and put stuff on top
of my flash animation.
now the problem with this technique is that if the page gets stretched or squashed the text stays where it is,
and because you have to use absolute position to overlay
the flash the text will always stay where its put.
is there anway to move the text relative to the page
and overlay it on flash?.
this style is round the flash
Code:
#flashmain {position:absolute;
margin:0px auto;
width:800px;
text-align:left;
float:center;
z-index: 2;}
this style is round the text to be put over the animation
Code:
.welcomesml {
position: absolute;
left: 110px;
top: 344px;
color:white ; /* text color */
font-family: Arial; /* font name */
font-size: x-small; /* font size */
text-align:left}