A Flash Developer Resource Site

Search:

Type: Posts; User: Mitch Warren

Page 1 of 15 1 2 3 4

Search: Search took 0.04 seconds.

  1. Done!

    Done!
  2. Thanks gparis! Just what I needed

    Thanks gparis! Just what I needed
  3. Anyone?

    Anyone?
  4. To clarify; I'm attempting to use Class Linkage...

    To clarify; I'm attempting to use Class Linkage with a library item. In a previous tutorial with Flash8, a library symbol was linked to an AS:2.0 Class file using this method. In CS4 it appears you...
  5. Why can't I link classes to library items in AS2?

    Was this feature dropped in AS2 projects after Flash 8? I saw it done in an AS2 gotoandlearn.com tutorial but the version looked to be 8.

    I'm using CS4 and the base class box is greyed out, but...
  6. Replies
    0
    Views
    1,209

    Bookmark Script

    Hey guys, I've been going through the archives trying to find a script that allows for bookmarking but everything is outdated, plus the many incompatibilities across all the browsers.

    Has anyone...
  7. Replies
    2
    Views
    416

    Cheers, I'll do that

    Cheers, I'll do that
  8. Replies
    2
    Views
    416

    Bookmark Script

    Hey guys, I've been going through the archives trying to find a script that allows for bookmarking but everything is outdated, plus the many incompatibilities across all the browsers.

    Has anyone...
  9. Replies
    1
    Views
    342

    Flash8 Anyone?

    Anyone?
  10. Replies
    1
    Views
    342

    Flash8 Load a clip into FIXED dimensions

    Hi, I'm using a square shaped container (content_holder) to load movie clips which have a lot of animations spilling off the stage.

    In my container I have a mask which fixes this so all you see is...
  11. Okay, I'm an idiot - was trying to include a...

    Okay, I'm an idiot - was trying to include a class file when it needed to be imported. I wish this thing had better documentation (or any proper documentation!)

    The examples in the AS2 version of...
  12. SWFAddress: "Classes may only be defined in external ActionScript 2.0 class scripts"

    Hey guys, I'm working in Actionscript 2 and trying to get the latest version of SWFAddress 2.4 to work. I'm following all the steps but I keep getting the error


    "Classes may only be defined in...
  13. Thread: we

    by Mitch Warren
    Replies
    0
    Views
    426

    we

    arg, delete please - this isn't posting correctly
  14. Replies
    7
    Views
    525

    Name your buttons & MCs sequentially, eg btn1,...

    Name your buttons & MCs sequentially, eg btn1, btn2, btn3.. | MC1, MC2, MC3.. etc

    Then loop through numbers 1-50.

    The line 'this["btn"+i]' refers to your button. 'this' refers to the timeline...
  15. Replies
    1
    Views
    398

    this.createEmptyMovieClip("holder",...

    this.createEmptyMovieClip("holder", this.getNextHighestDepth);
    holder._x = 0;
    holder._y = 0;
    holder.loadMovie("yourAddressHere");

    Try this, place this code on your _root timeline
  16. Replies
    4
    Views
    632

    Bump

    Bump
  17. Replies
    2
    Views
    1,232

    I'd just apply a glow filter to the text box and...

    I'd just apply a glow filter to the text box and check 'knock out' so it removes all but the glowing outline. You could achieve this with code also, just look into the glowFilter class.
  18. Replies
    1
    Views
    1,497

    You said you have a small movieclip holding the...

    You said you have a small movieclip holding the dynamic text box, but in your code you're only referring to the MC, not the actual text box.

    Change this:


    text_box.text = this.percentage;
    ...
  19. Replies
    2
    Views
    925

    Flash8 Place the same variable (not instance name) on...

    Place the same variable (not instance name) on both of the txt boxes and make it global. Eg; "_global.thisIsAVariable

    This will make any text entered mirror across text boxes sharing the same...
  20. Replies
    4
    Views
    632

    Thanks I'll check that out. I'm actually...

    Thanks I'll check that out.

    I'm actually building a component which I may sell further down the line, I don't think I could use this commercially. Does anyone know if there is a built in way to...
  21. Replies
    4
    Views
    632

    Question about the Tween Class

    Hey just a quick question, I'm utilising the blur filter in the tween class so when you mouse over; the MC will blur horizontally..

    Typically if I were to use the _alpha property for example, I...
  22. Okay new question rephrasing; I'm now using Flash...

    Okay new question rephrasing; I'm now using Flash 8 and I want to add more fields other than "title" and "Description" to the SWF metadata. Is there a way to somehow open the RDF data and edit it...
  23. Anyone know anything on the subject?

    Anyone know anything on the subject?
  24. Urgent Question About Custom Metadata

    Hey guys, a client has asked for me to help them place some custom metadata into their SWF file. I'm using CS4 and have been exploring the built in XMP thing, however my client has given me an XML...
  25. Replies
    2
    Views
    483

    Ah gotcha, thanks

    Ah gotcha, thanks
Results 1 to 25 of 372
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center