Non-Disc Golf Stuff
Moderators: Timko, Solty, Frank Delicious, Blake_T, Fritz, Booter
by colombo117 » Sun May 16, 2010 6:59 am
My wife and I have a new website for our small business and we would like to have a Flash type picture scheme on the homepage. Currently we just a one pic that we change out periodically.
Here is our site.
http://holidaytraditionstc.com/We use Magento as our website platform so we can add and do stuff. We are both learning how to do everything on our own to keep expenses down.
My question is how can we take jpegs of our products and convert them into Flash files and create a slideshow for our homepage for free?
Thanks.
Ion Challenger Roc EL/EX QJLS Valkyrie Predator
-
colombo117
- Fairway Surgeon
-
-
- Posts: 821
- Joined: Wed Mar 19, 2008 10:30 am
- Location: A real cool club on the other side of town.
- Favorite Disc: Challenger
by Chris A » Sun May 16, 2010 7:37 am
Dose it have to be flash? Their are many other options to go with for a slideshow than flash. I do not use any flash. Many smart phones and the iPhone are unable to display flash. I would use Java or HTML or a mix of both.
- Code: Select all
<SCRIPT LANGUAGE="JavaScript">
var num=1
img1 = new Image ()
img1.src = "information.gif"
img2 = new Image ()
img2.src = "interference.gif"
img3 = new Image ()
img3.src = "message.gif"
img4 = new Image ()
img4.src = "nervous.gif"
text1 = "Text for Picture One"
text2 = "Text for Picture Two"
text3 = "Text for Picture Three"
text4 = "Text for Picture Four"
function slideshowUp()
{
num=num+1
if (num==5)
{num=1}
document.mypic.src=eval("img"+num+".src")
document.joe.burns.value=eval("text"+num)
}
function slideshowBack()
{
num=num-1
if (num==0)
{num=4}
document.mypic.src=eval("img"+num+".src")
document.joe.burns.value=eval("text"+num)
}
</SCRIPT>
<!-- The Image and Form Codes are Below -->
<CENTER>
<IMG SRC="information.gif" NAME="mypic" BORDER=0 HEIGHT="100" WIDTH="100">
<p>
<FORM NAME="joe">
<INPUT TYPE="text" WIDTH="100" NAME="burns" VALUE="Text For Picture One">
</FORM>
<A HREF="JavaScript:slideshowBack()"> Back</A>
<A HREF="JavaScript:slideshowUp()"> Next</A>
Or just use HTML
Image Slideshow HTML Generatorhttp://www.ricocheting.com/code/javascr ... -slideshowIMO the web is moving away from flash. It is going more with less propriety options like HTML5 and others.
Regards
-Chris A
-
Chris A
- Noob
-
- Posts: 40
- Joined: Fri Sep 21, 2007 8:59 am
- Location: Knoxville, TN
-
by Dogma » Sun May 16, 2010 9:05 am
Steve Jobs wrote:IMO the web is moving away from flash. It is going more with less propriety options like HTML5 and others.

-
Dogma
- 2009 DGR Donator
-
-
- Posts: 1250
- Joined: Thu Oct 12, 2006 6:27 pm
by homebrew » Sun May 16, 2010 7:26 pm
I have developed a few Magento sites, and there are several extensions that do what you're looking for. Check out the Mage extensions on their site or just search for magento and slideshow.
Creating custom code in that environment is a bit more complex than just adding the necessary code, so using some existing plugins will be the easiest.
-
homebrew
- Tree Magnet
-
-
- Posts: 253
- Joined: Wed Nov 18, 2009 2:23 pm
- Location: Lafayette, IN
- Favorite Disc: XL
-
Return to Off-Topic, Miscellaneous, etc.
Who is online
Users browsing this forum: No registered users and 2 guests