Downloads:
7,604,052
Downloads of v 12.3.4.204:
6,238,607
Last Update:
25 Apr 2019
Package Maintainer(s):
Software Author(s):
- Adobe
Tags:
shockwave adobe-director admin- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Adobe Shockwave Player (Final Version - EOL)
- 1
- 2
- 3
12.3.4.204 | Updated: 25 Apr 2019
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
7,604,052
Downloads of v 12.3.4.204:
6,238,607
Maintainer(s):
Software Author(s):
- Adobe
Adobe Shockwave Player (Final Version - EOL) 12.3.4.204
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Adobe. The inclusion of Adobe trademark(s), if any, upon this webpage is solely to identify Adobe goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Adobe Shockwave Player (Final Version - EOL), run the following command from the command line or from PowerShell:
To upgrade Adobe Shockwave Player (Final Version - EOL), run the following command from the command line or from PowerShell:
To uninstall Adobe Shockwave Player (Final Version - EOL), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download adobeshockwaveplayer --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade adobeshockwaveplayer -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade adobeshockwaveplayer -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install adobeshockwaveplayer
win_chocolatey:
name: adobeshockwaveplayer
version: '12.3.4.204'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'adobeshockwaveplayer' do
action :install
source 'INTERNAL REPO URL'
version '12.3.4.204'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller adobeshockwaveplayer
{
Name = "adobeshockwaveplayer"
Version = "12.3.4.204"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'adobeshockwaveplayer':
ensure => '12.3.4.204',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 05 Aug 2019.
Adobe Shockwave (formerly Macromedia Shockwave) is a multimedia platform used to add animation and interactivity to web pages. It allows Adobe Director applications to be published on the Internet and viewed in a web browser on any computer which has the Shockwave plug-in installed. It was first developed by Macromedia, and released in 1995 and was later acquired by Adobe Systems in 2005.
Unlike the Adobe Flash Player, the Adobe Shockwave Player is not commonly bundled with web browsers; if needed it must be downloaded.
Shockwave movies are authored in the Adobe Director environment. While there is support for including Flash movies inside Shockwave files, authors often choose the Shockwave Director combination over Flash because it offers more features and more powerful tools. Features not replicated by Flash include a much faster rendering engine, and support for various network protocols, including Internet Relay Chat. Also, Shockwave's functionality can be extended with "Xtras".
NOTE: Adobe Shockwave is now End Of Life and as such this is the final version.
$packageName = 'adobeshockwaveplayer'
$packageSearch = "Adobe Shockwave Player"
$installerType = 'exe'
$silentArgs = '/S'
$validExitCodes = @(0)
Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
-ErrorAction:SilentlyContinue `
| Where-Object { $_.DisplayName -like "$packageSearch*" } `
| ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($silentArgs)" `
-File "$($_.UninstallString.Replace('"',''))" `
-ValidExitCodes $validExitCodes }
# Usage: Get-HtmlFromRegex $url $search $replace
# Examples:
# Get-HtmlFromRegex "http://www.joejoesoft.com/vcms/hot/userupload/8/files/rmv303.zip" '/cms/file.php\?f=userupload/8/files/rmv303.zip&c=([\w\d]+)' 'http://www.joejoesoft.com/sim/$1/userupload/8/files/rmv303.zip'
function Get-HtmlFromRegex {
param(
[string]$sourceUrl,
[string]$search,
[string]$replace
)
# Retrieve content of $sourceUrl
$tempfile = "$env:TEMP\chocolatey_temp_download.html"
$wc = new-object system.net.webclient
$wc.UseDefaultCredentials = $true
$wc.downloadfile($sourceUrl, $tempfile)
$source = Get-Content $tempfile
$nothing = ''+$source -cmatch $search # Get the matches, prevent output
if ($matches.Count -eq 0) {
Remove-Item $tempfile
return
}
# Replace Match-references with previous matches: $1 $2 -> $matches[1] $matches[2]
#$url = $replace -creplace "\$`(\d+)",$matches[$1]
# Return only first match
$url = $replace -creplace "\$`(\d+)",$matches[1]
Remove-Item $tempfile
Write-Debug "Found URL: $url"
return $url
}
Log in or click on link to see number of positives.
- adobeshockwaveplayer.12.3.4.204.nupkg (789209599352) - ## / 63
- adobeshockwaveplayerInstall.exe (bb5a21a38919) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Adobe Shockwave Player (Final Version - EOL) 12.3.4.204 | 6238607 | Thursday, April 25, 2019 | Approved | |
Adobe Shockwave Player 12.2.8.198 | 822597 | Tuesday, March 14, 2017 | Approved | |
Adobe Shockwave Player 12.2.7.197 | 50672 | Wednesday, February 22, 2017 | Approved | |
Adobe Shockwave Player 12.2.4.197 | 386146 | Thursday, June 16, 2016 | Approved | |
Adobe Shockwave Player 12.2.4.195 | 534 | Wednesday, June 1, 2016 | Approved | |
Adobe Shockwave Player 12.2.4.194 | 8553 | Tuesday, March 1, 2016 | Approved | |
Adobe Shockwave Player 12.2.3.183 | 9023 | Tuesday, January 12, 2016 | Approved | |
Adobe Shockwave Player 12.2.2.172 | 6939 | Wednesday, November 25, 2015 | Approved | |
Adobe Shockwave Player 12.2.1.171 | 6449 | Tuesday, October 27, 2015 | Approved | |
Adobe Shockwave Player 12.2.0.163 | 5835 | Monday, October 12, 2015 | Approved | |
Adobe Shockwave Player 12.2.0.162 | 1353 | Sunday, October 11, 2015 | Approved | |
Adobe Shockwave Player 12.1.8.159 | 19632 | Monday, May 11, 2015 | Approved | |
Adobe Shockwave Player 12.1.8.158 | 7728 | Wednesday, April 22, 2015 | Approved | |
Adobe Shockwave Player 12.1.7.158 | 7029 | Tuesday, March 10, 2015 | Approved | |
Adobe Shockwave Player 12.1.7.157 | 4324 | Friday, February 20, 2015 | Approved | |
Adobe Shockwave Player 12.1.6.156 | 596 | Tuesday, March 10, 2015 | Approved | |
Adobe Shockwave Player 12.1.4.1542 | 6193 | Sunday, November 30, 2014 | Approved | |
Adobe Shockwave Player 12.1.4.1541 | 1830 | Friday, November 21, 2014 | Approved | |
Adobe Shockwave Player 12.1.4.1540 | 1296 | Friday, November 14, 2014 | Approved | |
Adobe Shockwave Player 12.1.4.154 | 801 | Wednesday, November 12, 2014 | Approved | |
Adobe Shockwave Player 12.1.3.153 | 6920 | Saturday, July 5, 2014 | Exempted | |
Adobe Shockwave Player 12.1.2.152 | 1648 | Wednesday, June 4, 2014 | Approved | |
Adobe Shockwave Player 12.1.1.151 | 1355 | Monday, April 28, 2014 | Approved | |
Adobe Shockwave Player 12.1.0.150 | 1366 | Friday, March 14, 2014 | Approved | |
Adobe Shockwave Player 12.0.9.149 | 1047 | Tuesday, February 11, 2014 | Approved | |
Adobe Shockwave Player 12.0.7.148 | 933 | Tuesday, December 10, 2013 | Approved | |
Adobe Shockwave Player 12.0.6.147 | 690 | Friday, December 6, 2013 | Approved | |
Adobe Shockwave Player 12.0.5.146 | 757 | Tuesday, October 29, 2013 | Approved | |
Adobe Shockwave Player 12.0.4.144 | 762 | Tuesday, September 10, 2013 | Approved | |
Adobe Shockwave Player 12.0.3.133 | 742 | Wednesday, July 24, 2013 | Approved | |
Adobe Shockwave Player 12.0.2.123 | 795 | Thursday, May 9, 2013 | Approved | |
Adobe Shockwave Player 12.0.2.122 | 628 | Thursday, May 9, 2013 | Approved |
Adobe
Ground Rules:
- This discussion is only about Adobe Shockwave Player (Final Version - EOL) and the Adobe Shockwave Player (Final Version - EOL) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Adobe Shockwave Player (Final Version - EOL), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.