Here is a link http://www.hazaelshomes.com/ where the code below is used.I am gonna make some changes based ion your recommendation.
On Thursday, September 13, 2012 5:33:33 PM UTC-4, masterxunil wrote: > > > Hi All, > I am trying to display a slideshow using swfobject 2.2.I need the > slides path to be dynamic > like > s1image1="<%=CustomerPath%>template_files/slide1.jpg".s1image2="<%=CustomerPath%>template_files/slide2.jpg".I > > am using dynamic publishing. Below is how I tried to do that but it is not > working.Hope someone can help me get out. > Please help me!!!!!! > > <div id="SlideShow"> > <div id="flashDiv"></div> > <script language="javascript" type="text/javascript"> > var flashvars = {}; > > flashvars.s1image0="<%=CustomerPath%>template_files/slide1.jpg"; > flashvars.s1image1="<%=CustomerPath%>template_files/slide2.jpg"; > flashvars.s1image2="<%=CustomerPath%>template_files/slide3.jpg"; > flashvars.s1image3="<%=CustomerPath%>template_files/slide4.jpg"; > flashvars.s1image4="<%=CustomerPath%>template_files/slide5.jpg"; > > > var params = { > menu: "false", > wmode:"transparent", > scale: "exactfit", > align: "left", > inshadow: "", > croppit: "" > > }; > var attributes = {}; > attributes.id = "flashDiv"; > swfobject.embedSWF("<%=TemplatePath %>/slidemc.swf", > "AlternativeContent", "874", "206", "9.0.0","expressInstall.swf",false, > flashvars, params, attributes); > > </script> > </div> > > <div id="AlternativeContent"> > <a href="http://www.adobe.com/go/getflashplayer"> > <img src=" > http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" > alt="Get Adobe Flash player" /> > </a> > </div> > -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To view this discussion on the web visit https://groups.google.com/d/msg/swfobject/-/u7f9AEHQJ_wJ. To post to this group, send email to swfobject@googlegroups.com. To unsubscribe from this group, send email to swfobject+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.