swf banner in quick.cart???

tosky

No avatar

2008-07-24 18:46

Hi again! I'm trying to put a swf banner in my quick.cart shop but it's imposible. I'm using brightside theme and I changed some lines in the code without results, I get blank space when must be the banner.
Can someone help me whit this problem?
I've read some topics in this forum and the article "How to add flash animation in header instead of banner with logo?" in the tips and I don't get results.
It's very important.
The name of the file that I want to insert is bannershop.swf

Thanks.

» Quick.Cart v3.x

Makaron

Avatar: Makaron

2008-07-25 08:23

Maybe You use not whole path of this file e.g. when You have this swf banner in templates/img the whole path which You should use in Your code is "templates/img/bannershop.swf" (starting in main folder). It's possible for sure 'couse I've made one page with swf logo..

tosky

No avatar

2008-07-25 08:58

It's imposible...

I'm editing the code into de brightside.css file, this is my code:

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head2{clear:both;height:120px;background:#83acca url('shop/templates/img/bannershop.swf') no-repeat;color:#fff;}
html #head2{margin-top:-8px;}
#logo{}
#logo h1{position:absolute;top:0px;float:left;margin:10px 0 0;}
#logo h2{position:absolute;top:55px;clear:both;width:300px;height:30px;margin-left:7px;background:inherit;color:#666;font:bold 0.917em Tahoma, 'trebuchet MS', Sans-serif;}
html #logo h2{width:100%;}



I edit the part of the #head2, I don't know if I must do more changes...can you help me???

Thanks very much...

tosky

No avatar

2008-07-25 08:59

I try to whit the code to the file since templates/img/bannershop.swf whitout the directory where I've intall the script...

Makaron

Avatar: Makaron

2008-07-25 10:45

But swf file cannot be use like a background image.. You have to put the embed code in templates/container.tpl. Read this article once more: http://opensolution.org/Quick.Cart/docs/?id=tips#how_to_add_flash_animation_in_header_instead_of_banner_with_logo and correct code for Your flash animation You can find here: http://animation.about.com/od/flashanimationtutorials/qt/embedswfwebpage.htm

tosky

No avatar

2008-07-25 12:24

But If I make the changes in the container.tpl the banner.swf hide the cart and the above menu...I need insert the swf file in the place of the bs_header in the brightside.css, do you understand me???

Thanks

tosky

No avatar

2008-07-25 12:30

I'd been do it!!!
It's only necessary to edit the container.tpl and insert de code in a new line...if someone want to do it I paste here my code...you must know that your code must be similar, changing the name of the archive...

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="820" HEIGHT="120" id="write here one name" ALIGN="">
<
PARAM NAME=movie VALUE="here the file.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#333399> <EMBED src="here the file.swf" quality=high bgcolor=#333399 WIDTH="820" HEIGHT="120" NAME="Grupo Cordero, S.L." ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>



Thanks...

tosky

No avatar

2008-07-25 12:31

The problem now is that when you open a image, the banner apear on the image...how can I solve it?

Thanks...

tosky

No avatar

2008-07-25 12:41

I think that this problem can be solve if we esit something of the lightbox in the plugins files, but I don't know what...

Makaron

Avatar: Makaron

2008-07-25 12:56

Try this kind of code (change the name of swf file of course):

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="750" height="150" id="logo" align="middle"><param name="wmode" value="transparent">;
<
param name="allowScriptAccess" value="sameDomain" />
<
param name="movie" value="logonowe.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="http://www.fotoellite.pl/logonowe.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="750" height="150" name="logo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />;
</
object>

tosky

No avatar

2008-07-25 13:52

OK, perfect! now when I chrage the page apears one second a semi-transparent black...like if I open a image whit the lightbox efect...if you know the solution perfect, but it isn't very important...

tosky

No avatar

2008-07-25 17:36

And one more problem...the swf banner don't charge in internet explrorer....this is a big problem...help me, please!

Thanks a lot

tosky

No avatar

2008-07-28 16:08

Please, help me...I've insert the next code inte the container.tpl and the swf file don't show in the internet explorer...maybe there are some fails in the code...

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" WIDTH="820" HEIGHT="120" id="NAME" ALIGN=""> <PARAM NAME=wmode VALUE="transparent"> <PARAM NAME="allowscriptaccess" VALUE="transparent"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#fff> <EMBED src="bannershop.swf" quality=high wmode="transparent" bgcolor=#fff WIDTH="820" HEIGHT="120" NAME="NAME" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>



Thank you

tosky

No avatar

2008-07-29 18:56

Noone can help me?
Please it&#161;s very important...I don't know why the swf file isn't show in Internet Explorer but it's show in Mozilla Firefox...

Thank you very much

idaryl

Avatar: idaryl

2008-07-30 03:05

You really should look into this

http://code.google.com/p/swfobject/

the embed tag is OK but this is better and dont forget to include the js code OK

tosky

No avatar

2008-07-31 17:36

I don't understand this, can someone modify the code and post it here?
Or say me what to do.

Thanks.

tosky

No avatar

2008-07-31 19:46

OK, I get it!!!
Thank you very much...
Now IE say me that the page have problems, but all is correct...

Pauls

Avatar: Pauls

2011-03-30 01:32

@tasky: how did you solve the super-imposing of the flash banner over displayed (zoomed) images of the products? The "transparent" tag or the bgcolor="#fffffff" colour didn't work for me. The flash banner is like "always on top" !!! Thank you in advance.

Back to top
about us | contact