Chromeless window

Is there a way to make the content of the actual borderless window a flash movie AND how do i get to it in order to edit it? Thanks in advance for any help you can offer.

You will simply add your swf to the html.

Well, whatever html file that pops up (which is borderless), edit the html and insert the flash code. Here, insert this between the <body> and </body> tags.

<embed src=**"filename.swf"** quality=**"high"** menu=**"true"** wmode=**"transparent"** height=**"100"** width=**"100"**></embed>
  • Insert that and you’re good to go. The bold parts can be edited to your likings :thumb:.

thanks for the help! i’ve got it working now. :slight_smile: