Mac Safari (webkit) Plug-in
[Section 2: Loading Your Plug-Ins]

Loading the Flix Publisher plug-in in Safari (Mac ONLY). More...

Variables

var macsafari_package_source
 Plug-in Package URL.
var macsafari_plugin_name
 Mac Plug-In Name.
var macsafari_mime_type
 Mac Plug-In Mime-type.

Detailed Description

The settings in this section tell the reference application how to detect your Mac Safari plug-in, and where to download it if it is not installed.

Variable Documentation

var macsafari_package_source

Location (URL) of the On2-provided plug-in package for Safari.

Note that your server's filesystem is probably case-sensitive, so capitalization matters.

Examples

    var macsafari_package_source = fp_scheme + fp_hostname + "/plugins/on2_flix_publisher.dmg.zip";

If your web host requires you to host the plug-ins and images on seperate servers, set macsafari_package_source to a complete URL.

    var macsafari_package_source = "http://example.com/plugins/on2_flix_publisher.dmg.zip";

var macsafari_plugin_name

The name of your Safari plug-in. This value is used to detect the plug-in.

Example

    var macsafari_plugin_name = "On2 Flix Publisher Plug-In";

var macsafari_mime_type

The mime-type of your Mac Safari Plug-In. This string is used in the embed tag generated by flixpub_embed.js.

Example

    var macsafari_mime_type = "application/x-on2publisher-plugin";


On2 Flix Publisher documentation, generated on Mon Jan 7 18:13:01 2008 by doxygen 1.5.4 On2 Technologies, Inc