home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2007 February / maximum-cd-2007-02.iso / LaunchCD.ini < prev    next >
Encoding:
INI File  |  2005-09-12  |  15.3 KB  |  367 lines

  1.  
  2. ; --------------------------------------------------------------------
  3. ;       Template DIRECTOR.INI file for Director MX 2004 for Windows.
  4. ; --------------------------------------------------------------------
  5.  
  6. ; All of the settings shown here are commented-out in the original version 
  7. ; of the file.  To change a setting, you must remove the comment 
  8. ; character (";") at the beginning of the setting's line.
  9.  
  10. ; The values shown for each setting in the original file are Director's 
  11. ; internal defaults.  The default value for a setting is used when it 
  12. ; isn't explictly set in the .INI file or when no .INI file exists.  
  13. ; Since these defaults are already stored internally in the Director 
  14. ; application and projectors, it is *not* necessary to distribute this 
  15. ; file with your movie unless you change one or more of the settings.
  16.  
  17. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  18. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  19. ; your projector executable. 
  20.  
  21. ; For use with shockwave, you must name your .INI file "shockwave.ini", and
  22. ; place the file in the shockwave folder ( for instance, 
  23. ; c:\windows\system32\macromed\shockwave 10 ).
  24.  
  25. [Movies]
  26. Movie01=main.dxr
  27.  
  28. [Memory]
  29. ExtraMemory=8000
  30. ; Amount of kBytes over and above physical memory for use by a projector.
  31.  
  32. ;SwapFileMeg=0
  33. ; Amount of megabytes of SwapFile space to enable during authoring.
  34. ; Default is to allow swapfile space of up to 1/2 of the available 
  35. ; physical RAM.
  36.  
  37. [Palette]
  38. ;Animation=0
  39. ; While performing an animation of the palette in 8-bit colour mode, 
  40. ; director reserves all colours in the system. It's obvious when this 
  41. ; happens, as the desktop and other applications will repaint in black 
  42. ; and white. If your movie does not often change the palette, this 
  43. ; may not be a problem, but if it changes the palette frequently, 
  44. ; this desktop flashing can ruin your animation.
  45. ; 1: Reserve colours before first palette effect, but do not release them
  46. ;    until the animation is done.
  47. ; 0: Default behavior. Reserve colours only during the palette effect.
  48. ;
  49. ;SystemFriendly=0
  50. ;   This property only functions in a projector
  51. ; 1: When in 8-bit colour a fixed palette of the web 216 colours plus ten
  52. ;    additional greys will be used by the projector. Colours from the movie
  53. ;    will be re-mapped to the nearest available colour.
  54. ; 0: Default behavior. When in 8-bit colour, changes in the palette channel
  55. ;    are propagated to the system palette. That is, the screen colours will
  56. ;    change.
  57.  
  58.  
  59. [Settings]
  60. ;SingleTaskbarEntry=1
  61. ;    This property only functions in Windows Projectors.
  62. ; 1: MIAWs that open up during the projector's execution
  63. ;      will not open up as their own separate entries in the task bar.
  64. ;      This is pre-DirectorMX 2004 behavior.
  65. ; 0: Default behavior. MIAWs that open up during the projector's execution
  66. ;      will open up as their own separate entries in the task bar.
  67. ;
  68. SingleInstance=1
  69. ;    This property only functions in Windows Director and Projectors.
  70. ; 1: If the application is already running, attempts to launch a second
  71. ;    copy will bring the existing copy to the front of your desktop, without
  72. ;    launching a new copy.
  73. ; 0: Default behavior. Multiple copies of the application can run concurrently.
  74. ;
  75. ;EscapeOk=1
  76. ;    This property is only used by projectors.
  77. ; Overrides the projector's escape lock setting.
  78. ;
  79. ;FullScreen=1
  80. ;    This property is only used by projectors.
  81. ; Overrides the projector's "full screen" setting, from 
  82. ; Create Projector's Option's Dialog.
  83. ;
  84. ;UseTitleBar=1
  85. ;    This property is only used by projectors.
  86. ; Overrides the projector's "show title bar" setting, from
  87. ; Create Projector's Option's Dialog.
  88. ;
  89. ;BackgroundAnimation=1
  90. ;    This property is only used by projectors.
  91. ; Overrides the projector's "animate in background" setting, from 
  92. ; Create Projector's Option's Dialog.
  93. ;
  94. ;SwitchColorDepth=1
  95. ;    This property is only used by projectors.
  96. ; Overrides the projector's "reset monitor to match movie's color depth"
  97. ; setting, from the Macintosh Create Projector's Option's Dialog.
  98. ;
  99. ;CenterStage=1
  100. ;    This property is only used by projectors.
  101. ; Overrides the projector's "center" setting, from
  102. ; Create Projector's Option's Dialog.
  103. ;
  104. ;ResizeStage=1
  105. ;    This property is only used by projectors.
  106. ; Overrides the projector's "stage size" setting, from
  107. ; Create Projector's Option's Dialog.
  108. ;
  109.  
  110. [Lingo]
  111. DisplayFullLingoErrorText=1
  112. ;    This property is used by shockwave and projectors.
  113. ; 1: Lingo errors generate a more descriptive text in the error alert.
  114. ; 0: Lingo errors generate a "script error. continue ?" yes/no alert.
  115. ;
  116.  
  117. ; Global Sound Settings ------------------------------------------------
  118.  
  119. [Sound]
  120. ; NOTE:
  121. ; Almost all of these settings apply ONLY to the Macromix sounddevice (the soundDevice = "MacroMix"),
  122. ; and will not have any effect if the sounddevice is "DirectSound" or
  123. ; any other sounddevice.
  124.  
  125. ; Settings in the [Sound] section apply to all sound cards.
  126.  
  127. ;SpoolBufferAlloc=0 
  128. ; When to allocate spool buffers
  129. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  130. ; 1 means allocate spool once at startup and keep for entire session.
  131.  
  132. ;LowSpoolBufferMs=2500
  133. ; Length of one 8bit spool buffer, in milliseconds.
  134.  
  135. ;HighSpoolBufferMs=1500
  136. ; Length of one 16-bit spool buffer, in milliseconds.
  137.  
  138. ;SpoolBufferCount=2
  139. ; Number of spool buffers to use. Must range from 2 to 10.
  140.  
  141. ;MixMaxChannels=8
  142. ; Maximum number of channels supported by the sound mixer. The actual
  143. ; number you can mix depends on the processing power of your computer.
  144. ; Must range from 1 to 8.
  145.  
  146. ;MixWaveDevice=0 
  147. ; DeviceID of waveOut device to use for playing.
  148. ; Must range from 0 to (# of devices - 1).
  149.  
  150. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  151. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  152. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  153. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  154. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  155. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  156. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  157. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  158.  
  159. ;MixMaxFidelity=99
  160. ; Sets a limit on the fidelity of sound output. For best performance, use
  161. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  162. ; possible of the three fixed sound formats (0, 1, 2):
  163. ;  0  = 22.05k samples/sec, 8-bit, mono
  164. ;  1  = 22.05k samples/sec, 8-bit, stereo
  165. ;  2  = 44.1k samples/sec, 16-bit, stereo
  166. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  167. ;       sounds determines the format for that run.  The format used is the
  168. ;       lowest of the three output formats (0,1,2 above) which is as close
  169. ;       as possible in fidelity to the sound to be played, while still being
  170. ;       supported by the installed sound card. 
  171.  
  172. ; Default Sound Settings -----------------------------------------------
  173. ; DLLNameComment= Uncomment this to enable QuickTime 3 Sound Mixing
  174. ; DLLName=QT3Mix.dll
  175.  
  176. [Low Mono Default Sound]
  177. ; Settings in the [Low Mono Default Sound] section apply when the target
  178. ; output format is 22K, 8-bit, mono.  The target output format depends
  179. ; on the capabilities of the sound card as well as the setting of
  180. ; MixMaxFidelity.   These settings are used when the installed sound card
  181. ; is not known to Director and is not specified explictly in the
  182. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  183. ; Override sections will override these values for specific sound cards,
  184. ; or for all sound cards, respectively.
  185.  
  186. ;MixBufferMs=200
  187. ; Length of each mixing buffer, in milliseconds.
  188.  
  189. ;MixBufferBytes=0
  190. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  191. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  192. ; bytes rather than milliseconds.
  193.  
  194. ;MixBufferCount=4
  195. ; Number of mixing buffers to use. Must range from 2 to 16.
  196.  
  197. ;MixServiceMode=0
  198. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  199. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  200. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  201. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  202. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  203. ;         this mode is set, it is best to use MixBufferBytes to specify a
  204. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  205. ;         supported by all sound cards.
  206.  
  207. ;MixIntPeriodMs=200
  208. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  209.  
  210. ;MixIntResolutionMs=50
  211. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  212.  
  213.  
  214. [Low Default Sound]
  215. ; Settings in the [Low Default Sound] section apply when the target
  216. ; output format is 22K, 8-bit, stereo.  The target output format depends
  217. ; on the capabilities of the sound card as well as the setting of
  218. ; MixMaxFidelity.   These settings are used when the installed sound card
  219. ; is not known to Director and is not specified explictly in the
  220. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  221. ; Override sections will override these values for specific sound cards,
  222. ; or for all sound cards, respectively.
  223.  
  224. ;MixBufferMs=200
  225. ;MixBufferBytes=0
  226. ;MixBufferCount=4
  227. ;MixServiceMode=0
  228. ;MixIntPeriodMs=200
  229. ;MixIntResolutionMs=50
  230.  
  231.  
  232. [High Default Sound]
  233. ; Settings in the [High Default Sound] section apply when the target
  234. ; output format is 44K, 16-bit, stereo.  The target output format depends
  235. ; on the capabilities of the sound card as well as the setting of
  236. ; MixMaxFidelity.   These settings are used when the installed sound card
  237. ; is not known to Director and is not specified explictly in the
  238. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  239. ; Override sections will override these values for specific sound cards,
  240. ; or for all sound cards, respectively.
  241. ;MixBufferMs=200
  242. ;MixBufferBytes=0
  243. ;MixBufferCount=4
  244. ;MixServiceMode=0
  245. ;MixIntPeriodMs=200
  246. ;MixIntResolutionMs=50
  247.  
  248.  
  249.  
  250. ; Sound Card-Specific Settings -----------------------------------------
  251.  
  252. ;[Low Mono <SoundCardName>]
  253. ; Settings in this section apply when the target output format is
  254. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  255. ; output format depends on the capabilities of the sound card, as well
  256. ; as the setting of MixMaxFidelity.  You can have any number of these 
  257. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  258. ; with the actual name of the sound card you want to set defaults for.  
  259. ; To find the name of your card, launch the Sound Mapper application, 
  260. ; and look in the Playback field.  Director maintains a built-in table
  261. ; of settings for many popular sound cards.  Settings in this section take 
  262. ; precedence over Director's built-in settings.
  263. ;MixBufferMs=200
  264. ;MixBufferCount=4
  265. ;MixBufferBytes=0
  266. ;MixServiceMode=0
  267. ;MixIntPeriodMs=200
  268. ;MixIntResolutionMs=50
  269.  
  270.  
  271. [Low <SoundCardName>]
  272. ; Settings in this section apply when the target output format is
  273. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  274. ; output format depends on the capabilities of the sound card, as well
  275. ; as the setting of MixMaxFidelity.  You can have any number of these 
  276. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  277. ; with the actual name of the sound card you want to set defaults for.  
  278. ; To find the name of your card, launch the Sound Mapper application, 
  279. ; and look in the Playback field.  Director maintains a built-in table
  280. ; of settings for many popular sound cards.  Settings in this section take 
  281. ; precedence over Director's built-in settings.
  282. ;MixBufferMs=200
  283. ;MixBufferCount=4
  284. ;MixBufferBytes=0
  285. ;MixServiceMode=0
  286. ;MixIntPeriodMs=200
  287. ;MixIntResolutionMs=50
  288.  
  289.  
  290. ;[High <SoundCardName>]
  291. ; Settings in this section apply when the target output format is
  292. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  293. ; output format depends on the capabilities of the sound card, as well
  294. ; as the setting of MixMaxFidelity.  You can have any number of these 
  295. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  296. ; with the actual name of the sound card you want to set defaults for.  
  297. ; To find the name of your card, launch the Sound Mapper application, 
  298. ; and look in the Playback field.  Director maintains a built-in table
  299. ; of settings for many popular sound cards.  Settings in this section take 
  300. ; precedence over Director's built-in settings.
  301. ;MixBufferMs=200
  302. ;MixBufferBytes=0
  303. ;MixBufferCount=4
  304. ;MixServiceMode=0
  305. ;MixIntPeriodMs=200
  306. ;MixIntResolutionMs=50
  307.  
  308.  
  309.  
  310. ; Sound Override Settings ----------------------------------------------
  311.  
  312. [Low Mono Override]
  313. ; Settings in the [Low Mono Override] apply when the target ouput format
  314. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  315. ; of the sound card, as well as the setting of MixMaxFidelity.
  316. ; These settings will override Director's internal settings, any defaults
  317. ; specified in the Default Sound sections, as well as settings for specific 
  318. ; cards.  Change these settings only if you want to force Director to use
  319. ; certain values regardless of the sound card installed in the computer.
  320. ; It is not recommended that you modify these settings for movies which
  321. ; you are going to distribute, as they will override Director's internal
  322. ; settings which are already optimized for various sound cards.
  323. ;MixBufferMs=200
  324. ;MixBufferBytes=0
  325. ;MixBufferCount=4
  326. ;MixServiceMode=0
  327. ;MixIntPeriodMs=200
  328. ;MixIntResolutionMs=50
  329.  
  330. [Low Override]
  331. ; Settings in the [Low Override] apply when the target ouput format
  332. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  333. ; of the sound card, as well as the setting of MixMaxFidelity.
  334. ; These settings will override Director's internal settings, any defaults
  335. ; specified in the Default Sound sections, as well as settings for specific 
  336. ; cards.  Change these settings only if you want to force Director to use
  337. ; certain values regardless of the sound card installed in the computer.
  338. ; It is not recommended that you modify these settings for movies which
  339. ; you are going to distribute, as they will override Director's internal
  340. ; settings which are already optimized for various sound cards.
  341. ;MixBufferMs=200
  342. ;MixBufferBytes=0
  343. ;MixBufferCount=4
  344. ;MixServiceMode=0
  345. ;MixIntPeriodMs=200
  346. ;MixIntResolutionMs=50
  347.  
  348.  
  349. [High Override]
  350. ; Settings in the [High Override] apply when the target ouput format
  351. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  352. ; of the sound card, as well as the setting of MixMaxFidelity.
  353. ; These settings will override Director's internal settings, any defaults
  354. ; specified in the Default Sound sections, as well as settings for specific 
  355. ; cards.  Change these settings only if you want to force Director to use
  356. ; certain values regardless of the sound card installed in the computer.
  357. ; It is not recommended that you modify these settings for movies which
  358. ; you are going to distribute, as they will override Director's internal
  359. ; settings which are already optimized for various sound cards.
  360. ;MixBufferMs=200
  361. ;MixBufferBytes=0
  362. ;MixBufferCount=4
  363. ;MixServiceMode=0
  364. ;MixIntPeriodMs=200
  365. ;MixIntResolutionMs=50
  366.  
  367.