Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Howto instruct the flash player to target more than one display at a time: (1 Item)
   
Howto instruct the flash player to target more than one display at a time  
Hello all:

I have recently discovered that support for multiple displays was recently added to the flash player and to enable 
support, one needs to use the hmip-compmgr.so extension in the flash.conf as follows:

[code]
extension {
   dll = hmip-compmgr.so
   config {
      display = 1
   }
}
[/code]

Assuming a minimum of two device entries in display.conf, and io-display started with both devices specified at the 
command line what is the correct way to instruct the flash player to target both displays simulatenously? Should one 
added another display setting to the hmip-compmgr.so extension (ie. "display = 2")?

Thanks,

Gervais