putting a flash movie on an html page

liunx

Guest
I need to embed a flash movie in an html page so that it has no borders around and fits perfectly, like a pop up ad. I've tried to do it in the flash program but it doesn't work. Any input would be greatly appreciated<!--content-->You could open a new window with the width and height set to the same size as your flash movie -- and, if you'd like, you can close the opening window...<!--content-->You can try this<br />
<br />
<HTML> <br />
<FRAMESET cols = "*"> <br />
<FRAME src = <!-- m --><a class="postlink" href="http://www.webdeveloper.com/forum/archive/index.php/">http://www.webdeveloper.com/forum/archive/index.php/</a><!-- m -->"yourflashmovie.swf"> <br />
</html> <br />
<br />
but you have to check if there is flash plug-in installed, and unfortunately I don't know how to do this...<br />
<br />
p.s. Please, forgive my English :)<!--content-->v743 - <br />
<br />
What is this going to help with?<!--content-->You mean my piece of code?<br />
<br />
It'll resize flash movie to your brouser window's borders...<br />
<br />
p.s. Please, forgive my English :)<!--content-->I guess it depends on what he wanted then. Since he said "like a pop up ad" i assumed he wanted the window to fit the swf, no the swf to fit the window...<!--content-->Well, both will help! I tried window.open('flashfile.swf');<br />
and it works, but it wont let me add extra parameters such as <br />
the window name, and the height and width. I am assuming that it is because i t relys on the flash file for the parameters, but I had to change the size of my flash page to fit the html page so that there was no empty space. Ill try the other one too, and that should make the window conform. Thanks again...<!--content-->Well, both will help! I tried window.open('flashfile.swf');<br />
and it works, but it wont let me add extra parameters such as <br />
the window name, and the height and width. I am assuming that it is because i t relys on the flash file for the parameters, but I had to change the size of my flash page to fit the html page so that there was no empty space. Ill try the other one too, and that should make the window conform. Thanks again...<!--content-->how do u make a flash movie???<br />
<br />
LIKE ON INFINIY!!!<br />
<br />
p.s. infiniy's thing ROCKS!!!!!!!!<br />
<br />
<br />
<br />
esher2292<!--content-->You will need to buy Macromedia Flash to make flash content. I believe there are also other programs that are able to save as .swf, but I used Macromedia Flash MX. Apart from that, it is just like anything else, spend time learning the program, and then design away! <br />
<br />
Originally posted by esher 2292<br />
p.s. infiniy's thing ROCKS!!!!!!!!Thank you :D<!--content-->does it cost???<br />
<br />
where do I get it???<br />
<br />
<br />
<br />
esher2292<!--content-->Yes, it does cost. Unfortunatly, it is a bit pricy at $499. You can get details at <!-- m --><a class="postlink" href="http://www.macromedia.com/software/flash/">http://www.macromedia.com/software/flash/</a><!-- m -->.
 
Back
Top