Is it possible to open a pdf file in a Flex Mobile application?I have searched but I didn't find anything.
Thank you
Use Document Launcher Native Extension for Android. I tried and it works nice!
You should be able to do this using the StageWebView:
http://blog.wookets.com/2011/05/flex-mobile-using-stagewebview-to-show.html
Related
I'm a beginner and I'm trying to use photoswiper in a PhoneGap app. I'm trying to use this example :
[http://jsfiddle.net/Gajotres/PFqVs/][1]
that works great in any browser, but just don't work on any device.
When I open, it's like I have a css issue since I don't see any king of style and when I touch any image, I just see it full size but can't swipe to see the next one.
Any help will be appreciated!
May be you should mention all sites with external resources in the WhiteList?
I have an iphone app developed in Flash Builder/Flex Mobile Project that displays PDFs using stagewebview.
I am interested in printing these PDFs from the application. Does any one know if this is possible and if yes could you please suggest some example code?
Thanks!
AlivePDF did you have a look on this.
http://livedocs.adobe.com/flex/3/langref/mx/printing/FlexPrintJob.html
http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/display/BitmapData.html
With this you can read pixel by pixel and send to printer to print the Object.
I'm looking for an app or add on to use with my ipad that notifies me when a webpage changes. Google chrome has add on for such but I can't find anything for Safari/ipad. Please help!
I have the same problem but have found an app called iChanged lite that appears to do the job but i am in the process of dowloading it.
Good Luck
I am building a QT application which I customize through QT stylesheets. The images I use for the controls are SVG images which are rendered properly when ran in Linux. But when I load the QT application into a mobile device, the SVG images don't seem to appear.
Does anyone know what's going on? What should I do to make the SVG images work?
First check the log file in your emulator and find out what is the error occurred:
svg while implementing on mobile device may fail because of the following scenarios.
1.Memory footpring issue because of different OS;mobile OS is relatively small in size.
2.Device type on which it runs.
3.Framework that is used for implementing SVG applications.The framework availability
4.Sometime image encoding can also be an issue.
So need to get a framework that support all these characters on mobile device.
Currently there are few open source and commercail frameworks available.You will get more from this link
http://developers.sun.com/mobility/midp/articles/s2dvg/index.html
I'm intending to create a flash app that pulls images from facebook and displays them in a slideshow format.
Has some here tried this? or does anyone have suggestions/advice/links on where to find information on this.
I have had a look at;
http://components.zerofractal.com/FacebookBridge/
has anyone succesfully used this? I couldn't find examples.
and
http://www.adobe.com/devnet/facebook/
however most examples I found are created using flex.
You can use the Facebook API for flash. Here is a link to it. They have a flex and a flash library.
http://code.google.com/p/facebook-actionscript-api/
Hope this helps.