This might cause issues when and if you install a SSL cert and secure sessions...I used an longer path instead of a relative path inside flash when the preloader called
This might cause issues when and if you install a SSL cert and secure sessions...I used an longer path instead of a relative path inside flash when the preloader called
Zen-Venom Get Bitten
I want to thank you very much for your help. It seemed to be the path that I entered that told the perloader where to find the content. I am not sure why the preloader needed to have a path like this
includes/templates/lovely/images/stoppointsflashmovieone.swf
instead of just this
stoppointsflashmovieone.swf
but it seems to work none the less
do you thing this will be a problem?
thank you very much for you reply
Not sure where you are entering this but you might try this or similar:
As this is typically a relative address to your template/images dirCode:url(..images/stoppointsflashmovieone.swf)
Zen-Venom Get Bitten
Thank you very much I will take a look at it. I am very new at this so your insights really help
thank you
That is probably correct.
The templates load from inside the templates folder, and since your original swf was loaded from the images folder, you need to also load the sub-swf from the same location.
So, using the longer path is exactly what you need to do, as you discovered after making the change.
Leaving it as-is should be fine.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thank you very much all your help has been great!