A Flash Developer Resource Site

Search:

Type: Posts; User: ceeacs

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    0
    Views
    3,915

    Live Dynamic Streaming

    Hi I am using dynamic switching on live streams which works fine. However the initial connection time takes 10 seconds as PREFERRED_BUFFERLENGTH_LIVE is set to 10 in the DynamicStream class.

    I...
  2. Replies
    2
    Views
    985

    Hi thanks for the reply - so basicallly xml...

    Hi thanks for the reply - so basicallly xml shouldnt come through to flash like this. The xml is from server side scripts and gets chunked automatically. Should I get the backend guys to change...
  3. Replies
    2
    Views
    985

    HTTP Chunked Encoding on XML

    Hi

    The protocol that my server uses has been changed to 1.1 and since then on large XML documents are coming through to flash with additonal charcters on top before document header

    57a9
    <?xml...
  4. Replies
    0
    Views
    361

    Probelms referencing a class

    Basically I have a class which extends EventDispatcher (DropDownMenu) and creates instances of another class(MenuButton) dynamically the first class is a menu the second the menu buttons for that...
  5. Replies
    0
    Views
    524

    custom scrollpane help

    Basically I have created my own scrollpane component which seems to work however when dynamically created movieclips are loaded which have attched clips inside them into it it seems to go a bit wrong...
  6. Replies
    0
    Views
    385

    Array.sort + class instance

    Hi basically I have an array which contains multiple instances of a particular class which contains a private var numbersLeft which is set using setter getter method.

    I would like to know if I can...
  7. Replies
    0
    Views
    436

    custom scrollpane

    Hi
  8. Thread: Thumb drag

    by ceeacs
    Replies
    3
    Views
    640

    did you ever get this to work ? - I need to do...

    did you ever get this to work ? - I need to do the same thing
  9. Thread: Thumb drag

    by ceeacs
    Replies
    3
    Views
    640

    did you ever get this to work ? - I need to do...

    did you ever get this to work ? - I need to do the same thing
  10. Replies
    1
    Views
    1,104

    Calculating size of a thumb drag bar

    Hi I have created a scrollpane however I need an equation to enable me to calculate the height of a thumb scroll drag bar.

    I know I need the difference between the content and the actual viewable...
  11. Replies
    0
    Views
    493

    Custom scrollpane + determine thumb height

    Hi I have my own custom scrollpane I would like to know how I determine how long the thumb scroll should be in relation to content and scrollstep interval.


    Any suggestions - know I have to find...
  12. Replies
    1
    Views
    404

    addEventListener

    Hi Basically I am extending the XMLSocket class

    and have

    this._objXMLSocket = new XMLSocket();
    // send instance of self to the Event Dispatcher
    mx.events.EventDispatcher.initialize(this);...
  13. Replies
    1
    Views
    594

    you could use if (score[0]).charAt(0) == "0") if...

    you could use if (score[0]).charAt(0) == "0") if its only ever going to be 1 zero before

    then if mataches if statement use substr to get rid of it before assigning it to text field
  14. Dynamically attaching a component to another components class

    Basically I have a component and a class - in it I want to attach another custom component within it


    my classes extend UIObject and have set size, init draw and createchildren in

    And in the...
  15. Loading a swf into movie and allowing click

    Basically I want to load a swf to the stage and use the movie clip its loaded into to be able to click on it. The swf being loaded is just one movieclip on the stage.

    I load swf in using
    ...
  16. Creating a component within a component class

    Basically I have a component with I have associated a class with - and then attached it to stage using attachMovie and make references to it using its linked name which works great. However within...
  17. Replies
    0
    Views
    479

    Component + Inspectable

    Hi I am trying to devise a class for my component I want to use FontList for one of my variables and have the cobobox like if you do it manually through component definition.

    Tried
    ...
  18. Replies
    0
    Views
    333

    Windows Component 2004

    Hi does anyone know if the window components of the 2004 MX version can be made so the user can resize it by dragging bottom right hand corner like the one in Ghostwire components?

    Any help...
  19. Replies
    3
    Views
    637

    You can probably do this using FSCommands and use...

    You can probably do this using FSCommands and use the exec command
  20. Replies
    0
    Views
    425

    Draggable Pane in Flash Mx 2004

    Is there a draggable pane component for Flash MX 2004 there is one in the last set of components.
  21. Replies
    0
    Views
    315

    Delegate button component v2 & OnRelease

    Hi I was wondering if it is possible to add a eventListener to a onRelease event using delegate on the button component v2.


    something like
    drag_btn.addEventListener("release",...
  22. Replies
    2
    Views
    521

    Cheers - but thats not what I mean't - I dont...

    Cheers - but thats not what I mean't - I dont mean the caching of files when reading in etc. I mean when you are developing in flash mx 2004 class source files are cached to speed up the process -...
  23. Replies
    2
    Views
    521

    Stop Flash caching Class Files

    Hi I am having problems with Flash Caching class files - I know this is a new feature to speed up development. But it is annoying me now!!! Is there anyway to prevent flash caching the files in the...
  24. Replies
    3
    Views
    519

    Hi sorry I need to further explain I know how to...

    Hi sorry I need to further explain I know how to get the current date using date().

    Basically the server sends me a whole list of these times which includes data specifiying what happened at this...
  25. Replies
    3
    Views
    519

    Converting a time to local time

    Hi basically I have 16:30 etc sent to me for a server which is a string

    I substr it so I get 16 and 30 in seperate vars

    But want to convert 16:30 GMT to users local time zone.

    I know I have...
Results 1 to 25 of 241
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center