O Outlander Club Cricketer Joined Feb 9, 2007 Online Cricket Games Owned Apr 14, 2007 #1 how can i put something i made in flash into a html document.
A afreedee Club Cricketer Joined Jan 28, 2007 Location Solar System Online Cricket Games Owned Apr 15, 2007 #2 Use the embed tag e.g. Put <embed src="example.swf"> Where 'example.swf' is the name of the flash document - Assuming the flash is in the same directory as the HTML page... You can also have other attributes such as 'height="something"' and the same for width. Hope that helps
Use the embed tag e.g. Put <embed src="example.swf"> Where 'example.swf' is the name of the flash document - Assuming the flash is in the same directory as the HTML page... You can also have other attributes such as 'height="something"' and the same for width. Hope that helps
O Outlander Club Cricketer Joined Feb 9, 2007 Online Cricket Games Owned Apr 15, 2007 #3 of course, thanks mate.