Stupid Q

Well im having the large problem of : I dont know what the hell im supposed to do!

Well the fact remains that I want my website to look like the attachment. The HTML picture above the flash and them both centered.

In reality I cannot even get the two on the same page! Someone with more knowledge then I please help me :frowning:

Thank you very very much :smiley:
-Revolver

Um…After you publish your SWF from Flash, you’ll have an HTML file called whatever your SWF file is called. Open that HTML page in whatever you use (I prefer notepad) and add this stuff:


<!-- After the 'body' tag --!>
<center>
<img src="urlToYourPicture.jpg">

Then put this before the last body tag that looks like


</center>

ahh great, thank you very much

You’re welcome.(-: