A Flash Developer Resource Site

Search:

Type: Posts; User: keyone.it

Page 1 of 20 1 2 3 4

Search: Search took 0.29 seconds.

  1. Replies
    3
    Views
    342

    You need to use a button specific event to be...

    You need to use a button specific event to be able to filter it with "enabled".
    Enabled is a button property that has been added to the Sprite class, but is only about the button-like user...
  2. Could you provide a link to the page?

    Could you provide a link to the page?
  3. Well, a part from the usual (boring) advice: -...

    Well, a part from the usual (boring) advice:
    - you will want the site to be standard HTML, bits and pieces of Flash only where necessary
    - you will want to site to be accessible to mobile devices...
  4. PHP every day of your life. Whenever you can...

    PHP every day of your life. Whenever you can drive away from Microsoft... just do it!

    PHP has little to no configuration hassle (most shared hostings will use the same criteria, which is...
  5. Replies
    13
    Views
    18,392

    Thank you Peter...

    Thank you Peter...
  6. Replies
    13
    Views
    18,392

    Peterco, you could have elaborated the issue a...

    Peterco, you could have elaborated the issue a little. ;)

    Anyhow you are right, there was a glitch in my porting to ActionScript.

    The function has been refactored to:
    1) fix an issue with the...
  7. Replies
    2
    Views
    704

    Yes, I'm working also on a regular news portal...

    Yes, I'm working also on a regular news portal and statistics declare that the vast majority of users has 4:3 XGA or SXGA screens (that means 1024x768 and 1280x1024).

    I believe WXGA and WSXGA will...
  8. Replies
    1
    Views
    980

    Hey your page looks perfectly aligned on my...

    Hey your page looks perfectly aligned on my side... ;)

    WinXP IE7, WinXP IE6

    If you are using Internet Explorer on Mac, you needn't worry: that browser has been dropped by community support...
  9. Replies
    1
    Views
    1,050

    Ok, starting from the basics: Flash is a client...

    Ok, starting from the basics: Flash is a client (meaning it is executed on the device the user is using to access the web), and can easily be reverse-engineered (meaning people can open your movies...
  10. Replies
    2
    Views
    389

    Wow you r quick learner! It took me a good...

    Wow you r quick learner!

    It took me a good year with Flash before I started digging under the basic play() and stop() actions.....

    :P

    Anyway in AS3 volume is more logically designed as a...
  11. Replies
    13
    Views
    18,392

    Hi Ruben, thank you for being kind enough to...

    Hi Ruben,

    thank you for being kind enough to ask, but I haven't put any copyright notice in the script: you are free to use as you like best!

    Go for it.

    Cheers
  12. Replies
    3
    Views
    874

    Uhhh, I spoke to a couple of internationally...

    Uhhh, I spoke to a couple of internationally acclaimed photographers and realized there is no business opportunity on that side.

    The pro's have their favorite software at hand anywhere in the...
  13. Replies
    3
    Views
    874

    danke! this is sure useful info!

    danke! this is sure useful info!
  14. Internet Explorer 6.x user agents (detect minor version)

    Is there any way to effectively determine whether a user has MSIE 6.5 or an older browser?

    The user agent for all versions of MSIE 6.x is the same (featuring "msie 6.0"). Maybe there is some...
  15. Replies
    3
    Views
    874

    RAW image decoding in AS3

    Does anyone know about an open source project for RAW image decoding (for Nikon, the only choice for hard-core photographers)?
  16. Thread: setRGB

    by keyone.it
    Replies
    4
    Views
    1,184

    Well I don't know of any built-in feature for...

    Well I don't know of any built-in feature for that.
    But you could design a class for that, a controller.
    Basically you could register your movieclips with such controller (which would store...
  17. Well if I remember well in AS2 you can...

    Well if I remember well in AS2 you can dinamically define Hit Areas for MovieClips that you want behave as buttons.

    Here's the documentation page for that....
  18. Thread: user resize

    by keyone.it
    Replies
    3
    Views
    573

    Well there is no such thing in Flash, except for...

    Well there is no such thing in Flash, except for Components (but I can't help you with them).

    If you want to DIY (Do It Yourself) you will need to do it from scratch, which will eat up A LOT of...
  19. Thread: setRGB

    by keyone.it
    Replies
    4
    Views
    1,184

    DisplayObject.transform.ColorTransform; Look...

    DisplayObject.transform.ColorTransform;

    Look this up in the ActionScript documentation.
    Remember that you may not apply changes to a transform object.
    You must first create a new one (or copy...
  20. Replies
    7
    Views
    4,521

    Thanks Northcode, I have already implemented your...

    Thanks Northcode, I have already implemented your solution (including the proxy).

    My question was more about a Mac-specific code (either Applescript or whatever else would work) to trigger the...
  21. Replies
    7
    Views
    4,521

    Open a PDF from a projector (on MacOS)

    I have used BAT files to open PDF documents from within a Flash Projector (as described in another post in this forum), on Windows.

    But how do I do so on a Mac?


    I want to deploy a hybrid CD,...
  22. Replies
    0
    Views
    5,260

    Hardware acceleration too!

    Cool, if you download Flash Player 9.0.115 to your Mac, you can deploy Flash projectors featuring hardware accelerated fullscreen mode too (as on Windows)!!

    I used MacImage (the trial delivers up...
  23. Replies
    2
    Views
    674

    Well ok so apparently my question is too stupid...

    Well ok so apparently my question is too stupid to be replied to...

    In the meantime I found a good solution for my case, here:...
  24. Replies
    2
    Views
    674

    [Embed(parameters)] in Flash?

    I know, this might be the most stupid question, but I really don't know if this is reserved to Flex or is available in the Flash CS3 compiler too.

    Can I embed stuff in AS3 in Flash?

    I develop...
  25. Replies
    1
    Views
    583

    Well I imagine all this stuff ain't available...

    Well I imagine all this stuff ain't available when working with files (vs server stream).

    So I just have to manage the player state manually, and dispatch my events outside accordingly....
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