Guest Posted February 16, 2003 Share Posted February 16, 2003 Hi, i would like to know if it is possible to have falsh display in my header? I purchased a software that creates flash headers for website. After creating what i want as my header, i uploaded the flash files in my directory (Iam not even sure if that's where they need to go but this where i uploaded my files :Catalog/catalog/images). Which are the swf.file and a text file .. Now i have an HTML code that came with the software which basically allows me to modify the display of flash on my website. Below is the code. My question is : Where do i put this code so the flash can work?? And someone please tell me ,In the case where i dont need the code , what do i need to do for flash to show in my header?? Here's the code: <head> <title>Name of your page</title> </head> <body bgcolor="#FFFFFF"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="600" height="300"> <param name=movie value="blinds.swf"> <param name=quality value=high> <param name="SCALE" value="noborder"> <embed src="blinds.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="600" height="300" scale="noborder"> </embed> </object> </body> </html> Quote Link to comment Share on other sites More sharing options...
Guest Posted February 17, 2003 Share Posted February 17, 2003 Hi if you send me your header file and flash file, I will add to page for you are resend back. Then you can see what has been done, Cheers John p.s You add your flash file to your catalog/images dir and admin/images dir Quote Link to comment Share on other sites More sharing options...
aperfecthost Posted April 9, 2003 Share Posted April 9, 2003 I am having the same issue as you had. I added the html code where I THOUGHT it should go in the header file and then uploaded the header.php and the .swf file. The header won't load. Help please. Quote Link to comment Share on other sites More sharing options...
Greeves Posted April 9, 2003 Share Posted April 9, 2003 <TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD><OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://active.macromedia.com/flash2/cab5/swflash.cab#version=2,1,0,12" HEIGHT=300 WIDTH=600 ID="Shockwave"> <PARAM NAME="Movie" VALUE="blinds.swf"> <PARAM NAME="Quality" VALUE="AutoHigh"> <PARAM NAME="Loop" VALUE="0"> <PARAM NAME="Play" VALUE="1"> <PARAM NAME="Scale" VALUE="ShowAll"> <PARAM NAME="SAlign" VALUE="L"> <EMBED ID="Shockwave1" SRC="blinds.swf" HEIGHT=300 WIDTH=600 PALETTE=BACKGROUND Quality=AutoHigh Loop=FALSE Play=TRUE Scale=ShowAll SAlign=L PLUGINSPAGE="http://www.macromedia.com/shockwave/download/"></OBJECT> </TD> </TR> </TABLE> Try using the above code instead of what you had generated.. place the code in catalog/includes/header.php line 52 of the original OSC 2.2MS1 file... should be right before: <table border="0" width="100%" cellspacing="0" cellpadding="0"> Then you will want blinds.swf to be in your catalog/ directory. This will put the flash movie at the very top of your pages... I'm pretty sure that the above embed code will work though.. I use it for most of my movies. Mike G. Quote Attribute Manager: http://downloads.ephing.com Link to comment Share on other sites More sharing options...
aperfecthost Posted April 9, 2003 Share Posted April 9, 2003 Appreciate the help! I have it working now. Not sure what I was doing wrong, but it's now working. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.