Im using Adobe Flash CS3 Professional. I'm doing this for a computer project at school. Any help would be greatly appreciated.How do you put flash buttons into html websites? Also, how do you make that button into a link?
You would probably need to use an embed tag, like:
%26lt;embed src=';filenamehereand.extension'; type=';application/x-shockwave-flash'; wmode=';transparent';%26gt;%26lt;/embed%26gt;
if that doesn't work, try this:
%26lt;object%26gt;%26lt;param name=';movie'; value=';filenamehereand.extension';%26gt;%26lt;/para鈥?name=';wmode'; value=';transparent';%26gt;%26lt;/param%26gt;%26lt;embed src=';filenamehereand.extension'; type=';application/x-shockwave-flash'; wmode=';transparent';%26gt;%26lt;/embed%26gt;%26lt;/object%26gt;
You can also add width and height to the opening object tag, and the end of the opening embed tag.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment