A Flash Developer Resource Site

Search:

Type: Posts; User: gretch

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    313

    rollover clicking in IE for PC

    i have a button that calls a javascript function on rollover. when you rollover the button in IE on a PC it clicks. i assume that it cliocks becasue i am calling a javascript function? how can i...
  2. Replies
    1
    Views
    332

    sending SWF in email

    can you send Flash emails? so that when someone opens up their email, they see moving animations.
  3. exporting artwork from flash to illustrator

    i have a BUNCH of artwork in my library. i need to export it all so it can be edited in illustrator. is there any way to acomplish this? thanks.


    gretch.
  4. Replies
    3
    Views
    348

    truncated

    ok, this works now. but, some of the variable values are 5 words long. when i display them in a dynamic text field large enough to accomodate the text, the longer text gets truncated. know why? ...
  5. Replies
    3
    Views
    348

    so now i have this: _root.varMinute =...

    so now i have this:

    _root.varMinute = _root.var4_Anytime+", "+_root.var4_Nights+", "+_root.var4_MTM+", "+_root.var4_Family+", "+_root.var4_Share


    still does not work.
  6. Replies
    3
    Views
    348

    combining variables to display

    i am using this code to combine some variables to display in a dynamic text field:

    _root.varFeatures = "var5_voice"+", "+"var5_mobile"+", "+"var5_im"+", "+"var5_national"+", "+"var5_other"

    i...
  7. Replies
    1
    Views
    597

    got it. i just made a new change handler...

    got it. i just made a new change handler function for each checkbox.

    looks like this:

    stop();
    function avalue() {
    _root.var_rg4 = rg4.getLabel();
    }
    function bvalue() {...
  8. Replies
    1
    Views
    597

    checkbox script?

    on my page i have 5 checkboxes. they all need to send their label to an asp page if they have been checked. i can get them to send their value to the page no problem with this code:

    function...
  9. Replies
    1
    Views
    317

    combining variables to display

    i have this bit of code:

    _root.varMinute = "var4_Anytime"+"var4_Nights"+"var4_MTM"+"var4_Family"+"var4_Share"


    it is combining variables loaded from an asp page to display them on the flash...
  10. Replies
    3
    Views
    349

    still no dice with this new line in there. this...

    still no dice with this new line in there. this is maddening. any other ideas?


    thanks.
  11. Replies
    3
    Views
    349

    calling variables and query strings

    i am trying to call some variables from an ASP page with this bit of script:

    loadVariables("formreturn.asp?varLookup=("+varLookup.text+")", "_root");

    varLookup is a dynamic text field variable...
  12. Thread: www.sofake.com

    by gretch
    Replies
    1
    Views
    642

    www.sofake.com

    how did they do the zooming on this site?

    www.sofake.com
  13. Replies
    7
    Views
    841

    is this the proper way to stack up several check...

    is this the proper way to stack up several check box and radio button variable loads? i get some errors on the syntax chack that ask for more ;'s. seems like they are there in the right place...?
    ...
  14. Replies
    3
    Views
    456

    anyone know this one?

    anyone know this one?
  15. Replies
    3
    Views
    456

    before adding ==, when i hit the button with this...

    before adding ==, when i hit the button with this function attached to it, it would always go to page 6 regardless of whether or not you clicked the radio button., now that i use the ==, it does not...
  16. Replies
    3
    Views
    456

    radio button action script

    is this the proper way to load a variable from a radio button to use in a function? im using MX2004 thanks.

    local_national = function(){

    _root.Forms.form_4.var4_Local.getValue();
    ...
  17. Replies
    1
    Views
    448

    changed it, but still does not work

    changed it to this:

    local_national = function(){

    _root.Forms.form_4.var4_Local.getValue();

    if(_root.Forms.form_4.var4_Local = true){
    _root.forms.gotoAndStop("form_6");...
  18. Replies
    1
    Views
    448

    radio button action script

    is this the proper way to load variables from radio buttons to use in a function? thanks.


    local_national = function(){

    _root.Forms.form_4.var4_National.getValue();...
  19. Replies
    1
    Views
    347

    one more thing.

    "_root.Forms.form_4.var4_Local" is a radio button. that is the variable name of that radio button. do i have to address some level within the radio button to get the variable to show?
  20. Replies
    1
    Views
    347

    TRUE/FALSE action script question

    am i using true and false ok here? do they need quotes? thanks.



    local_national = function(){

    if (_root.Forms.form_4.var4_Local == true) {
    _root.forms.form_6.gotoAndStop("on");
    ...
  21. Thread: The basics.

    by gretch
    Replies
    4
    Views
    4,400

    osX

    do they have MAC OS X dev tools yet?
  22. Replies
    6
    Views
    559

    ne1?

    ne1?
  23. Replies
    6
    Views
    559

    this is my messed up interpretation of how this...

    this is my messed up interpretation of how this could work:


    if (_root.page8.(>1)) {

    on (press) {
    _root.page8.gotoAndPlay(7);
    }

    }
  24. Replies
    6
    Views
    559

    thanks. now im tryin to do something else with...

    thanks.

    now im tryin to do something else with action script. maybe you can help...

    on (press) {
    _root.page8.gotoAndPlay(7);
    }

    i have this code on a radio button. if the user picks NO...
  25. Replies
    6
    Views
    559

    Flash MX checkbox logic

    i have two checkboxes on the main timeline. i am trying to make it so when one is checked the other can not be checked, or if it was checked, to become unchecked. only one can be checked at any...
Results 1 to 25 of 34
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center