I'm a new contributor. I uploaded images to Adobe from my files and completed the info on each image. Tried to submit images yesterday for review and it asked for my I.D. I submitted it (.pdf file) but still could not submit files for review. Website kept asking for I.D. I tried to submit images again today--same issue. I noted that there have been issues with Chrome, so I tried Explorer. Still cannot get website to acknowledge my I.D. or submit images for review.
Unable to get I.D. uploaded
cant find my shape tool?
I'm new to illustrator and i accidentally deleted my shape tool off the tool bar. how do i get it back?
GoViral - post to business page
My code is below. I use milkman goviral to post to a chosen business page. On android all is good. When i post the text the text appears on the feed of the page posted as the business user. But on IOS it appears as being posted by my private account to the business page - so posts as a visitor. The post therefore ends up in the visitor posts community area.
Anyone know why and what I can do about it?
sendButton.addEventListener(MouseEvent.CLICK, sendButtonClicked);
import com.milkmangames.nativeextensions.*;
import com.milkmangames.nativeextensions.events.*;
import flash.events.MouseEvent;
// Make sure the current platform is supported (as in, it's not a PC or Mac, etc.)
if (GoViral.isSupported()) {
GoViral.create();
} else {
trace("GoViral only works on mobile!");
return;
}
if (GoViral.goViral.isFacebookSupported()) {
// replace 000000 with your facebook app id!
GoViral.goViral.initFacebook("1981490431877564", "");
}
// Listen for events.
GoViral.goViral.addEventListener(GVFacebookEvent.FB_LOGGED_IN, onFacebookEvent);
GoViral.goViral.addEventListener(GVFacebookEvent.FB_LOGGED_OUT, onFacebookEvent);
GoViral.goViral.addEventListener(GVFacebookEvent.FB_LOGIN_CANCELED, onFacebookEvent);
GoViral.goViral.addEventListener(GVFacebookEvent.FB_LOGIN_FAILED, onFacebookEvent);
function onFacebookEvent(e: GVFacebookEvent) {
trace(e);
if (e.type == GVFacebookEvent.FB_LOGGED_IN) {
//GET PAGES
GoViral.goViral.facebookGraphRequest(
"me/accounts",
GVHttpMethod.GET, {},
"publish_actions,publish_pages,manage_pages").addRequestListener(function (e: GVFacebookEvent): void {
if (e.type == GVFacebookEvent.FB_REQUEST_RESPONSE) {
trace("Got: " + e.jsonData);
var json = JSON.parse(e.jsonData);
for (var i = 0; i < json.data.length; i++) {
comboboxMC.addItem({
label: json.data[i].name,
data: {
id: json.data[i].id,
access_token: json.data[i].access_token
}
});
}
} else {
trace("An error occurred posting : " + e.errorMessage);
}
});
}
}
// if the user is not already logged in...
if (!GoViral.goViral.isFacebookAuthenticated()) {
GoViral.goViral.authenticateWithFacebook("public_profile");
}
var pagePostParams: Object = {};
pagePostParams.message = "Test2";
pagePostParams.access_token = "";
function sendButtonClicked(e: MouseEvent) {
trace(comboboxMC.selectedItem.data.id)
trace(comboboxMC.selectedItem.data.access_token);
pagePostParams.access_token = comboboxMC.selectedItem.data.access_token;
GoViral.goViral.facebookGraphRequest(
(comboboxMC.selectedItem.data.id + "/feed"),
GVHttpMethod.POST,
pagePostParams,
"publish_actions,publish_pages,manage_pages").addRequestListener(function (e: GVFacebookEvent): void {
if (e.type == GVFacebookEvent.FB_REQUEST_RESPONSE) {
trace("Successfully posted to feed: " + e.jsonData);
mainText.text = "Successfully posted to feed: " + e.jsonData;
} else {
trace("An error occurred posting : " + e.errorMessage);
mainText.text = "An error occurred posting : " + e.errorMessage;
}
});
}
Adobe not letting me unsubscribe from CC and not responding to any emails!!!
Please can someone get back to me!!!!
Unable to display online help or tutorials from the AP
When I'm working within PR CC 2018 I get this message when I click on Adobe Premiere Pro Help in the command line. Please advise. The same goes for the Tutorials.
The exact message is "Unable to display online help. Unknown error has occurred.
most likely a bad link.
Any suggestions?
Protocol for Bug Reports/Fixes
Hey,
I was just wondering what the correct protocol for submitting bug reports or fixes is (CEP Panels). I've found several bugs, and have patched most of them myself. I would like to either document these for the developers or submit the fixes for approval. Is there any protocol for this?
Also, I noticed the github issues aren't addressed by developers or Adobe reps, and pull requests aren't regularly accepted. Is there any chance we could get a rep on the github page? Seems a lot of people are willing to submit issues and fixes. Given the number of bugs and irregularity in the documentation, it would seem to benefit the product team to allow the community to contribute to this process.
Thank You
License Denied on Device License computer that was re-imaged
Had problems with a computer in a lab and the machine was re-imaged and the license was de-activated in the Adobe CC Admin Console. The machine name is still listed in the De-activated License area, but we have all available licenses available that should be available.
When SCCM installs the CC Package onto the client it installs successfully. If you try and run Photoshop CC or another app it errors with the following:
License Denied
The license for Creative Cloud on this device has been denied.
Please contact your administrator to re-serialize this device and add it back to the Complete pool. If the administrator has already taken this step, please wait 15 minutes and try again.
Not sure why we are getting this error? Anyone know why? The license is available, don't see why its not letting it activate. Is it because the computer has the same name and is still in the de-activated section on the Adobe CC Admin Console? It doesn't seem to be using a license so makes no sense.
Thanks,
Dan
How to reload my Elements 11
I had a computer issue. Now my software does not work correctly, especially the Edit side. I have the original disks but have not found a way to reinstall. The program only wants to Uninstall.
Additionally I need HDR. How can I get that feature.
LR6 upgrade serial number is accepted but now it wants an earlier version serial number. I don't have one.
i want to download my LR6 on my new Mac book pro that I also used on my Mac.
it doesn't t accept the serial number, it says I have to own one of the products Lightroom 1-5 and put the serial number of this one.
?????????
i don't have another serial number than the one for LR6 !???
Need a script to batch extract 1st page of multiple pdfs
I am trying to batch extract the first page of multiple (a couple hundred) pdfs and then convert those individually extracted pdfs to jpeg. I've tried the Extract to folder script but according to the Action Wizard there is a syntactical error that I can't seem to figure out. I have access to Acrobat 9 and Acrobat DC. Please help!
Spam in private message
There doesn't seem to be a "report user" button. I just received this private message
This appears to be spam, I didn't visit the page. The user profile forobgerm30831805 doesn't seem a genuine user.
Use css variables in css stylesheet file
Anybody know if is posibble use variables inside the ccs file for Flex application.
Example: I have a declaration like:
global{baseColor = "#999999"}
I need use this color in many other declaration. I know this is posibble in css for html, example:
@server variable myColor = #3333333
myButton{
color = myColor
}
I have a css file with a lot of declaration and it grow time by time, is very hard write the same color many times.
Any help???
Publishing HTML5-file on web
Hello,
1. I animated a file (HTML5) which includes imported layers from Photoshop CC. The exported file cannot be opened from another computer. Is there anyone who knows how to fix that?
2. Even I have high disbanding single objects in my animation which is also exported in 4k, I have still bad anti-aliasing. Is there any possibility to fix that?
3. If I want to publish it on the web, can you recommend any websites as good hosts? Do I need the exported file or just the code?
Best regards
Jannik
How to download PDF Pack to computer?
I have swapped out my old computer for a new one and I'm having trouble figuring out how to download my Adobe PDF pack on to my new computer? Any help out there?
Lance
Flash Player Won't Update on Firefox
Hello,
I have attempted to update Flash Player numerous times without success. I am using Firefox Quantum ver. 56.0.1. When I check the version of Flash Player it shows Shockwave Flash v. 18.0.r0. It also shows that it was last updated March 7, 2016. Firefox has blocked it, obviously, because it is out of date.
I go through the process of updating it and every step completes ending with a final step which says the program was successfully updated. I then restart the browser only to find nothing has changed.
I am running Windows 7 Ultimate which is current on updates. I do not have any antivirus software running or any other software that may prevent Flash from updating.
As I stated above, Flash Player thinks it has updated successfully and gives no errors to the contrary. Aside from attempting to update it numerous times, the only other thing I have done is run the uninstaller which also shows that it has completed successfully but when I launch Firefox, it still shows ver. 18.0.r0 installed.
I hope I gave enough details for someone to be able to help me figure out what's wrong.
Thank you,
Steve
[Here is the list of all Adobe forums... https://forums.adobe.com/welcome]
[Moved... Shockwave is a different product... Mod]
What is last 64 bit version of Dreamweaver?
I actually still use the 2007 Mac version of DW because it was the last version I did not have to bother/ learn CSS.
I have an old html site and still love the simplicity of that version.
With Mac going to 64 bit software, eventually it may not work, hence, What is last 64 bit version of Dreamweaver?
And is there a 64 bit html editor very similar? Thanks
Filling a pdf with web form entries
Is there a way in ColdFusion to fill an existing pdf fields from web form entries.
Adobe DC Suddenly Crashing After License Verification
I’ve never had any trouble just displaying and saving PDF’s until this week. I was asked multiple times for my license and logon, which I provided. Now today, when I load PDF’s and especially try to save them, the software hangs and I have to kill the app in Task Manager. What’s changed? It doesn’t even have Reader capabilities.
Thanks.
Windows 10
Adobe DC
New Adjustment Layer makes Video Black
I've recently experienced this issue and I can't find out why it is happening. Upon creating an new Adjustment layer and putting it on a track over a clip, once I add an effect (like Lumetri Color - with no settings turn on, or any color correction) the output is black. Turning off the whole track or turning off the Lumetri in Effects, turns on the raw output. It's happening to any video I am working on. Adding Lumetri (or any effect) directly to the clip is fine. Also, what is rather odd, but telling, is that when I look at the properties of the adjustment layer, both File Path and Type are Black Video. That probably is the problem, but what's the solution?
Is it a current Premiere glitch or just happening on my machine or a setting? Hopefully there is a simple remedy. The attached pics show the raw video output, then with the new adjustment layer, and the settings for the effect (ie Lumeti has nothing turned on). Any help is appreciated.
Get Path of PDF Opened in Acrobat DC Pro
I just wish to retrieve the path of PDF document opened in Acrobat DC Pro, and save paths to my database in c#,
I able to get active pdf document in c# but unable to retrieve path of the document,
Type PDFType = Type.GetTypeFromProgID("AcroExch.App"); CAcroApp AcroAppObj = Activator.CreateInstance(PDFType) as CAcroApp; CAcroAVDoc AvDocObj = AcroAppObj.GetActiveDoc() as CAcroAVDoc; CAcroPDDoc PdDocObj = AvDocObj.GetPDDoc() as CAcroPDDoc;
But not getting path of of that document, is there any other way to achieve this?
Help will be much appreciated