Zen Cart Logo
Forums / Basic Configuration / Flash movie in new sidebox

Flash movie in new sidebox

Locked

Views: 3,357

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
1 Feb 2008, 4:00 PM
#1
shocker avatar

shocker

Zen Follower

Join Date:
Jul 2007
Location:
Jakarta
Posts:
346
Plugin Contributions:
0

Flash movie in new sidebox

I want to put instructional videos in a side box using Flash. I don't imagine this being too difficult to figure out a way to do this, but I want to know if the experts have tips/suggestions and pointers on how bout doing this.

thanks

1 Feb 2008, 4:10 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Flash movie in new sidebox

Try using the blank sidebox module and entering the html for the flash in it - size the movie to fit

1 Feb 2008, 4:36 PM
#3
shocker avatar

shocker

Zen Follower

Join Date:
Jul 2007
Location:
Jakarta
Posts:
346
Plugin Contributions:
0

Re: Flash movie in new sidebox

Thanks kobra,
This should be a sinch.

15 Feb 2008, 3:15 PM
#4
dmoharic avatar

dmoharic

New Zenner

Join Date:
Jan 2008
Posts:
8
Plugin Contributions:
0

Re: Flash movie in new sidebox

how do i do that with html???
im trying to put flash in my banner but i cant please help!

15 Feb 2008, 4:02 PM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Flash movie in new sidebox

im trying to put flash in my banner but i cant please help!
What banner?

Link to your site

16 Feb 2008, 8:02 AM
#6
dmoharic avatar

dmoharic

New Zenner

Join Date:
Jan 2008
Posts:
8
Plugin Contributions:
0

Re: Flash movie in new sidebox

instead of gif, i want flash movie for banner (SideBox-Banner)
but i cant put it ,,
i tried everithing and it doesnt work
here is url http://3dstudio.hr/
tnx

16 Feb 2008, 9:21 AM
#9
dmoharic avatar

dmoharic

New Zenner

Join Date:
Jan 2008
Posts:
8
Plugin Contributions:
0

Re: Flash movie in new sidebox

I read that wiki x times but now when you send me that link my brain start to work
thnx cobra!!! :clap::clap::clap:

16 Feb 2008, 9:53 AM
#10
dmoharic avatar

dmoharic

New Zenner

Join Date:
Jan 2008
Posts:
8
Plugin Contributions:
0

Re: Flash movie in new sidebox

now my page wont work in IE !! what now?

16 Feb 2008, 11:41 AM
#11
dmoharic avatar

dmoharic

New Zenner

Join Date:
Jan 2008
Posts:
8
Plugin Contributions:
0

Re: Flash movie in new sidebox

ok,, i put this code ina html of banner

<object type="application/x-shockwave-flash" data="images/BANER.swf" width="100%" height="280"> <param name="movie" value="images/BANER.swf" /> <param name="quality" value="high"><param name="BGCOLOR" value="ccccc"> <param name="menu" value="false">

in firefox everithing works fine but in IE only half of the page
(flash works) content and right side are not showing....

this is my paragone.js

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
document.write('WIDTH="150" HEIGHT="280" id="BANER" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="BANER.swf"> <PARAM NAME=loop VALUE=true> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFF> <EMBED src="BANER.swf" loop=true menu=false quality=high bgcolor=#FFFF WIDTH="150" HEIGHT="280" NAME="BANER" ALIGN=""');
document.write('TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write('</OBJECT>');

in my header i put this

<script type="text/javascript" src="PARAGONE.js"></script>

that s it

PLASE HELP!

19 Feb 2008, 4:43 PM
#12
dmoharic avatar

dmoharic

New Zenner

Join Date:
Jan 2008
Posts:
8
Plugin Contributions:
0

Re: Flash movie in new sidebox

no one knows??