ID:16890
 
I am trying to figure out how to embed a .swf file to an html site so that the file is open in the page, so the user dosent have to click a link.I know BYOND has a few flash users and html programmers, so I hopefully somebody knows how to, and can explain what and how to do embed flash in html.
When you go to publish it, just check the html file option. Then just open the html file it generates in notepad. You'll want the entire object-param-embed part.
Then all you need to do is change the src part and movie param to the location of your file.
Can you host a .txt or .html file and give me the link showing and explaining what parts to edit. You totally lost me. (I suck at HTML :'( )
<embed src="(URL)">
Thanks :)