A Flash Developer Resource Site

Search:

Type: Posts; User: gverner

Page 1 of 8 1 2 3 4

Search: Search took 0.06 seconds.

  1. thanks i will give it a try

    thanks i will give it a try
  2. param using "&" in html not passing in Firefox

    This is weird and i am not finding any resolve: I am passing multiple parameters from the html code using "&" to separate them and it works in all browsers but FF.

    It looks like FF switched & to &...
  3. You are correct I just checked with the backend...

    You are correct I just checked with the backend guy and now it works fine.... thank you for the direction!!
  4. underscore in variable generates %5F instead of _

    I am trying to pass a var like this:
    DL_AUTH_USERNAME with a sendVars object

    When sent the _ are changed to %5F... looking like this
    DL%5FAUTH%5FUSERNAME

    example:
    var dataOut:LoadVars =...
  5. Replies
    0
    Views
    412

    [CS3] LoadVars and send to Login script

    What I thought was going to be easy is now turning into a Head banger for me:

    All I want to do is take a login form with username and password fields and send to a login page that expects two...
  6. Replies
    4
    Views
    643

    Hey thanks for trying howeveri foundmy issue: ...

    Hey thanks for trying howeveri foundmy issue:

    <?xml version="1.0"?>
    <!-- http://www.foo.com/crossdomain.xml -->
    <cross-domain-policy>
    <allow-access-from domain="www.friendOfFoo.com" />
    ...
  7. Replies
    4
    Views
    643

    I have control over the domain we submit to and...

    I have control over the domain we submit to and to my knowlege it is not blocked.... Can i ask what setting on the server would block the sendLoadVars.

    If I test this outside a browser... from...
  8. Replies
    4
    Views
    643

    sendAndLoad vars to different Domain

    I am sending variables to a domain using the load vars sendandLoad method. from the flash test enviorment it is great, however when I call the swf from a browser it does not work.

    I think it is...
  9. Replies
    4
    Views
    476

    yes it is a browser issue. I was woundering if...

    yes it is a browser issue. I was woundering if anyone knew a work around
  10. Replies
    4
    Views
    476

    thankyou

    Well this is tough because if the user clicks again the function makes a random generated id number that needs to pass again so disabeling is not an option. ... The weird thing is the function is...
  11. Replies
    4
    Views
    476

    button function call more then once in IE

    Is there a work around to call a function from a button more then once in IE?

    mybutton_btn.onRelease = function(){
    getURL('http://www.yahoo.com','_blank');
    }
    So in IE I click the button once...
  12. depthChild0 in form pops up when index his hit

    I have a tab index in a form

    When I hit the tab key a white box that is a Movie clip pops up?

    the debugger says

    Shape:
    Movie Clip: Frame=1 Target="_level0.contactForm.depthChild0"
    ...
  13. Thread: poker.com

    by gverner
    Replies
    0
    Views
    493

    poker.com

    Is Flash a robust enough platform to create a site with the same Functionality as poker.com? My concern is SWF files and having the code stolen or cracked to change outcomes of cards "security"
    ...
  14. text - anti alias for animation... not showing

    I find this annoying and not sure why it does it.

    I have recieved Fla files from clients and in them they use animated text. The text is set to "anti alias for animation". When I review from a...
  15. Replies
    2
    Views
    1,049

    So do they sell the software to you. then have...

    So do they sell the software to you. then have access to code and deploy and use as i see fit for my needs?
  16. Replies
    2
    Views
    1,049

    [F8] Poker Engine

    I need to get a poker engine that is written in actionscript/amfPHP or any combination of flash and a server. i am looking for something that i can start with as a foundation and add to it... If some...
  17. dynamic data

    We are having a big problem running reports and getting information back in IE and Fire fox.. the information is large and times it out or locks the browser up.

    I had a thought of using flash to...
  18. Thread: hanging swf

    by gverner
    Replies
    2
    Views
    421

    I think i figured it out ... it was a FLV...

    I think i figured it out ... it was a FLV componet i had in the library that i was not using.... is there a way to have flash play something while the components are being loaded ?
  19. Thread: hanging swf

    by gverner
    Replies
    2
    Views
    421

    hanging swf

    Has anyone had the same problem as me .. i made a swf with audio and an emmbeded video clip that is 500 frmes long. The action script i use makes the playhead run a loop untill frame 200 is loaded...
  20. Thanks again!!

    Thank you for the link
  21. Thank you so much!!

    Thank you so much!!
  22. Replies
    3
    Views
    1,557

    Thank You

    MMM I did not relize it returned something we can then hold into a var....

    Thank you very much for the input!!!!

    I posted another thread in the video area and was woundering if you knew much...
  23. playing a video on portable player or phone using flash

    I would like to play a short video clip on a portable player or phone. I looked and it may be hard to find a phone that will play flash.

    Does anyone know or can direct me to a tutorial that shows...
  24. Replies
    3
    Views
    1,557

    Alert Component

    Trying to use this alert box and it comes up well enough but not where i want it to ...

    Is there a way to set the position on stage?


    import mx.controls.Alert;

    // Define action after alert...
  25. true ....

    i want to make sure a section of the preloader plays then the onloadcomplete can fire or a 100 percent of bytes loaded would fire. right now if it is 100% it just jumps to end and skips the first 13...
Results 1 to 25 of 178
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center