A Flash Developer Resource Site

Search:

Type: Posts; User: bmarker

Page 1 of 9 1 2 3 4

Search: Search took 0.15 seconds.

  1. Thanks dan_hin, but I"m not sure how that would...

    Thanks dan_hin, but I"m not sure how that would fix the issue of having 7 swfs preloading FLVs at once.

    There has to be a way w/ the netstream class (I would think)
  2. thanks dan hin, but that won't work, I"m...

    thanks dan hin,

    but that won't work, I"m handing this off to a budget client that is not a designer, and he will constantly be changing/adding videos.

    There has to be a way, even if I need to...
  3. muliple instances of same swf w/ differnt flvs

    I have a page that has 7 swfs with the same name with different flvs loaded in using the FLV component 2.0. I am loading in the flv titles via flashvars i.e.:

    <param name="FlashVars"...
  4. Replies
    3
    Views
    43,856

    thanks nez I've been reading up, and I'm...

    thanks nez

    I've been reading up, and I'm realizing I can't pass arguments to eventlisteners, so I don't know what I should be "commenting" out. But I'll post my solution. If anyone else has some...
  5. Replies
    3
    Views
    43,856

    Parameter listener must be non-null??

    Can't figure out why I'm getting this error:
    Error #2007: Parameter listener must be non-null.
    I have traced the xml, so I know the values are loading, so don't know why I"m getting a "non-null"...
  6. Replies
    2
    Views
    2,089

    good tute, thanks CI

    good tute, thanks CI
  7. Replies
    2
    Views
    2,089

    highlight color for flvplayback component

    I did a search, but couldn't find my issue, which was rather surprising.
    I have an actionscript 3.0 component (flvplayback) and I want to simply change the highlight color from the default green...
  8. Replies
    19
    Views
    1,305

    The reason why it wasn't working is because all...

    The reason why it wasn't working is because all of your stop actions go to the first frame which don't have any graphics on them.

    Remove any number before the frame label, you don't need them. ...
  9. Replies
    2
    Views
    1,352

    use the ink bottle tool (right above the paint...

    use the ink bottle tool (right above the paint bucket). Make sure you pick your color and click on the edge of the shape.
  10. Replies
    19
    Views
    1,305

    to trace simply apply actions to a frame instead...

    to trace simply apply actions to a frame instead of a movie clip like you did before. F9 then paste the code trace(... etc
    click on the frame where you added the frame label, click F9 ad past...
  11. Replies
    19
    Views
    1,305

    probably just going to a blank frame. You should...

    probably just going to a blank frame. You should start learning how to "trace" in flash. This helps you debug problems like this, and you'll need it in the future if you plan on progressing. Add...
  12. Replies
    1
    Views
    632

    Lazy lazy! Just take a look around there are TONS...

    Lazy lazy! Just take a look around there are TONS of what you're asking about.
    http://www.flashkit.com/movies/
  13. Replies
    19
    Views
    1,305

    this.btn_home.onPress = function() {...

    this.btn_home.onPress = function() {
    gotoAndStop("1", "home");
    };

    instead of gotoAndStop(1,"home");

    write _parent.gotoAndStop(1,"home");
    or whatever the path is to the stage
    an old school...
  14. actually its 2 seperate animations just with the...

    actually its 2 seperate animations just with the same instance. After the tween class animation is finished(onMotionFinished) it calls a frame label(gotoAndPlay("fadeout");) where the same instance...
  15. f8 BUG?- timeline anim. not working after Tween Class

    I think I may have found a bug in F8 regarding the tween class. For the life of my I can't figure out what's wrong.

    I have a movieclip with a tween class animation that works fine. After the...
  16. Replies
    2
    Views
    381

    sorry 5TonsOfFlax, you can dump this thread if...

    sorry 5TonsOfFlax,
    you can dump this thread if you want.
  17. Replies
    2
    Views
    381

    accepting a var through embed string

    How do I accept a var through the embed string like it would in AS 1 and 2?

    In legacy players it would create a _root var. How do I access this var now?


    for example


    <embed...
  18. thanks jAQUAN, I'll give it a shot.

    thanks jAQUAN, I'll give it a shot.
  19. getURL with expression from an embed var to 3.0

    I can't figure out how to make an extression in getURL work in 3.0 with navigateToURL.

    I need to make an embed string variable pass in and use it in the url.

    AS 1.0 Example:

    <EMBED...
  20. Replies
    1
    Views
    1,146

    There were a few problems, I exteneded...

    There were a few problems, I exteneded AudioPlayer to Sprite, and I used SWFLoader instead of the Embed metatag and it worked.
  21. Replies
    1
    Views
    1,146

    newbie addChild issue in Coponent

    I"m trying to addChild from an .as class inside of a Flex component and I'm getting a "1180: Call to a possibly undefined method addChild" error and I can't figure out why... I can addChild no...
  22. Replies
    1
    Views
    483

    guess all those leaps and bounds for...

    guess all those leaps and bounds for accessibility worked out nicely!
  23. Replies
    1
    Views
    483

    mixing tabIndex for HTML and FLash?

    How do I tabIndex properly in a hybrid web page? It seems that tabbing occurs on all HTML tabIndex before entering the .swf and following the swf's tab order.
    How do I mix this tabbing order? ...
  24. no tabbing w/ components, focusMan is off.

    I can't seem to get my swf to work properly with tabbing. I've tried a million different options. I have a form with a mixture of combo boxes and traditional buttons, but the tabbing order will...
  25. Replies
    3
    Views
    392

    the above code works, I had a misspelling on the...

    the above code works, I had a misspelling on the function call :(
Results 1 to 25 of 225
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center