A Flash Developer Resource Site

Search:

Type: Posts; User: bobgodwin

Page 1 of 9 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,087

    v7-AS3 Here are the players if anyone's interested:

    Here are the players if anyone's interested:
  2. Replies
    5
    Views
    1,087

    v7-AS3 To answer my own question, you set up y just like...

    To answer my own question, you set up y just like you said, "ch.y =50;" .
    So you can do it this way:

    setup.asch.y = 50;
    var myMask:Image = new Image();
    ...
  3. Replies
    5
    Views
    1,087

    v7-AS3 Now that's cool! So now in the events.as, all...

    Now that's cool! So now in the events.as, all that code to move things has turned into this:private function slideMoveOver(e:Event):void
    {
    ch.move(0, -48, 1, 6, true);
    }

    private function...
  4. Replies
    5
    Views
    1,087

    v7-AS3 Mediaplayer with sliding controls

    I made a mediaplayer with controls that slide in from the bottom.
    Here's a link:
    Slider
    Here's the code:
    setup.as

    var myMask:Image = new Image();

    AssetManager.registerBitmapDataAsset(new...
  5. Figured it out! If I made the player larger or...

    Figured it out! If I made the player larger or smaller, it's didn't center. It's was the move settings. Here's the code I replaced:
    playImage.setSkin('display_play_png');
    // Replaced this //...
  6. [RESOLVED] Play/Pause mouseover centering

    I made a media player with a fading play/pause button in the display. It works great, but I'd like to know how to center it when you drag it to size. Here's a link and the files.
    ...
  7. Replies
    7
    Views
    1,248

    v7-AS3 Part Two is finished and online. Media Player...

    Part Two is finished and online.

    Media Player Skin Tutorial
  8. Replies
    7
    Views
    1,248

    v7-AS3 Cool! I'm just about finished with part two.

    Cool! I'm just about finished with part two.
  9. Replies
    7
    Views
    1,248

    v7-AS3 Why thank you. I should have another up shortly.

    Why thank you. I should have another up shortly.
  10. Replies
    7
    Views
    1,248

    v7-AS3 Media Player Skins Tutorial

    I've put a short AS3 media player skins tutorial online. Hope it helps someone. Here's the link:

    Media Player Skin Tutorial
  11. Replies
    21
    Views
    5,544

    v7-AS3 Just happen to have one. You'd might need to make...

    Just happen to have one. You'd might need to make another full screen button, and you could disable the fade if you wanted, but this works:
    Brushed Metal Full Screen
  12. Replies
    21
    Views
    5,544

    v7-AS3 Don't see a way to send attachments with PMs. Am...

    Don't see a way to send attachments with PMs. Am I missing something?
  13. Replies
    21
    Views
    5,544

    v7-AS3 Got it working pretty much how I want it now. I...

    Got it working pretty much how I want it now. I even got the power light to work! The closeIt button is sitting mysteriously next to it 'cause I don't know what to call it. May be I'll just put a "?"...
  14. Replies
    21
    Views
    5,544

    v7-AS3 New tactic. Trying this: private function...

    New tactic. Trying this:

    private function __event4(e:Event):void {
    if (closeIt.on == false) {
    trace ("in if");
    closeIt.on = true;
    ...
  15. Replies
    21
    Views
    5,544

    v7-AS3 Changing to "trace" throws up no errors, but the...

    Changing to "trace" throws up no errors, but the button does nothing, not even change states.
  16. Replies
    21
    Views
    5,544

    v7-AS3 Doing that way throws up this error: ...

    Doing that way throws up this error:

    ReferenceError: Error #1065: Variable Trace is not defined.
    at km.instances::__MediaPlayer1/__event4()
    at...
  17. Replies
    21
    Views
    5,544

    v7-AS3 Shouldn't the var "closeIt" be declared in "var...

    Shouldn't the var "closeIt" be declared in "var closeIt:BaseButton = new BaseButton();" code? You'd think the button wouldn't even show up if it weren't.
  18. Replies
    21
    Views
    5,544

    v7-AS3 For all the help I get from you guys, I'm honored...

    For all the help I get from you guys, I'm honored to make them.


    Not sure what that is. Could that be the internal code for the playlist button?
    I do have this code to close the playlist on...
  19. Replies
    21
    Views
    5,544

    v7-AS3 Yes, it's a rockin' Blanius Blaster. Got one for...

    Yes, it's a rockin' Blanius Blaster. Got one for Wilbert, Chris & Stoke too.

    Setup.as button code:

    var closeIt:BaseButton = new BaseButton();
    closeIt.setSkin('stop_png');...
  20. Replies
    21
    Views
    5,544

    v7-AS3 It was that = should be == in the if statement....

    It was that = should be == in the if statement. So it works, but not quite how I want. What I'm trying to do now is use the "on" event for the button (I have it set as a switch). I tried this code,...
  21. Replies
    21
    Views
    5,544

    v7-AS3 Why yes it does. Not sure how I missed that. Now...

    Why yes it does. Not sure how I missed that. Now that it shows up, how do I get it to work! I'm trying to get it to hide the play list & display. Here's the code I'm using:

    private function...
  22. Replies
    21
    Views
    5,544

    v7-AS3 Add Button to Mediaplayer

    I'm trying to add a button to the media player. I tried this code in the setup.as but it killedthe player:


    var closeIt:baseButton = new baseButton();
    closeIt.setSkin('stop_png');...
  23. v7-AS3 Just was weird seeing the analyzer playing on as...

    Just was weird seeing the analyzer playing on as stopped video. Thought maybe the place was haunted.
  24. v7-AS3 Media player analyzer info sent ot movie on differnt page?

    Why does the media player analyzer work on a stopped media player while another is playing on a different page? Also, if I have a player opened in localhost, it disables the analyzer in the online...
  25. Replies
    3
    Views
    725

    v7-AS3 Well, I can only get all or nothing when it comes...

    Well, I can only get all or nothing when it comes to fading. Can't seem to get just the play list to fade. But, in trying, I made a fading, uh, thing. It's here:
    Fading Thing
    And the postage stamp...
Results 1 to 25 of 217
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center