A Flash Developer Resource Site

Search:

Type: Posts; User: JaredNovack

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    814

    Damn, just tried both to no avail. It'd make...

    Damn, just tried both to no avail. It'd make sense, right? But still results with the same jerky motion.

    The images are all same-domain with access to the BitmapData.

    Thanks for your ideas!
  2. Replies
    3
    Views
    814

    ...One hack I've found is to add a small shift in...

    ...One hack I've found is to add a small shift in the RotationY property which kicks on Flash's 3D rendering. It looks perfect, only problem is it will only work in Flash 10 -- any ideas for a hack...
  3. Replies
    3
    Views
    814

    Moving to subpixels on Bitmaps

    Hey all,

    I've got a flash movie that's loading external images and panning left-to-right:

    http://www.upstatement.com/jared/pixelproblem/homepage.html

    The problem is it seems to not render at...
  4. Replies
    2
    Views
    685

    Yeah, I got it finally by upping the blur,...

    Yeah, I got it finally by upping the blur, strength and quality together. Thanks!
  5. Replies
    2
    Views
    685

    Programmatic outline or border?

    So I've got a bunch of movie clips in my project that I want to apply a border to programatically. They all have irregular shapes so something with bounds doesn't work. I was thinking something with...
  6. Replies
    2
    Views
    2,523

    Pass FlashVars into child Loader

    I'm trying to create a multiloader that will accept FlashVars and pass them onto the child Loader. This would allow my multiloader swf (small file size) to display loading progress of the real swf...
  7. Replies
    0
    Views
    368

    [CS3] Scaling with bounds

    Hey all, I'm trying to create a function to zoom/in out on a map with bounds using a scrubber. Was wondering if anyone has ever run into a similar situation/solution. What I have so far doesn't seem...
  8. Replies
    3
    Views
    511

    Yep, ExternalInterface was the problem. I had it...

    Yep, ExternalInterface was the problem. I had it calling a JS function that wasn't there so it was freaking out and not running (but only locally, not on the web for some reason)

    Thanks for your...
  9. Replies
    3
    Views
    511

    Running AS3 content from a CD

    So I've got a client who needs a project delivered on CD instead of web (they're based in 1998). I've got the project done, works great online but locally/on cd: nadda (literally nothing, just a...
  10. Wow do I feel like an idiot. Thanks 5Tons, I was...

    Wow do I feel like an idiot. Thanks 5Tons, I was trying to manipulate the loader.content and making life WAY more difficult for myself. Thanks for being my brain here. Works great now:
    ...
  11. Right. In the first example it's successful in...

    Right. In the first example it's successful in grabbing the pics and then just adding the loader to the display list without any steps in between. But as soon as I try to manipulate it: nadda.

    I...
  12. Load and resize cross-server jpeg without permission

    So I'm trying to load some images from a vendor's server through ours for a video player. I've got my own little bitmap loader class that works fine just pulling in the images:
    ...
  13. Replies
    1
    Views
    451

    onMetaData only running once

    So i've got a little FLV player that can load in multipile videos. Everything's working great except when calling a new video, I can't seem to get my duration variable to pick up the new value....
    ...
  14. Replies
    3
    Views
    377

    First what specific error are you getting? ...

    First what specific error are you getting?

    Here's what I think is going on:

    the scope in your rem function is the "a"+i clip already, so you should be able to just use removeChild(this) inside...
  15. I'm able to return an error from NetConnection: ...

    I'm able to return an error from NetConnection:


    NetStream.Seek.InvalidTime
    NetStream.Play.Stop

    So you'd think I could just restart the steam with _stream.play("file.flv"); or...
  16. Still struggling with the same problem. I'm able...

    Still struggling with the same problem. I'm able to get it to throw an error when seek fails. After the error I tried to get it to clear video child and start fresh, but it doesn't work:

    ...
  17. Replies
    6
    Views
    2,946

    @dadohead What if you just add an action to...

    @dadohead

    What if you just add an action to the timeline on the frame where you want the loop to stop?


    if (stopNum == 4){
    stop();
    }
  18. Replies
    3
    Views
    372

    So, you're just trying to load up that first MC...

    So, you're just trying to load up that first MC and have it navigate to a specified point? I'm a little confused at your problem. Can you post some code?
  19. NetStream seek fails, any idea what's up?

    So i've got a short video clip that users can navigate with a standard scrub bar:

    http://www.chron.com/common/mm/07/iss/index_1.html

    (please forgive the loading time, it doesn't display until...
  20. Replies
    4
    Views
    1,029

    Bingo! Thanks dude, I owe you bigtime.

    Bingo! Thanks dude, I owe you bigtime.
  21. Replies
    4
    Views
    1,029

    Ahhh, that makes perfect sense. Just a quick...

    Ahhh, that makes perfect sense. Just a quick follow-up (sorry, this is my first week in AS3). I changed the mouse_up event to:

    Inside my scrubber class file:
    ...
  22. Replies
    4
    Views
    1,029

    startDrag problems with releasing

    Hey all, running into problems with dragging in AS3. The motion is pretty smooth and it's doing what I want. But when letting go of the scrub it doesn't always let go.:
    ...
  23. Bingo! Thanks for your help guys. What seemed to...

    Bingo! Thanks for your help guys. What seemed to make the difference was composing the string as a separate variable and THEN loading that variable into the htmlText, before I was just doing...
  24. htmlText link works great in SWF, but not in browser

    So I've got a little pop-up balloon with an htmlText box and a link inside. Works great in the swf(when i use Flash Standalone player, or CTRL+ENTER), but when I actually embed it in an HTML page:
    ...
  25. [F8] OOP newbie trying to parse XML into Array

    Hey all, I'm getting started with OOP and I'm trying to build a tool for one of my most common tasks -- parsing an xml file into a 2D array.

    Here's what I've got for the class:


    class...
Results 1 to 25 of 53
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center