A Flash Developer Resource Site

Search:

Type: Posts; User: erobertwald

Search: Search took 0.05 seconds.

  1. For anyone who looks, the solution is .prompt, as...

    For anyone who looks, the solution is .prompt, as in MyComboBox.prompt = "Class".
  2. The original data file is over 1100 items long....

    The original data file is over 1100 items long. Editing an XML file that big is a massive pain so I broke it down into smaller chunks for sanity's sake.

    The XML works fine. I'm just trying to find...
  3. Force DataGrid Sort (Alphabetize after adding items)

    Hey all!

    I have a DataGrid set up and have the XML data nice and cozy inside of it, but I have a bit of a snag...

    The data I'm importing comes from a few separate files but the DataGrid ends up...
  4. AS3 ComboBox Default Label WITHOUT Selection

    Hey, all!

    Working with some ComboBoxes and things are running pretty smoothly, but I have one question...

    The interface I'm working on has no labels, they are "inline" for each Component. So...
  5. Extra space at bottom of div with Flash embedded...

    Hey folks! I am having a bit of a problem with a Flash movie inside of a div. At the bottom, under the Flash movie itself, there is a small amount of space that I don't want there. I had this same...
  6. Replies
    7
    Views
    1,609

    Thanks! I will give that a shot and report back!

    Thanks! I will give that a shot and report back!
  7. Replies
    7
    Views
    1,609

    Okay, I'm game. Can either of you point me in the...

    Okay, I'm game. Can either of you point me in the right direction for getting started with that?
  8. Replies
    7
    Views
    1,609

    Not sure how you mean about the drawing. It's...

    Not sure how you mean about the drawing. It's quick and dirty at the moment... I have one text field on the main timeline and then a movieclip with an identical text field inside that. I then flipped...
  9. Replies
    7
    Views
    1,609

    Input text reflection effect

    Hey all. I'm trying to make a reflection of an input text field and it's all looking pretty good except for one small snag...

    When the user types into the actual text field and reaches the...
  10. Replies
    3
    Views
    585

    Issue resolved (for the moment)

    While experimenting with swfobject for an unrelated issue, the detection issues have now been resolved.
  11. Problem Solved

    Just to be thorough, I did look at swfobject again just to see if it helped. It's definitely improved since the last time I tried it.

    The problem, however, was not with my coding... It was an...
  12. I've tried using swfObject in the past and have...

    I've tried using swfObject in the past and have had nothing but headaches trying to get it to work.

    As far as "coding my own"... I understand reusability of code is always a good thing, I just...
  13. Replies
    3
    Views
    585

    Yeah, I have seen that. I was looking for...

    Yeah, I have seen that. I was looking for something simpler since I didn't need all the bells and whistles in this particular circumstance. Thanks.
  14. Movie not playing with object/embed tags

    I'm setting up a Flash movie and it has the following rules for display:

    If JavaScript is enabled, use the AC_FL_RunContent () function.

    If JavaScript is disabled, use the 'old school'...
  15. Replies
    3
    Views
    585

    Simple Flash Detection

    Hey all. I am trying to detect whether or not a browser has Flash enabled. The thing is, I only want to know if it's enabled. I don't care what version, etc. I am using the following and it works on...
  16. Replies
    5
    Views
    2,047

    Well, not sure what happened but I tried again...

    Well, not sure what happened but I tried again and now it works on every browser I'm testing with (12 total on two platforms.)

    I must have left a comma out somewhere or some silly thing. Thanks...
  17. Replies
    5
    Views
    2,047

    Transparent Background (wmode=crap?)

    Okay...

    I'm making a site that will use a Flash movie in the upper portion of the pages, basically a 900 x 200 "banner". I tried using the wmode=transparent feature with no success. I read that...
  18. Okay, got it, thanks! Turns out it didn't need a...

    Okay, got it, thanks! Turns out it didn't need a target at all, simply "contact_name.text". This was a huge help!
  19. Yes, I see what you mean... So would the correct...

    Yes, I see what you mean... So would the correct version be

    send_lv.contact_name = this._parent.contact_name.text

    or is that targeted differently? (_root is not an option.)
  20. sendAndLoad with PHP... Getting REALLY Frustrated!

    Okay, I have been trying for a long time now to submit a form with Flash using PHP and so far I just can't get it to work. Here's the AS:


    var submitListener:Object = new Object ();
    ...
  21. Replies
    4
    Views
    726

    Well, not sure if that's the problem because when...

    Well, not sure if that's the problem because when i click the button, nothing happens at all.
  22. Replies
    4
    Views
    726

    Okay, gave that a shot using the help file in...

    Okay, gave that a shot using the help file in Flash, but it's not working so I've got something wrong...

    The contact form is in an external swf and in it's first frame I have the following:

    ...
  23. Replies
    4
    Views
    726

    [CS3] Form Submission with PHP

    I am trying to get a form in Flash to call a PHP script which will then send the variables from the form fields via email. Prior to CS3, loadVariables worked like a charm for this but now the...
  24. [CS3] Sound linkage preloader problem (AS 2.0)

    I have a movie that has 5 pieces of music, one shorter intro and 4 full-sized songs. Everything worked great until I posted it online and the "Export to First Frame" issue cropped up, causing my...
Results 1 to 24 of 24




Click Here to Expand Forum to Full Width

HTML5 Development Center