A Flash Developer Resource Site

Search:

Type: Posts; User: freddiemiles

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    934

    This is ugly. Lines are cut off. My images are...

    This is ugly. Lines are cut off. My images are showing up sporadically.

    Yikes.
  2. Replies
    0
    Views
    1,024

    xpath help (get node position)

    say I have some xml:



    <xml>
    <books>
    <book id="1984">
    <book id="The Hobbit">
    <book id="Catch 22">
    </books>
  3. Replies
    7
    Views
    934

    ever solve this issue? I can't believe there...

    ever solve this issue? I can't believe there isn't any decent solutions to this.
  4. ok, i'll report on any findings. thanks.

    ok, i'll report on any findings. thanks.
  5. interesting. its attached to an...

    interesting.

    its attached to an emptyMovieClip. that's bad?
  6. 1 bump. then I'm exploring an all text...

    1 bump.

    then I'm exploring an all text solution. damn you, adobe!
  7. [F8] JAWs & screenreaders not reading Movieclip

    Here's my code:



    // accessibility
    pinpoint._accProps = new Object();
    pinpoint._accProps.name = keyEvents[j].getInfo("eName");
    trace(pinpoint._accProps.name); // returns correctly...
  8. Thanks, got it working! Yeah, no idea why i...

    Thanks, got it working! Yeah, no idea why i called it image_mc. Must have copied something over wrong from another older function.
  9. bump. anyone?

    bump. anyone?
  10. little help?

    it loads the images fine, but trace spits out the info from the first image only. and i can't position the images correctly.



    function addImages(_tmpVar) {...
  11. Replies
    2
    Views
    490

    ever solve your problem? I'm having the same...

    ever solve your problem? I'm having the same issue. won't print full textfield.
  12. yikes. that's pretty hard to believe. guess i'll...

    yikes. that's pretty hard to believe. guess i'll be doing the same:( thanks for replying.
  13. did you ever figure this out? I'm running into...

    did you ever figure this out? I'm running into the same problem.
  14. Replies
    6
    Views
    4,776

    No suggestions?

    No suggestions?
  15. Replies
    6
    Views
    4,776

    thanks, I tried that. the link doesn't show up....

    thanks, I tried that. the link doesn't show up. should i put the cdata around the whole textfield content?


    this.pin_body.htmlText += "<![CDATA[ <a href='"+link[i]+"'...
  16. Replies
    6
    Views
    4,776

    hey wolfe232, you figure this out? i'm having...

    hey wolfe232, you figure this out? i'm having some problems myself.



    this.myText.htmlText += "<a href=\"+link[i]+"\" target=\"_blank\">"+link[i]+"</a><br />";


    won't work.
  17. Replies
    0
    Views
    398

    RESOLVED: adding number vars

    function loadIssueBody( section:Number ) {
    trace ("section "+section);
    for (i=0; i<issueSectionContent.length; i++) {
    this.txt.htmlText += "<a...
  18. Replies
    1
    Views
    384

    resolved: I pushed my types into arrays and...

    resolved:

    I pushed my types into arrays and then referenced those. It was actually pretty easy.
  19. Replies
    1
    Views
    384

    filter button (use ASBroadcaster?)

    Got a list of MCs being populated from an XML file. Basically a list of two different types of information. Some are type A, some are type B.

    Want to have a couple buttons that filter based on...
  20. did you do a join or something? how did this...

    did you do a join or something? how did this resolve?
  21. Replies
    0
    Views
    342

    Plotting help

    need to plot dates on a timeline. stumped.


    event_month = xml.childNodes[i].attributes.month;
    event_year = xml.childNodes[i].attributes.year;
    timeline_firstyear = 1880;
    decades = 12;
    // where...
  22. Replies
    7
    Views
    600

    brilliant. thx!!

    brilliant. thx!!
  23. Replies
    7
    Views
    600

    ah, crap. its actually starting one decade too...

    ah, crap. its actually starting one decade too late.
  24. Replies
    7
    Views
    600

    worked

    amazing. i'm going to have to digest that for a second. but it works. thank!!

    btw, paypal is working for me. its not super fast, but its loading.
  25. Replies
    7
    Views
    600

    Increment by 10?

    Trying to build dates based on firstDecade (1880) and decadeNum (12). Want them to increment by 10 (ie by decade...1880, 1890, 1900, etc.). Below doesn't work. Alittle hungover today but I can't...
Results 1 to 25 of 145
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center