Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Flash in site Header


Guest

Recommended Posts

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>

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 1 month later...

<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.

Attribute Manager: http://downloads.ephing.com

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...