A Flash Developer Resource Site

Search:

Type: Posts; User: Louis van Laarhoven

Page 1 of 12 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,232

    I now have it kind of working. I embed the font...

    I now have it kind of working.
    I embed the font in my document class and register it, also in the document class.
    Then I can use the font throughout the classes.

    Nevertheless ... it would suit...
  2. Replies
    1
    Views
    1,232

    embed in Singleton, use in class

    Hi.

    My first time without Flashdevelop/FlashIDE and with Flashdevelop/Flex, I try to embed a font in a Singleton which holds all my assets and later use the font in some classfile.
    In the...
  3. Thx, hifive ;-) I had about the same...

    Thx, hifive ;-)

    I had about the same experience. I'll start looking for another preloader first thing in the morning, starting with the FlashDevelop "as3 project with preloader".

    Thx again :-)
  4. Hmm ... I'll do, thanks. It seems the problem is...

    Hmm ... I'll do, thanks. It seems the problem is the preloader. I use preloader from http://etcs.ru which suited me right, but for this I have to look for another one.

    A zip is on:...
  5. Thanks for your second reaction! I'll try the dot...

    Thanks for your second reaction! I'll try the dot syntax immediatly :)
  6. Thanks for your reaction. My plan was to make a...

    Thanks for your reaction.
    My plan was to make a Singleton containing all assets and use references when needed in other classes.

    To test (after a lot of frustration it didn't work in my...
  7. [Embed(source= ... only in document class?

    To include an assets such as a jpeg in my swf, in the documentclass I use

    [Embed(source = 'assets/test1.jpg')]
    public static var testJpeg:Class;

    In another class I can use the asset:
    private...
  8. TransformGestureEvent why scaleX=scaleY ??

    Hi,

    Whatever I try, I get the same values for scaleX and scaleY in a TransformGestureEvent. I just cannot get seperated x and y values.

    Anybody has an idea?
    Thanks for your reaction!


    ...
  9. hiscore as3/php

    In as3 I use:
    private function checkAndSendData():void
    {
    if (_inputName.text.length < 4)
    return;
    var request:URLRequest = new URLRequest(url);
    var requestVars:URLVariables = new...
  10. Replies
    0
    Views
    477

    use bitmap from loaded swf

    Hi all,

    I have some resources in an swf 'res.swf'. Inside are bitmaps and also some movieclips which contains these bitmaps.
    One movieclip is exported as 'mc1'. One bitmap is exported as 'bm1'.
    ...
  11. Thx!

    Thx!
  12. It is dispatched later, after loading data which...

    It is dispatched later, after loading data which is initiated in a method, not in the constructor, so you're right about that :)
    I shortened the source too much, sorry :)


    I'll set bubbles to...
  13. Thanks ... I was afraid of something like that. I...

    Thanks ... I was afraid of something like that. I could not add this instance of C to the display list because it is no displayObject.

    I editted the code to its minimum:

    package player.util
    {...
  14. [RESOLVED] custom event from EventDispatcher to sprite's parent

    Hi all,

    I have a sprite A which has a child, sprite B.
    Sprite B has a variable, instance of class C which only extends EventDispatcher

    In class C, I dispatch a custom Event.
    The...
  15. Replies
    1
    Views
    3,075

    OK, I found the solution. I used part of the...

    OK, I found the solution.
    I used part of the classpath in the project map:
    myclasses/develop
    thinking Flash would be smart enough to look in both in a map
    ./myclasses end
    classpath/myclasses
    I...
  16. Replies
    1
    Views
    3,075

    add custom package to CS4 lib

    Hi all,
    I searched the forum, could not find questions like this so I hop this is the right forum.

    I use CS4 and Flashdevelop, as3.
    I have some classfiles I use very often,
    FI:...
  17. [F8] Kind of inverse inheritance ??

    Hi all,

    I am working on a small game.

    I made a class Game with the overall methods.
    I made two classes GameType1 and GameType2 (extends Game) with more specific methods to define two different...
  18. [F8] class extends Sound - onSoundComplete

    Hi all,

    I hesitated where to put this question, decided not to ask in Sound but over here.
    I am experimenting with some sounds I like to behave independently.
    I have several soundfiles in my...
  19. Thanks, hum. Frankly, I was looking for a way to...

    Thanks, hum.
    Frankly, I was looking for a way to change the stroke style of an existing line. I coudn't find it anywhere and as a line is not a movieclip I don't think I can use as to do it.
    But...
  20. change stroke style of existing line

    I cannot find this info and I suppose it is not possible, but you never know ...
    Is it possible to change the stroke style of an existing line?
  21. Replies
    12
    Views
    1,417

    Oops ... guess I've been very lucky I only had to...

    Oops ... guess I've been very lucky I only had to pass simple calls to functions js <-> as and the users only can use Win/IE.
    Tnx for the warnings.
  22. With Flash 8 it is easier to use...

    With Flash 8 it is easier to use externalinterface:

    import flash.external.ExternalInterface;
    ExternalInterface.call ("javascriptfunction","parameters");

    If you use the more or less standard...
  23. and...

    and
    http://board.flashkit.com/board/showthread.php?t=682512
    :)
  24. Do you use streaming sound?

    Do you use streaming sound?
  25. Replies
    12
    Views
    1,417

    I use the new externalinterface with succes....

    I use the new externalinterface with succes.
    Reliable and very easy to use.
    In html:

    <script language="JavaScript">
    <!--
    function thisMovie(movieName) {
    var isIE =...
Results 1 to 25 of 281
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center