{solved} Unable to see flash insert

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
jospanner
Forum Members
Forum Members
Posts: 105
Joined: Tue Mar 25, 2008 11:34 pm

{solved} Unable to see flash insert

Post by jospanner »

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
Last edited by jospanner on Sun May 18, 2008 12:10 pm, edited 1 time in total.
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am

Re: Unable to see flash insert

Post by Ziggywigged »

1. make sure your path to the script in your head is correct
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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Unable to see flash insert

Post by Dr.CSS »

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/
jospanner
Forum Members
Forum Members
Posts: 105
Joined: Tue Mar 25, 2008 11:34 pm

Re: Unable to see flash insert

Post by jospanner »

Thanks so much! Now able to see flash thanks to expert advice
Post Reply

Return to “Layout and Design (CSS & HTML)”