A Flash Developer Resource Site

Search:

Type: Posts; User: brutfood

Page 1 of 20 1 2 3 4

Search: Search took 0.42 seconds.

  1. Replies
    0
    Views
    3,862

    ExtendedMadness. Now open-source.

    Some months ago, I introduced my open-source, lightweight MadComponents framework for mobile AIR applications. It's become very popular now, especially amongst developers looking to avoid the...
  2. Replies
    1
    Views
    5,612

    I'm writing a series of tutorials about how to...

    I'm writing a series of tutorials about how to make mobile applications using MadComponents. Part one is available today. If anyone is interested http://madskool.wordpress.com
  3. Replies
    0
    Views
    3,715

    Remove unprintable characters

    I'm having problems with unprintable characters in XML that's been copied and pasted in. Mostly character code 160 (decimal), seems to be the problem.

    I was trying to remove them all with a...
  4. Replies
    2
    Views
    6,525

    Actually, I've often used older or third-party...

    Actually, I've often used older or third-party IDEs to develop AIR desktop or AIR Mobile applications.

    First of all I develop my core application that just uses standard ActionScript 3. No exotic...
  5. Replies
    1
    Views
    5,612

    MadComponents for mobile

    I've created a lightweight library of user interface components for mobile. Buttons, Labels, Switches, Input Text, Lists, Grouped Lists, Search Bars, List-based Navigation, Picker, View Flipper,...
  6. Replies
    4
    Views
    13,602

    Not sure what your problem is exactly. It sound...

    Not sure what your problem is exactly. It sound like you need to write a simple script to parse the XML and assemble the CSV file. Just e4x and string handling. You could write a simple AIR app to...
  7. Robust solution to illegal XML characters PHP/AS

    It's a common question how to encode illegal XML characters such as <, > inside XML. And the experts always tell us to enclose them inside CDATA...


    <mytag>
    <![CDATA[
    some illegal < >...
  8. Replies
    0
    Views
    1,253

    Please beta test my application

    Please help me beta test my AIR application. It's a very sophisticated project, and and as well as bug reports – It could benefit from any suggestions, feedback and discussion.

    I realise that most...
  9. Replies
    0
    Views
    1,964

    [RESUME] Flex Developer (Asia & Australia)

    I am a British software developer, currently living and working in Asia. (China, South Korea, Taiwan, Singapore and Malaysia.). I am available for consultancy, application development, or delivery...
  10. Thread: 3D Engines

    by brutfood
    Replies
    1
    Views
    2,156

    3D Engines

    I'm compiling a list of ActionScript 3D engines (both Open-Source and Commercial). Does anyone out there have any more to add?

    This is what I have so far..

    3D engines
    ...
  11. e2vector now with layers, masking and blend-modes

    Several weeks ago I showed you all my AIR illustration application. Someone suggested changes to the interface, and that I needed to incorporate layers.

    I did all this, and added other features,...
  12. Thread: Error 2032

    by brutfood
    Replies
    0
    Views
    3,432

    Error 2032

    I have an installation badge on my website to allow users to install my AIR application. One user is complaining that they can't install, and get error 2302. I heard something about this problem...
  13. Replies
    48
    Views
    7,844

    What's the oldest version of Flash, or studio...

    What's the oldest version of Flash, or studio that you can upgrade from?
  14. Replies
    5
    Views
    1,192

    OK, I'll make sure you always have two tabs in...

    OK, I'll make sure you always have two tabs in the gradient. Is the remove tab thing too sensitive? If you remove a colour, or change anything accidentally - you can always Undo. (No keyboard...
  15. Replies
    5
    Views
    1,192

    Thanks mneil, When someone else views your...

    Thanks mneil,

    When someone else views your stuff, it's like standing back and seeing things in perspective. You made some good points.

    zooming: It's there. Bottom left corner. Not clear...
  16. Replies
    23
    Views
    3,963

    Been busy, sorry. I'm viewing it at 1024x768. ...

    Been busy, sorry. I'm viewing it at 1024x768. You have an easing algorithm. The one in "Mouse_Move_Stage.swf". This bit of code takes your mouse position, and works out an eased position. But...
  17. Replies
    23
    Views
    3,963

    The parallax left right movement isn't smooth...

    The parallax left right movement isn't smooth enough. If you rapidly move the mouse left or right - the scene doesn't slide smoothly enough in response. The parallax perspective thing you have is...
  18. Replies
    5
    Views
    1,192

    Would you like to check my AIR app?

    I'm developing an AIR illustration application. I've just released the first beta version. There are still some flies in the ointment that I know about - but I'm more concerned about the bugs I...
  19. Replies
    2
    Views
    879

    I'm using Adobe's install badges and Geoff...

    I'm using Adobe's install badges and Geoff Stearn's SWFObject. But that's not the issue. The issue is that the web host need to set the mime type for the .air file to...
  20. Replies
    8
    Views
    3,036

    lordofduct: That was interesting. I never...

    lordofduct: That was interesting. I never studied this area. Trying to make connections with what I knew before... The way you reduce everything to additions takes me back to undergraduate Peanos...
  21. Replies
    2
    Views
    879

    Free web host for .air downloads

    I've made a small personal web site with some .air installation badges. Does anyone know of a free web host who have (or would) set up the mime setting for .air files? (preferably no ads).
  22. Replies
    8
    Views
    3,036

    I've found that teaching or explaining something...

    I've found that teaching or explaining something to someone else is the best way to thoroughly understand it yourself. That's the way I learnt Flash originally - I had to teach a course on it.

    So,...
  23. Replies
    1
    Views
    3,828

    It's ok, someone pointed me in the right...

    It's ok, someone pointed me in the right direction:

    http://www.w3.org/TR/SVG/implnote.html#ArcConversionEndpointToCenter
  24. Replies
    8
    Views
    3,036

    dnalogic: I don't think evaluating the expression...

    dnalogic: I don't think evaluating the expression is the issue.... and I would write a recursive descent parser to do that, rather than the javascript short-cut.

    The issue, as I understand it is...
  25. Replies
    1
    Views
    3,828

    SVG elliptical arc curves

    Part of the SVG specification involves creating arcs from a description about an elliptical arc. http://www.w3.org/TR/SVG/paths.html

    It species the arc as two points (x0,y0) - the last...
Results 1 to 25 of 487
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center