quick question

  • Wanna Join? New users you can now register lightning fast using your Facebook or Twitter accounts.
Dec 28, 2008
9
0
0
43
#1
for myspace top banner..

if i have a flash project, what is the code to put it at the top..i already have a big image at the top but now i redesigned it in flash..some help please
 

emma

Sicc OG
Apr 5, 2006
5,237
2,051
0
39
#3
its the same....... as a regular image just put the flash file name where the regular image name is
it's not exactly the same. with flash you have to use an embed tag instead of a regular img tag. you also need to specify the width and height of the swf.

This is what the embed tag looks like:
<embed src="http://www.blahblah.com/yourfilenamehere.swf" width="700" height="150">
</embed>

modify the italic part with the correct info for your file.