A Flash Developer Resource Site

Search:

Type: Posts; User: insomniaGFX

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    21
    Views
    73,863

    Sticky: Strange things happen when testing movies

    This may be a graphics card conflict, but sometimes when I test a movie the player will go blank. Actually it goes to the background color. I can bring the content back by resizing the window....
  2. Bold and regular text with embedded fonts, AS3, CS4

    Anybody know the trick to getting both bold and regular text in a dynamic text field? I can do it with system fonts no problem (using htmlText), but the client wants copy to be Futura Medium and...
  3. I'm trying to figure this out too.

    I'm trying to figure this out too.
  4. Replies
    0
    Views
    416

    CS3 Nesting 3D animation

    Hi,

    I've posted this in a couple places, sorry if you've seen it a few times.

    I have a container swf that switches between three content swfs, determined by xml. The content swf's are...
  5. Replies
    0
    Views
    1,910

    Losing 3D animation

    Hi,

    I have a container swf that switches between three content swfs, determined by xml. The content swf's are basically just images, but I've done the old 3D parallax trick to give them a little...
  6. Bump, the race starts in 6 hours...

    Bump, the race starts in 6 hours...
  7. Countdown clock insists on correcting for timezones. Help!

    It sounds ridiculous, but I literally have less than 24 hours to fix this clock. Problem is I didn't code it and it's a bit beyond my skills.

    What we have is a countdown clock that hits 0 at the...
  8. Replies
    2
    Views
    1,519

    Perfect!

    That's what I was looking for. Thanks so much!
  9. Replies
    2
    Views
    1,519

    [AS3] dragging an mc off the stage

    Hi,

    I've got a volume slider for a video player I made, but there's a little glitch that I can't figure an answer to. If the user is dragging the mc and his mouse leaves the swf, the slider keeps...
  10. Replies
    2
    Views
    10,941

    I just needed to add this: ns.soundTransform =...

    I just needed to add this:

    ns.soundTransform = audioTransform;
  11. Replies
    2
    Views
    10,941

    Controlling a video's volume in AS3

    I'm doing the right thing and abandoning AS2 altogether, but I keep getting stuck on things I used to know how to do. The latest is controlling a video's volume. Anyone know why this doesn't work?
    ...
  12. Sorry if there's any confusion here. Here's the...

    Sorry if there's any confusion here. Here's the deal:
    I do have a current project for a client due Friday. It's an XML based video player with captions, AS3. I'm trying to build up a nice library of...
  13. AS3 expert needed for advice and training

    Hi,
    I'm designer with intermediate skills in Actionscript and from time to time I get jobs that exceed my skill set. I'm looking for someone who's willing to take a look at my code, point out...
  14. Replies
    48
    Views
    43,146

    So are these tutorials lost forever?

    Seems like jasonmerchant.com is having dns issues.
  15. Replies
    4
    Views
    554

    They are movie clips, in a class I made that...

    They are movie clips, in a class I made that gives them mouse effects.
  16. Replies
    2
    Views
    463

    Sounds like an XML thing to me.

    Sounds like an XML thing to me.
  17. Replies
    4
    Views
    554

    The for loop is in the onLoaded function, so...

    The for loop is in the onLoaded function, so there you go.
  18. Replies
    4
    Views
    554

    Targetting mc's created in a for loop

    Hi, I'm trying to use XML to populate a scroller with thumbnails. I have made a class for my buttons to give them rollover effects. I got Flash to add a button for each node in the XML ok. I can get...
  19. Replies
    9
    Views
    1,235

    I'll start a new thread. Thanks --

    I'll start a new thread. Thanks --
  20. Replies
    9
    Views
    1,235

    Didn't work

    I tried the following code:


    for (var i:int = 1; i < 5; i ++ )
    {
    var theText:String = "btn"+i+"_mc.txt_mc.txt_txt";
    var theBtn:String = "btn"+i+"_mc.hit_mc";
    var tf:TextField =...
  21. Replies
    9
    Views
    1,235

    Sorry about that, here are the two errors: 1119:...

    Sorry about that, here are the two errors:
    1119: Access of possibly undefined property autoSize through a reference with static type flash.display:DisplayObject.

    1119: Access of possibly...
  22. Replies
    9
    Views
    1,235

    But how do you use a thing's name to talk to the thing?

    Thanks for posting this, it's helping me with a current problem I'm having, but I'm still stuck. Here's the code:

    for (var i:int = 1; i < 5; i ++ )
    {
    var theText:String =...
  23. Here's the current code, more or less. I think...

    Here's the current code, more or less. I think there's a scope issue somewhere. The netStream close command doesn't seem to really shut down the netStream object. I need to find a way to totally...
  24. sorry, see next post

    sorry, see next post
  25. Remove video player from the stage, and have it come back later with a different clip

    We've got this project where a video plays, then the player leaves the stage. Then a menu animates in. The user picks a clip from the menu, the menu animates out and the video player animates in...
Results 1 to 25 of 66
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center