Dear all - assistance required! I have the following code in my template:
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shoc ... le','flash movie','src','../uploads/flash/a2b','quality','high','pluginspage','http://www.macromedia.com/go/getflashpl ... /flash/a2b' ); //end AC code
Plus the following in the :
But am I missing something? Why can't the flash be seen? Paths for files double checked. This is my first cms site to inlcude flash. Can be seen in standard html template with identical code.
Any pointers most gratefully received!
Many thanks
{solved} Unable to see flash insert
{solved} Unable to see flash insert
Last edited by jospanner on Sun May 18, 2008 12:10 pm, edited 1 time in total.
-
Ziggywigged
- Power Poster

- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
Re: Unable to see flash insert
1. make sure your path to the script in your head is correct
2. try wrapping it in {literal} tags like so
2. try wrapping it in {literal} tags like so
Code: Select all
{literal}<__script__ src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></__script>{/literal}Take a penny, leave a penny.
Re: Unable to see flash insert
The paths may seem correct but if you have the {metadata} tag in the head then you need to remove the ../ from the paths...
../uploads/ should be uploads/
../uploads/ should be uploads/
Re: Unable to see flash insert
Thanks so much! Now able to see flash thanks to expert advice

