Green Screen problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have entered the code for the green screen effect in WMM but the effect is
still not showing help. Could some one please help!!!
 
movieeditor said:
I have entered the code for the green screen effect in WMM but the effect is
still not showing help. Could some one please help!!!

Show the code and what procedure you employed to install it?
 
Rehan said:
Show the code and what procedure you employed to install it?



Here is the code I used,

<TransitionsAndEffects Version="1.0">
<Transitions>
<TransitionDLL guid="{C5B19592-145E-11D3-9F04-006008039E37}" >
<Transition name="Greenscreen" iconid="11">
<Param name="KeyType" value="0" />
<Param name="RGB" value="0x00FF00" />
</Transition>
</TransitionDLL>
</Transitions>
</TransitionsAndEffects>

I entered it in Word because notepad or wordpad did not have XML files.

I saved it under this file name,
C:\Program Files\Movie Maker\Shared\AddOnTFX

I then went to WMM 2.1 to see if it worked and it was not there. Help!!!!
 
I entered it in Word because notepad or wordpad did not have XML files.

I think you made a mistake there. You should have copied pasted the code in
notepad and in the Save As dialog, should have given the filename with the
xml extension such as "greenkey.xml"

--
Rehan
MS MVP -- Digital Media
www.rehanfx.org - get transitions and effects for Windows Movie Maker




.....
 
Back
Top