I am not sure that you gain much by using the swfobject jquery plugin
don't use swf as the src for images - *the cycle plugin used to display the
alt content*
<div id="bannerRotation">
// here is the alt content for swf - in this case it should be the images
for cycle plugin
</div>
in the head of the document
if (swfobject.hasFlashPlayerVersion("9.0.18")) {
// has Flash - use flash to display the banners
}
else {
// no Flash - set up - cycle
}
$(document).ready(function() {
// set up cycle only is that is to be used inplace of the flash option
});
- S
2009/12/15 craftne <[email protected]>
> he
--
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.