A Flash Developer Resource Site

Search:

Type: Posts; User: SpitSpitSpitty

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    9,546

    AS 2 Thanks! This worked great. :)

    Thanks! This worked great. :)
  2. Replies
    2
    Views
    9,546

    AS 2 AS2 and XML connectivity....

    Hi, I was wondering if anyone would know the AS2 required to direct a swf file to retrieve data from an XML file that is located 3 directories above the location of the swf file? I have gotten the...
  3. dynamic variables in Flash CC with createJS....

    Hi, I'm trying to dynamically create variables in a Flash CC, HTML5 Canvas document using createJS.

    What I'm trying to do is dynamically create variables by appending a number to the end of a...
  4. Scripting shortcuts for AS3 or JavaScript in Flash CC?

    Wondering if Flash supports any kind of scripting shortcuts for AS3 or JavaScript in Flash CC?

    AS2 allowed you to use shortcut keys to put repetitive script into the script window in Flash.......
  5. AS 2 Gotcha, thanks!

    Gotcha, thanks!
  6. AS 2 Another concern I'm wondering about is... Is...

    Another concern I'm wondering about is... Is there anything that has to be done when converting to the MP4 settings for the tilt rotation to work correctly on an I-pad or other tablet with tilting...
  7. AS 2 Thanks again!

    Thanks again!
  8. AS 2 Everything worked great, thanks! I have another...

    Everything worked great, thanks! I have another question if you don't mind...

    My Process:

    What I started out with was a swf file that I uses "so-think SWF Decompiler" to convert to a fla file....
  9. AS 2 Thanks! I will check for QT and give this a try.

    Thanks! I will check for QT and give this a try.
  10. AS 2 recommendations for converting swf video to MP4...

    Hello,

    I have a few projects that need to be able to work on the iPad and potentially other mobile devices that are and are not Flash based. They need to be converted from swf to mp4 and I'm...
  11. Replies
    1
    Views
    1,070

    AS 2 Went hunting and figured it out!!! for (n...

    Went hunting and figured it out!!!



    for (n = 1; n <= 7; n++) {
    if (eval("item" + n + "_") == "new") {
    set("_global.item" + n + "_", "clear");
    trace("item1_ = " + item1_);
    }
    }
  12. Replies
    1
    Views
    1,070

    AS 2 Dynamically set a global variable?

    I'm trying to dynamically change values for a set of global variables and I'm beginning to wonder if it's even possible.

    The global variables are:

    _global.item1_
    _global.item2_
    _global.item3_...
  13. This is the AS I use to connect to an XML file: ...

    This is the AS I use to connect to an XML file:


    // populates the text fields by callinging the functions
    // "getValue" and "findNode", if it finds the xml document

    function processXMLData...
  14. A single XML file will work for this. Just set...

    A single XML file will work for this. Just set all the nodes you want with different names in the XML and have flash retrieve them and save them as variables or arrays. That way you can access them...
  15. Got it to work. :) Zip file attached. Commented...

    Got it to work. :) Zip file attached. Commented all of the code I added. After it loads the 3 you have in the XML, it continues looking for more. So if you want it to stop you'll have to add a if...
  16. Passing HTML to SWFMill to be put into a swf...

    Hi,

    So I would like to be able to pass info from an html generator for individual text fields to SWFmill so that the html will still format the way it does in my existing swf.

    I'm using CDATA...
  17. This might do it... I'll give it a try at home...

    This might do it... I'll give it a try at home tonight. Thanks!

    One more question if you don't mind...

    If I rename a MC, make it do a series of things with that name, and then return it to it's...
  18. Thanks for your feed back poltuda. I actually...

    Thanks for your feed back poltuda. I actually started rethinking the project a little before I saw your post, still not sure how to approach it yet.

    What I am working on is a CMS type of thing...
  19. More than 1 instance name to a single MC?

    Hey,

    I'm using CS3 and want to know if it's possible to give more than 1 instance name to a single MC using AS2?

    The reason I ask is I have a bunch of templates that I want to load (one at a...
  20. Can FileReference.save() be used to save an XML file locally?

    Hi, I'm using CS4 and was looking around to see if there was a way to save info from a swf to an xml file and I came across the "FileReference.save()" feature that is available as of CS4 if I'm...
  21. Thank You!!!

    Thank You!!!
  22. Controlling multiple movie clips with 1 set of code on the main timeline

    So I have been trying to figure out a way to control multiple clips using the same "on press" & "on release" statements located on 1st frame of main timeline. A variable is being set to a value that...
  23. Replies
    3
    Views
    1,146

    Thanks, but not what I'm looking for. I want to...

    Thanks, but not what I'm looking for. I want to know if it's possible to use the value of a variable as a variable.

    so that if - Identifier = Text_1, or if it = Text_2 and so on, I can then use...
  24. AS 2 Your going to need to use the _y coordinates of...

    Your going to need to use the _y coordinates of the mouse to control the clip. You'll have to find a range of how high to how low the animation goes in relation to the _y. It could be as simple as if...
  25. Replies
    3
    Views
    1,146

    Variable value as a variable name?

    I have CS3 and am wondering that if I have a generated variable value that is the name of another variable, how would I use/convert that value in order to call that value as a variable name?
    ...
Results 1 to 25 of 51
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center