"; $nativeVideoRemote = ""; $nativeAudio = ""; $nativeAudioRemote = ""; $deprecated = "".JText::_('JW_PLG_AV_DEPRECATED_DOWNLOAD').""; $deprecatedRemote = "".JText::_('JW_PLG_AV_DEPRECATED_DOWNLOAD').""; /* -------------------------------- Tags & formats -------------------------------- */ $tagReplace = array( /* --- Audio/Video formats --- */ "avi" => $nativeVideo, "aviremote" => $nativeVideoRemote, "m4v" => $nativeVideo, "m4vremote" => $nativeVideoRemote, "mkv" => $nativeVideo, "mkvremote" => $nativeVideoRemote, "mp4" => $nativeVideo, "mp4remote" => $nativeVideoRemote, "ogv" => $nativeVideo, "ogvremote" => $nativeVideoRemote, "webm" => $nativeVideo, "webmremote" => $nativeVideoRemote, "flac" => $nativeAudio, "flacremote" => $nativeAudioRemote, "m4a" => $nativeAudio, "m4aremote" => $nativeAudioRemote, "mp3" => $nativeAudio, "mp3remote" => $nativeAudioRemote, "oga" => $nativeAudio, "ogaremote" => $nativeAudioRemote, "ogg" => $nativeAudio, "oggremote" => $nativeAudioRemote, "wav" => $nativeAudio, "wavremote" => $nativeAudioRemote, "3g2" => $deprecated, "3g2remote" => $deprecatedRemote, "3gp" => $deprecated, "3gpremote" => $deprecatedRemote, "aac" => $deprecated, "aacremote" => $deprecatedRemote, "divx" => $deprecated, "divxremote" => $deprecatedRemote, "f4v" => $deprecated, "f4vremote" => $deprecatedRemote, "flv" => $deprecated, "flvremote" => $deprecatedRemote, "mov" => $deprecated, "movremote" => $deprecatedRemote, "mpeg" => $deprecated, "mpegremote" => $deprecatedRemote, "mpg" => $deprecated, "mpgremote" => $deprecatedRemote, "swf" => $deprecated, "swfremote" => $deprecatedRemote, "wma" => $deprecated, "wmaremote" => $deprecatedRemote, "wmv" => $deprecated, "wmvremote" => $deprecatedRemote, /* --- 3rd party media providers --- */ // youtube.com - https://www.youtube.com/watch?v=g5lGNkS5TE0 or https://www.youtube.com/playlist?list=PL0875C16C899A8DE6 "YouTube" => "", // dailymotion.com - https://www.dailymotion.com/featured/video/x35714_cap-nord-projet-1_creation "Dailymotion" => "", // facebook.com - https://www.facebook.com/Channel4News/videos/10155042102006939/ "Facebook" => "", // flickr.com - https://www.flickr.com/photos/bswise/5930051523/in/pool-726923@N23/ "Flickr" => "
 
", // mixcloud.com - https://www.mixcloud.com/worldwidefm/joao-gilberto-by-gilles-peterson-25-02-20/ "Mixcloud" => "", // soundcloud.com - https://soundcloud.com/sebastien-tellier/look "SoundCloud" => "
 
", // twitch.com - https://www.twitch.tv/videos/470125293 "Twitch" => "", // vimeo.com - https://www.vimeo.com/1319796 "Vimeo" => "" );