『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hello all,Is it possible to create circular slider in Flex 4.
Programming help - how to get the read-only state of PDF file is windows explorer preview is ON?I'm developing an application where a file is need to be saved as pdf. But, if there is already a pdf file with same name in the specified directory, I wish to overwrite it. And in the overwrite case, read-only files should not be overwritten. If the duplicate(old) file is opened in windows (Win7) explorer preview, it is write protected. So, it should not be overwritten. I tried to get the 'FILE_ATTRIBUTE_READONLY' using MS API 'GetFileAttributes', but it didn't succeed. How Adobe marks the file as read-only for preview? Do I need to check some other attribute of the file?Thanks!
For a few months now, the Adobe's developers' reference site (Adobe ActionScript® 3 (AS3) API Reference) hasn't been working. Whenever I lookup a class, all the references to the class members are blank. I think the problem is that where it says "Filters:" at the top, it just has "Retrieving Data from Server...". What's going on?I'm using Flex 3.5
I have a large collection of Photoshop brushes. Hundreds!So I went looking for a cataloger/viewer app to help me manage them. What I found was dismal.If I sign up to be an Adobe Developer, will the SDK contain enough information for me to write my own app for this old version of Photoshop?Gary
I have a flex application that I embed in a pdf file. This application makes an https request to a web service to get some data. I'm using <mx:HTTPService> to make this call. When I run the standalone swf file in a browser, I'm able to get the results from the web service. However, when I embed the swf file in a PDF file, and open it in Adobe reader, the web service call fails with the following message:faultCode:Channel.Security.Error faultString:'Security error accessing url' faultDetail:'Destination: DefaultHTTP'
1down voteHi,I am facing an issue in file upload in firefox. File upload works fine in all other browsers except firefox.The basic bug is that filereference.upload under https doesn't work in firefox. I am using the filereference upload to initiate the upload.In firefox, I get the following error:Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.The same bug has been reported on:http://bugs.adobe.com/jira/browse/FP-201https://bugbase.adobe.com/index.cfm?event=bug&id=2980517http://forums.adobe.com/thread/985142http://forums.adobe.com/thread/796003But, no working solution has been provided on any of them.My application uses SSL.. In my case, even the upload request wasn't being generated from firefox which I could confirm by seeing in browsers webc console's net panel, the upload URL was not being hit. I tried debugging server side code and request not even being reached to server. That means, may be Adobe flash runtime is blocking the upload request.However, whe
The existing PhotoShop Oil Paint filter only works well when applied to relatively small image sizes of around 500kb. I need to apply these effects to relatively large image sizes of around 100mb.I do not have a background in programming, but to my way of thinking it seems reasonable to assume the algorithm parameters in the existing code can be altered so that the Oil Paint filter will work well when applied to large images.I am seeking a programmer capable of doing this.The Oil Paint filter is derived from Pixel Bender, for which there is an SDK. Adobe no longer supports Pixel Bender and will not be supporting the Oil Paint filter with the next release of PhotoShop CC. I will need to run the updated filter in PS 6 (on OSX) for which Adobe has promised continued support.If for some reason it is not possible to enhance the existing Oil Paint filter, creating a G'MIC filter capable of achieving the same goal may be a feasible option. In GIMP there is a G'MIC filter under Artistic called
Hi All, Actually i already developed a flex based website but need to integrate in good template for frontend, I searched a lot in themeforest.com but no one is matched for my website, my site is related to Quiz functionality.Please any one help me out
Here's my code: what's wrong? var bOpened;var app.launchURL; function init() {if(bOpened != "true"){ //Choose an item var f = this.getField("Dropdown5#0").value; if(f == "Vocabulary 1") { napp.launchURL("http://www.google.com",true); } else if(f == "Vocabulary 2") { napp.launchURL("http://www.ThinkCentral.com",true); } else if(f == "Vocabulary 3") { napp.launchURL("http://www.cpalms.org",true); } bOpened = "true";}else{ // already open, do nothing}}init();
I installed the Flash Builder 4 Premium last night. Updated the sdk to 4.1.0.15186Everything is fine. But i dont have any trace() output.Instance:<?xml version="1.0" encoding="utf-8"?><s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" initialize="trace('Hello World')"></s:Application>=> Outputs nothing in the Console window except:[SWF] C:\Users\Admin\Adobe Flash Builder 4\test\bin-debug\test.swf - 370,463 bytes after decompression[SWF] C:\Users\Admin\Adobe Flash Builder 4\test\bin-debug\test.swf - 650,528 bytes after decompression[SWF] C:\Users\Admin\Adobe Flash Builder 4\test\bin-debug\test.swf - 159,470 bytes after decompression[SWF] C:\Users\Admin\Adobe Flash Builder 4\test\bin-debug\test.swf - 2,306,258 bytes after decompression[SWF] C:\Users\Admin\Adobe Flash Builder 4\test\bin-
Hi All,I have developed an Android App to launch an AIR App from another App. If the App is not installed on my device then it should go to the App Store/Google Store.Please advice me as soon as possible.Thanks..Kiru..
Hey guys did any one implement remember password and the Flex mobile Application. I am developing a Flex mobile Application in which I need auto login in to the application for every time after entering username and password for the first the first time when we use the application. It should not ask username & password every time. For example gmail application in smartphones.
Hi,I have updated my Flex sdk from 4.5 to 4.6 in my application. I have faced a strange issue this sdk 4.6.In my application I have designed a Custom VScrollbar for customizing the vertical scroll speed of a mouse wheel to smooth-en the scrolling . This was working fine when using Flex sdk 4.5.Since I have updated to Flex sdk 4.6, the vertical scroll bar in not visible in UI. Whereas it was visible and working fine using Flex sdk 4.5.How to make it work in Flex sdk 4.6?The usage of the Customized Scroller is given below.In Main Page:<components:CustomScroller id="homeUIScroller" width="100%" height="100%"> <s:VGroup > &
在flex 使用FileReference时,在IE下进行上传操作 正常,在firefox下上传则失败,调查到最后是因为cookies问题,在firefox中上传使用的是IE的cookie,只要把IE的cookie删除,firefox就上传失败,说这个bug从flash plaer 9就开始有的,,不知道adobe这边有相应的解决办法吗?或者说有这样的bug说明吗?
Hi,I had created ViewNavigatorApplication for i-Phone in Flex (Flash Builder 4.6, Adobe AIR 4.0) with dotnet webservice integration, but the navigation is not User-Friendly in device. It is getting much delay for the navigation.Is there any solution for ViewNavigatorApplication.Thanks in Advance....
Hi,I had created ViewNavigatorApplication for i-Phone in Flex (Flash Builder 4.6, Adobe AIR 4.0) with dotnet webservice integration, but the navigation is not User-Friendly in device. It is getting much delay for the navigation.Is there any solution for ViewNavigatorApplication. Thanks in Advance....
Since yesterday I am unable to download the Flex Builder plugin for eclipse, having tried all the combinations of Language/OS available for this product, browsers and two different PCs at my home. http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex_eclipseUsing the link above the case is always the same no matter what browser/computer. After the "Download" button is pressed the website "freezes" for about 30 seconds, then it refreshes and soon an email message arrives with the title "Helpful links and resources for your Flex Builder 3 Professional Trial".Furthermore when I visit a link provided in the email Getting Started - Flex 3 Getting Started - Adobe Learning Resources, all the hyperlinks such as Watch, Full Tutorial, Download Project, PHP and Java will simply redirect me to the very same page (i.e. the one provided in this sentence).I'd appreciate any help given on this matter, thanks.
how do i download a Flex Builder 3 Eclipse plug-in. all links are expired.
Hi Guys,I want to refresh the AdvanceGrid present in one MXML so want the handle of it from one of the chile file , the child file has no direct interaction with parent file , in such case how to get handle of it...In one mxml I have a AdvancedDatagrid with in the Itemrenderer property of it ,I am calling one GridCloumnItemrenderer.as .., I am able to refersh the advancedgrid inside the GridCloumnItemrenderer.as by getting the handle of it.But My problem is inside the GridCloumnItemrenderer.as I have one more popup.as inside this popup.as I am having the instance of one more cloneconfig.as NOw from the cloneconfig.as inside this I am calling the clone event so in the callback function of this I have to get the handle of the ADVANCEGRID how can I get the handle of the AdvancedataGrid inside this cloneconfig.asCan any body please help me in it. config.mxml <mx:AdvancedDataGridColumn dataField="actions" headerText="{getString('label.actions')}" width="70" &
Hi Guys,I want to refreh the AdvanceGrid present in one MXML so want the handle of it from 4th file how to get it...In one mxml I have a AdvancedDatagrid with in the Itemrenderer property of it ,I am calling one GridCloumnItemrenderer.as .., I am able to refersh the advancedgrid inside the GridCloumnItemrenderer.as by getting the handle of it.But My problem is inside the GridCloumnItemrenderer.as I have one more popup.as inside this popup.as I am having the instance of one more cloneconfig.as NOw from the cloneconfig.as inside this I am calling the clone event so in the callback function of this I have to get the handle of the ADVANCEGRID how can I get the handle of the AdvancedataGrid inside this cloneconfig.asCan any body please help me in it. config.mxml <mx:AdvancedDataGridColumn dataField="actions" headerText="{getString('label.actions')}" width="70" &nbs
Hi, Anybody know about how to capture screen shot of our screen with an desktop AIR application? I need to create an desktop app with screenshot taking feature. Thanks
Application Type: Flex Mobile ApplicationTarget Platform: iPadAIR Version: 4.0Development Environment: Flash builder 4.6I want to run some code just before iphone application goes into background. I need function similar to didEnterBackground of native xcode app (https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegate_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/UIApplicationDelegate/applicationDidEnterBackground:)I tried using devactivated function of flash.display.STAGE. I used following addEventListener:STAGE = this.parent.stage;STAGE.addEventListener(Event.DEACTIVATE, onAppDeactivated);It worked for me but only when device is connected to development environment in debug mode. When I create my release build it is not working.So how can I make sure that my code runs before application goes into background.
Hi, everyone!Please, tell how to send data from swf to exe and from exe to swf, if exe is not a container for swf. Exe is starting from swf with fscommand("exec"). Maybe it is possible to send data at firs to javascript and then to exe?In my example I need to send ByteArray with video data from camera to swf.Please, tell all possible ways of doing this.Thanks!
Hi,We are developing a turn based game that requires two players to connect over local wifi.At the moment we are using Lee Burrows tutorial and code located here:http://blog.leeburrows.com/2011/11/p2p-flash-on-a-local-network-part-3/https://github.com/LeeBurrows/blog-source-code/blob/master/013%20P2P%20On%20LAN/src/P2PLanExample3.asWe are developing our app using Flash builder 4.6 and Adobe air and deploying to IOS and Android as a standalone application.So far we have successfully managed to get a basic chat service up and running between two (and more) devices using the tutorial and code above - the problem comes when we are in the middle of a chat between two devices and one device goes to - or is put to sleep - in that on IOS (on an iphone or ipad) if the device is put to sleep by the user when the chat app is running - and the device is then woken again and the app 're-opened' or 'maximized' from the dock - the app then FREEZES/CRASHES when trying to re-post a message to connected
I would like to import vector graphics from an Adobe Illustrator file (*.ai) to my program. which is a engineering program (CAD) with 2D technical drawing module. Does Adobe provide any SDK to achieve this?The only reference I've seen on this topic on the net are suggestions to export the Illustrator file to DWG and import that. Not acceptable.And some mention that the *.ai file format is similar to *.pdf and it should be possible to simply rename the ai to pdf and read the file as a pdf. But this requires a PDF importer...which I also do not have.Any pointers would be appreciated.thanks.-bill
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.