A Flash Developer Resource Site

Search:

Type: Posts; User: dgrigg

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Thread: ftp from flash

    by dgrigg
    Replies
    3
    Views
    1,066

    Flash cannot look into a folder for specific...

    Flash cannot look into a folder for specific files and from what I understand JSFL is only for use in the Flash IDE (ie fla files) not in compiled swf files. You would have to use ASP, PHP,...
  2. Replies
    2
    Views
    1,220

    You could generate a PDF with the placements of...

    You could generate a PDF with the placements of all the MCs (as jpegs). I did something similiar for a home builder and it worked nicely.
  3. Thread: ftp from flash

    by dgrigg
    Replies
    3
    Views
    1,066

    Absolutely, but you need to use a server side...

    Absolutely, but you need to use a server side language like Coldfusion, ASP or PHP to do the actually FTP work. Flash can present the directories, files etc. and display the functionality of moving,...
  4. Replies
    14
    Views
    2,129

    Always more than one way to skin a cat.

    Always more than one way to skin a cat.
  5. Replies
    14
    Views
    2,129

    Within the constructor (or the other methods)...

    Within the constructor (or the other methods) 'this' is a reference to the instantiated object. The scope of 'this' is the individual object.
  6. Replies
    14
    Views
    2,129

    Gotta love case sensitivity.

    Gotta love case sensitivity.
  7. Replies
    14
    Views
    2,129

    You could try a static property class 'A', an...

    You could try a static property class 'A', an array that contains each instance of the class 'A' instantiated objects. Then when you want to add a listener from a class 'B' loop through the array in...
  8. Replies
    14
    Views
    2,129

    Re: OOP; listeners and scope

    Part of the problem is you are defining the class as a listener, not an object, only objects can be defined as listeners (to the best of my knowledge). Second you need to put the ASBroadcaster and...
  9. Replies
    6
    Views
    1,180

    2200 user records in a table is no big issue....

    2200 user records in a table is no big issue. Just make sure you index it properly and make sure all your table definitions and queries are rock solid so that one people from one client can not...
  10. Replies
    6
    Views
    1,180

    From a scalability standpoint it makes no sense...

    From a scalability standpoint it makes no sense to add tables on the fly. If you can normalize the data (which in this case can be done easily) it makes no sense to add a table for each group. Simply...
  11. Thread: Macromedia Flex

    by dgrigg
    Replies
    24
    Views
    2,608

    Perl/PHP and C (plus all it's flavours) are...

    Perl/PHP and C (plus all it's flavours) are completely differenet tools, you are trying to compare a drill with a screw driver, similiar but very different. Microsoft has given a new flavour of C...
  12. Thread: Macromedia Flex

    by dgrigg
    Replies
    24
    Views
    2,608

    I was just ready up some more on Flex, Brady et...

    I was just ready up some more on Flex, Brady et all.

    Why didn't Macromedia just release Flash MX 2004 Pro as Flash MX 2004 and release Flex/Brady as Flash MX 2004 Pro. It sounds and looks like...
  13. Thread: Macromedia Flex

    by dgrigg
    Replies
    24
    Views
    2,608

    You can use components and retain control of the...

    You can use components and retain control of the aesthetics and function, you just have to build your own components. I found after trying unsuccessfully to build some RIA's that the components Flash...
  14. Replies
    8
    Views
    1,519

    We just started using it on one machine here to...

    We just started using it on one machine here to 'take a peak' and while some of the multimedia features are really nice I was really surprised to get some AS 2.0 error messages when I used some of...
  15. Thread: Macromedia Flex

    by dgrigg
    Replies
    24
    Views
    2,608

    I don't think Microsoft has anything to worry...

    I don't think Microsoft has anything to worry about for offline applications. Not to down play Macromedia but they don't have the tools Microsoft has for client/server, standalone apps.
    ...
  16. We offer our clients a tracking option with sites...

    We offer our clients a tracking option with sites we do in flash.

    We determine with the client different sections within the movie they want tracked for 'hits' and then we put in a call to a cold...
  17. Replies
    8
    Views
    1,519

    If you are comforable with coldfusion and have...

    If you are comforable with coldfusion and have the money to poney up for flash remoting I would go that way. It is probably the tightest package for tying flash to a database.

    Remoting for Java...
  18. Thread: obfuscation

    by dgrigg
    Replies
    2
    Views
    954

    obfuscation

    I have been working on some corporate projects lately and have been trying to figure out the best ways to obfuscate the actionscript. I know I will probably get blasted from an open source zealot but...
  19. Replies
    4
    Views
    827

    It is for either.

    It is for either.
  20. Thread: Macromedia Flex

    by dgrigg
    Replies
    24
    Views
    2,608

    I believe they call it a money grab. I...

    I believe they call it a money grab.



    I agree that it would make sense to offer two different versions with way more differentiation than the current product set. I think part of the problem...
  21. Thread: Macromedia Flex

    by dgrigg
    Replies
    24
    Views
    2,608

    I wouldn't say it is an 'easier to user' version...

    I wouldn't say it is an 'easier to user' version of Flash, just more 'developer centric'. Having said that though I do agree with you in that I wonder if these 'side tracks' that MM takes are really...
  22. Replies
    4
    Views
    827

    Go to the coldfusion exchange at macromedia.com...

    Go to the coldfusion exchange at macromedia.com and do a search for 'CF_HTML2PDF3'

    I have been using this extension for a while and it works great for creating PDF's from HTML. The only weakness I...
  23. Thread: Macromedia Flex

    by dgrigg
    Replies
    24
    Views
    2,608

    Macromedia Flex

    http://www.macromedia.com/software/flex/?promoid=home_prod_flex_111703

    Very promising product for 'developers' who want to build enterprise level apps in Flash without trying to figure out how to...
  24. Replies
    5
    Views
    1,165

    Sorry make that Flash Remoting (sans J2EE), I was...

    Sorry make that Flash Remoting (sans J2EE), I was thinking the J2EE version of Coldfusion.
  25. Replies
    5
    Views
    1,165

    XML socket servers to be more exact ...

    XML socket servers to be more exact

    http://www.openamf.org/
    http://www.amfphp.org/
    http://www.moock.org/unity/

    Or you could look at Flash Remoting for J2EE and/or Flash Comm Server
Results 1 to 25 of 64
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center