A Flash Developer Resource Site

Search:

Type: Posts; User: erico564

Page 1 of 3 1 2 3

Search: Search took 0.23 seconds.

  1. Replies
    15
    Views
    47,124

    OK - I finally found what the problem was! It...

    OK - I finally found what the problem was! It turns out that the server that was serving up the crossdomain XML was returning it as type "application/x-httpd-php5-source". Turns out that Flash 9's...
  2. Replies
    15
    Views
    47,124

    Here's an update: I installed Flash Player 10. If...

    Here's an update: I installed Flash Player 10. If I try to submit the form from the live site, I get the exact same "Error #2048" message. If I test locally, the form works fine, but it worked fine...
  3. Replies
    15
    Views
    47,124

    Cool idea -- I'll give that a shot!

    Cool idea -- I'll give that a shot!
  4. Replies
    15
    Views
    47,124

    Thanks for the info wvxvw! I updated the...

    Thanks for the info wvxvw!

    I updated the cross-domain policy file to be secure="true" but I'm still getting the security error. Any other ideas?

    regarding the "catch" -- you're totally right;...
  5. Replies
    15
    Views
    47,124

    Another thought -- are there any things BESIDES...

    Another thought -- are there any things BESIDES actual security errors that trigger the error #2048 notice?

    Best,

    --eric
  6. Replies
    15
    Views
    47,124

    Hey there! thanks for the responses. @mlecho...

    Hey there!

    thanks for the responses. @mlecho -- The flash which is sitting on Server A takes the variables, submits them via POST to a php file sitting on Server B, which then returns a bunch of...
  7. Replies
    15
    Views
    47,124

    Error #2048 -- At a loss!

    I've got some strange stuff going on. I have a SWF that is hosted on server A. I have a php file on server B that processes forms. My SWF sends form information to server B and expects to get a set...
  8. Yeah, sometimes the examples that get distributed...

    Yeah, sometimes the examples that get distributed can still have old files in them. I once wrestled around for hours with something in SWFAddress that simply had an old example in it. Now I always...
  9. Hey there! Change this code

    Hey there!

    Change this code


    <script type="text/javascript">
    swfobject.registerObject("flashContent", "9.0.0", "expressInstall.swf");
    </script>
  10. Hey there! Checking the site out, I don't get...

    Hey there!

    Checking the site out, I don't get any errors (I'm checking on FF3 on the Mac). I did notice that you're still using the old SWFObject embed code (instead of the new code), so it's...
  11. Replies
    5
    Views
    3,418

    Hey there! I think you may be a little...

    Hey there!

    I think you may be a little confused on "importing". Typically if you want to use an existing swf inside a parent swf, you won't import it using File>Import>Import to Stage. Instead,...
  12. Hey there! The problems that you're getting on...

    Hey there!

    The problems that you're getting on the top and bottom appear to be being created by the moneyshot div. The quickest way to fix them is:

    1. First, the moneyshot window was listed as...
  13. Replies
    4
    Views
    908

    Hey there! There are a number of ways to do...

    Hey there!

    There are a number of ways to do this. Probably the easiest way for you is to simply change the text color (with no tween or anything like that). So here's how you do this:

    1. Open...
  14. Replies
    2
    Views
    577

    Hey there! You had one misspelling: ...

    Hey there!

    You had one misspelling:


    hospital.onRelease = funciton() {

    which should be
  15. Replies
    5
    Views
    3,418

    Just so I understand correctly: Are you trying to...

    Just so I understand correctly: Are you trying to dynamically load the existing SWF into the new one at runtime, or are you working in the FLA of the new SWF and you're trying to import the existing...
  16. Replies
    2
    Views
    2,100

    Also, I should mention that I did this tutorial...

    Also, I should mention that I did this tutorial on mouse click, just because it was easier to test, etc. If you want to make it on Mouse Over and Mouse Out, you can ignore the toggleFlakes function...
  17. Replies
    2
    Views
    2,100

    I did a rough version that emulates this effect....

    I did a rough version that emulates this effect. You can probably fine-tune it to be nicer, but this will get you started. Here's what you need to do:

    1. You need some sort of snowflake effect....
  18. Replies
    8
    Views
    6,429

    It sounds like you need a step by step...

    It sounds like you need a step by step introduction to Flash first, and then you can start looking at how to apply the other scripts from this site.

    Here's a great place to get started:...
  19. Replies
    2
    Views
    490

    This is a tutorial that explains how to load text...

    This is a tutorial that explains how to load text from an external text file into your AS2 app using loadVars(): http://www.oman3d.com/tutorials/flash/loadvars_bc/

    I agree with michaeltowse,...
  20. Replies
    4
    Views
    908

    Hey there! OK - it looks like you've got a...

    Hey there!

    OK - it looks like you've got a couple things going on here.

    GOAL #1: Text Entries in XML to Show Up On Buttons

    Right now, the text entries all show up in the "caption", instead...
  21. Replies
    3
    Views
    551

    You can try channel = playSnd.play(0); ...

    You can try



    channel = playSnd.play(0);


    ...but I doubt it's going to help.

    You can also try removing the sounds from your library and loading them on demand. Then you can use an...
  22. Hm - that index.html link is giving me a 404...

    Hm - that index.html link is giving me a 404 error. Can you double check the URL?

    Thanks!

    --eric
  23. Replies
    3
    Views
    677

    Actually, I just took a second look at your code...

    Actually, I just took a second look at your code and found the problem:

    Your code:


    <object width="475" height="185">
    <param...
  24. Replies
    3
    Views
    551

    This might be a silly question, but are the...

    This might be a silly question, but are the sounds preloaded or already in the library?

    Best,

    --eric
  25. If you're in AS2, try using "setMask" instead of...

    If you're in AS2, try using "setMask" instead of .mask:



    TF_bgpic_home.setMask(TF_bgpic_home_alpha);
    TF_bgpic_works.setMask(TF_bgpic_home_alpha);
    TF_bgpic_about.setMask(TF_bgpic_home_alpha);...
Results 1 to 25 of 65
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center