Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

flash movie on php main page


Guest

Recommended Posts

Can I put a flash movie in the header. It doesn't seem to work. http://seyantesthetique.com/shop/osc/

 

Thanks for any help

 

Also, I have a background image I am trying to incorporate without any luck.

 

Try changing your code embedding code to this:

 

<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://active.macromedia.com/flash2/cab5/swflash.cab#version=2,1,0,12" HEIGHT=196 WIDTH=437 ID="Shockwave1">
													<PARAM NAME="Movie" VALUE="http://seyantesthetique.com/shop/osc/Movie1.swf">
													<PARAM NAME="Quality" VALUE="High">
													<PARAM NAME="Loop" VALUE="1">
													<PARAM NAME="Play" VALUE="1">
													<PARAM NAME="Scale" VALUE="ShowAll">
													<PARAM NAME="SAlign" VALUE="L">
													<EMBED ID="Shockwave1" SRC="http://seyantesthetique.com/shop/osc/Movie1.swf" HEIGHT=196 WIDTH=437 PALETTE=BACKGROUND Quality=High Loop=TRUE Play=TRUE Scale=ShowAll SAlign=L
													 PLUGINSPAGE="http://www.macromedia.com/shockwave/download/"></OBJECT></embed>

 

Aran

Link to comment
Share on other sites

The correct path to the movie is this:

 

http://seyantesthetique.com/Movie1.swf

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Can I put a flash movie in the header. It doesn't seem to work. http://seyantesthetique.com/shop/osc/

 

Thanks for any help

 

Also, I have a background image I am trying to incorporate without any luck.

This used to be a very simple task but some browsers have made it more difficult than it should be.

 

Take a look at the following and let us know if you get stuck on anything mentioned there.

 

http://blog.deconcept.com/swfobject/

 

This will allow your Flash file to be seen in all browsers the way you intended it and also without any interaction on your users part.

 

Hope this helped,

 

Bill Kellum

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Link to comment
Share on other sites

Look at your HTML source.

 

This is what you have for the movie URL:

 

http://seyantesthetique.com/images/Movie1.swf

 

Click it. It doesn't work.

 

Is this the SWF file you're trying to show (click it):

 

http://seyantesthetique.com/Movie1.swf

 

:unsure:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

So it comes down to this:

 

It doesn't work because the SWF file isn't located on the server where your source code is telling your browser to get it.

 

The solution can go two ways:

 

1. Put a copy of the SWF file where the current code says it is.

 

2. Modify the code to point to where the SWF file really is.

 

Your choice...

;)

 

Added in edit:

 

Or you have the wrong name for the SWF file.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

it worked! Thanks a ton!

 

Hi!This is so useful for me too.=) Thank you!But where will i insert the code?will it put the swf on the middle of the page?how can i position the swf on the page?

 

Is it the same with the flash icons?

 

help...Thank you!=)

Link to comment
Share on other sites

  • 3 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...