A Flash Developer Resource Site

Search:

Type: Posts; User: drummondlw

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    456

    Embedding multiple fonts

    The problem I am having is, I have 3 fonts in an external swf, Font_Title, Font_Navigation and Font_Response, I use these identifiers in my main application. They are named like this so that I can...
  2. Replies
    0
    Views
    496

    Chinese fonts

    Hi,
    I basically need to be able to use chinese fonts in my application which needs to support several different languages. I currently store the fonts I need in a separate swf file and import this...
  3. Replies
    4
    Views
    370

    OK, I figured out where the main problem was....

    OK, I figured out where the main problem was. Each of the 'pages' I have to swap in and out of the display list reuses images. I was creating a copy of the image instead of reusing it properly.
    ...
  4. Replies
    4
    Views
    370

    270 Megabytes, it is a kiosk application and it...

    270 Megabytes, it is a kiosk application and it performs fine but obviously this amount of memory usage is very high for what it does.

    That figure is from task manager for the projector .exe. It...
  5. Replies
    4
    Views
    370

    How much memory are people using?

    Hi,

    I am just wondering what sort of memory footprint people are using. I am working on a project that doesn't have any 3D, not really any complex animations, several tween types and some...
  6. Replies
    4
    Views
    413

    I haven't looked at AIR at all yet so I wouldn't...

    I haven't looked at AIR at all yet so I wouldn't know.
    Have you looked into the MAX_FILE_SIZE option of the HTML input element? I have a feeling it is limited to 2mb or something by default. I think...
  7. Replies
    4
    Views
    413

    How are you uploading? via web form? Could it be...

    How are you uploading? via web form?
    Could it be done via FTP instead?
  8. Replies
    1
    Views
    413

    XML Manipulation

    Hi,

    Can anyone tell me how I would go about using E4X XML processing to return the elements labelled "//this" below. I have tried using things like conditions.descendants() which will return the...
  9. Replies
    1
    Views
    497

    Ok, I got it, bodged it a bit by calculating the...

    Ok, I got it, bodged it a bit by calculating the total number of seconds to use:


    public function TimeoutTimerFired(event:TimerEvent):void
    {
    var now:Date = new Date();
    var diff:Date...
  10. Replies
    1
    Views
    497

    Time manipulation

    Hi,

    I am trying to implement a timeout function for my application. I have a time string that I import in the format "00:05:00" (C# - representing a 5 minute timeout).
    I am trying to run a timer...
  11. Replies
    1
    Views
    678

    ApplicationDomain and fonts

    Hi,

    I am trying to do some dynamic font loading, by loading a .swf file containing the fonts I need to embed. It is partly working, I just need to be able to get the fontName of an embedded font...
  12. Thread: ScrollPain

    by drummondlw
    Replies
    3
    Views
    2,566

    Hi, thanks for the quick reply I just realised...

    Hi, thanks for the quick reply

    I just realised it was because I had the following property set on the scrollPane:

    scrollPane.scrollDrag = true;

    This was because I had started again and taken...
  13. Thread: ScrollPain

    by drummondlw
    Replies
    3
    Views
    2,566

    ScrollPain

    Hi,

    I am trying to use the scroll pane component and I am having a few teething troubles. I have a scroll pane as a child object of a movie clip which is essentially a 'page', if I display this...
  14. Replies
    3
    Views
    655

    Nope, verticalScrollPosition isn't a method as...

    Nope,
    verticalScrollPosition isn't a method as far as I can see so that won't work. I have resorted to start building my own scroll pane using a couple movie clips and some masking which seems to be...
  15. Replies
    3
    Views
    655

    ScrollPane manual scrolling

    Hi guys,

    Is it possible to manually scroll the scrollPane component to a certain position? I am using it in a touchscreen environment and rather than using the components scroll bars which will be...
  16. Replies
    1
    Views
    452

    Ok, I just resolved this by tweening back to...

    Ok,
    I just resolved this by tweening back to the default position as opposed to just modifying the x position of the object.
  17. Replies
    1
    Views
    452

    Cancel code-based Tween

    Hi,

    I am having some problems with Tween behaviour. I have two 'pages' which are DisplayObjects with children. On the first I have an object that has a default position and it can also be tweened...
  18. Replies
    1
    Views
    1,682

    TextField cursor / caret

    Hi,

    Is it possible to have a flashing cursor in a TextField? I have created an on screen keyboard to use with a TextField so that the TextField doesn't receive direct keyboard/mouse input, but...
  19. Replies
    2
    Views
    420

    Oops. also you don't need "package NewClass{"...

    Oops. also you don't need "package NewClass{" just "package{"
  20. Replies
    2
    Views
    420

    package NewClass{ public class NewClass{...

    package NewClass{
    public class NewClass{
    public function NewClass()
    {}

    function AddUp (myNumber:Number):Number {
    var helloIt = myNumber + 20;
    return helloIt;
    }
    }
  21. Replies
    2
    Views
    5,337

    On screen keyboard

    Hi,

    Does anyone know of a decent onscreen keyboard that is compatible with AS3?

    The best one I could find is this:

    http://www.dncompute.com/blog/2006/06/21/on-screen-keyboard.html

    I tried...
  22. Replies
    2
    Views
    651

    Ahh, I was blissfully unaware of that. Thank you...

    Ahh, I was blissfully unaware of that. Thank you very much!
  23. Replies
    2
    Views
    651

    Read only TextField

    Hi Guys,

    What I am trying to do is effectively create a dynamic questionnaire. I am creating 'pages' as DisplayObjects, where each page has several child objects (buttons, text fields, images etc)...
  24. Replies
    2
    Views
    510

    lol, couldn't be more obvious now you point it...

    lol, couldn't be more obvious now you point it out. I resorted to using the Tweener classes instead though.

    Thanks!
  25. Replies
    2
    Views
    510

    Tweening problem

    Hi,
    I am trying to perform a code based tween from within a class file and I am running into problems. I have the following code, when a button is clicked a movie clip object should tween across the...
Results 1 to 25 of 149
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center