A Flash Developer Resource Site

Search:

Type: Posts; User: vulffster

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,619

    This may be a little late, but there is a simple...

    This may be a little late, but there is a simple solution...
    Shared Object files. They are native to flash and can read and write limited amounts of data to the hard drive i.e. cookies. I have...
  2. Replies
    3
    Views
    901

    I would really like to use the first option, but...

    I would really like to use the first option, but how do i retrieve the instanceName or path dynamically?
  3. Replies
    3
    Views
    901

    let me clarify, the problem is not specific to...

    let me clarify,

    the problem is not specific to this code. It is a problem I've had with every event handler i've tried to use within an AS 2.0 class.

    the code before and after the function...
  4. Replies
    3
    Views
    417

    if disabling the right click menu is what you are...

    if disabling the right click menu is what you are after, then

    fscommand("showmenu","false");


    and if you are embed it in html, make sure you add

    <param name="menu" value="false" /> to the...
  5. Replies
    4
    Views
    400

    let me clarify, the problem is not specific to...

    let me clarify,

    the problem is not specific to this code. It is a problem I've had with every event handler i've tried to use within an AS 2.0 class.

    the code before and after the function...
  6. Replies
    4
    Views
    400

    thanks, but that's not the problem, obviously...

    thanks, but that's not the problem, obviously that code will work, but I want the function to be called each time the eventHandler is called, i.e. everytime the onEnterFrame function happens I...
  7. Replies
    3
    Views
    901

    AS 2.0 class problem

    as 2.0 class problems
    I am having a recurring problem with some of my AS 2.0 classes

    Every time I try to call a function within an event handler in a class, it doesn't work. here is a sample of...
  8. Replies
    1
    Views
    434

    probably the add doesn't get deleted or actuall...

    probably the add doesn't get deleted or actuall "closed", the movie just goes to a frame with nothing on it
  9. Replies
    4
    Views
    400

    as 2.0 class problems

    I am having a recurring problem with some of my AS 2.0 classes

    Every time I try to call a function within an event handler in a class, it doesn't work. here is a sample of what i'm trying to do....
Results 1 to 9 of 9




Click Here to Expand Forum to Full Width

HTML5 Development Center