adobe

How can I use BitmapData.draw with NetStream.appendBytes?

a 夏天 提交于 2019-12-03 13:46:29
I am using NetStream.appendBytes() to play a local video (no server involved) in Adobe AIR . I would like to use BitmapData.draw() to take a picture of the video output, but I am getting this error: Error #2123: Security sandbox violation: BitmapData.draw: cannot access null. No policy files granted access. Here is some sample code: package { import flash.display.Sprite; import flash.filesystem.File; import flash.filesystem.FileMode; import flash.filesystem.FileStream; import flash.media.Video; import flash.net.NetConnection; import flash.net.NetStream; import flash.net

Extract xdp or xfa from PDF

ぃ、小莉子 提交于 2019-12-03 13:42:19
I created a PDF form with Adobe LiveCycle Designer. I'm now struggling to extract the data programmatically from the PDF after it's been filled out. I tried to do this using poppler (the qt4 binding, but I guess that doesn't matter), but apparently poppler can't handle XFA forms. Although evince and okular are able to display the form... As far as I understand, the PDF contains an XDP which in turn contains the XFA form. My question is, how can I extract that data from the PDF? If there are libraries, c++, java, python or PHP are my options. The XML document (in XDP format ) that makes up the

Start a workflow on page activation without activating the page in CQ5

梦想的初衷 提交于 2019-12-03 13:40:02
I would need to call a workflow whenever a content author clicks activate on a page. The workflow would then send a notification to the administrator, who then proceeds to activate the page. Let me explain this with some more detail. There are 2 parts to this i) Whenever a content author is done modifying a page, he would then proceed to click " Activate Page " from either the sidekick or from page properties on the siteadmin. By doing so, he is not activating the page straight away but calling a workflow. ii) The workflow will send out a notification to the admin, who then decides to activate

Is it true? Adobe AIR based Android development has no future [closed]

China☆狼群 提交于 2019-12-03 13:36:16
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . Is it true? Adobe AIR based Android development has no future. And I heard, Android no longer supports ADOBE AIR/FLASH Systems. Is it

What is the difference between app.doScript and $.evalFile?

可紊 提交于 2019-12-03 13:28:20
The only difference I have found so far: If a script that is run by app.doScript returns an error, the file and line number of the error are overridden by the file and line number of the app.doScript call. Are there any other differences I should know about? Here's sample code that demonstrates the above difference: First run InDesign: c: cd "C:\Program Files\Adobe\Adobe InDesign CS6 Server x64" InDesignServer.com -port 12345 pause Next create a batch file to run a script: c: cd "C:\Program Files\Adobe\Adobe InDesign CS6 Server x64" sampleclient -host localhost:12345 -server "C:/doscript_vs

Extendscript Toolkit debugger fails: Can't start debug session

百般思念 提交于 2019-12-03 12:26:09
Not a programming problem per se, but rather a programming environment problem that I have been unable to find a solution to. The problem relates to Adobe's Extendscript Toolkit (both 3.5 and 4), but so far I haven't been able to solve the problem, so here I am... The error I get has appeared more or less over night. I didn't experience this problem yesterday, nor this morning. But exactly WHAT has happened is beyond me. I have removed preferences, I have uninstalled, reinstalled, created a new user, restored old preferences from Time Machine and I'm now pretty much lost for options. Basically

what is different betwen .ipa and .app format in using iphone?

被刻印的时光 ゝ 提交于 2019-12-03 11:03:29
i tried Adobe flash professional cs5 based to develop iphone application in windows os but when i publish it's out will be .ipa format , so is it working properly in iphone ? so could u know about ipa and app please explain me . And also is it possible to develop iphone application in Adobe flash professional cs5 and how can we get .app format ? Disclaimer: my answer comes completely from digging around the files themselves. .app s are application bundles. They contain the executable file, an Info.plist file, an icon, a launch image, and some other application resources. Application bundles

Adobe ExtendScript development - How different than regular JavaScript?

淺唱寂寞╮ 提交于 2019-12-03 10:59:24
Question I'm wondering how different ExtendScript is from JavaScript? Could I theoretically hire a web developer who has JavaScript savvy to develop it without demanding an excessive amount of learning on their part? Overview I'm working on a media database (or a so-called "multimedia library") project and it is based on XMP (the eXtensible Metadata Platform). The logical tool for administering the metadata and keywording seems to be Adobe Bridge, however I need to contract out the development of a couple of scripts to add a few key functions to Bridge, mainly for interfacing with a server

Javascript error on calling flex-AS function

妖精的绣舞 提交于 2019-12-03 09:11:27
I am trying to call call action script function from JS but i get the following error Error: getFlashMovie(swfobjectID).sayWhat is not a function Can any body let me know what am i doing wrong here <html> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="myMovieName" WIDTH="225" HEIGHT="200"> <PARAM NAME="movie" VALUE="ax.swf" /> <PARAM NAME="quality" VALUE="high" /> <PARAM NAME="bgcolor" VALUE="#FFFFFF" /> <EMBED href="ax.swf" src="ax.swf" quality=high bgcolor=#FFFFFF NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"> </EMBED> </OBJECT> <script> function

How to add two same adobe edge animation in single html page?

南笙酒味 提交于 2019-12-03 08:54:44
I am using jquery mobile where different pages contents will be in one html page. On page change(sliding page), other pages have same edge animates, because of all html contents will be located in single html page, only first edge animate will work, rest will not work. I have two stage id's <div id="Stage" class="spring_animation"></div> <div id="Stage2" class="spring_animation"></div> Below code used for one stage( <div id="Stage" ) edge animate to work... <!--Adobe Edge Runtime--> <script type="text/javascript" charset="utf-8" src="spring_edgePreload.js"></script> <!--Adobe Edge Runtime End-