Jump to content

New 2 Flash, nearly there ...


Guest HarryJD

Recommended Posts

Guest HarryJD

Hey guys,I recently started using flash. I have created a flash movie to be the 'intro page' for my website ok.It was grand making the flash movie, but I have been trying to figure out exactly how to embed the flash movie intoa html page and make it the first page visited when someone goes to my website domain.Basically this is what I have done so far . . .1. I uploaded the .swf file into my web folder.2.1 I created a html page in the web folder, put what I believe to be the relevant 'embedding' html into the html page.2.2 I also made the .swf into a html page from the flash program and made that the html page in the web folder.3. But when I go to my domain, it won't play the flash page.Can anyone who actually does this and knows it well, please tell me how to exactly and properly go about it.I know from experience that there must be a basic enough process to follow to achieve this goal !I hope to resolve this asap as I need to get my site going !Thanks,J.D.P.S. This is the html I embedded incase ya wanna know...******************************************************************************************<!-- Created with CoffeeCup Firestarter http://www.coffeecup.com --><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"ID=Intro master file WIDTH=1050 HEIGHT=650><PARAM NAME=movie VALUE="Intro master file.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=loop VALUE=false><EMBED src="Intro master file.swf" loop=false quality=highWIDTH=1050 HEIGHT=650 TYPE="application/x-shockwave-flash"PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT>**************************************************************************************************

Link to comment
Share on other sites

http://www.w3schools.com/flash/flash_inhtml.aspI think that classid, codebase, pluginspage or type attributes you see, that means they create Flash movie by Macromedia Flash and published it in HTML and SWF format so these two format had a very close connection , showed in these above attributesIf you create only seperate SWF format you must follow above link to embed it in seperate HTML page:)
Link to comment
Share on other sites

  • 1 month later...
Hey guys,I recently started using flash. I have created a flash movie to be the 'intro page' for my website ok.It was grand making the flash movie, but I have been trying to figure out exactly how to embed the flash movie intoa html page and make it the first page visited when someone goes to my website domain.Basically this is what I have done so far . . .1. I uploaded the .swf file into my web folder.2.1 I created a html page in the web folder, put what I believe to be the relevant 'embedding' html into the html page.2.2 I also made the .swf into a html page from the flash program and made that the html page in the web folder.3. But when I go to my domain, it won't play the flash page.Can anyone who actually does this and knows it well, please tell me how to exactly and properly go about it.I know from experience that there must be a basic enough process to follow to achieve this goal !I hope to resolve this asap as I need to get my site going !Thanks,J.D.P.S. This is the html I embedded incase ya wanna know...******************************************************************************************<!-- Created with CoffeeCup Firestarter http://www.coffeecup.com --><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"ID=Intro master file WIDTH=1050 HEIGHT=650><PARAM NAME=movie VALUE="Intro master file.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=loop VALUE=false><EMBED src="Intro master file.swf" loop=false quality=highWIDTH=1050 HEIGHT=650 TYPE="application/x-shockwave-flash"PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT>**************************************************************************************************
Make a flash file, go to file > publish preview > htmlwhen the page opens right click and go to view source - copy and paste the <object> code all the way to the </object> and paste it on your page.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...