I have a flash slideshow (fades images in and out and does some other
cool stuff. When the user doesnt have flash (iphone, ipad etc) I want
to show a jquery driven slideshow.
When I test it on my computer, the swfobject builds the flash object
properly. But on my iphone the alternate content doesnt appear. The
script I'm using to fade the images in and out is getting an error
that it cant find the div (element) that the slide show should be in.
I can't figure out why that is.
I simply have
<div id="homeFlash">
<div id="altContent">
<div id="hometitle">
<h1>Title</h1>
<h2>Subhead</h2>
</div>
<div id="fadeshow1"></div>
</div>
</div>
But it doesnt see fadeshow1 for some reason. I tried moving the
"altContent" div outside the homeFlash div but that didnt work
either.
anyone know whats up? is swfobject destroying the fadeshow1 div? Or am
a buggin?
thanks
Fish
--
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.