A Flash Developer Resource Site

Search:

Type: Posts; User: 3rdw0rld3r

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    419

    Hi Avi, thanks for your reply... I fixed this...

    Hi Avi,

    thanks for your reply... I fixed this way back when, but don't remember how. your code looks the same as mine, only for explicitly defining the position?

    best
    Oliver
  2. Replies
    36
    Views
    2,126

    actionscript

    hey cartoonsmart,

    I don't have much of a flash portfolio, but since you mentioned going nuts if you have to do AS fulltime... I'm a programmer/scripter trying to specialize in AS, and I'm...
  3. Replies
    2
    Views
    1,354

    thanks sherrif! I appreciate the good words. ...

    thanks sherrif! I appreciate the good words.

    Not to use this as shameless self-promotion, but I do try to be upfront in my work, I think that's essential for telecommuting contracts to work out....
  4. Replies
    2
    Views
    1,354

    Actionscripter - U$15/h

    Hi,
    I'm an experienced web developer who wants to become a master actionscripter. I'm looking for as many AS projects as I can handle, in order to get more hands on experience. I made a similar post...
  5. Replies
    0
    Views
    535

    array to listbox to textarea (v2)

    Hi,

    I need to pass an array of strings to a listbox, add/edit/delete items in it, and then pass this list as a sequence of strings onto a textarea. I have the first two working fine, but when it...
  6. Replies
    4
    Views
    419

    update

    I posted the wrong code by mistake, here's the right one:



    var pullDown:ComboBox = createClassObject(mx.controls.ComboBox, "myPullDown", 450);
    pullDown.addItem('item1');...
  7. Replies
    4
    Views
    419

    (mx2004) combobox top text

    Hi,

    I'm having trouble getting a selected text to appear at the top of a combobox... I'm attaching it like this



    var pullDown:ComboBox = attachMovie('ComboBox', 'myPullDown', 450);...
  8. also tried activating embedFonts on the text...

    also tried activating embedFonts on the text input instance directly, but no joy...

    I'm starting to think that perhaps font embedding is not the issue
  9. ok, so I embedded the font I'm using (Century...

    ok, so I embedded the font I'm using (Century Gothic), set the global style to it (with code I posted earlier). Doesn't look like I need setTextFormat, as the text input fields I had dropped on the...
  10. no, I haven't tried this yet, going to give it a...

    no, I haven't tried this yet, going to give it a go and see what happens, thanks for the suggestion.

    the lines I got from a post at flash-coders, seemed to me like a nice shortcut ;) but I guess I...
  11. I tried embedding the fonts ...

    I tried embedding the fonts


    _global.styles.TextInput.fontFamily = "Verdana";
    _global.styles.TextInput.embedFonts = true;

    but that didn't do it...
  12. hi xmiinc, thanks for responding embedded...

    hi xmiinc, thanks for responding

    embedded font? I may have seen something about this at flash-coders... why would they be needed?

    if I just drop the mc on the stage, the text property is...
  13. update

    I'm also able to do a


    trace(o.myTextInputField.text);

    afterwards, and I get the rigth text! why doesn't it show up on the field itself??
  14. problem accessing TextInput.text in attached mc

    Hi...

    I'm attaching a movie clip with a simple form inside, and trying to set the 'text' property for the fields within:



    mybutton.onPress = function() {
    var o:MovieClip =...
  15. I've found the solution at flash-coders: the...

    I've found the solution at flash-coders:

    the best way would be to extend the XML class and add a property that holds a reference to the class instance, but if you're lazy you can add do this:

    ...
  16. accessing parent class' methods (AS2) while parsing

    Hi,

    I have a class with a load() method that loads an xml file. From this method, I want to call another method from the same class, while the xml is being parsed:



    class someClass {
    ......
  17. Replies
    11
    Views
    3,307

    hi enemem, Yes, I had figured this out on my...

    hi enemem,

    Yes, I had figured this out on my own, and did exactly what you suggest, but forgot to post back here in my haste to finish the project. sorry about that!

    thanks anyway for replying...
  18. Replies
    4
    Views
    824

    yes, I did, thanks. should have posted my...

    yes, I did, thanks. should have posted my solution before - I added an empty clip between the jpg and the populated mc, so that this wouldn't disappear. I don't yet know how to reference the loaded...
  19. sorry keith, but I can't help you with this,...

    sorry keith, but I can't help you with this, haven't really used scrolling text boxes that much... I would suggest you post this on under a new topic of its own, as it's really a different issue.
    ...
  20. resolved. the Drag Content param was set to...

    resolved. the Drag Content param was set to onKey, which disable to linking for some reason.I set it to false and it's working now.

    - 3rdw0rld3r
  21. Help!! Past the deadline, scrollpane issue

    I'm working on a project that's way past the deadline, and this is the last thing I need to fix before finally delivering it...
    I've posted this on two other forums, but nobody could help. It's a...
  22. you mean you're having trouble seeing links you...

    you mean you're having trouble seeing links you add to scrolling text? just curious, how are you adding the links?
  23. links not showing up in loaded scrollpane content

    Hi,

    I'm loading an external swf into a scrollpane component (not the FUI one, but the one from GhostWire), with multiple mcs loading external jpgs. The mcs loading jpgs have a...
  24. Replies
    0
    Views
    377

    scrollpane - loaded movies' links gone

    Hi...

    I'm using a scrollpane to load an external swf which in turn loads multiple jpgs. It's working pretty well, but these jpgs are supposed to be linking to external web pages, which they do if...
  25. Replies
    0
    Views
    401

    GhostWire ScrollPane setScrollContent

    hi...

    just thought of trying my luck and seeing if there's anybody out there working this saturday that happens to use GhostWire's component set...

    I'm using their ScrollPane component to load...
Results 1 to 25 of 39
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center