Hi all. Feeling a bit frustrated here… I just spent a good portion of my weekend setting something up using HTML, CSS, and JavaScript (which I don’t know!) only to find out that if the user turns off JavaScript, my pretty solution goes to heck! :mad:
What I’d like to do…
- Create a “slide-show” on my Home Page
- Slides should automatically change like flipping through a presentation
- There should be tabs at the bottom, so a user can go back to any slide
- There should be a way to “pause” the presentation
Here is what I came up with using JavaScript…
[INDENT]Tabbed jQuery slideshow
[/INDENT]
The purpose of my slide-show is to communicate important things to customers (e.g. Sales Info, Upcoming Events, Notices, etc.)
Chances are the message will just be text, however I might want to add graphics or pictures to spice it up. (Maybe this doesn’t matter, since I guess everything with Flash is an “image”, right?)
Questions:
1.) Can this be accomplished using Flash?
2.) What do I need to create something similar to the above sample link?
3.) How difficult would it be to learn how to do this?
4.) Is there a free, open-source Flash alternative? (I hear that Adobe Flash is quite expensive, and I don’t have the $$$ to buy anything any time soon.)
5.) What is the best way to get the end-effect that I’m seeking, with the greatest compatibility? (If it is easy to break like my JavaScript attempt, then it probably isn’t such a great solution.)
Thanks,
Debbie