A Flash Developer Resource Site

Search:

Type: Posts; User: Captain Planet

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    8
    Views
    6,353

    ...you're actually best posting on Forum Nokia if...

    ...you're actually best posting on Forum Nokia if you want more help with this. Alternatively, go and download Kunerilite. It's free for packaging in sis files (so long as you dont use their...
  2. Replies
    8
    Views
    6,353

    ....not that I've used Carbide++ myself, but you...

    ....not that I've used Carbide++ myself, but you need to ensure the following:

    a) That you have installed Perl, SYmbian SDK, Carbide++ and whatever else you need on the C:\.

    b) That your...
  3. Replies
    1
    Views
    2,847

    A costly mistake - focus issues.....

    Flash lite 2.0 - AS 2.0.

    Greetings all. I've made my flash lite apps, tested them and Express signed them (Symbian) which has cost me an arm and a leg.....in fact, in hindsight, i'd probably give...
  4. ....but there's a great tool for Symbian OS that...

    ....but there's a great tool for Symbian OS that does just that: http://www.antonypranata.com/screenshot
  5. Replies
    8
    Views
    6,353

    ....there are quite a few .sis packagers out...

    ....there are quite a few .sis packagers out there - I think Carbide++ is one, Kunerilite is another, Janus Flash is another, W'd get it is (maybe) another (can't quite remember....)....
  6. Replies
    8
    Views
    5,448

    Interesting. Thanks very much.

    Interesting. Thanks very much.
  7. Replies
    8
    Views
    5,448

    ....thanks for that. I remember looking into...

    ....thanks for that. I remember looking into that, or similar, but I opted out because I wanted to stay compatible with FL 2.0 because there's a lot of devices out there which don't support 3.0!
    ...
  8. Replies
    8
    Views
    5,448

    Hi. I used to use the 'fscommand2 fullscreen'...

    Hi.

    I used to use the 'fscommand2 fullscreen' option, but whenever the device was rotated the application looked terrible. The font line-spacing didnt scale so lines of text were missing etc. So...
  9. Replies
    8
    Views
    5,448

    Device screen width and flash player.

    Hi all.

    I have a couple of niggling questions which i'm hoping somebody can answer.

    1. I'm a single developer making half a dozen or so flash lite apps. I've initially designed them around a...
  10. Replies
    1
    Views
    2,712

    Hi again. If nobody can answer my previous...

    Hi again. If nobody can answer my previous question, can anybody tell me the font they use for their FlashLite apps? Or recommend one?
  11. Replies
    1
    Views
    2,712

    CS4: Make _san font bold?

    OK - Sorry for cross posting (original here if mods want to delete it: http://board.flashkit.com/board/showthread.php?t=803329)

    When creating mobile apps, I thought good practise was to use _sans...
  12. Replies
    2
    Views
    1,250

    bump.

    bump.
  13. Replies
    1
    Views
    916

    CS3 OK, I've got hold of this: ...

    OK, I've got hold of this:

    http://www.blog.highub.com/actionscript/flash-ball-collision-prevent-stick-and-rotate/

    which is pretty much what I want. I'm not great with the physics stuff, but...
  14. Replies
    1
    Views
    916

    CS3 Ball collision

    Hi all.

    I have a MC (a ball) with this AS on it:


    onClipEvent (load) {
    left = 2 + _width / 2;
    right = 498 - _width / 2;
    top = 3 + _height / 2;
    bottom = 285 - _height / 2;
  15. Replies
    2
    Views
    1,250

    Nobody can tell me how to make _sans font bold in...

    Nobody can tell me how to make _sans font bold in flash CS4? :yikes: There must be a reason for this....or a solution....or both?
  16. ....increase the frame count. I think it's 12fps...

    ....increase the frame count. I think it's 12fps (frames per second) as default. I'd probably double it to 24fps. You'll see the setting on your main stage somewhere.....
  17. Replies
    2
    Views
    1,250

    CS4: Make _Sans font bold?

    Where's 'CS4' as a prefix to the post title?

    Anyway. I'm using _sans font for my flash work, because i want the font to display as the default _sans font on the device/platform.

    Why in CS4...
  18. hmmm....I'm not sure it's possible natively in...

    hmmm....I'm not sure it's possible natively in Flash MX (though some guru can correct me). I always remember having to get an image, then blur it in photoshop and create the effect that way. See...
  19. Replies
    16
    Views
    5,969

    Marlo, you seem to know what you're talking about...

    Marlo, you seem to know what you're talking about re: focussing components etc. Going back to my post number 10 in this thread, is there any way to get the button in frame 2 to focus?

    You'll...
  20. Replies
    16
    Views
    5,969

    ...worked like a charm. I'm gonna go investigate...

    ...worked like a charm. I'm gonna go investigate tabEnabled now. I wasn't even aware of focusEnabled - I just used focusRect. I'll have to find what the difference is there too i think.....
    ...
  21. Replies
    16
    Views
    5,969

    ...but apparently setFocus should take a movie...

    ...but apparently setFocus should take a movie clip as a parameter too, but setting focus to a MC doesnt work for me? Forget about the button for now please. How can I set focus to a movie clip? ...
  22. Replies
    16
    Views
    5,969

    OK.....still on setFocus().....who can tell me...

    OK.....still on setFocus().....who can tell me how to set focus to a Movie Clip straight away when the app loads? At the moment, I've put a MC on the root of the stage (instance name 'mclip'). In...
  23. Replies
    3
    Views
    658

    errrm, why not just pass it in as a string? I...

    errrm, why not just pass it in as a string? I know what you're getting at, but a) I dont think it's possible and b) I don't see the advantage.



    colorMe("ff9933")

    function...
  24. Don't forget to add 'linkage' to your MC in the...

    Don't forget to add 'linkage' to your MC in the library. In the Library, right-click your MC, select 'Linkage'. Select the checkbox 'Export for Actionscript' and give it an identifier at the top. ...
  25. CS3 I'm not sure what you're trying to achieve, but...

    I'm not sure what you're trying to achieve, but you could try adding the space in your array of values?


    a = [' one',' two',' three',' four',' five',' six',' seven',' eight',' nine',' ten', '...
Results 1 to 25 of 141
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center