Is it a good idea to hire someone to create a flash slideshow then email it to me? If so, how will I get the slideshow to work on my site by retrieving the files from my email? Please someone, answer this question for me as I will need work done - someone creating a slideshow and sending it to me electronically. Thanks. Cigam1.
Hi Cigam, We have a built flash slideshow with complete integeration of XML. You can see the demo of it here -> www.hitasoft.com If you want you can buy the source files too.. Reg, - John
Hi, I can do this for you as well as helping you set it up if you need me to. PM me with details about exactly what you need and I'll give you a quote. Thanks, LG
It makes sense. After you got the flash slideshow, upload it to your server, and embed it to your website. Here is the general code. <object width="550" height="400"> <param name="movie" value="path-to-flash.swf"> <embed src="path-to-flash.swf" width="550" height="400"> </embed> </object> Code (markup): You could also make flash slideshow by yourself. What you need is only a flash slideshow software. I recently use Wondershare Flash Gallery Factory to make 3D flash slideshow for my website. You could also have a try. It's not so difficult as you thought.
Embed flash silde show into website with following code <object classid=â€clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=â€http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0″ width=â€320″ height=â€270″> <param name=â€movie†value=†file_name.swf?videoFile=christmas_1.flv“> <param name=â€quality†value=â€highâ€> <param name=â€allowScriptAccess†value=â€sameDomain†/> <param name=â€allowFullScreen†value=â€True†/> <embed src=†file_name.swf?videoFile=christmas_1.flv†quality=â€high†pluginspage=â€http://www.macromedia.com/go/getflashplayer†type=â€application/x-shockwave-flash†width=â€320″ height=â€270″ allowScriptAccess=â€sameDomain†allowFullScreen=â€Trueâ€> </embed> </object> Code (markup):