A Flash Developer Resource Site

Search:

Type: Posts; User: kortex

Page 1 of 20 1 2 3 4

Search: Search took 0.26 seconds.

  1. Replies
    5
    Views
    704

    See: ...

    See:
    http://livedocs.adobe.com/flex/3/html/help.html?content=13_Working_with_XML_01.html
  2. Replies
    2
    Views
    1,379

    Did google come up with this site? ...

    Did google come up with this site?
    http://www.eclipseplugincentral.com/
  3. Replies
    1
    Views
    1,255

    By this I assume you mean Flex Builder? They did...

    By this I assume you mean Flex Builder? They did not start calling it Flash builder until version 4. Regardless, Flash Builder is basically eclipse, so you can try the eclipse shortcut:
    ...
  4. Replies
    1
    Views
    823

    Have you looked into SQLite databases?...

    Have you looked into SQLite databases? Regardless, you can have the app create the file and export as necessary using the file api.
  5. Replies
    3
    Views
    520

    What step did you progress to? Step 2 or 3...

    What step did you progress to? Step 2 or 3 involves them typing in a message and the ability to select a font. I realize what I sent is not exactly what you will be doing, but it would seem similar...
  6. Replies
    31
    Views
    1,798

    Those who need to will.

    Those who need to will.
  7. Replies
    31
    Views
    1,798

    Oh the places we could go from here.

    Oh the places we could go from here.
  8. You mean they only have the Flash 8 IDE?

    You mean they only have the Flash 8 IDE?
  9. Replies
    7
    Views
    950

    Exactly, I could code exclusively in notepad. I...

    Exactly, I could code exclusively in notepad. I don't cause that would suck. Simply put there are applications that created in Flash that if I had Flex at the time could have been done in 1 tenth the...
  10. Flex Article Topics (What would you like to see?)

    So in a couple of other posts we have been discussing book ideas for Flex. The same friends that are looking to see what you all are interested in as far as book ideas go, are also interested in what...
  11. Replies
    3
    Views
    520

    Like this?...

    Like this? http://visualflowdesigns.com/samples/flash/flash-cs3/brin-it-on-promotional-widget/ It has some elements of what you are describing in the later steps.
  12. Well I talk about using XML, PHP and Flash here...

    Well I talk about using XML, PHP and Flash here http://visualflowdesigns.com/2008/04/15/using-phps-domdocument-to-generate-xml-from-an-sql-query/

    Looks like you are doing more of the old loadvars...
  13. Replies
    55
    Views
    104,651

    Not sure about books, but there is this...

    Not sure about books, but there is this http://livedocs.adobe.com/flex/2/langref/migration.html
  14. Replies
    3
    Views
    1,954

    I think your if check might be checking to see if...

    I think your if check might be checking to see if they are the same object. What you want to do is check to see if they have the same value. ...
  15. Replies
    18
    Views
    3,061

    http://www.amazon.com/Programming-Flex-Comprehensi...

    http://www.amazon.com/Programming-Flex-Comprehensive-Creating-Applications/dp/0596516215
  16. The basic way is to divide you application into...

    The basic way is to divide you application into packages and multiple mxml files and then do something like:
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"...
  17. It is hard to work put hierarchy issues without...

    It is hard to work put hierarchy issues without actually seeing how the file is set up.
  18. Replies
    2
    Views
    3,321

    I believe it should be navigateToURL(new...

    I believe it should be
    navigateToURL(new URLRequest("http://x.com/x/index.php?category_name=x" ), "_self");
  19. Replies
    55
    Views
    104,651

    As far as AS goes, that process is pretty much...

    As far as AS goes, that process is pretty much the same (HTTPService and the other remote call classes). However, what is going to vary is the server side language (ASP, PHP, ColdFusion, JSP) and the...
  20. Replies
    14
    Views
    734

    Flex 3 features The Flex 3 release is divided...

    Flex 3 features

    The Flex 3 release is divided into four major themes: designer/developer workflow, working with data, Adobe AIR applications, and platform evolution. Let's quickly review some of...
  21. Replies
    6
    Views
    539

    you are putting that code directly on the button?...

    you are putting that code directly on the button? The syntax you are trying to use is for when you are putting the code on the time line, not directly on the button.
  22. Replies
    6
    Views
    539

    You do not have to create a class, however, you...

    You do not have to create a class, however, you can not use an existing class name as an instance name. All you should have to do is select the button in question on the stage and then in the...
  23. Replies
    14
    Views
    734

    See...

    See http://www.adobe.com/devnet/actionscript/articles/actionscript_tips.html
  24. Replies
    6
    Views
    539

    Without an explanation of some object oriented...

    Without an explanation of some object oriented principles, the error will not make sense.
    If that is your instance name (Button) change it to something like myButton. Button is the name of a class...
  25. Anything not explicitly stated in the agreement...

    Anything not explicitly stated in the agreement is generally grounds for renegotiation.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center