![]()  | 
	
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
				
				Adding Multimedia --inverted image
			 
			
			
			Hi,I'm trying to add an AVI video to this script.But the screen showed inverted image when I press the "m" key,I mean it inverted left to right,following is my script: 
		
		
		
		
		
		
		
		
	
	Code: 
	def mykeyboard(key):
  # Play a movie on the screen
  if key == 'm':
    mymovie = viz.add('finalfantasy.avi.')
    mymovie.loop(viz.ON)
    mymovie.play()
    screen.texture(mymovie)
 | 
		
  | 
	
		
  | 
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 12:13 PM | 
| screen image | erchrastil | Vizard | 8 | 06-27-2008 12:45 PM | 
| View an image on the Fakespace HMD | roman_suvorov | Vizard | 16 | 05-23-2008 08:51 AM | 
| Adding multimedia | Vinicius Lima | Vizard | 1 | 08-02-2007 11:52 AM | 
| Only part of tiled image | vizmaster | Vizard | 5 | 09-11-2006 01:11 PM |