I am creating an air application. How to create auto update in adobe Flex 3 air?
You need to use the following swc file 'applicationupdater_ui.swc'
Check out this from Adobe on the subject http://livedocs.adobe.com/flex/3/langref/index.html?air/update/ApplicationUpdater.html&air/update/class-list.html
You'll find the swc files in the framework folder (\frameworks\libs\air) so flexbuilder should link this for you automatically. You could also check out this blog article which helps with a example.
Related
I read the following posts: JavaFX: Display PDF in WebView, Displaying pdf in JavaFX
But there occur some problems for me:
The links of JPedalFX do not work any more and I can't find example codes on the web.
I don't want to use Swing-components in an JavaFX-application.
The solution with PDF JS doesn't work either, because Maven is used in the project and I don't want to put the library in the resources folder.
JxBrowser would be a possible solution but cost too much.
Any ideas?
I'm building my first app in xcode4.3 on lion. Now I want to beta-test using testflight. I've looked at the tutorial:
"http://help.testflightapp.com/customer/portal/articles/402782-how-to-create-an-ipa-xcode-4-"
But I get stuck at the 2nd step when I'm about to create an Entitlement. In xcode I don't have the "code signing" alternative in the "IOS" template list and am unable to continue the guide. And all the other tutorials I've found are outdated. I would really appreciate a step-by-step guide that works with xcode4.3.
If you want to find the Entitlements file, you can do like this:
Click your project, then Targets- Summary, at then end you can see 'Enable Entitlements', check it then you can see a new file named yourApp.Entitlements appeared in your project.
That tutorial is outdated, with xcode 4.3 you dont create an ipa and upload with uploader as in that tutorial. Create your app ID, code sign, and you will be asked during the process whether you want to distribute to Appstore or create ipa. Just follow the process and you will be presented with that option towards the end, then you can create your IPA
I would like to take in various file formats, such as HTML or XML documents, process them, and output an ePub document from within my iOS application.
Are there any libraries or example applications that can create properly formatted ePub documents on iOS?
You can had a look on sigil which is on C/C++ language. You can export xcode project
from this source code. You can find a manual on their source code. I am also working on Epub publishing. I did not found any suitable library on objective c that export on epub format. So I am doing it manually. If you want to do it manually, this doc will help you to understand the structure of an Epub file.
I would like to convert programmatically convert a PDF document to a Flash flipping book.
The same thing is done throug this site : http://www.codebox.es/pdf-to-flash-page-flip
They apparently use those 2 libraries :
Dynamic Page Flip v2 from 76design.com
SWFTools from swftools.org
Is there any existing code to do the same job programmatically ?
Or do I have to develop in starting with these 2 projects ?
FlexPaper Zine which can be used with swftools has been released quite recently and looks good with HTML5 support for devices. It programmatically publishes documents using php or any other server language of choice
http://flexpaper.devaldi.com/flexpaper_flip_zine.jsp
In my Mac app I need to take a .mp3 file and add a spoken word to it programmatically. The word is custom and is entered by the user.
How can I do it? Which frameworks should I use and are there any custom libraries to do it?
Any help is really appreciated.
Apple has libraries for editing video (and I assume, audio) in iOS 4. You should look into AV Media Framework.