Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Playing .avimovies

    I want to create a projector (.exe file) to burn a cd with a video. my intention is that when i insert the cd in the drive, the autorun file will execute projector that will play the .avi movie. I would like to know what to do and if possible, the source code that must be used to make that possible.



    decoboy webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Playing MP3s
      I am trying to play an MP3 file from coldfusion. The code im using is the following: <cfsavecontent variable="ButtonClick"> var...
    2. Playing flv from the server and a CD-ROM?
      Need to build some e-learning with video streaming from Flash Media server. But client also want to put on a CD-rom. WHat's involved in converting...
    3. SWF not playing?
      I built a page in DW8, very simple page that just has a SWF plugged into it.. but when I view the page out on the host, it just sits there.....
    4. FLV loading, but not playing
      I have an application that loads an FLV into the FLVPlayer component, in Safari on OSX 10.3.9, I sometimes experience that the FLV will load, but...
    5. problem playing mp3
      hi, im new to flash. could anyone teach me how to shorten this stupid code that i made just to play 10 mp3 songs from the server. i know theres a...
  3. #2

    Default Re: Playing .avimovies


    Hi,

    Please check out our technote about the autorun feature at:

    "Creating AutoRun CD"
    <http://www.macromedia.com/go/13374>

    The TechNote includes sample codes for you to try out.

    Best regards,

    Jayem Abania
    Macromedia Technical Support


    "decoboy" <webforumsuser@macromedia.com> wrote in message
    news:bob84r$b6u$1@forums.macromedia.com...
    > I want to create a projector (.exe file) to burn a cd with a video. my
    intention is that when i insert the cd in the drive, the autorun file will
    execute projector that will play the .avi movie. I would like to know what
    to do and if possible, the source code that must be used to make that
    possible.
    >
    >


    Jayem Abania - MMTS Guest

  4. #3

    Default Re: Playing .avimovies

    its quite easy. just create an autorun.inf file at the root of your cd. this
    is all the text you need in your autorun file:

    [autorun]
    OPEN=./ProjectorName.EXE

    Good luck

    "decoboy" <webforumsuser@macromedia.com> skrev i en meddelelse
    news:bob84r$b6u$1@forums.macromedia.com...
    > I want to create a projector (.exe file) to burn a cd with a video. my
    intention is that when i insert the cd in the drive, the autorun file will
    execute projector that will play the .avi movie. I would like to know what
    to do and if possible, the source code that must be used to make that
    possible.
    >
    >
    >

    Steen Henriksen 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