Questions tagged [adobe-cc]

Adobe Creative Cloud

Adobe Creative Cloud is a service from Adobe Systems that gives users access to a collection of software for graphic design, video editing, web development, photography, and Cloud services.Creative Cloud is hosted on Amazon Web Services.

Adobe Creative Cloud (CC) works on a software as a service model, a monthly/annual subscription service based on the cloud whereas Adobe Creative Suite (CS) is purchased via a perpetual software license.The CC is downloaded once from the Internet, installed directly on a local PC and used as long as the subscription remains valid. While online updates and multiple languages are included in the CC subscription, the CS requires a fee for access to new features and services in only one language. Both products can coexist in the same environment, are compatible and available as a set of applications installed individually or collectively. Adobe first announced the Creative Cloud in October 2011. Initially, they maintained the perpetual license model and released another version of Adobe Creative Suite (CS) the following year.

References :

13 questions
2
votes
1 answer

How to make Python's winreg see entries in the registry that are visible in the Registry Editor for Adobe CC programs?

I am trying to use the winreg library of python to access the registry keys for Adobe products (Photoshop, After Effects, Ect.), and while i can see the HKEY_LOCAL_MACHINE subkeys in the Registry Editor, Python can't seem to see the same keys. Is…
2
votes
2 answers

Data binding with `ng-model` not working on some systems

Quite strange, but yes the same code works on one system but not on the other. I developed a HTML-5 based extension for Adobe Creative Cloud Applications (Adobe CC have the chromium framework built in that supports HTML based extensions) in which I…
1
vote
1 answer

Updating Adobe Illustrator content with script, without closing GUI

I am currently building an Adobe Illustrator Script, which starts a GUI and performs some text changes within the open Illustrator file. Unfortunately, the changes are only seen after closing the GUI. Is there some kind of way to preview the changes…
Erg10000
  • 13
  • 2
1
vote
2 answers

Adobe CC: How HTML5 extensions work?

recently, I've been looking into how to create an Adobe extension. In CC versions, you can build HTML5 extensions which includes knowledge of HTML/CSS/JS only. This sounds really interesting but, the only thing I am not sure how they work and there…
Muhammad Talha Akbar
  • 9,952
  • 6
  • 38
  • 62
1
vote
1 answer

How to work with a local database file using Adobe HTML5 Extension?

I am porting an Flash (ActionScript) extension to HTML5 extension. I am storing some data (table format) to a local sql database file (its just a file, no local server is setup). Other crucial information regarding this db file- I'm using the same…
Sahil Mittal
  • 20,697
  • 12
  • 65
  • 90
0
votes
0 answers

How to use Adobe Creative Cloud Font in ggplot2

I have Adobe Creative Cloud and have activated several fonts. I verify that they appear and work in other applications (e.g., MS Word, Adobe Illustrator, etc.). However, I cannot get the Adobe Font to work with ggplot2. Normally after I install a…
Jake Thompson
  • 2,591
  • 1
  • 16
  • 32
0
votes
0 answers

value is not a function heeelp

I have this code where it computes the name of the user and tells it color but it keeps on error TypeError: Error #1006: value is not a function. This is the code of my flash: import…
0
votes
1 answer

Detect drop in Drag & Drop (Adobe CC/HTML5/JavaScript)

I am trying to create a simple drag and drop activity in Adobe CC. I have got the dragging function working fine, however I can't get it to detect when the dragged button hits the target. Any help would be greatly appreciated! Here is my…
user1735372
0
votes
1 answer

Why am I getting these error messages?

I having been working with Adobe After Effects and want to export some comps with Adobe Media Encoder, but when I try to export a comp from After Effects using Media Encoder, I get these error messages: Adobe After Effects Error Messages I know both…
user4531234
  • 25
  • 1
  • 6
0
votes
1 answer

Accessing external JS functions in Adobe Animate CC

In my Animate CC file I can handle the loading of external js files, but am struggling to understand how you access the functions in those external files from the timeline? For example, if my external script has: function videoPlay() { …
Scott Johnson
  • 107
  • 3
  • 8
0
votes
1 answer

How do you use different images for normal vs active states on muse for on click tabbed panel tabs?

I am a beginner level on Adobe's Muse platform and I am trying to use 2 different images on the same tab for a tabbed panel. I want to use the grey version when it is on the normal state vs using the blue version when it is on the active state.…
0
votes
1 answer

Can graphs be dynamically link from excel to adobe InDesign or from Illustrator to InDesign

My small company has been using PageMaker for years. They are trying to move off PageMaker because it will no longer work at some point. We are looking at InDesign as a possible replacement. One thing they use in PageMaker that must be do able in…
rvrtex
  • 199
  • 1
  • 1
  • 12
0
votes
0 answers

Flash CC 2014 HTML publish JS error

I'm using Flash CC 2014 to create some js/html based interactives. One thing I've come across, is sometimes the published files fail to run. It seems like the export fails to include random clips in the library, so you get errors when it attempts…
Emlyn
  • 3
  • 2