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. | |
Location (URL) of the On2-provided plug-in package for Safari.
Note that your server's filesystem is probably case-sensitive, so capitalization matters.
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";
The name of your Safari plug-in. This value is used to detect the plug-in.
var macsafari_plugin_name = "On2 Flix Publisher Plug-In";
The mime-type of your Mac Safari Plug-In. This string is used in the embed tag generated by flixpub_embed.js.
var macsafari_mime_type = "application/x-on2publisher-plugin";