A Flash Developer Resource Site

Search:

Type: Posts; User: .NET

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    945

    Actually this was simpler than I thought, just...

    Actually this was simpler than I thought, just create two event handlers!! duh :)



    item2.addEventListener(MouseEvent.MOUSE_OVER, function(e){
    trace('this is a mouse over = ' + e.target);...
  2. Replies
    1
    Views
    945

    need help with migration from AS2 to AS3

    Hi there,

    I have some old AS2 code from another Flash developer...

    item2.onRollOut=item.onReleaseOutside = function() {
    this.mytext.textColor = 0x666666;
    };

    ...and I need to get it...
  3. Replies
    3
    Views
    1,213

    Hi there, thanks for clarifying - and liking the...

    Hi there, thanks for clarifying - and liking the clearly "out of place" user name :)

    Really if people can just advise on what are the best ways forward with regard to each of the points I raised....
  4. Replies
    3
    Views
    1,213

    Help adding new functionality

    Hello,

    I've struggled to get my animation working the way it is currently and now the functionality has been requested to change and quite frankly I just don't think I would be able to work it...
  5. Thread: Mouse_Move Error

    by .NET
    Replies
    3
    Views
    1,325

    ....here's the 2nd half of my code. //...

    ....here's the 2nd half of my code.



    // Function for playback display and scrubbing facility
    private function oEnterFrame(event:Event):void
    {
    if(_duration > 0 && _stream.time >...
  6. Thread: Mouse_Move Error

    by .NET
    Replies
    3
    Views
    1,325

    package { // Import all the required...

    package
    {
    // Import all the required classes
    import flash.text.TextField;
    import flash.media.Video;
    import flash.net.NetConnection;
    import flash.net.NetStream;
    import...
  7. Thread: Mouse_Move Error

    by .NET
    Replies
    3
    Views
    1,325

    Mouse_Move Error

    Hello,

    I have a Document Class that creates a video player and I'm having problems toggling on/off the playback controls (by playback controls I mean "play/pause/volume/full screen").

    The...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center