ebbinger_413 0 Report post Posted April 19, 2005 i have a bunch of games that i need to insert onto my page they are all .fla....how do i insert them with frontpage...!man i do not like frontpage...i need get dreamweaver back from my friend...plz help Share this post Link to post Share on other sites
Qop 0 Report post Posted April 19, 2005 Well a fla isn't gonna do you very good. Open the fla's up in and publish them. Go to File->Publish settings. Select which type of file you want to export it to, and click 'Publish'. Then 'Ok'. Go to the map where you've put these fla's and voila, there are you're published files. If you wanna implement them into your webpage, you should publish them as html. Also, always publish them as .swf . Share this post Link to post Share on other sites
soleimanian 0 Report post Posted April 19, 2005 first you should convert your *.fla file to *.swf , then you can paste below code to your page <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab; width="400" height="200"> <param name="movie" value="your swf file.swf"> <param name="quality" value="high"> <embed src="your swf file.swf" quality="high" pluginspage="https://get.adobe.com/flashplayer/otherversions/; type="application/x-shockwave-flash" width="400" height="200"></embed></object> and change red text Share this post Link to post Share on other sites
ebbinger_413 0 Report post Posted April 19, 2005 ok thanks...a lot...and that will put them into the page even if it isnt a movie/animation and its a game ?srry im kinda a n00b at the flash stuff... Share this post Link to post Share on other sites
Neverseen 0 Report post Posted April 25, 2005 Doesn't matter what do you have in your flash file. As long as it's posted as *.swf file it will apear exactly as in your Flash MX (or whatever you used to create it). But honestly I don't see any interest in posting a flash file if it isn't animation. Share this post Link to post Share on other sites