I need Flash Support Code for Xcode [closed] - objective-c

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 11 years ago.
I need Flash-supporting Xcode source code. Where can I find this?
Is there source code for a converter that takes .swf or .flv and changes it to .mp4 file format?
Some applications support Flash animation on iPhone, such as Puffin Web Browser. Thanks.

Not sure I understand, but do you intend to write a flash application for iOS? if so, it will never work... iOS does not support Flash... and technically, Flash is dying ...

as far as my knowledge iPhone doesn't support the flash

Related

What is a good zip library for iOS that is ARC compatible? [closed]

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 10 years ago.
I'm looking to unzip a file in an iOS app, but can't find a library that is ARC compatible.
Minizip works pretty well. I'm not sure what you mean by "ARC compatible," though. If it's in C or C++, ARC isn't relevant. If it's in ObjC, you can just turn off ARC for the files you need to ( How can I disable ARC for a single file in a project? )

Why do I get anormal characters when I open a FBX file with notepad? [closed]

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 10 years ago.
I need to get more information about FBX files.
Firstly, when I open an FBX file with notepad, I see many anormal characters. Some files look normal. But how can I fix the problem? And if you can help me, you can explain or link an FBX loader?
Autodesk own FBX, it is free (but not open-source) and the necessary libraries are available here. You will need to register to download them.
And FWIW, 30 seconds of net searching would have given you the result. Also OpenGL has nothing to do with FBX.

Tools for side-by-side localisation of iPhone App [closed]

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 9 years ago.
I have an App that is translated to four languages. I find that updating and maintaining the strings files extremely tedious.
Is there a way to edit different translations side by side similar to what IntelliJ provides:
(source: jetbrains.com)
I would also be happy with a simply MS-Excel to Strings conversion script, where the Excel would be the master and the .strings files would be generated.
These apps saved me from a world of hurt. There's no guide, so you'd have to figure it out yourself. The apps are free though and very well designed.
http://www.loc-suite.org/
My company use a tool called Localization Helper from Mac App Store. I reckon it's pretty good.
How about Linguan?

What is the best iphone wireframe creator software? prototype [closed]

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 11 years ago.
Can somebody tell me the best iPhone wireframe creator software?
You could try
It does sketchy wireframes and High Res ones depending on what you’re after and can turn them into an interactive prototype too. It will also export the coordinates of all the screen elements to a Word doc
UxToolbox
Try iPlotz. Look for other tools here
Here is a great free to to prototype iphone apps http://www.justinmind.com/prototyper/free-edition it's completely free and great to build clickable mockups for web and mobile apps. It has a good collaboration feature as well.

Are there any PDF libraries for J2ME? [closed]

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 10 years ago.
We need to create a basic PDF reader running on J2ME. While there are several PDF libraries for Java, I'm not sure whether they support J2ME.
Does anyone know a working J2ME PDF library? If not, why it's so hard to make it?
You may use JPedal for Java ME. You can find details here.