Quantcast
Channel: Adobe Community: Message List
Viewing all 173476 articles
Browse latest View live

Re: Dolby Audio Decoder missing after Premiere CC 2018 (V12) update

$
0
0

Sorry to disagree with you @omarv3893924

But there are alternatives to this nonsense....

 

I have a full list of apps that can replace CC if you want me to send them to you.
Here are just a few....

 

Ardour replaces Audition

HitFilm Pro or BlackMagic Fusion replace AfterEffects

HitFilm Pro & Davinci Resolve replaces Premiere Pro

 

I am working on this list, and once I have all my ducks in a row... Hasta la vista, baby!

 

It's just too bad that bad PR and customer service is a dark cloud over what should be considered a great service, which I believe is more important than the product itself.

 

NO ONE HAS to BE IN BONDAGE TO THIS!!!


Re: Can not connect to DDE server

$
0
0

Hi nikt52840492

 

Sorry for the inconvenience.


We are aware of this issue and the fix is currently undergoing internal validations. We will confirm once the patch is available for general public.

 

 

Thanks for your patience,

-ashu

Re: Users unable to open PDF's after recent Adobe Reader DC update 18.009.20044

$
0
0

Hi all,

 

Sorry for the inconvenience.


We are aware of this issue and the fix is currently undergoing internal validations. We will confirm once the patch is available for general public.

 

Thanks for your patience,

-ashu

Movieclip is not looping

$
0
0

Hi!

Since yesterday I have an issue with my Animate cc (HTML5 Canvas). My movieclips sometimes is not looping. Here the link on fla file with example:

 

plx-240-400.fla - Google Drive

 

There is movieclip "arrows" that plays only once.

 

UPDATE1:

When i publish my project, in generated js file i got this lines adding my movieclip to the library:

 

(lib.arrows = function(mode,startPosition,loop) {
if (loop == null) { loop = false; } this.initialize(mode,startPosition,loop,{});

 

And i understand that this part don't let looping a movieclip:

 

if (loop == null) { loop = false; }

 

But what i dont understand, is why this part sometimes is added and sometimes not. It's so strange. It is added with no reason on my opinion, because i create my movieclips as usual.

 

Help me please to understand what's the problem.

Re: Can't open some png files

$
0
0

Hi

 

It is not a png file.  Try renaming it to xxxxxxxxx.jpg and opening it.

 

Where xxxxxxxxxx is the original name before the dot.

 

If that does not work (and ity may not as JFIF is an old format) open the renamed jpg in paint or other app and resave as png

 

Dave

Re: Filling Table Cells with Color

$
0
0

Perhaps you missed the fill property (highlighted in red). It should be i.e. 100%, and not From Table.

 

fill.jpg

Re: Photoshop CC 2018 - line spacing tool failoure

$
0
0

 

I do question as to whether the leading issue is more important than the live update function we've lost.

 

 

I agree - but I suppose it all depends on your workflow.

 

Dave

Re: Cant open Adobe Photoshop CS6

$
0
0

its taking 20-30 min to open can i know reason


Re: Help needed to activate LRcc

$
0
0

Lightroom cc

 

I have two machines a desktop pc and a laptop both of which are covered by a single monthly subscription and last collected on October19th (November statement awited.)

The PC works well across all the installed Apps including LRcc

 

Details are as at March 2017 Order number ADD001043607UK

Email is (Email Address removed by Moderator)

 

When I try to access LRcc on the Laptop I get a “subscription expired” message can you please remove this so that I can use the LRcc program from my laptop.

 

Bani Staff wrote:

 

I have reviewed both your Adobe ID's (email addresses) you have shared and your Creative Cloud Photography plan subscription is registered under your @comconsult.co.uk email address.

As you have mentioned you are getting an error message that your subscription is expired, this could show up if you are not signed in with the correct email id under your Creative Cloud desktop app, please see the following link to know how you can sign out and sign back in with the correct email Learn how to activate and deactivate Creative Cloud apps.

 

Let us know if this helps.

 

Sorry to say I have not ben able to deactivate/activate my LRcc

I still get the subscription expired message .

 

Using the Adobe data sheets how to activate/deactivate  I can get to the point where am to be prompted to select Deactivate but no prompt appears or tab to complete the operation

Re: Placing Image/pdf with a different orientation or larger than the canvas size

$
0
0

Why do you create your image as PDF files.  You should use an Image file format like jpg, png, tiff, Camera RAW  or even Photoshop native file format PSD/PSB.   You Should also place these in your other Photoshop composite documents.   The layers Object will be your full size image  even when the layer is scaled to fit within your documents canvas size.  The  Pixels generated for the layer will be your full size image.  

 

PDF file handling by Photoshop is a bit strange and if open onto to Photoshop pages can be scaled.   Do yourself a favor and create high quality image files for your images.     Place these into your others Photoshop Document.

Re: Load cursor on left hand side of text box

$
0
0

Many thanks, I had used the ME Type tool.

Re: Is Akamai NetSession Client safe?

$
0
0

Is Akamai NetSession Interface Safe?

The Akamai NetSession Interface is a secure application that may be installed on your computer to improve the speed, reliability, and efficiency for downloads and streams from the Internet. It is used by many software and media publishers to deliver files or streams to you.

The information that Akamai does capture is similar to a web server and that information is utilized for troubleshooting and network performance monitoring only.”  That means that NetSession continually sends information about your computer to Akamai.

 

What is Akamai NetSession Interface used for.png

 

They say that NetSession will only use your computer when it is “idle or utilizing minimal network resources.”  That means that NetSession is constantly monitoring your network use, and sending that information to Akamai.  And since bandwidth usage varies from second to second, that info must be sent up to Akamai a lot.  Wait a minute, didn’t they just say they only captured the sort of info that web servers capture?  Web servers don’t capture info on bandwidth use.  What other information does Akamai capture?  I could not find any specifics on their site.

So if you install NetSession, you will be joining a peer-to-peer network, and allowing Akamai to deliver files from your computer at times when Akamai deems you to be utilizing your bandwidth minimally.

I also have a security concern about the files I am receiving from NetSession.  It seems like it would not be difficult to download a file using NetSession, modify it to carry a virus payload, and then leave that computer idle, and wait for NetSession to transmit the infected file to other NetSession users.  I would hope that Akamai has taken steps to address this concern, but I can’t find any information on that.

 

Source - Akamai NetSession

Accessing OOTB Service/Servlet from Sling Servlets

$
0
0

Is there a way to access OOTB Sling service or servlet from an custom sling servlet? For instance, if I want to access OOTB servlet -  http://localhost:4502/bin/wcm/contentfinder/asset/view.json/content/dam from an Sling servlet and process results on top of that, how to access the service by path itself?

 

Note:  Looking for a solution without using HttpClient (in a REST way) ot by @Reference as I need to access through Path only.

Re: Filling Table Cells with Color

phonegap-plugin-push and others not installed after build with Phonegap Build

$
0
0

Hello together,

 

i write an app using phonegap and everything works fine when i build it with the Phonegap CLI. The most importent plugins I need are:

 

phonegap-plugin-push

phonegap-plugin-remote-injection

phonegap-plugin-whitlist

 

but for some reason they don´t get installed when i perform a build via Phonegap Build.

 

config.xml:

 

     <plugin name="cordova-plugin-device" spec="^1.1.6" />

    <plugin name="cordova-plugin-dialogs" spec="^1.2.1" />

    <plugin name="cordova-plugin-file" spec="^4.1.1" />

    <plugin name="cordova-plugin-geolocation" spec="^2.1.0" />

    <plugin name="cordova-plugin-inappbrowser" spec="^1.3.0" />

    <plugin name="cordova-plugin-splashscreen" spec="^3.2.2" />

    <plugin name="phonegap-plugin-push" spec="^2.1.1">

        <variable name="FCM_VERSION" value="11.0.1" />

    </plugin>

    <plugin name="cordova-plugin-remote-injection" spec="^0.5.2" />

    <plugin name="cordova-plugin-whitelist" spec="^1.3.3" />

 

 

google-services.json is referenced as resource in config.xml. works fine with the CLI:

 

    <resource-file src="www/res/google-services.json" target="/google-services.json" />

 

 

If I perform a build via phonegap CLI the Push Notifications from the Firebase Console are just working fine.

When I take a look at the Log file on Phonegap Build it does not add the mentioned plugins to the assets folder under android.

 

Log snipet:

 

Built the following apk(s):

/project/build/outputs/apk/project-release-unsigned.apk

Starting application signing

updating: META-INF/MANIFEST.MF

  adding: META-INF/APPDEBUG.SF

  adding: META-INF/APPDEBUG.RSA

  signing: AndroidManifest.xml

  signing: assets/www/cordova.js

  signing: assets/www/cordova_plugins.js

  signing: assets/www/index.html

  signing: assets/www/js/index1.js

  signing: assets/www/phonegap.js

  signing: assets/www/plugins/cordova-plugin-device/www/device.js

  signing: assets/www/plugins/cordova-plugin-dialogs/www/android/notification.js

  signing: assets/www/plugins/cordova-plugin-dialogs/www/notification.js

  signing: assets/www/plugins/cordova-plugin-file/www/DirectoryEntry.js

  signing: assets/www/plugins/cordova-plugin-file/www/DirectoryReader.js

  signing: assets/www/plugins/cordova-plugin-file/www/Entry.js

  signing: assets/www/plugins/cordova-plugin-file/www/File.js

  signing: assets/www/plugins/cordova-plugin-file/www/FileEntry.js

  signing: assets/www/plugins/cordova-plugin-file/www/FileError.js

  signing: assets/www/plugins/cordova-plugin-file/www/FileReader.js

  signing: assets/www/plugins/cordova-plugin-file/www/FileSystem.js

  signing: assets/www/plugins/cordova-plugin-file/www/FileUploadOptions.js

  signing: assets/www/plugins/cordova-plugin-file/www/FileUploadResult.js

  signing: assets/www/plugins/cordova-plugin-file/www/FileWriter.js

  signing: assets/www/plugins/cordova-plugin-file/www/Flags.js

  signing: assets/www/plugins/cordova-plugin-file/www/LocalFileSystem.js

  signing: assets/www/plugins/cordova-plugin-file/www/Metadata.js

  signing: assets/www/plugins/cordova-plugin-file/www/ProgressEvent.js

  signing: assets/www/plugins/cordova-plugin-file/www/android/FileSystem.js

  signing: assets/www/plugins/cordova-plugin-file/www/browser/isChrome.js

  signing: assets/www/plugins/cordova-plugin-file/www/fileSystemPaths.js

  signing: assets/www/plugins/cordova-plugin-file/www/fileSystems-roots.js

  signing: assets/www/plugins/cordova-plugin-file/www/fileSystems.js

  signing: assets/www/plugins/cordova-plugin-file/www/requestFileSystem.js

  signing: assets/www/plugins/cordova-plugin-file/www/resolveLocalFileSystemURI.js

  signing: assets/www/plugins/cordova-plugin-geolocation/www/PositionError.js

  signing: assets/www/plugins/cordova-plugin-geolocation/www/android/geolocation.js

  signing: assets/www/plugins/cordova-plugin-inappbrowser/www/inappbrowser.js

  signing: assets/www/plugins/cordova-plugin-splashscreen/www/splashscreen.js

  signing: classes.dex

  signing: res/drawable-hdpi-v4/ic_action_next_item.png

  signing: res/drawable-hdpi-v4/ic_action_previous_item.png

  signing: res/drawable-hdpi-v4/ic_action_remove.png

  signing: res/drawable-mdpi-v4/ic_action_next_item.png

  signing: res/drawable-mdpi-v4/ic_action_previous_item.png

  signing: res/drawable-mdpi-v4/ic_action_remove.png

  signing: res/drawable-xhdpi-v4/ic_action_next_item.png

  signing: res/drawable-xhdpi-v4/ic_action_previous_item.png

  signing: res/drawable-xhdpi-v4/ic_action_remove.png

  signing: res/drawable-xxhdpi-v4/ic_action_next_item.png

  signing: res/drawable-xxhdpi-v4/ic_action_previous_item.png

  signing: res/drawable-xxhdpi-v4/ic_action_remove.png

  signing: res/mipmap-hdpi-v4/icon.png

  signing: res/mipmap-ldpi-v4/icon.png

  signing: res/mipmap-mdpi-v4/icon.png

  signing: res/mipmap-xhdpi-v4/icon.png

  signing: res/mipmap-xxhdpi-v4/icon.png

  signing: res/mipmap-xxxhdpi-v4/icon.png

  signing: res/xml/config.xml

  signing: resources.arsc

jar signed.

 

But Phonegap Build shows me that it recognized all the plugins when i uploaded the .zip file for the build:

 

 

Can anybody please tell me where i miss the point?

 

Thanks

 

Felix


Re: Is there a way to create a 'route track' on a map using AE

$
0
0

Maybe draw a mask path on a still image of the map using the pen tool and use the stoke effect to show it so it moves along the mask path?

 

You could also move the image (or pre-composition of a section of the image) as well as doing the above or (move the virtual 3D camera if the layers are set as 3D?).

Re: dng9.12.1がインストルしてもcamara rawファイルがソ-スフオルダ-に含まれません

$
0
0

従来のバージョンを残しても上書きインストールされるだけなので、前のバージョンは残りません。

気になる、ということであれば、従来バージョンをアンインストールするのも方法のひとつです。

アップデートした後も、アップデート案内が毎回表示されてしまいます。

$
0
0

アップデートした後も、アップデート案内が毎回表示されてしまいます。

Re: Urgent - Premiere Pro freezes

$
0
0

More information needed for someone to help... please click below and provide the requested information

-Troubleshooting https://forums.adobe.com/thread/2261475

-Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840

-WITH Exactly which version of Premiere Pro

-WITH exactly what are the codec details of what you are editing?

-WITH what effects are you using with the video?

-WITH exactly what export settings did you use for your output?

-WITH the brand/model graphics adapter (ATI or nVidia or ???) and exact driver version

-Do not count on Windows to be fully up to date when it comes to device drivers

-Go to the vendor site to be sure you have an updated driver for your graphic adapter

•nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us

•ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool

Re: Making Photoshop CC 2018 the default app under MacOS/OSX

$
0
0

When you Restart or Login, launch Photoshop CC 2018 first without opening any files.  Then close Photoshop and go on to the PSD File Associations.

 

When you choose File > Info or Cmd i on a PSD, you then choose Photoshop CC 2018 as the default.

 

If successful, when you click the Change All button, the File Association should stay on 2018 instead of defaulting to 2017.

 

And if decide later CC 2017 will be the default, Change All will keep it there.

 

This guide is for the benefit of those Mac Photoshop users that need clear directions on fixing this problem.

 

Just remember any update will replace the plist, but hopefully it's fixed by then. Tested and works on 10.12.6 and 10.13.1 on Mid 2012 Macbook Pros.

 

Hope it works for you.

 

Gene

Viewing all 173476 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>