ActionScript 3 SWF metadata tag


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. package {
  2. [SWF(width="800", height="600", frameRate="60", backgroundColor="#FFFFFF")]
  3. public class Main extends Sprite {
  4.  
  5. }
  6. }

URL: http://bauhouse.wordpress.com/2009/01/16/135/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.