A Flash Developer Resource Site

Search:

Type: Posts; User: Kraken

Page 1 of 20 1 2 3 4

Search: Search took 0.31 seconds.

  1. Here's a product that does something similar:...

    Here's a product that does something similar:
    http://www.fsi-viewer.com/

    It looks like the workbook site is using flash and a server-side backend to view .fpx files which are images created in...
  2. Replies
    2
    Views
    683

    You can do it with JSFL...but it takes a bit of...

    You can do it with JSFL...but it takes a bit of work. Go here: http://blog.fuelindustries.com/archives/cat_jsfl.html Grab the Library Items Panel flash extension. Install it using the Extension...
  3. Hmm...can you post a sample FLA?

    Hmm...can you post a sample FLA?
  4. Replies
    1
    Views
    510

    They're loading 2 images per photo. A...

    They're loading 2 images per photo.
    A thumbnail:
    #request# GET http://www.ptit-nathan-baume.com/beelden/thumb/L_036.jpg
    and a big image:
    #request# GET...
  5. Replies
    2
    Views
    1,214

    Try something like this: var...

    Try something like this:


    var myMouseChecker:Object = {};
    myMouseChecker.onMouseMove = function() {
    //do something here.
    }

    menu_mc.onRollOver = function() {...
  6. Flash 8 introduced the new options for strokes...

    Flash 8 introduced the new options for strokes such as square corners and gradient fills, so I could see why they would have problems...but I find it strange that PNGs would change. Does it give you...
  7. Replies
    3
    Views
    865

    Look up "asfunction" in the dictionary. You place...

    Look up "asfunction" in the dictionary. You place asfunction in the href of your links to fire a function directly in flash. You can even pass it a variable:


    var myroot:MovieClip = this;
    var...
  8. To quote the dictionary: "The exec command can...

    To quote the dictionary:
    "The exec command can contain only the characters A-Z, a-z, 0-9, period (.), and underscore (_)."

    Change the space to an underscore and try it again. Apps on the Mac...
  9. Replies
    7
    Views
    550

    No, he means edit it within flash. Yes, you can...

    No, he means edit it within flash. Yes, you can do it. Look up the bitmapData object. You can use most of flash's drawing tools with actionscript to create lines, fills and other effects. the problem...
  10. Replies
    2
    Views
    503

    No, I don't think it's possible to change the...

    No, I don't think it's possible to change the tolerance of the floodfill. Sorry...
  11. Thread: FLV Playback

    by Kraken
    Replies
    1
    Views
    3,330

    The easiest way is to use the FLV Playback...

    The easiest way is to use the FLV Playback component and listen for its "complete" event:


    /**
    Requires:
    - FLVPlayback component on the Stage with an instance name of my_FLVPlybk
    */
    import...
  12. Thread: browser size

    by Kraken
    Replies
    2
    Views
    535

    No. You can only re-size a browser window that...

    No. You can only re-size a browser window that you create with javascript. The usual way around this is to use window.onLoad to run the javascript popup function to pop a new window and size it to...
  13. Replies
    3
    Views
    1,200

    and just to get you started, search for CDATA....

    and just to get you started, search for CDATA. That's the way to keep formatted text in an xml doc.
  14. Replies
    1
    Views
    3,678

    I would do it like this: onMouseMove would...

    I would do it like this:
    onMouseMove would broadcast the new mouse position to a bunch of listener objects. The listener objects would then calculate the proximity of their associated movieclips to...
  15. Thread: Streaming Video

    by Kraken
    Replies
    2
    Views
    703

    which version of flash are you using? ...

    which version of flash are you using?

    Basically, what I would do is put them all in an array, then use the .complete property of the player:...
  16. Replies
    53
    Views
    2,097

    It's like a disturbance in the geek force...or...

    It's like a disturbance in the geek force...or flatulence...I can never tell which...
  17. Replies
    16
    Views
    1,819

    If you can, upgrade to Tiger. With the latest...

    If you can, upgrade to Tiger. With the latest version of the OS I can work pretty well in Flash 8...but yes, it still sucks compared to a PC.

    I'm on a G4 with a processor upgrade card dual 1.2...
  18. Replies
    53
    Views
    2,097

    Holy crap. What are you all doing on here? I...

    Holy crap. What are you all doing on here?

    I thought I'd stop by. The latest flex2 beta has got me thinking about flash again and I was making the rounds to the old boards.
  19. basically, there are 2 ways to go:...

    basically, there are 2 ways to go:
    http://www.screentime.com/software/stf/index.html
    http://iscreensaver.com/

    But, watch out for those licensing fees if you're doing something commercial...

    I...
  20. Replies
    8
    Views
    652

    yup, that's them. The latest version is actually...

    yup, that's them. The latest version is actually pretty good and with them being the only company with a cross-platform solution, they're sitting pretty. I'd love to see Northcode come out with...
  21. Replies
    8
    Views
    652

    Certainly, here it is:...

    Certainly, here it is:
    http://www.multidmedia.com/

    and flash magazine did a roundup back in May of all the current (at that time) flash executable enhancers. Pretty good stuff:...
  22. if you load a movie into a level, you have no...

    if you load a movie into a level, you have no control over its attributes like _x, _y, _xscale, etc. A better way is to create an empty movieclip on the stage, then you can load your external movies...
  23. Replies
    8
    Views
    652

    SWF Studio is great, but it can't produce a mac...

    SWF Studio is great, but it can't produce a mac executable. If you can be sure you won't need people on Mac's to look at your disc, that's the way I'd go.

    Another way is with Multidmedia's Zinc,...
  24. Thread: MTASC and MX

    by Kraken
    Replies
    1
    Views
    433

    as far as I know, you must create any assets...

    as far as I know, you must create any assets and/or components inside flash first, then use MTASC to compile with your classes...unless you can create it all on the fly with the drawing api and...
  25. Replies
    8
    Views
    652

    Flash is ok. You can load up photos from the disc...

    Flash is ok. You can load up photos from the disc just as easily as you can in Director, especially if you don't have a lot of video. If you DID have video, director is much better...or just a...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center