I want to create cd with wmv. movie, so when someone insert cd, movie should start playing in windows media player on full screen...if someone can help me, please, explain me step by step thanx..mario
create a new text document in notepad. type this: [autorun] OPEN=filename.wmv /AUTORUN now rename this text file to autorun.inf. Burn that to the CD with the video file (making sure the video filename matches that in the autorun file) and it should load when the CD is inserted.
hmmm, perhaps the autorun feature only works for .exe files... even so, you're not going to find something that can make WMP automatically do full screen, unless WMP is default for full screen.
With: [autorun] ShellExecute=wmplayer Automatically opening windows media player...maybe is possiblle to add some another command to start wmv files?
oh there ya go! if you can program it to do keyboard commands, you might be able to make it do fullscreen, because all you need is alt+enter, so perhaps its possible. try googling autorun for some definitions or something