『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi All,I'm getting the following error while executing the goal com.adobe.ac:flex-pmd-maven-plugin:1.2:report (run-flexpmd-main) in one of the sub modules of our project.Failed to execute goal com.adobe.ac:flex-pmd-maven-plugin:1.2:report (run-flexpmd-main) on project sample-Project: An error has occurred in Flex PMD Report report generation. A system exception has been thrown: 0 -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.adobe.ac:flex-pmd-maven-plugin:1.2:report (run-flexpmd-main) on project sample-Project: An error has occurred in Flex PMD Report report generation. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
Hi FlexTeam,We planning to use adobe flex builder 3.0 for our internal project developement. Is flex 3.0 still available in the market?.. Do you provide support for us?.. Thanks...........__________Regards,Pugalitinfosharpconsultancy@gmail.com+91-8072549206
I'm planing on upgrading from LR6 to LR CC. I have a couple of questions: 1. will my current image history / forlder / etc automatically transfer to the new LR version?2. will my presets transfer to LR CC when I done ;load wnload LR CC? Any other suggestions / help would be very much appreciated
"><img src=x onerror=alert(1)>
Hi, We have builds that downloadhttp://opensource.adobe.com/svn/opensource/flexpmd/maven-repository/release/org/apache/maven/plugins/maven-eclipse-plugin/maven-metadata.xmlThis worked fine on 12/10, but not anymore today. The entire svn repo appears to have disappeared. Does anyone know where we can download this from now?Thanks,Jozef
Hi Team, In our organization, there is a Flex to Angular Migration work in pipeline. Since Adobe Flash player support(swf files) ends by 31st Dec 2020:we are not sure, by Jan 1st 2021, our application will stop working in across all browsers? If yes, what is the alternative way to make it working, atleast until migration project completes?Is there any possiblity to extend the flash support, for specific period (like 3 months) at organization level for development purpose? Kindly advise.
Revision: 15885Revision: 15885Author: jimurphy@adobe.comDate: 2010-05-04 07:58:57 -0700 (Tue, 04 May 2010)Log Message:***********integrate latest AIK:2.0.1/20100503_apn1209/win/results/Release/installers/archive_air_2.0.1_desktop_withdrm_sdk.zip2.0.1/20100503_apn1209/mac/results/Release/installers/archive_air_2.0.1_desktop_withdrm_sdk.tbz2integrate latest Flash Player:Play_10_1_r53_38/DebuggerRelease - Win,Mac,Lnx :: SA and pluginsQE notes: noDoc notes: noBugs: noReviewer: lauren Tests run: noIs noteworthy for integration: no Modified Paths:************** flex/sdk/branches/4.x/in/air/mac/AIR Integration Kit.tbz2 flex/sdk/branches/4.x/in/air/win/AIR Integration Kit.zip flex/sdk/branches/4.x/in/player/10.1/lnx/flashplayerdebugger.tar.gz flex/sdk/branches/4.x/in/player/10.1/lnx/install_flash_player_10_linux.tar.gz flex/sdk/branches/4.x/in/player/10.1/lnx/libflashplayer.so.tar.gz flex/sdk/branches/4.x/in/player/10.1/mac/Flash Player Debugger.app.zip flex/sdk/bra
We have AIR application developed using Adobe FLEX SDK 4.6We are building AIR Application by packaging captive runtime bundle way.Application works in macOS 10.14: Mojave but it fails with below error in macOS 10.15: CatalinaThe developer of this app needs to update it to work with this version of macOS. Contact the developer for more information. We are using below namespace in our descriptor file as it is supported in Flex SDK 4.6 <application xmlns="http://ns.adobe.com/air/application/3.1">
I'm trying to add custom items to the TexInput contextMenu. It works in flash, but when I try do it in Air it doesn't cust the custom items. Does anyone know a work around for that?
Hi,I am having a problem to access contentHeight from controller.The syntax is below.private var _controller:ContainerController;var newHeight:Number = _controller.contentHeight;It throws an error now, I was previously using IContainerController with Build 370. It was working fine but now as I switched to 442 with ContainerController it shows error.Please suggest how I can access this.Regards,Rajesh
When I enable the annotation api in the viewer config. then text annotation icon not showing in the toolbar and when I disable annotation API then text annotation icon showing with which I can write yet on the pdf. If I permanently disable annotation API, then unable to listen to annotation events that I need the most but when I enable then the text annotation icon is not showing that I also need it. When Annotation APis are enabled, it looks like in the below image When I disable the annotation API, then it looks like So why text annotation icon is not showing on enabling the annotation API in adobe embed API? Thanks in advance
I implemented the adobe embed api in Angular using Angular sample, now I want to jump to a particular page Example: I opened example.pdf it has 14 pages and I want to jump to the 3rd page, how can I do that. In this https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/PDFOpenParameters.pdf , I saw the property of page which we can add after pdf URL like example.pdf#page=3 so it will directly jump to 3rd page of that pdf. But when I implement that property it won't jump to that page Any suggestions for this are appreciated, Thanks in advance
Hi Team, I'm developing an internal extension for my company. The extension allow user to open psd document inside it. But I'm facing an weird adnormal case. When user create a new PSD document and doens't save it, then continue to open an existing document from my extension. Following error message is shown up."The document has not yet been saved." Currently, I'm using app.open() function to open an existing document with known file path. Any idea how I can overcome above incident? Thanks for reading my question, P/S: I suddenly realize that I posted this on wrong room. But if you have idea, just let me know. Thanks
I am reading a book Bruce Eckel "Thinking in java". For Flex chapter I am trying to instal mxml-compiler. While I'm doing it some problems appear. What I have done: I installed Air sdk because I read that its peccary to do for working with mxml compiler, after that I installed apache-flex-sdk-installer because I found out that it is the simpliest way to install a compiler. Finally for building the installer I downloaded ant and did the next: In the ant_on_air directory of apache-flex-sdk-installer folder I run: ant -DFLEX_HOME=/path/to/apache/flex/sdk -DAIR_HOME=/path/to/air/sdk And get the next error: compile:BUILD FAILED /Users/pavel1709/Desktop/apache-flex-sdk-installer-3.3.2-src/ant_on_air/build.xml:139: Problem: failed to create task or type compc Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any / declarations have taken place.If we get into /Users/pavel1709/Desktop/apache-flex-sdk-instal
Hello , Will adobe flex work if it is installed and isolated on a citrix server, and if the citrix server is whitelisted from any potential updates ? Is there an automated kill switch that will disallow users to use adobe flex regardless of the updates being blocked? We have a legacy application which users will need to access. This application is dependent on adobe flex and the migration to a new platform will happen in 2021.
Hi, i have project already exist which is giving some some license iddue in my existing adobe flex editor. So i have installed new trail version and trying to execute my existing project there but hot many error while building swf file. got Error as Description Resource Path Location Type1046: Type was not found or was not a compile-time constant: ColumnFilterBase. MDataGridColumn.as /OnlineRosterEditor_1/src/com/iwobanas/controls/dataGridClasses line 93 Flex Problem. Could any on ehelp me out to resolve this issue please. [Moved from Japanese board to Global board by Moderator.]
Requirement : Need to run an Adobe AIR captive runtime application from browser in mac.After creating application have added CFBundleURLTypes tag in Info.plist <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLName</key> <string>com.test.helloworld</string> <key>CFBundleURLSchemes</key> <array> <string>testapp</string> </array> </dict> </array> Then opening the application once to register CFBundleURLTypes in mac os.Then, when I open this url in browser testapp://login?user123&pass=abc application gets opened but argument is not passed. window.runtime.flash.desktop.NativeApplication.nativeApplication.addEventListener(window.runtime.flash.events.InvokeEvent.INVOKE, functi
My only question on this tutorial is about the syntax, I am very new at AS3 and the other languages. Is this very "case sensitive" like the others. I will follow your example exactly and see if I can code your project and get it to work,
If I recall, around March 6, 2015 Flex SWZ signed RSL file certificates expired - files such as framework_4.1.0.21490.swz. Adobe provided new SWZ with an expiration in 2025, perhaps. Think this thread covers the topic: https://community.adobe.com/t5/flex/error-2046/m-p/7163788?page=2 Working with a company that's deployed Flex solutions for over a decade, despite offering a new HTML5 based solution there remain clients who will not upgrade. Any insight or reommendation into the future here? Presumably there will be no future updates to these files? For reference, these clients are internal kiosks at mechanical plants, accessible via intranet on the plant floor.
Is it possible to change the default property on a flex component (globally).For instance, <mx:Label> has truncateToFit property which is "true" by default.Need to set this to false at the start itself
I'm needing the Export Control Classification Number and HTS information for the SDK v2.0.1 Adobe Flex, SOURCE FILES & SAMPLE CODE. Please
Hi, The "navigateToURL" method in AIR does not work on Ubuntu;I tried a simple example, but it doesn't work on Linux Ubuntu. On Windows it works perfectly. On Ubuntu, nothing happens. private function openTest():void{ var url: String = "https://www.google.com.br"; var u:URLRequest = new URLRequest(); u.method = URLRequestMethod.GET; u.url = url; navigateToURL(u, "_blank");} Can someone help me?
In my project, the java data service is deployed as part of a web application 'app1' through BlazeDS in embedded Jetty (mortbay jetty version 6.1.5). The data service is exposed through url 'http://server:port/app1/messagebroker/amf' and so, the flex client uses this url to fetch the data from it. In java, the web application is configured and deployed dynamically and this code and this setup works perfectly fine in JDK7. But right now, we are validating this setup with JDK8 as we need to migrate our app to JDK8. But the above same setup does not work, in the sense, the web application deploys properly, but the blazeDS channels are not configured in jetty and so, accessing the URL ''http://server:port/app1/messagebroker/amf' throws HTTP 404 error. The java code snippet which dynamically loads the webapplication is below. Also, the web.xml and services-config.xml files used in application are also given below for referernce. Can you give some pointer that what is wrong and wh
Hello, I am trying to find ways to capture the event thrown by Flex in Java Swing . Our Java Swing UI had a flex screen and after a push of a button it dispatches event ( object and parameters) and invokes Swing UI . I am unsure how to catch this event in Swing code. The component listener doesnt catch this event through the channel. Is there a quick way to implement this flex to swing communication? TIA!
Need to load local SWF file in Adobe AIR application using Htmlloader class, as local SWF file makes uses of classes such as ExternalInterface which needs webkit. Directory structure looks likeHelloWorld ├── HelloWorld-app.xml ├── HelloWorld.as ├── HelloWorld.swf └── LocalSWF.swfHelloWorld.aspackage { import flash.display.Sprite; import flash.html.HTMLLoader; import flash.net.URLRequest; import flash.filesystem.File; import flash.display.Loader; public class HelloWorld extends Sprite { public function HelloWorld() { var html:HTMLLoader = new HTMLLoader(); var urlReq:URLRequest = new URLRequest("LocalSWF.swf"); html.width = stage.stageWidth; html.height = stage.stageHeight; html.load(urlReq); } } }HelloWorld-app.xml<?xml version="1.0" encoding="UTF-8"?> <application xmlns="http://ns.adobe.com/air/application/3.1"> <id>HelloWorld</id>
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.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。