XML Code Support & Help Needed for Background Slideshow Effect
hello,
asking support on following code.
xml driven site display background page image , image placeholder has text displayed inside.
trying add code background images have slide show effect.
javascript triggers background slider locate images folder , select images @ set time + effect.
the javascript activation code @ bottom of thread.
question: how javascript code become incorporated in xml code below?
*would <page picture="src"> need changed?
<!--xml website-->
<xml version="1.0" encoding="utf-8">
<channel>
<global>
<data>
<page picture="data/images/slide1.jpg">
<object type="text" bgcolor="0xffffff">
<title><![cdata[<font color="#545454">our philosophy</font>]]></title>
<texte><![cdata[<font color="#8e8e8e">the <font color="#ff9900">eve<font color="#666666">™ applies basic transition single dusk twilight our clients reach customers. <font color="#ff9900">we find ourselves sunrise sunset embracing victories , facing challenges. <font color="#666666">the evening encompasses longest principal timeframe of our day. our agency knows how address questions business or personal ideas may facing daily. <font color="#ff9900">we deliver finest class of advertising through print solutions, motion graphics, web development , imaginative design. <font color="#666666">the <font color="#ff9900">eve<font color="#666666">™ in house production removes complications allowing our clients internally address directly us.
</font>]]></texte>
</object>
<object bgcolor="0x000000" type="picture" path="data/img/about/01.jpg" />
</page>
</data>
</global>
</channel>
</xml>
<!--javascript trigger-->
$(document).ready(function(){
$('#bs0').backslider({
mode:'timer',
effect:'slidefade',
effecttime: 2000
});
});
</script>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment