Need someone to create flash slideshow.

Discussion in 'Graphics & Multimedia' started by cigam1, Jul 28, 2009.

  1. #1
    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.
     
    cigam1, Jul 28, 2009 IP
  2. john.peter

    john.peter Well-Known Member

    Messages:
    307
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    138
    #2
    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
     
    john.peter, Jul 29, 2009 IP
  3. higreg7

    higreg7 Peon

    Messages:
    469
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    higreg7, Jul 29, 2009 IP
  4. jWindz

    jWindz Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    jWindz, Aug 1, 2009 IP
  5. jumpjump

    jumpjump Peon

    Messages:
    287
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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):
     
    jumpjump, Aug 2, 2009 IP