A Flash Developer Resource Site

Search:

Type: Posts; User: Red2034

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,163

    Shuffle / randomizer for XML data

    I have a quiz set up pulling xml data in:
    <?xml version="1.0" encoding="UTF-8"?>
    <document>
    <intro><b>Introduction & Instructions</b></intro>
    <desc>Description can go here</desc>
    ...
  2. Replies
    1
    Views
    1,180

    This is starting to work better: if...

    This is starting to work better:


    if (this.A1D4.A1D4text.text.charAt(0) == "*"){
    trace("success");
  3. Replies
    1
    Views
    1,180

    checking for charAt string

    Anybody see an issue with the code block below?!?!?!
    AS2 , and I have double checked the names. I am feeding in xml text to a button then trying to check to see if the button has '*' as first...
  4. Replies
    1
    Views
    1,304

    Dynamic buttons

    I would like to build XML driven vertical buttons that resize to a total ( If I have one btn it will be 100%, if I have three btns they will be 33.333% - 4 btns will be 25% each and so on - hope that...
  5. Replies
    0
    Views
    1,090

    using #includes

    I am loading and parsing xml data in an includes.as - but the only frame it seems to populate with dynamic data is the same frame the #includes is on... I have many other frames all with MC.Textboxes...
  6. Replies
    0
    Views
    407

    AS3 / Captivate 5 skin

    I am trying to re-purpose the CC btn in a Captivate 5 skin:

    SO I have updated the btn image and added the btn code

    pbcCC_mc.addEventListener(MouseEvent.CLICK, callLink);
    function...
  7. Replies
    9
    Views
    2,051

    I embedded the numbers and it seemed to work -...

    I embedded the numbers and it seemed to work - thanks everyone for the help!
  8. Replies
    9
    Views
    2,051

    I should explain a bit more - It only bounces...

    I should explain a bit more - It only bounces around in the Articulate wrapper.
  9. Replies
    9
    Views
    2,051

    It moves about 5-10 pixels left then right and...

    It moves about 5-10 pixels left then right and then sometimes up and down?!?!?! about 1-2 time a second.
  10. Replies
    9
    Views
    2,051

    Great that worked! but now the dynamic text field...

    Great that worked! but now the dynamic text field bumps around as its counting down. It is fine when I view the swf by itself.
  11. Replies
    9
    Views
    2,051

    [RESOLVED] AS2 pathing...

    I have found some code that uses _root.

    //_root.createTextField("timer", _root.getNextHighestDepth(), 5, 0, 100, 25);
    _root.myMinutes = 10; //set to number of starting minutes
    _root.mySeconds =...
  12. nobody knows this one!!! I figured someone would...

    nobody knows this one!!! I figured someone would have run into this prob before?!?!?
  13. mp3 playing but not when HTML is launched!!!

    when I launch the swf the mp3 plays but when I launch the html it is not... ugh need help!





    function showPage() {
    stopAllSounds();
    _level0.ui.content_area.content.loadMovie("modules/"...
  14. Replies
    1
    Views
    798

    MX XML text question?

    I am posting text from an XML doc to many text fields I have on a page... and this is working fine, but I have one text field that needs to repopulated if a GUI button is pushed. The function the...
  15. Replies
    0
    Views
    339

    [F8] PreLoading xml

    I am using this code on the first frame:

    preloadbar_mc.onEnterFrame = function(){
    if (!this.target) return (0);
    var loaded = target.getBytesLoaded();
    var total = target.getBytesTotal();
    ...
  16. function showPage() { stopAllSounds();...

    function showPage() {
    stopAllSounds();
    _level0.ui.content_area.content.loadMovie("content/" + contentItems[currentContentItem].attributes.FILENAME);...
  17. _root Function targeting a loaded swf .htmlText

    function showPage() {
    stopAllSounds();
    _level0.ui.content_area.content.loadMovie("content/" + contentItems[currentContentItem].attributes.FILENAME);
    loadTxt(); //the line above loads the...
  18. Replies
    3
    Views
    533

    Thanks...

    After digging a bit deeper on capabilities, I dont see a browser detect, cookies enabled, computer memory, processor, color depth, or pop-up windows enabled?!?!?! am I just out of luck with these?
  19. Replies
    3
    Views
    533

    Can flash detect monitor resolution?

    Can flash detect monitor res, or any other system resources (processor speed, browser, pop-up blocker, memory, etc.)?? I know there are secutity issues, but i would like to create a detect/launch...
  20. Replies
    9
    Views
    908

    Yes... I wrote something similar this morning, but....

    Yours is working better....!

    Now I need to finish the myFunction() part: Im getting it to pop the terms.swf but its not loading the gloss.xml info....is there a better way to have the term in...
  21. Replies
    9
    Views
    908

    Nice work!

    Bingo flammingo --- Now - step #2

    Do you know of a tutorial (or can you help with) that will show me how to cross reference the content.xml with a glossary.xml. Meaning that I will like to load...
  22. Replies
    9
    Views
    908

    MX file

    Im getting errors on export as MX but here you go.
  23. Replies
    9
    Views
    908

    hmmm - still not working

    ok - but still not working - I am posting my test files....

    Thanks for the help, hope you see the issue
  24. Replies
    9
    Views
    908

    Search and Replace XML text

    ok - so I am loading XML and then trying to search and replace some of the text: see below for code (this is after all the xml load stuff....). It is not effecting the xml after loading?!?!?!? please...
  25. Replies
    1
    Views
    488

    loading in XML...

    function loadXML(loaded) {
    if (loaded) {
    xmlNode = this.firstChild.nextSibling;
    bodyText = xmlNode.attributes.body;
    popupNu = [];
    popupTitle = [];
    popupBody = [];

    total =...
Results 1 to 25 of 33
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center