b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » Message 7929363 (Thread)

# you need the proper html code to embed it
clicking 'publish' in flash creates the corresponding html file (and/or other formats), the flash movie then has the size you defined for your stage in flash. you can also change the 'width' and 'height' setting in the html file to scale it later when needed. (on both occurences of the words in the file, there's a different method for embedding in Firefox and IE. Also, try to keep the aspect ratio when scaling).
(, Mon 7 Jan 2008, 23:57, archived)
# AH-HA!
this is an awesome thing. It has to be 800x600 for my assignment brief, but I also want to show it off on the web, so this is good
(, Tue 8 Jan 2008, 0:01, archived)
# another option is using the line
Stage.scaleMode = "noScale";
in your code :)
(, Tue 8 Jan 2008, 0:05, archived)