flash question
flash question
Out of context: Reply #17
- Started
- Last post
- 23 Responses
- ********0
@ e-pill
Gotta use CSS. Just add a div around your movie like this:
<div id="movie"> (the movie) </div>
And then in the head of the document:
<style type="text/css">
#movie {
margin:auto;
}
</style>That will center it in the middle of the page.