A Flash Developer Resource Site

Search:

Type: Posts; User: rwmorey

Search: Search took 0.16 seconds.

  1. Export Flash Movie built with ActionScript?

    Hello,

    I have a flash movie that I have made using action script to create my animation.. I am curious if there is a way to get Flash to "render" the movie some how so I can import the SWF into...
  2. Hi.. Well none of this code shows me up the...

    Hi..

    Well none of this code shows me up the movie is actually moving..

    I'm guessing that is one frame "up"

    If you want to e-mail me an attachment with the FLA, you can send it to...
  3. Replies
    9
    Views
    780

    So here is the code.. ...

    So here is the code..


    Array.prototype.fIndexOfData = function(findValue)
    {
    i = this.length;
    for (x=0; x<i; x++) {
    if (this[x].data == findValue) { vIndexOf = x }
    }
    return vIndexOf;
  4. What actions are executed when calling the...

    What actions are executed when calling the various frames in other movie clips you have referenced in that code?

    That is the code I am looking for..

    Rich
  5. Replies
    2
    Views
    383

    That worked.. Thanks!

    That worked.. Thanks!
  6. Why don't you post your action script code and we...

    Why don't you post your action script code and we can edit what you've got..

    Rich
  7. Replies
    1
    Views
    357

    Okay, never mind.. Apparently this behavior is...

    Okay, never mind..

    Apparently this behavior is only exhbited when working with the movie in Flash.. When I published it and looked at it on an HTML page, it was fine.

    Rich
  8. Why don't you just read the _x or _y value of the...

    Why don't you just read the _x or _y value of the object, and then set it to the integer value of same?

    wholeX = parseInt(myObject._x)
    myObject._x = wholeX


    That should work..

    Rich
  9. Replies
    2
    Views
    383

    masking dynamic text?

    Hi..

    I have a movie with a clip that has dynamic text.

    I have set up a mask for the layer with the clip in it, and when I have the project opened on the stage, it looks fine, but when I test...
  10. Replies
    1
    Views
    306

    Hi.. I am trying to figure out this same...

    Hi..

    I am trying to figure out this same thing.. If I come up with a solution, I'll let you know.

    Rich
  11. Replies
    1
    Views
    318

    I think there is a way to make a movie clip...

    I think there is a way to make a movie clip invisible..

    MovieClip._visible

    movieclip, movieclip._visible, _visible, visible

    Availability


    Flash Player 4.
  12. Thread: HEL Please

    by rwmorey
    Replies
    1
    Views
    324

    Is putting all of the content into one flash...

    Is putting all of the content into one flash movie a possibility? Or are the different segments dynamic?

    I don't know too much about it, but there is a loadMovie command that lets you load...
  13. Replies
    1
    Views
    357

    TAB Key and ComboBox

    Hi,

    I have a flash movie with several TextEdit fields and two combo boxes. I want the user to be able to navigate through the fields using the tab key, but when I tab into one of the combo boxes,...
  14. Replies
    9
    Views
    780

    Hi.. I've figured out that the variables are...

    Hi..

    I've figured out that the variables are accessible..

    But the array is an array of an object, so it won't work straight away with the function I've written. I'll have to modify it for use...
  15. Replies
    9
    Views
    780

    This is the code that I've created to do what I...

    This is the code that I've created to do what I want to do. I have the values in the combo box "listINVENTORY" stored in an array called "varItemsIdArray" and so I've created a function to figure out...
  16. Replies
    1
    Views
    333

    The only way to do it "silently" is to have an...

    The only way to do it "silently" is to have an executable on your server capable of sending mail.. If you are running on a unix or linux box you probably can use SENDMAIL. If you are on a Windows...
  17. Replies
    9
    Views
    780

    Hi.. Yes, I did mean setSelectedIndex() ...

    Hi..

    Yes, I did mean setSelectedIndex()


    Okay.. here's a problem now..

    I tried to set to change the "editable" programaticlly

    listINVENTORY.setEditable(true);
  18. Replies
    9
    Views
    780

    Hi.. Thanks for the info.. I'll give that a...

    Hi..

    Thanks for the info.. I'll give that a try.

    Whats wierd is that I got "setIndex()" to work..

    Rich
  19. Replies
    9
    Views
    780

    setValue() Not Working with a Combo Box

    I am having trobule with the setValue() not working for a combo box.

    Here is the code that I'm using to test it..

    function getValueOfItem() {
    valueOfItem = listINVENTORY.getValue();
    ...
  20. Replies
    4
    Views
    1,326

    Cool I got this to work! Thanks for your help....

    Cool I got this to work!

    Thanks for your help.

    Rich
  21. Replies
    4
    Views
    1,326

    Hi -- Thanks for this code.. but I'm still a...

    Hi --

    Thanks for this code.. but I'm still a little confused..

    Lets say I have an input text, with the variable name of "CUSTOMERNAME" for example.. Is this the code I would use to assign that...
  22. Replies
    4
    Views
    1,326

    Input Text with Events?

    Hello,

    I have a fairly complicated HTML form that I am trying to convert to Flash MX.. The only problem is that the standard INPUT TEXT "component" in Flash MX does not support any events...
  23. Replies
    0
    Views
    300

    Hi.. I know this is more a Generator question...

    Hi..

    I know this is more a Generator question but the board doesn't seem to be as active over there so I thought I'd post this question here..

    What does the "External Sumbol File" for a...
  24. Replies
    0
    Views
    338

    Hi.. I have a flash movie that I would like to...

    Hi..

    I have a flash movie that I would like to turn into a clip so I can bring the finished animation into another movie. I tried just importing the SWF file but that didn't work.. I don't know if...
Results 1 to 24 of 24




Click Here to Expand Forum to Full Width

HTML5 Development Center