A Flash Developer Resource Site

Search:

Type: Posts; User: LPChris

Search: Search took 0.03 seconds.

  1. Interesting thing I found. If I call the...

    Interesting thing I found. If I call the WebService that's running in debug mode on my localhost it works fine. However if I call the published web service which is on my dev server, it won't work....
  2. Oh and this is in Flash 8 Professional, btw.

    Oh and this is in Flash 8 Professional, btw.
  3. [F8] Getting an "Error opening URL" when calling one particular method in a ws

    Alright so I have a webservice that feeds different parts of my flash file. I've instantiated the webservice variable in the root and use it in different functions. Now the weird thing is that it...
  4. Replies
    12
    Views
    650

    After looking at it more its definitely something...

    After looking at it more its definitely something in conjunction with dynamically loading the image. I placed an image on there and the filter worked fine, but when I dynamically load it, it doesn't...
  5. Replies
    12
    Views
    650

    By the way I want to thank you for taking your...

    By the way I want to thank you for taking your time to help me debug this issue. I was on another site and the topic was completely ignored.
  6. Replies
    12
    Views
    650

    Hmmm, well the thing is the image gets loaded...

    Hmmm, well the thing is the image gets loaded into the mask and then the user clicks it to see the tool box. In the tool box there's the black & white button so the image is definitely fully loaded...
  7. Replies
    12
    Views
    650

    Well are you dynamically loading an image into...

    Well are you dynamically loading an image into the movieclip? I'm wondering if that has a hand in the issue or what.
  8. Replies
    12
    Views
    650

    It happens any time the flash file is in a...

    It happens any time the flash file is in a browser window. In the Flash IDE, everything works as it should. In the browser though, the filters get a little funky. Everything else seems to work...
  9. Replies
    12
    Views
    650

    Not sure if it helps, but here's the filter...

    Not sure if it helps, but here's the filter function I'm using for the desaturation process.

    function getDesaturationFilter():BitmapFilter {
    var r = 0.212671;
    var g = 0.715160;
    var b =...
  10. Replies
    12
    Views
    650

    No, because I originally just had the Flash...

    No, because I originally just had the Flash Player 8 on IE and it was the same as when I upgraded to 9.
  11. Replies
    12
    Views
    650

    Filters not working universally.

    Alright I'm building this template engine in Flash 8 Professional. It basically gets images from a user's account and they can place the images into the loaded template and manipulate them from...
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center