A Flash Developer Resource Site

Search:

Type: Posts; User: jameskeane

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,346

    Dangerous Ground

    Check out this sweet new site for No More
    Landmines

    http://www.dangerousground.org
  2. Replies
    2
    Views
    971

    export video from swf on the fly?

    Howdy gang,

    i'm working on a project where a character is dynamically generated in flash and does a little dance. I would really like the user to be able to download a video file of this dance so...
  3. Replies
    0
    Views
    449

    sequential image loading via +i

    Flash 8, actionscript 2.


    for (var i = 0; i<squarecount; i++) {
    var ico = timeline.attachMovie(iconlinkage, "ico_"+i, i);
    var img = timeline.iconLinkage.createEmptyMovieClip...
  4. [F8] i'm having a bad day, please check:

    this.createEmptyMovieClip("errorholder", this.getNextHighestDepth());
    errorholder.createEmptyMovieClip("errorcontainer", this.getNextHighestDepth());...
  5. Replies
    3
    Views
    484

    Hi Carod, thanks for your response. a value of...

    Hi Carod, thanks for your response.

    a value of 'active' is being passed from an xml file via the xml connector for each language listed there to be activated for my application. so for each...
  6. Replies
    3
    Views
    484

    switch command is bad? HELP!!

    stop();

    trace (flag1value.getItemAt(0))
    var getvalue =(flag1value.getItemAt(0))
    switch(getvalue) {

    case "active":

    this.createEmptyMovieClip("flag1holder", this.getNextHighestDepth());...
  7. Replies
    1
    Views
    363

    [F8] attach code to a loaded button

    this.createEmptyMovieClip("flag1holder", this.getNextHighestDepth());
    flag1holder.createEmptyMovieClip("flag1container",flag1holder.getNextHighestDepth());...
  8. load button to certain x, y position???

    hi guys,


    stop();

    this.createEmptyMovieClip("flag1holder", this.getNextHighestDepth());
    flag1holder.createEmptyMovieClip("flag1container",this.getNextHighestDepth());...
  9. changing tack..

    Hi psb,

    no joy with that i'm afraid. however, i have been able to get the value to read out in the output panel using:

    trace (product.getItemAt(0))

    can anyone supply me with a piece of code...
  10. ^^bump^^ please guys. i'm still mega stuck on...

    ^^bump^^

    please guys. i'm still mega stuck on this issue!!
  11. Hi again, yes i must be taking those stupid pills...

    Hi again, yes i must be taking those stupid pills again.

    ok, so my code is now:


    stop();

    switch(listBox.product) {
    case "Brochure":
    loadMovie("pageflip.swf", loader);
  12. fixed it!! stop();{ if (listBox.product =...

    fixed it!!


    stop();{

    if (listBox.product = "Brochure")
    gotoAndStop(44);
    }

    thanks for the help zlatan, it helped me out to the solution! YAY!
  13. hi zlatan, stop(); ...

    hi zlatan,


    stop();

    switch(listBox.product){
    case "Brochure":
    gotoAndStop(44);

    }
  14. thanks dudeqwerty, no luck with that code i'm...

    thanks dudeqwerty,
    no luck with that code i'm afriad. anything else i can try!?

    thanks,
    James
  15. :::BUMP::: i'm sure the solution is easier...

    :::BUMP:::

    i'm sure the solution is easier than you think. please help! i'm desperate!


    thanks again in advance,
    James
  16. value from listbox to load external swf - URGENT!! aahhhh!

    Hi guys,

    i'm populating my list box with dynamic xml fine, and I need some script that will allow me to load an external swf file if the value obtained by the list box is a certain string.

    i.e,...
  17. dont worry guys, i've fixed it! my lists happily...

    dont worry guys, i've fixed it! my lists happily bind with the xml connector getting the variable from the attribute string. Think it was my directions that were playing up.

    yay!
  18. load attribute value with xml connector - HELP PLEASE!!

    Hi everyone,

    My XML document has no text data at all, only attributes and elements. I need to load the attribute values using the XML connector if at all possible, i.e that parts in the quotation...
  19. Replies
    1
    Views
    481

    change file suffix

    Hi guys,

    i'm developing a flash application that uses jdf (job definition format) files. That are made with xml, and if i change the extension .jdf to .xml manually flash can read the structure...
Results 1 to 19 of 19




Click Here to Expand Forum to Full Width

HTML5 Development Center