updateOptions($_POST); } /* Get options for form fields */ $proPlayerWidth = stripslashes(get_option('PRO_PLAYER_WIDTH')); $proPlayerHeight = stripslashes(get_option('PRO_PLAYER_HEIGHT')); $proPlayerType = stripslashes(get_option('PRO_PLAYER_TYPE')); $proPlayerBackColor = stripslashes(get_option('PRO_PLAYER_BACKCOLOR')); $proPlayerFrontColor = stripslashes(get_option('PRO_PLAYER_FRONTCOLOR')); $proPlayerLightColor = stripslashes(get_option('PRO_PLAYER_LIGHTCOLOR')); $proPlayerStretching = stripslashes(get_option('PRO_PLAYER_STRETCHING')); $proPlayerSkinFile = stripslashes(get_option('PRO_PLAYER_SKIN_FILE')); $proPlayerVisualizerSupport = stripslashes(get_option('PRO_PLAYER_VISUALIZER_SUPPORT')); $proPlayerRatingSupport = stripslashes(get_option('PRO_PLAYER_RATING_SUPPORT')); $proPlayerEmbeddingSupport = stripslashes(get_option('PRO_PLAYER_EMBEDDING_SUPPORT')); $proPlayerShortcutSupport = stripslashes(get_option('PRO_PLAYER_SHORTCUT_SUPPORT')); $proPlayerSubtitleSupport = stripslashes(get_option('PRO_PLAYER_SUBTITLE_SUPPORT')); $proPlayerFlowViewSupport = stripslashes(get_option('PRO_PLAYER_FLOW_VIEW_SUPPORT')); $proPlayerShowWatermark = stripslashes(get_option('PRO_PLAYER_SHOW_WATERMARK')); $proPlayerShowDefaultPreviewImage = stripslashes(get_option('PRO_PLAYER_SHOW_DEFAULT_PREVIEW_IMAGE')); $proPlayerDefaultPreviewImage = stripslashes(get_option('PRO_PLAYER_DEFAULT_PREVIEW_IMAGE')); $proPlayerRepeat = stripslashes(get_option('PRO_PLAYER_REPEAT')); $proPlayerCacheTimeout = stripslashes(get_option('PRO_PLAYER_CACHE_TIMEOUT')); $proPlayerAutoStart = stripslashes(get_option('PRO_PLAYER_AUTO_START')); $proPlayerAdSupport = stripslashes(get_option('PRO_PLAYER_AD_SUPPORT')); $proPlayerAdChannel = stripslashes(get_option('PRO_PLAYER_AD_CHANNEL')); $proPlayerAdScript = stripslashes(get_option('PRO_PLAYER_AD_SCRIPT')); ?>