『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
As support for Adobe Flex is ending in 2020, we are migrating Adobe Flex web application into Adobe AIR standalone applicationas steps belowCreating certificate ./adt -certificate -cn SelfSigned 1024-RSA sampleCert.p12 samplePassword Creating AIR application ./adt -package -keystore ./sampleCert.p12 -storetype pkcs12 -target bundle AIRApp.app App-descriptor.xml App.swf In many places we make call to ExternalInterface like below ExternalInterface.call("window.location.search.toString"); and exception is thrown Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime. at Error$/throwError() at flash.external::ExternalInterface$/call() Is there a way to enable ExternalInterface in Adobe AIR?
Have an Adobe Flex application. Want to load it in a web browser using HTTPS rather than HTTP. Are there documentation and examples available on how to perform this? Thanks in advance.
Is anyone else having issues with yesterday's (March 3, 2020) Chrome release and Flash applications? We are getting customer reports of two problems... users being kicked out of the application, and users getting an error message, "Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly." We have replaced Flash with HTML5 with later versions of our application, but we still have users on the Flash version that we need to support a bit longer. Chrome release notes say that there were 4 security fixes, but I don't have access to any details. Has anyone else encountered problems with this release? Figured out what the issue is? Or how to resolve it? Thanks
https://community.adobe.com/t5/flash-player/flash-ui-not-loading-after-windows-security-patch-update/m-p/10957896?page=1
Hi.. we have an application created using adobe flex. This application is really big with 300 pages written using MXML, AS3, and Java. We run this application on the browser flash player. Since flex is sunsetting, we need to think of other technologies... we need to minimize the migration effort and we are ok to run as a desktop client. Is moving to Air is the simplest way, if yes, is there any documentation or support available to do that?
How to add new column in AdvancedDataGrid in flex?Is there any maximum limit to add column?Not able to add new <mx:AdvancedDataGridColumn> under <mx:columns> in mxml file.
Originally posted here. Based on a reply to that, I believe this is the correct place to post. If it is not, please tell me where to post. We create PDF files in our library (our own home-grown solution).Using the Noto fonts for CJK glyphs, the PDF we create displays fine in PDF-XChange Editor but in Acrobat we get a warning dialog and then two of the lines don't display. File: ATE-3106.pdfI've tried to figure out what we have wrong, but I haven't been in our PDF code in years and so I'm finding I'm not remembering much. What is incorrect in what we're writing? We're encoding using identity-h.thanks - dave
Hey All, I am new to flex, there is a requirement to implement, to make lable blink dynamically on certain conditions (like change in cetain attribute value from backend)? Any pointers on this will be greatly appreciated.
I'm developing an application in flex and I need to open an email client (for example: gmail app) with the bcc, subject, body and an attach file. I use the mailto but it seems that the attch file doesn't work... This is the code that I am working:navigateToURL(new URLRequest("mailto:xpto@gmail.com?subject=SomeText&body=OtherSomeText&Attachment=C:\Users\XPTO\abc.txt")));Can I do this with mailto or there is another way to do this?
apache flex 32.0iPhone7 on iOS13.0 my app was desinged with rotated right. and i have setting app's Orients as systemManager.stage.autoOrients = false;systemManager.stage.setOrientation(StageOrientation.ROTATED_RIGHT); when iOS system's rotation lock set to off(free rotate), and rotated device to righte, everything is finebut iOS system's rotation lock set to off(free rotate), and don't to rotated device, the keyboard will be out wilding. this problem only happend on iOS13 devicei find same problem happend on iOS' original iMessage,https://www.reddit.com/r/ios13beta/comments/c501x6/ios_13_be_out_here_wilding_keyboard_bug/want to know this problem is on iOS side or on SDK side?
Hello,We need to resize multi layer TIFF image with transparency. So please let us know how can we archive using your API or SDK with Java native code.Dropbox - TIFF_Images - Simplify your life Here i also attach sample images link which type of image we want to resize .Thanks,Rikin
Hello All,Is there any components of flex that render the excel in flex? I want to render the excel with excel functions, excel formatting, excel Formulas, etc. in flex. And also wants to perform actions on that excel row and column, like applying formulas, formatting text, insert function etc. in flex version 4.6.
I'm trying to find out how to set an image selected / de-selected using the plugin api for LightRoom. I've seen the search feature for this status, but I cannot find any reference to how to toggle that status in a plugin. Does anyone know how? Is it even possible? Any workarround?/Olav
Hey there!We are currently looking to see if we can hire someone to help us reconfigure the LMS to make it for user-friendly for our employees. We would also like to customize the features and UI/UX of the LMS. However, we are unsure what skills, knowledge, and type of coding would be required. We also aren't sure what configuration/coding is allowed to reconfigure the LMS. Has anyone had experience with this?Any info, thoughts, questions to help us get clarity, or advice would be greatly appreciated!Thanks!
Hi, is there any way we can automate a flex project build using TFS or anyother possible way to do so?
HelloDoes Adobe have a catalog or library that lists all components so that you can look up things like char count limitations in text fields?For example, alt text has 100 char limit for that text field. Is there an Adobe developers SOP somewhere? Thanks for your help.
I write files using these following directory accesses. But all files are written inside the phone memory.None of the files is written inside external sd card.File.applicationStorageDirectory /data/data/<applicationID>/<filename>/Local StoreFile.desktopDirectory /mnt/sdcardFile.documentsDirectory /mnt/sdcardFile.userDirectory /mnt/sdcard
Hello,I want to have a Robohelp generated output help topic highlighted in the left-side ToC (when the help topic is accessed from the application), as seen in the below screenshot. This seems to be an app integration functionality, i.e., this seems to have to do with the way the help file is integrated with the application it is for. Does anyone know what developer script allows this? Thank you very much.
Hi all:New to the Photoshop SDK; I'm currently wondering if it's possible to write a standalone application that makes use of Photoshop functionality to read/modify PSD files without having to launch Photoshop itself, by linking to Photoshop libraries that provide this functionality. I'm trying to run batch operations on PSD files without having to block an active Photoshop session and possibly run these operations on the farm as well, so that we don't waste time for our end-users when trying to process layer compss for large PSDs. I took a quick peek around the SDK but the documentation seems pretty stale; I wanted to see if this was already possible? I know there's some stuff out there about controlling Photoshop through win32com in Python but that still relies on an active Photoshop session being open, which would not solve the problem here.Thanks!
Hi,I'm using Illustrator CC 2015. I use CSInterface and Java script to develop the HTML panel.I have created an panel, say Panel1. I create another panel, say Panel2 from Panel1 using following javascript: var dialogName = "SomeDialogName"; var extensionDialog = "com.adobe.illustrator." + dialogName + ".dialog"; var extDlg = new CSInterface().requestOpenExtension(extensionDialog); var tout = setTimeout(function () { var event = new CSEvent(eventName, 'APPLICATION', 'ILST', dialogName); new CSInterface().dispatchEvent(event); clearTimeout(tout); }, 1000);Now the Panel2 gets
I work for a multinational company and we have AEM to publish websites globally.I need to extract information from the structure created in the site to show in one particular App developed for Android & IOS.Somebody knows if are there one API to extract the information from AEM and use this information in another platform ?Thank you for your help.
When you Google most Adobe products now, one of the first sponsored links that comes up is to a website called https://agsoftwarestore.com/ that claims to sell Adobe products for a huge discount. Stupidly, I fell for the scam and purchased a key for Adobe Acrobat Pro DC. When I entered the key, I got a message that said it had already been used. I've been going back and forth with the owner of this company for nearly a month trying to get my money back, and he finally did today, but I don't want anyone else to go through this. He keeps telling me I entered the key wrong, that I'm a bad person for trying to screw his company over because he's 21 and just trying to help people, etc. It's obviously a scam and they guy refuses to admit to it. I've been posting negative reviews anywhere I can to alert people, but the site really needs to get taken down. I reported it to the fraud division of the FBI, the BBB, basically anywhere I can think of but nothing is being done. This guy is scamming
I am using Selenium RC to test application which is in Flex 4.6. Selenium RC suite is running on Windows 10+IE 11. While running suite I am getting an error as - "Object doesn't support property or method 'attachEvent' "Can anyone please help why this error I am getting and what is the resolution for this error.
We tried to upgrade from Adobe FLEX 4.6 to Apache FLEX (4.9 or later), and because our app is dynamically linked with RSLs, it frequently hangs immediately after downloading the RSL policy file (i.e.https://fpdownload.adobe.com/pub/swz/crossdomain.xml ). Our immediate solution is to downgrade back to Adobe FLEX 4.6. My questions are:Is it possible to troubleshoot this, and if so, how? Please note that some users can reproduce this easily, and others (like me) can't reproduce it at all.Since Apache FLEX SDKs do not contain the optimized RSLs (SWZ), has anyone else used any of the Apache FLEX SDKs (4.9+) w/ dynamic linking and unoptimized RSLs (SWFs)?Is there much if any benefit to dynamically link if the RSLs are not cached? The Apache FLEX FAQ says this: "There are a few differences you should be aware of in the Apache version of the SDK. Most notably, the Flash Player will not cache RSLs created with Apache Flex. You can find out more in the RELEASE_NOTES file in your SDK download"Tha
Hi AllHow can I embed Flex application in Angular 4? I need to call functions inside Flex from Angular (like we use callback mechanism to call AS3 function from Javascript). Can anyone help me.Thanks in adv. RegardsAbhinav
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。