jdeveloper
01-16-2003, 01:40 PM
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
|
Click to See Complete Forum and Search --> : putting a flash movie on an html page jdeveloper 01-16-2003, 01:40 PM 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 pyro 01-16-2003, 01:49 PM 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... v743 01-17-2003, 09:38 AM You can try this <HTML> <FRAMESET cols = "*"> <FRAME src = "yourflashmovie.swf"> </html> but you have to check if there is flash plug-in installed, and unfortunately I don't know how to do this... p.s. Please, forgive my English :) pyro 01-17-2003, 09:48 AM v743 - What is this going to help with? v743 01-17-2003, 10:11 AM You mean my piece of code? It'll resize flash movie to your brouser window's borders... p.s. Please, forgive my English :) pyro 01-17-2003, 10:15 AM 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... jdeveloper 01-17-2003, 11:16 AM Well, both will help! I tried window.open('flashfile.swf'); and it works, but it wont let me add extra parameters such as 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... jdeveloper 01-17-2003, 11:16 AM Well, both will help! I tried window.open('flashfile.swf'); and it works, but it wont let me add extra parameters such as 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... esher2292 02-08-2003, 03:55 PM how do u make a flash movie??? LIKE ON INFINIY!!! p.s. infiniy's thing ROCKS!!!!!!!! esher2292 pyro 02-08-2003, 04:47 PM 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! Originally posted by esher 2292 p.s. infiniy's thing ROCKS!!!!!!!!Thank you :D esher2292 02-08-2003, 07:07 PM does it cost??? where do I get it??? esher2292 pyro 02-08-2003, 07:39 PM Yes, it does cost. Unfortunatly, it is a bit pricy at $499. You can get details at http://www.macromedia.com/software/flash/. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |