Skip to main content
Home Forums General Silverlight Hosting and Streaming how to include slide.show in website when server only read PHP?
6 replies. Latest Post by texmex5 on June 9, 2008.
(0)
iry
Member
6 points
4 Posts
06-06-2008 6:13 AM |
i'm a comp science beginner, wanna ask bout how to write and create slide.show in a website when the server can only read php codes?
i've try in the asp site...is amazing...
texmex5
Contributor
2239 points
382 Posts
06-06-2008 6:29 AM |
Silverlight it self does not have any requirements for server - if the server can handle simple HTML pages, then it will mange with Silverlight. Looking the Slide.Show example and documentation, I didn't have an impression that it uses ASP.NET. Browsing through source code I saw only js files, no asp.net ones. So you just need to download it and reference the quick start to add it to a web page... nothing very complicated there.
06-07-2008 11:49 AM |
o..but i can only find tutorial about how to write the slide.show in asp.net...
do u know where i can find for writing in php?
-.- because i cant find it....
06-07-2008 12:51 PM |
the asp.net tool is for creating the xml files that the slide.show uses (in your computer), you but the created files up to the server. This http://www.codeplex.com/SlideShow/Wiki/View.aspx?title=Quick%20Start%20Guide&referringTitle=Home is a fairly simple tutorial what you need to do to get this thing running.
06-08-2008 9:32 PM |
wow! thanks a lot!
i go try now...
06-08-2008 10:52 PM |
i failed.
dunnoe y the pic din come out...after 1html, and 2xml...
http://www.what-o.com/slideshow
06-09-2008 9:22 AM |
congratz I see you got it working :) what was the problem?