Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
eyestrain
eyestrain
I want to make a flash custom block. Where do I find the folder to add the swf file to?Wacko
 
eyestrain (Guest)
eyestrain (Guest)
Ok Got the banner working in Mozilla by adding the code into a custom block .. however IE is another story. Needs to be embedded however if embed it using a code I test on a blank index page outside viart ..works great
 
http://www.bestsitestuff.com/index.html
... in viart Nope .
 
this is the code inserting into the block ...
<script type="text/javascript" src="swfobject.js"></script>
 
<div id="flashcontent"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=freezen3 WIDTH=240 HEIGHT=387>
<PARAM NAME=movie VALUE="freezen3.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=loop VALUE=true>
<EMBED src="http://www.bestsitestuff.com/freezen3.swf" loop=true quality=high
WIDTH=240 HEIGHT=387 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT></div>
<script type="text/javascript">
var so = new SWFObject("http://www.bestsitestuff.com/freezen3.swf", "freezen3.swf", "240", "387", "8", "#336699");
so.write("flashcontent");
</script>
 
SajMalik
SajMalik
I am having problems getting a flash image to work in a block.
This is my flash code:
 
<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="120" height="50">
<param name="movie" value="xarAD.swf" />
<param name="quality" value="high" />
<param name="menu" value="true" />
<EMBED src="xarAD.swf" quality="high" bgcolor="#FFFFCC" WIDTH="120" HEIGHT="50" NAME="forsalegeneral.swf" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</object>
<script type="text/javascript" src="ieupdate.js"></script>
 
The image: forsalegeneral.swf is in the root.
 
Can someone please put me straight?
 
Tony (Guest)
Tony (Guest)
Greetings
 
Hi christopherO
 
Make the following corrections:
 
<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="120" height="50">
<param name="movie" value="forsalegeneral.swf" />
<param name="quality" value="high" />
<param name="menu" value="true" />
<EMBED src="forsalegeneral.swf" quality="high" bgcolor="#FFFFCC" WIDTH="120" HEIGHT="50" NAME="forsalegeneral.swf" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></object>
<script type="text/javascript" src="ieupdate.js"></script>
 
This should do the trick.
 
Tony
HolleyLand.com
 
SajMalik
SajMalik
Thank you Tony - spot on.
 
Chris