swf movie

tarkovsky

No avatar

2005-02-08 16:10

is it possible to add swf movie

tarkovsky

jopa

No avatar

2005-02-08 22:44

yes where do you want it ?

I have it as banner.
check it out here
www.shoppen.jp-web.dk

jopa

Wizzud

No avatar

2005-02-09 09:18

Just add the necessary HTML into one of your templates or content pages.

rb@wizzud.com

kris

No avatar

2005-02-23 00:33

Wizzud, what becessary HTML , give some egzample, PLEASE :-)

Bart

No avatar

2005-02-23 09:59

This is not something Wizzud can help you with, or at least: it's not something special for Quick.Cart.

Quick.Cart reads standard HTML, so any standard call to a SWF-file should work.

kris

No avatar

2005-02-23 17:33

OK Bart, let say we have, banner named: movie.swf ,
maybe You can help me, as I searched what to change in code I discover that I should change line 36 in general.php, but this works only for images like jpg and gifs, when I call swf-file in this line it doesnt work, strange...
Can you tell me what should I do Bart?

I know that it would by rather easier to have qucik cart viewed in some design view, maybe You know some soft.?
regards

jopa

No avatar

2005-02-23 20:01

You can include the swf file
But
This is how I did it.:

in head.tpl
<body>
<table cellspacing='0' style='padding: 0px; border: 0px; width: 100%;'>
<tr>
<td></td>
<td class='main_table'>
<table cellspacing='0' cellpadding='0' style='padding: 0px; border: 0px; width: 100%;'>
<tr>
<td class='text' colspan='2'><a href='index.php'><img src='$config[dir_files]img/$config[logo_img]' alt='' /></a></td>
</tr>

Change it to:
<body>
<table cellspacing='0' style='padding: 0px; border: 0px; width: 100%;'>
<tr>
<td></td>
<td class='main_table'>
<table cellspacing='0' cellpadding='0' style='padding: 0px; border: 0px; width: 100%;'>
<tr>
<td class='text' colspan='2'>
<iframe src="john.swf " width="750" height="180" frameborder="0" >
</iframe>
</td>


John.swf is the name of my flashfile banner as you can see her.

www.shoppen.jp-web.dk



jopa

kris

No avatar

2005-02-23 21:04

THANK YOU JOHN, You helped me a lot, now everything works :-)

jopa

No avatar

2005-02-23 22:19

Happy to help ;-)

jopa

jolo

No avatar

2005-10-05 19:23

to jopa:
full path to source your swf.

amrod

Avatar: amrod

2005-10-05 22:26

Look here, it's in polish, but html is multilangual =)

John

No avatar

2006-03-11 08:34

hi jopa, how can I find out the head.tpl in version 1.2
thanks

Javed

No avatar

2006-03-15 13:20

Hi John,

In which folder I have to put the .swf file

Diadema

No avatar

2006-04-11 09:56

Create SWF Movie by converting Vid2Flash:
http://geovid.com/Video_to_Flash_Converter/

BaliGuest

No avatar

2006-06-22 09:41

John.... Where r u?????.... . Please tell me how use flash in 1.2 version ??

idaryl

Avatar: idaryl

2006-09-20 04:52

What about the object embed war going on? using the SWFobject script? http://blog.deconcept.com/swfobject/ would then you have to place the link to the js file at the front of the code and then use the html entered code to display the swf?

Wulfgen

Back to top
about us | contact