A Flash Developer Resource Site

Search:

Type: Posts; User: chidge

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    564

    Good stuff, thanks for that - i will look into....

    Good stuff, thanks for that - i will look into. Yes the components do seem to suck but the list has provided me with a really nice mp3 player in a short amount of time so I am happy with that. I am...
  2. Replies
    6
    Views
    564

    There are lots of problems with this and it...

    There are lots of problems with this and it doesnt work as intended. The main problem with this is ITEM_CLICK gives me a different highlight on click, but then when I roll over or off this item it...
  3. Replies
    6
    Views
    564

    doh! yes that works.... It seems I can move the...

    doh! yes that works.... It seems I can move the list focus around with the keyboard but I cant find the keyboard shortcut to play - so the ITEM_CLICK would work exactly as I need it to...

    Thanks...
  4. Replies
    6
    Views
    564

    ListEvent.On_FOCUS ? is this possible

    Hi all new to this forum and flash.

    I am finalising an mp3 player using a customised list in CS3. I have different text colors dependant on the below two listeners

    ...
  5. so this is the solution I have found var...

    so this is the solution I have found



    var colorTextFormat:TextFormat = new TextFormat();
    colorTextFormat.color = 0xFFFFFF;
    colorTextFormat.font = "Arial";
    colorTextFormat.size = 10;...
  6. change listbox values setStyle isnt working for me?

    Hi guys and gals - flash cs3 here I cant change the compnonent lists font values - in particular the font color...

    I can use this and it works fine


    playList.setStyle("contentPadding", 50);
    ...
  7. wooohooo I win :) just convert the string...

    wooohooo I win :)

    just convert the string using


    utf8_encode()

    in php before I write it to the xml file - works a treat
  8. htmlentities from php - xml - list componant? CS3

    Hi guys and gals

    I have a list box in my flash file that I would like to display a string from an xml file that has been run though html entities in php

    so for instance I need the string


    ...
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center