I am running Flash on a Desktop mode version of Windows Server 2012 for automated builds. In my JSFL file, I am publishing files Canvas FLA files and then closing the IDE with fl.quit(false); in my code. It runs fine on my Windows 10 machine but crashes on the Windows Server 2012 machine. This is causing issues as the code is needing be run by an ant script for users who cannot see this screen and can't hit the close program button to dismiss the error and finish the build.
Using the fl.quit() in my JSFL script crashed Animate 2017.5 on Windows Server 2012
167 Views Asked by kminke At
1
There are 1 best solutions below
Related Questions in WINDOWS-SERVER-2012
- Command prompt doesn't appear on Ease of access option at logon screen after trying to reset Windows Server 2012 Administrator password
- Java .jar file not working as expected after an edit
- Not getting any output of a query when hosted site on IIS server but it is running fine on windows powershell
- I have setup ADDS on a VM in GCP and I want to Connect my local machines/laptops/workstations to that domain controller how is this possible
- PowerShell script won't run as local user or administrator
- AWS 'Amazon MQ' - Rabbit MQ error: The client and server cannot communicate, because they do not possess a common algorithm
- service accounts in windows server 2016
- How to deploy selenium project in .NET core to a windows Server
- Windows server nginx peak shaving and valley filling configuration
- How to Exclude Files and Folders from Volume Shadow Copy (VSS) Backups
- Windows 2012 server End of support - Azure
- How to publish Blazor WASM Core Hosted using Web Deploy from local Visual Studio 2022 to IIS in a remote W2012 server?
- Cannot get .Net Framework 4.8 to install on Windows Server 2012 Standard
- Server Resources Overloaded by C# Script
- I can't connect to AWS EC2 Windows Instance from WinSCP (local laptop machine)
Related Questions in JSFL
- jsfl script Fixed path wihout need to browse
- Adobe Animate JSFL: Is it possible to get the ease used for a tween?
- Delete XML loader in AS3
- Is there a way to request the file location of the currently in Adobe Flash/Animate opened FLA file through a JSFL script?
- adding event listener of the closing and changing the FLA document for the SWF extension panel. using ActionScript, JSFL
- Exporting AVI Videos from Adobe Flash CS6 using an automated script (JSFL)
- Execute a jsfl script on a FLA file from command line (in Windows)
- jsfl: accessing a symbol to animate inside it
- findObjectInDocByType "argument number1 is invalid"
- Can JSFL be used to set a Global Include script?
- exportSVG in jsfl run as a command in adobe animate doesn't work
- Compiling Typescript to use as a JSFL script
- How to convert all shapes in a flash file to bitmap using jsfl?
- Using the fl.quit() in my JSFL script crashed Animate 2017.5 on Windows Server 2012
- JSFL Has Been Running For a Long Time
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Discovered that Windows Server 2012 when running under desktop mode, does not work well with Animate CC and as far as I can tell there is no fix for this issue.