A Flash Developer Resource Site

Search:

Type: Posts; User: phil.harlow

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Its the 1990s again! woohoo!

    Its the 1990s again! woohoo!
  2. Replies
    6
    Views
    778

    I think its pretty cool, really clean and simple,...

    I think its pretty cool, really clean and simple, and dont mind the tree at all if youre going for a cali/hawaii feel.
  3. Replies
    8
    Views
    975

    Thanks for the input raveneye. I went ahead and...

    Thanks for the input raveneye. I went ahead and just disabled the Mouse.hide() calls, and for the most part its just as usuable, without the annoying bits of flash hiding the cursor when it shouldnt....
  4. Replies
    8
    Views
    975

    So I could have cursors like a hand, loading sign...

    So I could have cursors like a hand, loading sign and arrows when youre resizing a window.
    Is there js that can change the system cursor? It'd be nice to not have flash hide the mouse since it...
  5. Replies
    14
    Views
    20,812

    "global" being the same function for all 4...

    "global" being the same function for all 4 buttons?

    _button1.addEventListener(MouseEvent.MOUSE_DOWN,onMouseDown,false,0,true);...
  6. Replies
    8
    Views
    975

    Thanks Mike! I am open to any ideas and...

    Thanks Mike! I am open to any ideas and suggestions, and know theres a ton of bugs and memory leaks so any feedback helps!
    darksignsonline.com is currently building a terminal to interface their...
  7. Replies
    8
    Views
    975

    Thanks for taking a look gerbick. I am going to...

    Thanks for taking a look gerbick. I am going to change the way it handles pictures, just spent most of my time on the media player ha, but I appreciate the feedback.
    Also, thanks for the link to...
  8. Replies
    8
    Views
    975

    Phlow Flash OS

    Hey guys,

    This is a project I'm working on, trying to create a functioning OS in flash, with a php backend. You can upload files, drag and drop, etc.

    More functionality and application added...
  9. Aha! Thanks for your help, I googled the...

    Aha! Thanks for your help, I googled the interpolate function and found this (modified a little):


    private function interpolateColor(s:Number, e:Number, t:Number):Number {
    var...
  10. Hmm, that seems like it could work, but I dont...

    Hmm, that seems like it could work, but I dont have the fl library?
  11. ColorTransform a number, not a displayobject

    Is it possible to apply a color transform to a number, or color, and get the resulting rgb, rather than applying it a sprite or mc?
    eg.

    _bg.graphics.beginFill(0xCCCCCC,1);...
  12. Replies
    4
    Views
    2,116

    Thanks 5tons, I actually found that LiveDocs page...

    Thanks 5tons, I actually found that LiveDocs page right before I went to bed last night and didn't have a chance to repost. Resize was private because I just typed it out and its habit to set them as...
  13. Replies
    4
    Views
    2,116

    resize was just some function of mine, I want to...

    resize was just some function of mine, I want to be able to call _content.anyFunction(); where anyFunction is defined inside the swf that is loaded into _content.

    Is there a way to access the...
  14. Replies
    4
    Views
    2,116

    Call functions on loaded SWF

    Hi,

    I want to load an external SWF, and then be able to call functions on it.
    eg.
    In my master SWF I have:


    _content = new Loader();...
  15. Replies
    5
    Views
    588

    Thanks cancerinform for getting back to me. This...

    Thanks cancerinform for getting back to me. This would work, but is not the solution I was looking for. I want to eventually have 100s of settings in that xml file, but I dont want to have to put a...
  16. Replies
    5
    Views
    588

    In that example WindowSettings is an object with...

    In that example WindowSettings is an object with public variables _borderSize and _cornerSize, and I would like to read all of those settings OUT of the xml, and assign them to the WindowSettings...
  17. Replies
    5
    Views
    588

    XML parsing help

    Hey guys,

    just trying to grasp the e4x parsing, Im not sure what the best method would be to solve this:

    I have an xml file with settings like this:
    <?xml version="1.0" encoding="UTF-8" ?>...
  18. Replies
    3
    Views
    723

    Oh Darnit, I figured it out. I had the...

    Oh Darnit, I figured it out. I had the _loader.dataFormat set to Variables instead of text, now it works!
    Thanks for your help!
  19. Replies
    3
    Views
    723

    Yea, it seems to urlencode it and convert all...

    Yea, it seems to urlencode it and convert all syntax characters to their character codes. Im not sure why, but I figured its a simple fix if anyone has any ideas..
    Thanks
  20. Replies
    3
    Views
    723

    problems loading php created xml

    Hi,

    Im having an issue with loading php generated XML into as3.

    I have some php which makes some xml:
    $_xml ="<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\r\n";
    $_xml...
  21. Wow thank you! Such a simple fix yet it never...

    Wow thank you! Such a simple fix yet it never crossed my mind! Thanks rdoyle, that works splendidly.
  22. DropShadow filter on textfield with autosize=true dosent resize

    Hey guys, Ive been scratching my head at this, hopefully someone knows a workaround. I create a new text field, set it unselectable, have it use embedded fonts, turn the border on so you can see...
  23. Work-around: Delete AOL, never look back :) ...

    Work-around: Delete AOL, never look back :)


    sorry, I got nothin, other than to say AOL is junk
  24. Replies
    0
    Views
    1,407

    Several streaming video questions

    Hi,

    Im building a recorder app that allows a user to record themselves via webcam, and then after recording, go back and chose a start and stop time to trim it down. Recording was easy and is...
  25. Replies
    0
    Views
    379

    Simple class structure question

    Hi,

    I have a very simple problem but am having trouble wrapping my mind around it in classes. In movieclips:

    MC1 has a var working=true and contains MC2. If inside MC2 i type...
Results 1 to 25 of 45
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center