A Flash Developer Resource Site

Search:

Type: Posts; User: Contact

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    3,984

    So how would I call a specific image from the...

    So how would I call a specific image from the .xml and push it into a specific movieclip in flash? Say I have 'exampleImage01' in the .xml and I am trying to push it into 'exampleMC' movieclip that...
  2. Replies
    6
    Views
    3,984

    Yeah, that's what I was looking to do I just...

    Yeah, that's what I was looking to do I just don't really know how to. I tried a couple tutorials for image galleries with XML and got those to work, but I can't really figure out how to just load...
  3. Replies
    6
    Views
    3,984

    AS3/XML Image Loading

    I have an project where I need to load in random images to movieclips spaced throughout a website and am having a little trouble dynamically loading the images in. Would it be easier to load the...
  4. Replies
    1
    Views
    10,682

    Code

    var xmlLoader:URLLoader = new URLLoader();
    var xmlData:XML = new XML();
    xmlLoader.addEventListener(Event.COMPLETE, LoadXML);

    var xmlPath:String = "image-scroller.xml";
    xmlLoader.load(new...
  5. Replies
    1
    Views
    10,682

    Scrolling dynamic XML Gallery - AS3

    Hey all, I've been trying to create a dynamically loaded XML horizontal scrolling image gallery and for the most part have it nailed down, just some small problems I can't really get through now and...
  6. Replies
    2
    Views
    705

    Yea, Thanks- Now I'm just stuck trying to get...

    Yea, Thanks-
    Now I'm just stuck trying to get the total of all the points awarded through the piece to appear in the dynamic textbox.
    The function I have adding up all the questions points is...
  7. Replies
    2
    Views
    705

    Conditional Answer Checking

    I'm working on a quiz-style piece right now and in short it's several pages of multi choice questions, each rewarding a certain point amount that is added up at the end and given specific results...
  8. Replies
    3
    Views
    774

    Honestly, hadn't started anything beyond the set...

    Honestly, hadn't started anything beyond the set up just because I didn't know what the most efficient set up would be.
    As far as that I just tween through the pages. Each page has 5 questions,...
  9. Replies
    3
    Views
    774

    Evaluative Quiz (AS3)

    I'm trying to build a multiple choice quiz right now, but I ran into a bit of an issue with a certain part of the code.
    What I'm trying to do is have XX amount of questions, each with 5 possible...
  10. Replies
    5
    Views
    2,018

    Thanks very much

    Thanks very much
  11. Replies
    5
    Views
    2,018

    No, I only set up one so far knowing this would...

    No, I only set up one so far knowing this would be the issue. That's basically the only code I wrote so far.
  12. Replies
    5
    Views
    2,018

    Swap Depths (AS3)

    I'm currently working on a project where I'm experimenting with scaling rollovers. Basically I have it when a person mouses over a movieclip it grows in scale. The problem is that I have 4 of these...
  13. Replies
    1
    Views
    823

    CS3 Swap Depths (AS2)

    Ran into a problem recently with a bit of code involving SwapDepths.

    Basically I have code loading random text onto the stage from the library; but when it loads the text it places it on the...
  14. Replies
    2
    Views
    662

    The mask is actually just on the top level to...

    The mask is actually just on the top level to give a sort of 'window' feeling when looking at the bar. Underneath is where the movieclip that scroll is. Admittedly, I found the code on a tutorial,...
  15. Replies
    6
    Views
    1,394

    I looked into it on google and found that it's...

    I looked into it on google and found that it's definitely a linkage issue.
    Thanks; this is exactly what I needed. I found a workaround where you place everything on a frame after the preloader,...
  16. Replies
    6
    Views
    1,394

    Thanks for the link, it definitely helped. I'm...

    Thanks for the link, it definitely helped. I'm still trying to figure out why the file pauses on 'frame 0' and holds there till +50% is loaded before it proceeds, any thoughts? I optimized the...
  17. Replies
    2
    Views
    662

    AS2 Image Gallery Issue

    I've been working with a file trying to set up a scrolling image gallery for a portfolio site and have it working, but not without a couple quirks.

    The gallery is pretty simply, 50+ pictures with...
  18. Replies
    6
    Views
    1,394

    AS2 Preloader Issue

    I've been trying to redo a website of mine for a while and have run into a wall with the preloader. I've tried several different versions of code and set ups with no luck at all. When I simulate...
Results 1 to 18 of 18




Click Here to Expand Forum to Full Width

HTML5 Development Center