『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Why are my flex apps asking for this file on page load?http://fpdownload.adobe.com/crossdomain.xml
Hi,For one of my projects, when a user clicks on a Save button on the page, I need to capture a section of the html and render it as a pdf, styling included, so that a user can save it for later use. I was looking through the packages in the com.adobe.pdfjt library but I am finding it difficult to find anything that will allow me to do that. Does pdfjt allow that capability and if so, what main packages will I be using?Note: This has to work for Firefox, Chrome and IE8+.Thanks in advance for any help.
Is Flex 4.6 compatible with IE 11?
I don't understand today's announcement. Is Flex/Flash Builder dead, or does desktop development continue, or do I continue developing and everything will magically work in mobile devices with AIR?
We are receiving Error #2046 when loading the flash component (delivered as a.SWF) for one of our products. We may have a problem with the certificate that was used to sign the component. While we work on fixing the certificate, is there any way to avoid the error by making a change on the browser?
Well, obviously, because it's browseFor-Image-, however I -have- to have this functionality for our software and I don't see -any way whatsoever- in the documentation, via CameraRoll or otherwise to open the CameraRoll and filter for Videos.I can use the camera to take videos. I can use the camera to take pictures. I can use the CameraRoll to browse photos already on the device and select one, but I cannot see a way to locate, display, and allow the user to select (and perhaps preview) a video for my software to use.The ironic thing is that if I use the iOS Camera app and take video (which appears as an entity in the CameraRoll in the 'Photos' app), it uses the first frame of that for the folder preview... i.e., if I browseForImage() from Flex/AIR, when it opens the CameraRoll browser, the top "Folder" in the photo browser (named "Camera Roll") shows as it's icon a thumbnail taken from the first frame of the video I just took using the Camera App. However, if I enter
I have been banging my head against a wall trying to set focal length and fov programmatically on an AE camera.I have picked up a clue from an existing script that an AE camera has a "Zoom" property. I can't find any properties except "time" on my AE cameras. I checked using a "for propname in obj" technique and I looked in the Data Browser.Is there a special command/ technique to allow me to see all the properties like "Zoom" on an AE camera? If not, how can I learn more about scripting an AE camera? Thanks All,Miles
I succeeded in creating ColumnChart with LineChart. I need to fill in between the line and x-Axis.I need a visual result that is basically the ColumnChart with AreaChart:I got it:I need:To join the ColumnChar with LineChart:http://xebee.xebia.in/index.php/2011/03/24/flex-composite-charts-with-multiple-series-axes/About draw in the chart:http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7c44.html
I am seeking some example code using which I can display image in PDF form.
hey everyone, i am developing a script for adobe photoshop cc 2014, i want to automate some plugin functions, but i don't know how to call a plugin inside the scripting code. how can i do that, if you have any idea and help, that would be very nice
Dear all,Yesterday I started to build a PFD form.Combobox 1 (Units/company) :myUnitValues = ["PCH", "TPE"];On keystroke:if( event.willCommit ){ if(event.value == "") this.getField("Unit"); else SetFieldValues(event.value);}You can choice between two companiesCombobox 2 (Departments):var DeptData = {PCH: ["NL Concern Communications","Accounting Europe (NL) ","NL Concern Communications",This works fine, only my export value is empty after the change between the Units.Textfield 1In this text field I like to have my export value. This is the cost center of the department.How can I add in this text field. When department = "NL Concern Communications" then value textfield="12.23.678"Because my export value disappears after change in Combobox 1This was working before I added combobox 1 var cComboBox = "Combobox2";var sComboBox = this.getField(cComboBox).value; event.value = sComboBox;Can anyone tell me how I c
HiPlease can someone help me to fix the issue on how to call the javascript function from my flex apps, below the code i have and not sure whats going wrong:<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:kdwn="ActionScript.*" creationComplete="initApp();"><mx:Script> <![CDATA[ import mx.formatters.DateFormatter; import mx.controls.dataGridClasses.DataGridColumn; import mx.formatters.NumberFormatter; import mx.collections.XMLListCollection; import mx.messaging.channels.RTMPChannel; import mx.managers.PopUpManager; import mx.collections.ArrayCollection; import mx.events.ListEvent; import mx.events.MenuEvent; import mx.rpc.events.ResultEvent; import mx.rpc.events.FaultEvent; import mx.utils.ArrayUtil; import mx.controls.Alert; import flash.events.EventDispatcher; import mx.validators
HiI'm working on a Flex application and need to suppress the CTRL+S which pop-up the 'Save' window. I understand that this is a browser event and wish to know how I can capture this event in a way to suppress it and include my custom code?any inputs please?
I am using Adobe AIR to develop iOS application. When I try to switch my ipad's wifi connection from OFF to ON and clicking the Sign In button, my app becomes idle and throwing an error in xcode.Below is the xcode error:Jun 15 17:31:44 iPad-min wirelessproxd[66] <Notice>: (Error) error event: (<OS_xpc_error: <error: 0x3a78c7dc> { count = 1, contents = "XPCErrorDescription" => <string: 0x3a78c9bc> { length = 18, contents = "Connection invalid" }Could anyone help on this?
Hello all.I am in need of creating PDF documents from a flash project. THe flash project needs to be using the latest flex 4. And i will be sing the <s:Application> tags.I grabbed an example from "Tour de Flex" but it was built using <mx:Application>. The code for this example is here<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%" viewSourceURL="srcview/index.html" backgroundColor="0x000000" layout="absolute"> <mx:Script> <![CDATA[ import org.alivepdf.pages.Page; import org.alivepdf.pdf.PDF; import org.alivepdf.layout.Orientation; &
I have programmed a large, commercial level mobile application using Flash Builder 4.6. It is working GREAT when ran on both iOS and Android devices. I was using the trial version of Flash Builder 4.6 to develop this application. I used the states feature that FB has built in to handle Portrait, Landscape, and Phone / Tablet configs. This means that I built 4 different layouts for all 8 of my views in my mobile application. Using the design view in FB 4.6 was what allowed me to do this.I have to say that I LOVE Flash Builder so far. GREAT tool. My trial ended just last week. I had to purchase version 4.7 of the software, only to find out that they REMOVED the design view from the software.All complaining aside, what have other programmers who are in the same boat as me done as a solution? I would like to continue to program in AS and Flash Builder as I have taken the time to write the application and learn the whole platform. As it stands now, I am in the process of d
Help us give back knowledge to the dev community. Take our 10minute survey and maybe win an Apple Sports Watch too!
The problem:Our clients are experiencing a Severity 1 production incident. Specifically, users are receiving error #2046 when our flex-based components are loaded on the client. The error is occurring because the digital signature for several .swz files that are part of the Flex SDK have expired.What we need:We need immediate developer level support to help us find a work-around. For example, is there a browser setting or flash setting that we could change that would allow the .SWZ file to load even if the signature is not valid.We need assistance with selecting the best possible solution. For example, can we get updated versions of any files with expired signatures?
Hello, Lots of issue happened on May 5 when the .swz signature for flex 4.1 got expired for the Web sites which are using .swz file. So, to avoid that and to be prepared for that, Can you please share the planned expire date of .swz signatures supplied in the flex 4.6 SDK.?Thanks in advance.Thanks & Regards,Akshay.
I know at one point there was a way to create mobile applications using Flex that could be packaged and run for iOS, is this still the case? Also, if so, which versions of Flex work for creating iOS applications? Which version(s) of Xcode are compatible with it? Which versions of iOS? How do I get this working for packing for iOS? I believe I have Flash builder 4.5 or 4.6.Thank you,John
Hi - How to add ICC color profile support in flex application, Jpeg file with adobe sRBG 1998 color profile is coming as dull, how to resolve it
Hi All,I am having flash player 17 version in my chrome browser. To run my flex project I install 11.1 version. Even though it throws an error "To view this page ensure that Adobe Flash Player version 11.1.0 or greater is installed". Please let me how to overcome this issue.Please.
After downloading the Flex 4.6 Automation plugin , the folders show Flex 4.5 . Can you please look into this issue ASAP?
Hi,I am working Extendscript in Indesign CS5.5 version, and @We64_2 facing most of time Indesign hang/quit. Could you please give me solution As soon as possible.Regards,Murali
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.