A Flash Developer Resource Site

Search:

Type: Posts; User: scottPadgett

Page 1 of 18 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    1,927

    I don't think this will work. The while loop is...

    I don't think this will work. The while loop is never going to be started until after the unzip function has returned success or failure anyway, right? Although, I could see this working if the...
  2. Replies
    2
    Views
    1,927

    how to keep PHP connection "on"?

    Hi folks,

    It's been a while since I messed with PHP (or really any server-side scripting), so I'm a bit stumped here.

    I have a situation where Rackspace has some "load balancer" running that...
  3. Replies
    2
    Views
    1,967

    detect and give a warning, at least?

    Wondering if anyone thinks it worthwhile or a good compromise to detect the IE6 user and just give them a one-liner across screen top that says something like "this is why our site looks terrible to...
  4. Replies
    5
    Views
    6,523

    my bad frets. thanks.

    my bad frets. thanks.
  5. Replies
    5
    Views
    6,523

    so you'd simply let the numbers fly and start...

    so you'd simply let the numbers fly and start negotiating? if i have to drop the number first, i thought about adding up the amount i'd likely bill them for doing, say, 3 large...
  6. Replies
    5
    Views
    6,523

    selling source code to client

    Hi folks,

    Wondered if you guys had thoughts on what source code for a project is worth?

    I've created and written a custom world map featuring pop-ups with links over select countries, zooming,...
  7. Oops just realize I wrote "LessonFrameContent" a...

    Oops just realize I wrote "LessonFrameContent" a few times when I meant to write "LessonFrameStatus". But anyway, would Flash have written a LessonFrameStatus class to the default package...
  8. 1118: Implicit coercion of a value with static type...

    Getting this Error:

    1118: Implicit coercion of a value with static type lessonframe:LessonFrameStatus to a possibly unrelated type LessonFrameStatus.

    No idea why.

    In the LessonFrameStatus...
  9. Replies
    13
    Views
    2,256

    hmm. but how would sending super a parameter...

    hmm. but how would sending super a parameter affect any methods that were inherited by my class?
  10. Replies
    13
    Views
    2,256

    and just a follow-up: i got this thing working by...

    and just a follow-up: i got this thing working by using the methods for developing Flex components outlined in a great article here:
    ...
  11. Replies
    13
    Views
    2,256

    i don't have any reason to pass anything to the...

    i don't have any reason to pass anything to the UIMovieClip constructor that i know of. the only reason i included the constructor in the code at all was to call the init() method, but if you're...
  12. Flex / Flash runtime disparity in interactive behavior

    Hi folks,

    I have this function that fires upon clicks in a particular area of a component I've created:


    private function dispatchDragEvent(e:MouseEvent):void
    {
    switch (_targetType)...
  13. Replies
    13
    Views
    2,256

    OK, so this setup seems to be behaving MUCH...

    OK, so this setup seems to be behaving MUCH better. One last question--maybe you've run across this and can unconfuse me:

    I plop an instance of my component on the stage and Run the app. I get...
  14. Replies
    13
    Views
    2,256

    nice, thanks for the tips, gerbick. downloading...

    nice, thanks for the tips, gerbick. downloading Flash Builder 4 now. i also didn't realize there was a CS4 version of the SWC component extension for Flash, too.

    going to give all this a shot.
  15. Replies
    4
    Views
    606

    Math.random() returns a number of random value...

    Math.random() returns a number of random value between 0 and 1. So if you want to place something randomly, just set it's x and y values to the container's width multiplied by Math.random() and the...
  16. Replies
    13
    Views
    2,256

    Correction, for some reason I was able to get the...

    Correction, for some reason I was able to get the component to appear once in the Components panel, but it no longer does so. Components I export from CS4 are once again crashing Flex...
  17. Replies
    13
    Views
    2,256

    wait, OK it is basically working now. when i...

    wait, OK it is basically working now. when i selected to export to FP9 in Flash and then used the 3.2 SDK in Flex I get functional SWC's. thanks for suggesting checking in that area!
  18. Replies
    13
    Views
    2,256

    can you elaborate on "it being merged into code?"...

    can you elaborate on "it being merged into code?" what does that mean exactly?

    targeting FP9 doesn't seem to change anything, unfortunately.
  19. Replies
    13
    Views
    2,256

    SWCs created in Flash not working

    Hi folks,

    I cannot seem to accomplish what I thought would be a trivial task. I installed the SWC commands extension for CS3/CS4 and I am using it exactly as prescribed to create SWC files. When...
  20. Replies
    7
    Views
    520

    You can use the Loader class, which is designed...

    You can use the Loader class, which is designed to be used to load media files, as you need:

    http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/display/Loader.html

    The Loader is a display...
  21. Replies
    2
    Views
    1,014

    exported .swf is huge!

    OK, I'm freaking a bit here. I've committed to building this branded, simple quiz for a client, and I've got the basic functionality running now in an un-designed shell UI. The app is just a landing...
  22. So a simple, silly answer to my problem here: I...

    So a simple, silly answer to my problem here: I needed to add a 'target' attribute to my Fade effect so that it knew which object to apply the effect to...
  23. [RESOLVED] think i'm messed up on namespaces or something

    Hi folks,

    I'm building my first Flex app, which is a typical simple quiz. Intro state, string of questions, then a result.

    I'm stuck right now in that my transitions are not running. I suspect...
  24. ok, i got an answer over at the adobe forums. ...

    ok, i got an answer over at the adobe forums. turns out you must have an FLVPlayback component in the library to access fl.video don't know why, but that is the deal apparently...
  25. ok, this is nuts. i did a totally clean, from...

    ok, this is nuts. i did a totally clean, from scratch install after a uninstall and run of adobe's cleanscript, and the compiler STILL can't find the video package classes.

    am i nuts?

    if you...
Results 1 to 25 of 427
Page 1 of 18 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center