Results 1 to 13 of 13

Thread: What is the best way to distribute a slide show ...... :)

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    153

    Exclamation What is the best way to distribute a slide show ...... :)

    Hi

    What is the best way to do a slide show program ..... the program goes from one picture to the next picture using transitions .... (fading ... mosiacing... etc) .... now it can create a slide show .. .but this needs to be distributed .. on a cd .. and then other ppl must be able to view it ... now I can't just do it in .NET because then the other person getting the cd needs to have the .NET framework installed to actually run the exe..

    How else can i do it??? Maybe save to flash or something ? Is there a way to do flash recording of what's happening on the screen???

    Thanks
    Cranzy

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: What is the best way to distribute a slide show ...... :)

    PowerPoint has a viewer that you can distribute.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    153

    Re: What is the best way to distribute a slide show ...... :)

    I have my own transition effects ... will i still be able to use the powerpoint package thing ur talking about.?

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: What is the best way to distribute a slide show ...... :)

    You can create it in Macromedia Director (which is very professional) or you can even make an MPG.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    153

    Re: What is the best way to distribute a slide show ...... :)

    That sounds goooood

    Macromedia Director ... Can i call it from VB.NET (in my program) - Is this Free??

    mpg sounds good .. how do I do that?

    btw ... The images are stored in SQL 2000 DB.

    Thanks for that post
    Cranzy

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: What is the best way to distribute a slide show ...... :)

    You just said you wanted a solution that didn't involve the .NET framework, so why would you call Director from VB.NET? Just set is as autoplay for the CD, and let Windows take care of the rest.

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    153

    Re: What is the best way to distribute a slide show ...... :)

    I understand that part .. but actually then creating the slideshow ... Which must make the file to go onto the cd ....
    How do I do that part then ...

    1) Is that Macromedia Director Free ...
    if not..
    2) How do I output the slideshow to a mpg?

    Thanks again for these ideas
    Cranzy

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    153

    Re: What is the best way to distribute a slide show ...... :)

    * - B U M P - *

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: What is the best way to distribute a slide show ...... :)

    No, Macromedia is not free. It's quite expensive, in fact.

    Thing is, you will have to make a few assumptions as to what your users do have. You can create a PowerPoint presentation, and assume that your users have PowerPoint or PowerPoint viewer on their machines. The advantage being that you can have all your slide transition effects and music too.

    You could make an MPG, but you'd need some movie making software for that, and that could cost you quite a bit. I am not aware of any free MPG makers for screenshots.

    Or you could simply write a set of HTML pages which perform transitions using Javascript, and have those HTML pages startup with the CD autoplay.

    You also mentioned that you have your images in a SQL 2000 DB. You have to store them on the CD too, because you cannot guarantee an internet connection at the time, on the machine.

  10. #10

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    153

    Wink Re: What is the best way to distribute a slide show ...... :)

    There must be a way to output to flash files .....

    I will go do some more research on this.. and post if i find something.

    In the mean while ... if anybody has any ideas .. .. feel free...



    *here is a program that can actually generate flash files..
    http://www.demo-builder.com/

    Check out that samples page

    plz post what u think of the demo builder.


    Ciao
    Cranzy

  11. #11
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: What is the best way to distribute a slide show ...... :)

    Why go to all this trouble when you can create a stand-alone autorun cd of your PP 97-2003 slideshow by using PP by itself? If you have P 2003 then you can use the Package to CD feature in the File menu or if you have an earlier version of PP (97-2002) you can follow the steps in this MS KB Article.

    How to use PowerPoint Viewer 2003 to create a Windows autorun CD slide show for earlier versions of PowerPoint

    Moved from VB.NET
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  12. #12

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    153

    Re: What is the best way to distribute a slide show ...... :)

    agred on that point :P

    U see - the program i am developing ... takes images .. and stores them in the database ... now .. i want the user to be able to make there own slide show - through my program .... which will allow them to search through there photos, select photo & transition effect ... and it must build a slideshow..

    Now ... my question is can i do this as you mentioned above .... .. ( if i do use powerpoint ) .. i must assume that they have it on there pc... right?

  13. #13
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: What is the best way to distribute a slide show ...... :)

    If they have PP on their systems then your program can do that. Its the distribution issue when they dont have it that I thought we were trying to get around.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width