Questions tagged [zinc-4]

ZINC 4 API is a SDK for AS3, used in exporting Cross-Platform applications from Flash using MDM Zinc 4.

ZINC 4.0 SDK is a Powerful API that extends ActionScript 1, 2 and 3 with over 600* new Commands and Classes specific to Desktop Applications.

ZINC 4.0 has been designed to be as simple as "copy and paste" for Actionscript Beginners, whilst adhering to AS3 Object Orientated Programming for Advanced Users. ZINC 4.0 has been greatly enhanced to offer greater command parity and availability across all Platforms.

Live Docs: http://www.multidmedia.com/support/livedocs/4.0/

4 questions
2
votes
0 answers

A Zinc (4.x) application can't be opened from CD, but can open from desktop in Mac

I compiled a faily simple application that just loads images, text and opens some pdfs via mdm.System It works exactly as intended on Windows, but on Mac, it doesn't even try to launch when it's on the disc, but when copied to anywhere it will. The…
1
vote
1 answer

Is it possible to change the visibility of a window in MDM Zinc 4?

I am working on a application in Flash AS3 with MDM ZINC 4 and I have to dynamically change the window property to be from a standard window in a transparent style with no border, and from there in a masked style window. I have searched the Live…
khael
  • 2,600
  • 1
  • 15
  • 36
1
vote
0 answers

mdm.Browser onDocumentComplete Event not firing in MAC OSX

In my MAC based application I have loaded a client login URL into the mdm browser instance.The browser instance is not firing the onDocumentComplete event on MAC 10.6 and above. Following are the variants I tried to achieve the same: _myBrowser =…
0
votes
1 answer

country-language code (ISO 3166) in actionscript

Is there a way to get the country-language code in ISO 3166 (for example: US_en) in actionscript with zinc like I would do in objectiveC: NSString* language = [[NSLocale preferredLanguages] objectAtIndex:0]; NSString *locale = [[NSLocale…
AndyPipkin
  • 147
  • 7