Sam,

Thanks for your patience and your help.

I am very much a beginner. Some things are just over my head at this
point. I understand that the Cycle plug in is just to rotate the
banners, whether they are flash or not and SWF is for the banner. But
when you talk about the xml file, I'm totally lost.

I found a jQuery swfObject, everything seems simple and pretty
straightforward, yet it doesn't work.

Is there an example you can point me to where swf and the Cycle plugin
AND an XML file are being used?

Here's my updated code:

HEADER:
<script type="text/javascript" src="/files/js/popup.js"></script>
<script type="text/javascript" src="/files/js/jquery.swfobject.
1-0-9.js"></script>
<script type="text/javascript" src="/files/js/jquery-1.3.2.min.js"></
script>
<script type="text/javascript" src="http://cloud.github.com/downloads/
malsup/cycle/jquery.cycle.all.2.73.js"></script>

<script type="text/javascript">
$(document).ready(function() {
    $('.slideshow').cycle(
                        {
                        fx: 'uncover', speed: 1000, timeout: 8000, sync: 1, 
pause:2
                        });
});
</script>
</head>


FOOTER:
<script type="text/javascript">
$(document).ready(function () {
                                                          
$('#flashBanner').flash(
                                                                        {
                                                                        swf: 
'/files/banners/2009_IMD_banner.swf',
                                                                        height: 
600,
                                                                        width: 
120,
                                                                        params: 
{
                                                                                
        play: true,
                                                                                
        loop: false,
                                                                                
        quality: 'best',
                                                                                
        scale: 'noscale',
                                                                                
        hasVersion: 9,
                                                                                
        expressInstaller: 'justThisOnceExpressInstaller.swf'
                                                                                
        },
                                                                        });
});
</script>
<div class="slideshow">


<a href="http://www.radio1812.net/en/themes/
international_migrants_day" target="_blank">
<img id="flashBanner" name="flashBanner" src="/files/banners/
2009_IMD_banner.swf"  alt="Migrants Day December 18 banner ad
http://www.radio1812.net/en/themes/international_migrants_day";
width="120" height="600" align="right"  /></a>

<a href="http://www.intlnursemigration.org"; target="_blank">
<img src="/files/banners/icnm.jpg" width="120" alt="International
Centre on Nurse Migration banner ad http://www.intlnursemigration.org";
/></a>

<a href="http://www.springerpub.com/cgfns-nurses"; target="_blank">
<img src="/files/banners/2009-Springer-banner.jpg" width="120"
alt="What You Need to Know About Nursing in the United States book
banner ad http://www.springerpub.com/cgfns-nurses"; /></a>

<a href="https://www.cgfnsstore.org/index.php?
main_page=product_info&products_id=207" target="_blank">
<img src="/files/banners/studysmart.jpg" width="120" alt="CGFNS store
banner ad 
https://www.cgfnsstore.org/index.php?main_page=product_info&products_id=207";
/></a>

<a href="http://www.springerpub.com/cgfns-allied"; target="_blank">
<img src="/files/banners/2009-Springer-allied-banner.jpg" width="120"
alt="What You Need to Know About Allied Health Care in the United
States book banner ad http://www.springerpub.com/cgfns-allied"; /></a>

</div><!-- end #slideshow -->

END CODE.


On Dec 14, 2:07 pm, Sam Sherlock <[email protected]> wrote:
> the cycle plugin was a suggestion for the nonflash content (the alternative
> content not flash); flash banner rotation using the same xml as source.
>
> - S

--

You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.


Reply via email to