A Flash Developer Resource Site

Search:

Type: Posts; User: khaos2004

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    739

    PROJECT FMS Specialist/Flash Developer needed

    Looking for a FMS specialist for a freelance project. We like to deploy a unit with simular functionality to video chat application. Please respond with a portfolio link/related work if possible.
    ...
  2. Streaming video quality as good as naked.com?

    Sorry to use that site as an example, but it is the target quality I would like to get. I am wondering if they use an application outside of the browser on the broadcaster's end. Any have any...
  3. Install guide for Flex SDK 4 + Eclipse + OSX?

    I've been searching and searching online for this and I'm officially defeated. There's no SDK directory to be found in the Eclipse folder :/

    Anyone can tell me how I can get started/point me out...
  4. Replies
    2
    Views
    1,388

    **Problem solved. Just a simple mix up in my...

    **Problem solved. Just a simple mix up in my original calculation, here it is if this helps any one else :




    var jpgSource:BitmapData = new BitmapData (stage.stageWidth,...
  5. Replies
    6
    Views
    1,071

    Here's the AS found in the FLA : import...

    Here's the AS found in the FLA :



    import com.adobe.images.JPGEncoder;


    ///---------- [ Set Variables ] --------///
  6. Replies
    6
    Views
    1,071

    Thanks for the links. I actually have the image...

    Thanks for the links. I actually have the image capturing fine. I'm just unable to get it to capture correctly while in full screen with the stage set not to scale.

    I have attached two image...
  7. Replies
    6
    Views
    1,071

    So is the case that this is a limitation in flash?

    So is the case that this is a limitation in flash?
  8. Replies
    6
    Views
    1,071

    Source file attached. Thanks!

    Source file attached.

    Thanks!
  9. Replies
    6
    Views
    1,071

    Capturing bitmap data in FullScreen

    I made a post about this before with no response. This time around I thought I'd post an example (attached).

    I am trying to do an image capture while in full screen, however the full image area is...
  10. Replies
    0
    Views
    1,354

    Importing SWC in Flash IDE not displaying

    I am running both Flash CS3/CS4 on MAC OSX, and have been unable to have a component display after copying it over into several locations.

    I had this problem before so I am working if I am doing...
  11. Replies
    2
    Views
    1,388

    Here is a live link : ...

    Here is a live link :

    http://todreamawake.com/fk_test.html

    If you right click you'll see the save as wallpaper option. It works properly while in normal display but everything gets offset in...
  12. Replies
    2
    Views
    1,388

    Saving BitmapData withing bounds

    So I am trying to save a screenshot using JPGEncoder while in full screen mode. The document size is 100x700, and the stage is aligned to bottom. I've been able to capture the right size, however it...
  13. Replies
    12
    Views
    1,809

    Used the last method posted, and replaced the...

    Used the last method posted, and replaced the font. Turns out Flash 10 has issues displaying some fonts dynamically. Here is the font I was having the issue with :
    ...
  14. Replies
    12
    Views
    1,809

    Adjusted the code a bit : var ema:Font =...

    Adjusted the code a bit :




    var ema:Font = new EmilysHandBold();//EmilysHandBold linked in Library
    //
    textFormat0.font = ema.fontName;
  15. Replies
    12
    Views
    1,809

    In the linkage of the library font I placed the...

    In the linkage of the library font I placed the Class name as "EmilysHandBold"

    then I assigned the text format to that :

    textFormat0.font = "EmilysHandBold";

    ------

    I tried that before...
  16. Replies
    12
    Views
    1,809

    Hmmm... I am not sure what the problem is, but I...

    Hmmm... I am not sure what the problem is, but I tried a few things. Please see this example file :

    http://www.todreamawake.com/Flash10_font_issue.zip

    Display fine in the Flash 9 Player, but...
  17. Replies
    12
    Views
    1,809

    I've actually tried it with it referring to a...

    I've actually tried it with it referring to a font class in the library and without. Both with the same result, but let me take another look at this file to see if there's something I'm over looking...
  18. Replies
    1
    Views
    859

    Showcase site still under development

    At this stage of the site, I like to get some feedback to see if anyone is having major performance issues. It may be hard to navigate through the site, because there's minimal text in place now, and...
  19. Replies
    12
    Views
    1,809

    Anyone ??

    Anyone ??
  20. Replies
    12
    Views
    1,809

    Hmm... maybe posting some example code would...

    Hmm... maybe posting some example code would help...

    This is something that doesn't display in Flash Player 10, using the built in list component :


    "CustomCellRenderer.as"


    package...
  21. Replies
    12
    Views
    1,809

    Flash Player 10 - Embedded Fonts Issues

    Has anyone experienced problems with dynamic fonts not displaying in the new Flash 10 Player?? I search the web to see if anyone found a solution but I have been able to find mention of the bug.
    ...
  22. Replies
    2
    Views
    13,766

    Thanks, it's a bit different then what is...

    Thanks, it's a bit different then what is displayed in the link above but I will look into it. I found something similar here:

    http://www.fisixengine.com/engine.asp
  23. Replies
    2
    Views
    13,766

    Flash AS3 rope effect (inverse kinematics?)

    Any thoughts on how I can implement a similar effect to what is displayed here:

    http://europe.nokia.com/musicalmighty

    Notice the wires from the plugs as you move them around. Any thoughts?
  24. Replies
    2
    Views
    2,747

    Perfect!!! Thanks, I must have missed that second...

    Perfect!!! Thanks, I must have missed that second part in the documentation.
  25. Replies
    2
    Views
    2,747

    Detect Webcam Access

    Is there a method to detect if the user granted access to their webcam after being prompted, and connection to ether the camera/microphone was successful.

    Alternatively is there a way to detect if...
Results 1 to 25 of 130
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center