A Flash Developer Resource Site

Search:

Type: Posts; User: Jayhoo

Page 1 of 20 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    615

    Yes, but that still leaves the problem if another...

    Yes, but that still leaves the problem if another displayObject acquires the focus the class then cant track the keyboardEvents.

    i need to bypass the focus restriction and track the Events from a...
  2. Replies
    2
    Views
    615

    KeyboardEvent Observer Without focus

    I am trying to implement the Observer pattern for a keyBoardEvent class that handles the key events and notifies all subscribers (basically centralises the event handling and updates those that need...
  3. Replies
    3
    Views
    1,304

    thanks for getting back. Yeah thats exactly...

    thanks for getting back.

    Yeah thats exactly what i get too...unfortunately this XML is being sent via compressed UDP packet. The file looks fine and liek you say if saved gives the correct node...
  4. Replies
    3
    Views
    1,304

    childNodes returning Xtra children???

    Hi,

    Confessed XML donkey though i am, has any body else had problems with childNodes giving more nodes than is there?

    This sounds mental i know, but i have a node that has 10 child nodes... i...
  5. Thread: watch("text")

    by Jayhoo
    Replies
    4
    Views
    450

    thanks for that. i see this in the help files...

    thanks for that. i see this in the help files now. Its a bit of an odd implementation i think as i may want to update something and do something else when it is changed...without tying this change to...
  6. Thread: watch("text")

    by Jayhoo
    Replies
    4
    Views
    450

    Hi Thanks for the reply. Why does it trigger...

    Hi Thanks for the reply.

    Why does it trigger then if it is not part of the Textfiled class? Also is the textfield class not a base Object extended class ? (i may be wrong here?)

    Cheers
    Jon
  7. Thread: watch("text")

    by Jayhoo
    Replies
    4
    Views
    450

    watch("text")

    watch causes text field to be undefined
    The code below executres and traces out updated when mouseDown Clicked.
    But text property displays undefined. (N.B. aTB is a dynamic text field on the stage)...
  8. Replies
    0
    Views
    335

    Video Buffer and Class Instance

    streaming video via a wrapped netstream, netConnection objects in an instance of the class below (this is a base class for an inherited sequenec of video players...please feel free to use it if you...
  9. Replies
    0
    Views
    676

    Class and netStream Buffer

    streaming video via a wrapped netstream, netConnection objects in an instance of the class below (this is a base class for an inherited sequenec of video players...please feel free to use it if you...
  10. Replies
    3
    Views
    537

    thanks for getting back Been getting myself...

    thanks for getting back

    Been getting myself all worked up about this for some reason and i had it sorted anyway!!! Working locally isnt the best way to test streaming video!!!

    Thanks for the...
  11. Replies
    3
    Views
    537

    Flv CuePoints and inValidTime

    Posted this on the Video forum and as no responses trying here too.

    Problem (F8 on2 VP6 encoded video):

    Video streaming and want to jump to cuePoint that hasnt yet loaded. Onstatus returned...
  12. Replies
    0
    Views
    3,380

    [RESOLVED] NetStream.Seek.InvalidTime

    NetStream.Seek.InvalidTime when this code property is recorded through onStatus of the NetStream object for a seek point greater than the loaded file data, it seems it is followed by...
  13. Replies
    6
    Views
    473

    You are a star mate cheers (Both of you) Have...

    You are a star mate cheers (Both of you)

    Have to delve a little deeper into the inbuilt classes. Where is this documented or just as intrestingly how did you find this?

    Had a look at the...
  14. Replies
    6
    Views
    473

    Thanks for the replies, not used either scripts...

    Thanks for the replies, not used either scripts before I'll have a look and may come back with queries.

    Did you have a look at the example code?
    Just interested if either of you got it working...
  15. Replies
    6
    Views
    473

    Object Method CallBack Reference

    I need to call back an Object method once another Object Event has Occured (DB connection return data, pass to handler and execute)

    Similar to the setInterval script below:


    setInterval( obj,...
  16. Replies
    7
    Views
    2,003

    cheers for the pointes mate. I would be...

    cheers for the pointes mate.

    I would be interseted in seeing the class when it is finished if you are good to share it

    Thanks again

    Jon
  17. Replies
    7
    Views
    2,003

    ok, thanks for the reply. Many work arounds to...

    ok, thanks for the reply.

    Many work arounds to this but would be nice and tidy if it was all encapsulated in the class.....


    thanks again
    JOn
  18. Replies
    7
    Views
    2,003

    thanks for the reply. ...

    thanks for the reply.


    trace("destroyTest:"+(typeof destroyTest));

    does give me an Object trace and


    delete destroyTest;
  19. Replies
    7
    Views
    2,003

    AS2 Class Instance Delete

    How do you delete an Object instance created from a Class?

    Below is the class from TestDestroy.as


    class TestDestroy extends Key
    {
    public var myListen:Object
    public var aNumber:Number...
  20. Replies
    0
    Views
    610

    ASP/Java Download

    Firtly apologies as i am not a web developer!

    Can anyone tell me, or guide me to, the function call or syntax to initialise a download of a file from a URL to a users local machine?

    I have...
  21. Thread: Auto direct??

    by Jayhoo
    Replies
    2
    Views
    1,120

    mx 2004 professional there is a setting in...

    mx 2004 professional there is a setting in publish settings-HTML-Detect Version.
  22. Replies
    2
    Views
    434

    magic, cheers mate

    magic, cheers mate
  23. Replies
    2
    Views
    434

    Objects in an Array

    Is it possible to sort an array of Objects, using a common property of all objects contained in the array?

    cheers
  24. Replies
    2
    Views
    732

    Thanks for getting back, and cheers for the...

    Thanks for getting back, and cheers for the possible solutions.

    I have gone through them and got a few queries i hope you can help me with.

    with "?Time=randomnumber" option, i am using the...
  25. Replies
    2
    Views
    732

    ASP Refreshing Flash Array

    Having problems with an ASP,IIS and Flash top ten score table.
    All works fine within flash itself. However when run through IE, when a player is added the database is updated but the Flash Display...
Results 1 to 25 of 493
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center