Embed HTML, PDF, Quicktime Content in your Application -- MAC Only

This sample shows how to add html, pdf, or QuickTime content to your Mac applications. The content can be anything the end-user's Safari browser can open..

Use etiher mApplication.createMediaWindow() or mWindow.embedMediaWindow() to add your non-Flash content. The returned object has the same methods as the main mWindow object although the Flash-related methods are not relevant.

Valid mWindow methods and events for embedded windows:
mWindow.close()
mWindow.getParameter()
mWindow.getPosition()
mWindow.getSize()
mWindow.loadMedia()
mWindow.setPosition()
mWindow.setSize()
mWindow.show()
mWindow.setAlpha()
mWindow.bringToForeground()
mWindow.onActivate()
mWindow.onClose()
mWindow.onMinimized()
mWindow.onRestored()

You can download this sample, "lmediaPlayer", from the mProjector Samples page -- http://www.screentime.com/software/mprojector/flas.html#mediaPlayer.