/ Published in: ActionScript 3
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
connection = new LocalConnection();
try
{
connection.connect( mdm.Application.filename );
}
catch ( error:ArgumentError ) {
mdm.Application.exit();
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                