『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
-
新着順
Hi all,We are in the middle of migration a flex 3.5 application to flex 4.6 with flash builder 4.5.I have done basics and managed the get the application loading. However, when I try to remove a popup I get the following error.TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.managers::PopUpManagerImpl/handleAccessibilityForNestedPopups() at mx.managers::PopUpManagerImpl/removeModalPopUpAccessibility() at mx.managers::PopUpManagerImpl/popupRemovedHandler() at flash.display::DisplayObjectContainer/removeChild() at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::rawChildren_removeChild() at mx.managers::SystemManager/removeChild() at mx.managers::PopUpManagerImpl/removePopUp() at mx.managers::PopUpManager$/removePopUp().................. underneathPopUpData.owner.accessibilit
Hello everyone!I'm trying out new StageVideo class and if I add it pure AS3 project everything works perfect.But if I try to use the same code in Flex project I get no video output, but looks like the video itself is playing ('cos I can hear the sound track).I've tried to remove everything from mxml file to make sure nothing covers video, tried to remove all background changes and etc. (put here any other stuff that might overlay stage), but nothing helped.Is it possible to use StageVideo from Flex app at all? May be there's some trick to it?Can someone help? Thanks in advance!
How to do video overlaying in Flex for Mobile application and Save the Overlayed video Locally , specifically for .mp4 video file
I've been running into some memory limitations in a flex application that I'm working on. As a test I wrote the code below to try and determine what the true memory limitations of a flex application running in the flash player are. What I've found is the following. On both the windows and linux machines there is a total of 4G of space available and in none of these cases was the OS near hitting the physical memory limit.Max memory usage on various configurations:flash player 10 on windows = ~650Mflash player 9 on windows = ~800Mflash player 10 on linux = unlimited (I was able to get up to 2.5G without any problems)Has anyone else run into these limitations? Can anyone comment on possible work arounds to these limitations or provide any insight on why the flash player would have an artificial memory limit below what the OS can provide?In the following application each button click takes up about 100M making it fairly easy to see at what point the flash player is
I was trying to make my own version of the Context3D Sample, but it renders nothing. I am sure that there must be something in the logic, but I need help on finding this bug. Thanks for all the help I can get on this. My code is as follows:package{ import com.adobe.utils.AGALMiniAssembler; import com.adobe.utils.PerspectiveMatrix3D; import flash.display.Sprite; import flash.display.Stage3D; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.display3D.Context3D; import flash.display3D.Context3DRenderMode; import flash.display
Hello,im searching a Download Link for Flex Builder Pro. 3.0.2 Plugin for Eclipse.
Creating documentation for Adobe applications, I need the toolbox, menu, and other icons used for Illustrator, Photoshop, InDesign, and all other Adobe programs. Is there a library of these images available? Thanks!
Hi, I have a application that uses flashvars to pass parameters to a swf. AS3. This has worked for years. Now, with IE11, the flashvars no longer are visible to the SWF.in HTML: <param name="=FlashVars" value="dataSourceBeanName=tvContext&contextRoot=2Fem&doDbgLog=true&showNavigator=true&noRightClick=false" />in actionscript:var p:Object = mx.core.Application.application.parameters; for (var keyStr:String in p) { trace("params[" + keyStr + "] =" + p[keyStr]); }produces nothing in IE11, chrome, firefox, safari and older IE is fine. My application is broken in IE11.I am using the latest version 12 activex plugin.HELP!Thanks,Larry
Hello,I am working on flex mobile application for android platform for which we are having sharepoint as a backend.(Flex SDK 4.6 and AIR 3.9) Issue which we are facing is as follows:We are communicating with the backend server using webservices: example:<s:WebService id="kWebService" wsdl="http://www.kservice.net/kdatabaseservice.asmx?WSDL" > <s:operation name="AddPost" resultFormat="object" result="addPostResult(event)" fault="postsfaulterr(event)" /></s:WebService>Above service
Hi,I'm having trouble figuring this one out. I have a view that takes a moment to build itself - it is the first view of one of the tabs in my TabbedViewNavigatorApplication. I wanted to add a busy indicator so I created an MXML component that simply included a transprent gray overlay with a busy indicator in the middle. From the first view of my TabbedViewNavigatorApplication, on init, I add a CHANGING event listener to tabbedNavigator. My theory is that I listen for the change event, add the busy indicator component to the current view based on the oldIndex of the tabbedNavigator during the change. Then, once the new view is set as active, I kill or hide the busy indicator component. Is this the totally wrong way to go about this? Because I can't get it to work at all.Thanks!
I accessed a PDF Document with the Acrobat Viewer JavaBean and its totally working fine as given in :https://today.java.net/pub/a/today/2005/10/20/accessing-pdf-with-acrobat-viewer-javabean.htmlBut I also wanted markup/annotations features in the same acrobat viewer. Is there a way to implement these features? The api given above in the link doesn't seem to provide all the updated features of acrobat. Any kind of help is appreciated.Thanks !
I'm learning how to create custom components and started by developing a test component that correctly creates dynamic parts. So far, so good. Then I tried to move that component into my real project, but when I run it there, createDynamicPartInstance always returns null (which obviously doesn't happen in the test component). I've gone over and over the code, but can't find any differences, aside from the test components having a slightly different name. Can anyone suggest what the difference may be? I'm at a loss.ReneeHere are the relevant parts of the real component that isn't working correctly:package com.leadingstep.components{ import com.leadingstep.skins.DisplaySentenceSkin; import mx.collections.*; import mx.core.IFactory; import mx.events.Request; import spark.components.HGroup; import spark.
Hi All, I'm new to Flex and facing some trouble in installing flex 4.6 sdk in my existing IBM RAD application.There are few flex files that are included in the new release and I need to work on those files (test/debug) to make sure that existing application is not affected with these files. I have installed Flash Player and latest Flash Builder 4.0 and 4.6 plugin on my system for this purpose. The Flex SDK, however, I'm not able to configure on my RAD.Because of this, I'm not able to see the Flex Prespectives in my RAD and mxml & as files are giving error in text editor.Please guide - 1. How to configure the latest Flex 4.6 SDK in RAD.2. Apart from what I have done already, do I need to do anything else to debug/test the newly added flex files in my RAD.Thanks in Advance.
Hi to all!!!!!I coded an actionscript procedure which takes a list of files to upload and it begins to upload them one at a time.The first file in the list is uploaded correctly (the file is loaded in the correct directory, I obtain the response from the server and also I write successfully file information into a mysql table ), but after a while a #2038 I/O error is fired.I can't really understand what's going wrong since all the previous task are performed correctly.The filereference variable is declared outside of any function so I don't miss the reference whene the functions' scope is cleared out.Below the function code:the fileUpload variable is declared outside the function. I just reinitialize it._uploadQueue is an array containing all the filereference objects which have to be loaded.the index param is always zero because I always upload the first item in the list (...that's just for keep it ready for future changement)private function uploadFileIndex(index:int):void{ &nbs
We're running Developer Economics - a survey for app developers - and we'd love to hear your thoughts on the latest trends, opportunities and challenges. Take the 10-minute online survey, have your say, and win prizes (iPhone 5c, Galaxy S4, and two Lumia 925s up for grabs). www.visionmobile.com/DE1Q14AdobeForum
This is my code .but it generate for all rows. I want checkbox for only where studyid displayed.<mx:AdvancedDataGrid id="dgList" x="10" y="342" width="1001" height="175" sortExpertMode="true" borderColor="#992958" styleName="invoiceDataGrid"> <mx:dataProvider> <mx:GroupingCollection id="groupda" source="{CptArr}"> <mx:Grouping> <mx:GroupingField name="patientname"></mx:GroupingField> &n
Apologies for the cross-post, but some advice I received in this thread (http://forums.adobe.com/message/5754324) indicated I'd have more luck perhaps trying in this forum. Here is the summary of the problem:I've received reports from users of my website that they are having trouble playing content from more than one Flash application on the page at any one time. This seems to only be coming from users of IE10 on Windows7. So far I haven't been able to dig into the problem any more than at this general description level.Unfortunately I don't yet have an example page to share with specific apps that trigger the condition, but one problematic page that has been reported is http://frasermaitland.com/index-2.html - there is a Flash banner at the top of the page as well as several audio players that use Flash to play audio. One one of these apps appear to be able to play audio at any one time.In the other thread mentioned above it was mentioned in passing that some special IE tweaks might n
Hi guys,I want to remove scrolling/panning behavior with the stagewebview.Approaches already used but didnt work for me:1. Tried listening to TransformGestureEvent for pan and swipe, but unable to receive these events on stagewebview.2. Tried touchInteractionStarting event as it is mentioned in some blogs as a workaround.3. Tried setting Multitouch.inputMode = MultitouchInputMode.GESTURE;Thanks in advance,Mamta
I am trying to replicate a function I have in php, in my flex code:If PHP:$mac = base64_encode(hash_hmac('sha256', $message, $secret, true));If the last element is a true the hash_hmac is outputted as raw binary data, if it is false outputs lowercase hexits.I have the following code written in Flex:encryptedString = HMAC.hash(tempString,message,algorithm); In flex I am using the following imports: import com.adobe.crypto.HMAC; import com.adobe.crypto.SHA256;However, it outputs it as lowercase hexit. I can not find out how to convert the Flex output to binary data to match the PHP. Does anyone know?
Hi, I have an application in which I use flash.media.scanHardware() to force a scan and then check Camera.Names before actually trying to get the camera using Camera.getCamera(). It works pretty smoothly on Windows platforms. But on Mac OS, flash.media.scanHardware() does not seem to do anything at all. In other words Camera.names is empty unless I call Camera.getCamera first. Interestingly this is an issue only with Safari and Firefox but not with Google chrome. So I was wondering if I am missing any runtime support in Safari and Firefox for flash.media.scanHardware to work. Is this a bug? I searched for this and no one seemed to have this issue before. The closest I could find was a similar issue in Adobe Air. is.. ThanksBorno
wmode=opaque, origin of x, y of mousewheel event based on parent frame.as a result , mousewheel on the dropdown of combo box, dropdown closed. Header Area Tab AreaSWF Area is here. wmode=opaqueThe x, y of mousewheel is missing for value of top and left area.wmode=windowThe x, y of mousewheel is correct.
Hello,i'm new here, i use flex since 3 years now.... and i fell in a weird problem.i have a sample code, if you run it as an AIR windowedApplication it works, if you run it as a web page (s:Application) it doesn't.I have AIR 3.8 and flex 4.6.0The problem is the embedded font: in desktop application i can see the text changes in the textarea using TLF, in web it falls in the default font, but the font is there, since the other textarea displays it, so the problem seems to be the TLF.... but i can't understand what is wrong in the code.Can anyone help me to find a solution please?or is it a known bug that i didn't find on the web?the following is the code for AIR desktop application, to test the problem just create a web application for flashplayer and replace windowedApplication with aApplication in the code(you'll need also to have TopSecret.ttf, or another ttf font changing the referenced name accordingly in the code, in the main folder):<?xml version="1.0" encoding="utf-8"?&
for setting one minute timeout interval I using following formaulaprivate var TS_USER_CAN_BE_IDLE:uint = (60 * 20 * 10); below is my logout codeprivate function no_user_activity_handler(event:FlexEvent):void { if (event.currentTarget.mx_internal::idleCounter > TS_USER_CAN_BE_IDLE) { tra
When i click the button it should be open the popup So i defined the javascript as belowfunction open_manifestInfo(url, target, type) { window.open(url, target, type); }At first time click the button, popup is working normally But next time click the button, 404 error is displayed So i have refreshed the popup it's same If i copy the url at new open the browser then it is working normallyTherefore i want to open new browser and then execute popup How can i do that??? Thanks
Hi...I want to create a UI plugin with drag and drop facility and docked feature.Does Premiere pro supports flex sdk for their plugin development like "Panelator" in After effects.....
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.