Re: Problem with Flash Header
Sorry to say that it did not work for me in Firefox until I right-clicked, changed permissions in the settings, and moved to a product page. Once at the product page, a trip back to home had the rotator working. But, it would not work without that procedure originally and I let it set for a full minute before making the settings change.
Worked fine in IE but not Firefox.
Might want to check that out.
REALLY like the look.
Re: Problem with Flash Header
Thank you for the feed back, I'm learning by trial and error. So there must be something that I need to set for it to work without right clicking and going to settings.
I just tried it in Safari and had to right click like you mentioned. Why is flash looking for access to my camera and microphone? Is this something the developer of Flash Rotator has set in the flash file?
Rich
Re: Problem with Flash Header
Well, I added an autostart variable to the parameters. Maybe this will do the trick. If anyone has a chance to test this on my site I would appreciate it. Its located here. If you would, please let me know if the flash rotator works without your intervention.
Re: Problem with Flash Header
can someone tell me what is wrong i tried doing what was posted but all i got was a black box with nothing playing www.graphxsigns.net
<!--bof-branding display-->
<div id="logoWrapper">
<script type="text/javascript" src="includes/templates/classic/jscript/swfobject.js"></script>
<div id="flashcontent">
</div>
<script type="text/javascript">
var so = new SWFObject("includes/templates/classic/images/flash/logobanner.swf", "logobanner.swf", "750", "160", "7", "#000000");
so.write("flashcontent");
</script>
Re: Problem with Flash Header
KingCustom, don't know what you different between
http://www.180out.com/yen/ and http://180out.com/yen/
but the second URL works just fine with FF, first one does not.
Re: Problem with Flash Header
Rob how did you get the flash to work and show up on your site?
Re: Problem with Flash Header
Quote:
Originally Posted by
Website Rob
What is up with that? I've seen something like this before but it was with joomla. I'll have to do some ciphering on this one. Thank you for the feedback WebsiteRob.
Re: Problem with Flash Header
hondauser85, Did you try and put your files in the rood directory of your store and then change the paths? There is a FAQ here that talks about using a flash player and an audio file and that it should go in the root directory. Once I did this things starting working for me. Before that I too had the black screen with spinning wheel. Essentialy the logobanner.swf in your script is a player of image files.
Re: Problem with Flash Header
ive done everything but i know im doing something wrong cause other ppl got it to work what should i post in here so you can see what i need to edi?
Re: Problem with Flash Header
I got it working without any java script just follow the intructions at http://www.zen-cart.com/wiki/index.php/Using_Flash
This is my code:
HTML Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
width="766" height="98">
<param name="movie" value="menu_flash7.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>
Remember the files need to be in root in other for this code to work, if you have then in somewhere else add the follow the link to it.
hope it helps and clarify things
good luck