Flash Presentation on CD

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Flash Presentation on CD

    Hi, gues!

    I really need some advise.
    I am developing one company presentation that will be run from a CD. This
    presentation will be completely done in Flash.
    Because it will contain a lot of written info, I want to connect it with some
    database.
    I don't know how I can create a Flash presentation that communicates with a
    database, run search queries, and updates data and still be fully operational
    from a normal CD (without the need to use a web server).
    I appreciate all your help!
    DMM

    DMM_ENT Guest

  2. Similar Questions and Discussions

    1. can't loop a flash presentation
      How can I make the looping work in flash player? The option under the control menu is greyed out. Tried to uninstall and reinstall but still doesn't...
    2. Flash Presentation Download
      I have a link to a Flash presentation (http://www.rnp.com.au/flash/everton01_Large.swf) from within a webpage...
    3. Flash Presentation
      Could someone tell me of some website where i can find a flash mx 2004 professional tutorial for creating a slide show, or could someone tell me how?
    4. flash presentation working slow
      hi, i was working on a CD based presentation. which is based on director... working in director enviornment cause my flash work slowly... i...
    5. Flash CD-Rom Presentation
      I hope this is the right forum - I am doing my first ever CD-Rom presentation. It will be about 10 pages total, each area with different content such...
  3. #2

    Default Flash Presentation on CD

    Hi, gues!

    I really need some advise.
    I am developing one company presentation that will be run from a CD. This
    presentation will be completely done in Flash.
    Because it will contain a lot of written info, I want to connect it with some
    database.
    I don't know how I can create a Flash presentation that communicates with a
    database, run search queries, and updates data and still be fully operational
    from a normal CD (without the need to use a web server).
    I appreciate all your help!
    DMM

    DMM_ENT Guest

  4. #3

    Default Re: Flash Presentation on CD

    Make sure the computer is connected to the internet. You'll have to get your data from a webservice anyway, so it doesn't matter whether the swf is on a cd or on a hard drive.
    Dan Bracuk Guest

  5. #4

    Default Re: Flash Presentation on CD

    Hi,
    If you really want things to be populated dynamically.Then You will have to
    embed your flash presentation in a html,so its viewable from a browser.Instead
    of a Database u can use an CSV file or excel file,you can read from it using
    some basic vbscript or Jscript File operation.This is the Easiet way.Simple Way.

    But I would rather prefer typing the Presentation Content....
    thx
    AL

    alagukannan Guest

  6. #5

    Default Re: Flash Presentation on CD

    Thanks alagukannan for the comment. I will try to implement it in practice.
    I appreciate your help.

    All the best

    DMM
    DMM_ENT Guest

  7. #6

    Default Re: Flash Presentation on CD

    Hey,
    No Probs
    There is one more way..i thought of using XML as a database.But u will have to be familiar with XML DOM and VBscript or Jscript.

    thx
    AL

    alagukannan Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139