4th post plz help

I am having a problems with dynamic text fields and
strings...
Using Flash 8 Professional by the way.
I have a number of swfs that load their content from XML
files generated by Flash using the strings panel.
My problem is that when I update one of the XML files it
seems to populate the text field in all of the files (even although
they all have seperate XML files) fields that share the same string
id...and then I get undefined in most of the other text fields in
the other files?
Has anyone come across this before?

__icarus__ wrote:
> Urami
>
> let me get this straight...do you mean that for every
text field regardless of
> the fact that it is in a different file or not, they all
need a different
> string ID?
That is correct. If you use same ID across multiple files, it
will get all confused.
Never the case if you have unique ID for each string.
> Here is my situation...I am creating a ELearning course
that has a main
> interface that loads content swf movies into a blank
movie clip within it. So
> for example I have a file called introduction.swf and
one called
> objectives.swf. In each of the files I have a text field
heading with a string
> ID of "my title "...are you saying that I need to give
each heading a seperate
> ID even although they are in different swf's and have
their own XML file?
Yes that is what Im saying. Flash does not care where the
data comes from.
It seek it by its ID name, Variable name etc... If you load
movies into each other
they start sharing the same main movie and it's easy for
cross level string
contemination. That is why you should be naming them
differently, throughout the
entire project.
> so if
> I gave the text field in introduction swf an Id of
"intro_heading" and the one
> in the objectives swf an id of "objective_heading" it
should work?
Certainly.
Best Regards
Urami
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • Very important post. plz help!!! video problems. cant find related posts.

    okay so i bought the new ipod video 30 gig, like a few days ago. i just bought two episodes of Lost from season 2, the first two episodes of the season. they play fine on my computer on itunes, they wont play on my ipod. this is what happens: i click on the episode, it pauses for 3 seconds and than a blue/purple screen comes up for like 6 seconds and than it goes back tothe menu with the two episodes.
    i also bought the new CD from Anti-Flag today as well from itunes, they play fine on itunes but on my ipod it skips from song to next song without playing it but when i plug it in my computer it says it played X number of times.
    plz help me.

    And no purchased content works?
    Try this...
    Part 1:
    1. Navigate to \iPod_Control\iTunes on the iPod in Windows Explorer. You may have to turn on Show Hidden Files and folders. To do this, go to Tools-->Folder Options, click the view tab, click the bubble to show hidden files and folders, click Apply, and click OK. Look for the presence there of a file named iEKInfo. Is it there? If so, make a copy of this onto your computer somewhere. While there, make a copy of iTunesDB also. Don't delete these copies.
    2. Create a new, administrator user in Windows . (Start-->control panel-->user accounts-->create a new account)
    3. Log out of the current user.
    4. Log into the new user.
    5. Restore the iPod as documented in this article:
    http://docs.info.apple.com/article.html?artnum=60983.
    6. Open iTunes.
    7. Set the Music sync preference in iTunes for the iPod to Manual mode.
    8. Download the free single of the week from the iTunes Music Store.
    9. Verify that the song plays in iTunes.
    10. Drag only this song to the iPod.
    11. Eject the iPod from iTunes.
    12. Disconnect the iPod from the computer.
    Does the song play?
    If the iPod is able to play this song, follow these steps:
    Part 2:
    1. Log out of the new user.
    2. Log back into the original (affected) user.
    3. Reconnect the iPod to the computer.
    4. Drag some of the older purchased content (that would not play before) to the iPod.
    5. Eject the iPod from iTunes.
    6. Disconnect the iPod from the computer.
    Does the affected content play?
    Is the iPod still having the same issue? Try these possible solutions:
    Part 3:
    * Delete the SC Info.sidb file as documented in http://docs.info.apple.com/article.html?artnum=302386.
    * If the issue persists, recreate the iTunes Music Library as described in http://docs.info.apple.com/article.html?artnum=93313.
    Does the music play?
    Please post back if this works or not.
    btabz

  • Msi k8t neo fis2r wont post plz help

    I recently updated my bios for the motherboard, and now I can't get the pc to post.  Before I had the pc going but it kept getting gpfs and crashing to the desktop from games..
    I was having problems with it not wanting to post before but I raised the voltage to my ram and fixed that, the problem is that when the bios got wiped from the upgrade it lowered the voltage on the ram..now i just cant get it to post at all..if anyone has any suggestions on how to get this powered up so i can change the voltage again please let me know
    I am only using one ram chip...
    my specs are
    athlon 64 3000+
    512mb mushkin special
    sapphire radeon 9800 pro
    msi k8t neo fis2r mboard
    antec 430 watt 12v - 20a
    i cant afford a new psu and i know this one is ok as my friend tested it in his identical system for 24 hours ..
    my mboard just seems to refuse to post ..i upgraded my bios and the voltage dropped because the update sets the defaults back to default..
    after i upgraded the bios, it posted once, i was in the bios and i saved some settings and restarted..i was going to go back and up the voltage on the ram again so that it would post (i had solved my problem similar to this earlier by upping the ram voltage to 2.75) but it was too late and after it shutdown it wouldnt turn back on
    also, ive tried all 3 ram slots with the chip, and ive cleared the cmos with the jumper 3 times..

    your complete specs may help .. if running two sticks of ram you could remove one stick ... you could also reset the bios using the clear CMOS jumper .. but without more detailed specs ppl will struggle to help you

  • This is my first Post plz help

    HI
    I want to replace one particular character at a particular position only once and return the new string .
    Is it possible to retain the same string name after changing one character in it .?
    Please help .

    hi confuse insomania,
    How to convert after getting the characterwhat to convert
    i want via indexOf method and then replace it with a new character in the same string tell here clear example ,
    is it like this,
    str1="vijay kumar is a boy";
    search = "is";
    replace with = "xy"
    you want answer like this "vijay kumar xy a boy";
    or
    "vijay kumar isxy a boy"
    or
    specify
    Message was edited by:
    drvijayy2k2

  • 3rd post plz help

    I am having a problems with dynamic text fields and
    strings...
    For some reason the content in the dynamic text field doesn't
    update when I modify the XML file?
    Has anyone come across this before?

    __icarus__ wrote:
    > I am having a problems with dynamic text fields and
    strings...
    >
    > For some reason the content in the dynamic text field
    doesn't update when I
    > modify the XML file?
    >
    > Has anyone come across this before?
    Flash movie is loading cached file, clear cache and reload
    the page.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Plz help I'm living in Indai can i order ipad 4th gen in USA

    Plz help I'm living in Indai can i order ipad 4th gen in USA??

    iTunes Radio is currently only available in the US

  • Intial stock posting problem plz help me

    hi gurus,
    i hav struck up in mb1c,i could post the stock,iam getting the error message is 12/2008 is not open to account type S and GL acct 799999.i hav went and altered in OB52,Ihave tried in OBYC but still iam getting this message.
    plz help me with steps
    regards
    kannan

    HI GURUS,
    I ACCEPT ALL UR ROUTINE PROCESS WERE I HAVE DONE ALL THOSE CONFIGURATION ,OMWD,OB52,OMWB ALL STUFFS BU STILL ERROR IS ON ITS WAY.I HAVE GIVEN GL ACCOUNT AS 800000 AND DONE MY CONFIGURATION IN OB52,AS
    0001-+-ZZZZZZZZZ-1-2008-12-2009-13-2008-16-2008-
    0001-A-zzzzzzzzz-1-2008-12-2009-13-2008-16-2008-
    0001-D-zzzzzzzzz-1-2008-12-2009-13-2008-16-2008-
    0001-K-zzzzzzzzz-1-2008-12-2009-13-2008-16-2008-
    0001-M-zzzzzzzzz-1-2008-12-2009-13-2008-16-2008-
    0001-S-zzzzzzzzz-1-2008-12-2009-13-2008-16-2008-
    next i have assigned the valuation group code to the company code but still i am getting 12/2008 is not open to account type s and gl account 799999

  • Problem posted for the third time! PLZ HELP! Mic not working! :)

    Hey all!
    My Microphone isn't working. Im useing the onboard Live 24-Bit. To this I have at 7.1 Creative Inspire TD7700 with the external decoder, connected. Im useing the Optical cable, if that have anything to do with this.
    When I connect my micrphone, I cant use it at the same time that I play sounds. The difference is when I use the "Digital Output Only" function in the mixer. Here is what it does:
    When DOO is on: I can play and hear all sounds, but my microphone is not working at all.
    When DOO is off: I can record with the micrphone, no problem. I can create and record pretty good wave-files. But I can't hear anything.
    A thin I could do is to turn DOO off, record af wave, turn DOO on, and play the file. -But how cool is that?
    Besides, the primary reason that I got the mic, is that I play alot of World of Warcraft. And I want to use TeamTalk.
    Therefore, isn't there a way to get both things at once, just like "in the good old days"?      Plz help!

    Thana, the mods/admins are on strike...just bump this question if they stop their strike...

  • Plz help????????????tell me about the oracle project as i am new to oracle

    plz tell me how i can get oracle project i.e sample project or demo projects
    so that i can have an idea...............
    plz help....................
    thanks

    This is your 4th or 5th post in which you are using subject like this and I guss you might have been told to write in a decent manner. Havnt you learned anything about being bit decent ?
    Why you think that these hell lot of question marks are going to make it more important than other posts. If you want to ask something, just be polite and give some good subject to the post.
    BTW why you are looking for ready made demo projects ? Want for some assignment ? If you are new, think, make a project and learn. There is no tablet that can help you in learning Oracle.
    Sidhu
    http://amardeepsidhu.blogspot.com

  • I have 32 gb ipod and i inst new os 5.1 but after that i am not able to add movies...so plz help me

    i have 32 gb ipod and in last week i int the new os that is 5.1 but after the same i am not able to add movies and music ...so plz help me in this

    Do you really mean iOS 5.1, or do you mean iOS 5.0.1? If you do mean iOS 5.1, that has not yet been released yet so you you have a beta version, for which we cannot provide help here. If you are a registered Apple developer, you hvae recourses through which to request assistance and report problems.
    If you have iOS 5.0.1, post back with details - your model of iPod (3rd generation or 4th generation), the operating system on your computer, the version of iTunes, and the exact symptoms of the problem - and someone here can probably then offer suggestions.
    Regards.

  • Error while opening a module. plz help me, very urgent.

    when i try to open a module, the following error message appears on my screen.
              " no j2ee component found in d:\krisp\programs\servlets".
              i've installed bea in c: drive and my servlet program is in d: drive.
              plz help me, it's very urgent.

    Can you provide some more information? What were you doing when this happened?
              Can you post the entire error message?
              -- Rob
              WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • How to print text/data in flex 3 using printer???Plz help...

       Hi,
              plz tell me the way to print text/data using printer in flex.  I tried the FlexPrintJob class. but it takes object of a container to be printed & prints the visible content of that container(along with scrollbars), bt i want to print all contents of the container(including invisible).
          I have tried to print bitmap image through FlexPrintJob but it takes lot of time for spooling... So plz help me out in printing(fast with all content) in flash
    I am using flex 3 (flex Builder 3 IDE).
      Thanks in advance!!!

    Hi Sagar,
    Don't worry You can use the below work around to print all the contents of the Container including the invisible contents under scrolll with out scroll bar..
    So what the idea here is we are seeting the container height to full size with out scrolls before sending the container object to printer and as soon as you print the object you are restoring it to the original height with scrolls...so that you can print the full contents without scrolls...
    You may have doubt that by chnaging and restoring the size the user may see momentary resize of the container but it is not so as it is a fraction of a second and user cannot notice this change... Give it a try ..I had already run into this problem recently and I have found a work around for this which is as below:
    // Here mainContainer is the container or box id the contents of which you want to print
       private function doPrintContainer():void
        var printJob:FlexPrintJob = new FlexPrintJob();
        if(printJob.start() != true) return;
        try
         var mainContainerHeight:int = mainContainer.height;
         //Increasing the height of the desired component to be printed.
         mainContainer.height = mainContainer.measuredMinHeight;
         mainContainer.verticalScrollPolicy = "off";
         //Adding the resized Component to our FlexPrintjob and then sending the print request
         printJob.addObject(this,FlexPrintJobScaleType.MATCH_WIDTH);    
         printJob.send();
         //Resizing the component back to normal size
         mainContainer.height = mainContainerHeight;
         mainContainer.verticalScrollPolicy = "auto";    
        catch(error:Error)
                     trace("Error : " + error.message);
    If this post answers your question or helps, please kindly mark it as such.
    Thanks,
    Bhasker Chari

  • I have purchsed gem in clash of clan through my credit card but i didnt recieve the gems..it has also reflected in my bank account and my itunes purchase history...how can i get them back??who should i complain to??? plz help....

    i have purchsed gem in clash of clan through my credit card but i didnt recieve the gems..it has also reflected in my bank account and my itunes purchase history...how can i get them back??who should i complain to??? plz help....

    You need to talk to clash of clans first. The game should have a support link.
    If they can't/won't help you then you turn to iTunes support.
    There seem to be a lot of issues with in app purchases in this game because not a day goes by that someone doesn't post a thread asking something similar.

  • 500 internal server error..plz help

    hi,
    since i started working on oracle apps...this forum has proved itself alt helpful...
    i have performed a single node installation successfully over my laptop on win xp sp2 os.
    alt of error generated bt in da end i always found a solution here...
    guys like hsawwan are a great asset for this forum.....
    may GOD reward u guys fr da job u r doing by helping others....
    my recent problem has left me in a fix....
    problem:
    after a successful installation my system was working very fine ... i used the application and every thng seemed to work ok...
    bt thren i restarted my pc nd this chaos started ....
    first m receiving
    500 internal server error...
    thn a blank screen
    now again 500 internal server error...
    steps i performed
    1-restarted db listener
    2-Disabled Distributed JVM Cache by changing "LONG_RUNNING_JVM=" from "true" to "false" in the oc4j.properties.
    reference =metalink Doc ID: 761869.1
    plz help me get rid of this error.....
    m nt an xpert .m a newbie.. so if u xplain in plain simple word i'l b grateful....
    thanx thanx thanx in advance ....

    HI
    Sorry for late response ...
    actually i performed the installation of 12R ON MY LAPTOP...
    SORRY for posting it in 11I INSTALLATION issues...
    my problem was solved by this action plan...
    i am writing it here for some future reference ...
    open a new shell and set your apps environment
    then goto following directory -------->>> cd $ADMIN_SCRIPTS_HOME
    stop this service ---->>> adopmnctl.sh stop
    make a check if it is really down--------->>> ps -ef | grep <USER> grep opm (optional)
    delete the following:
    rm -fr $INST_TOP/ora/10.1.3/j2ee/oacore/persistence/* (optional but it would be better if u perform it)
    rm -fr $INST_TOP/ora/10.1.3/j2ee/oafm/persistence/*
    rm -fr $INST_TOP/ora/10.1.3/j2ee/forms/persistence/*
    again start the services ------>>> adopmnctl.sh start
    restart your machine ....
    this solution worked for my pc ...
    note ** solution may differ for different users ....
    thanks a lot helios and hsawwan for ur support .... :)

  • How can  I access my java class file in a .jar file ...PLz Help anyone!!

    Hi Folks,
    I am new in Java programming, have a .jar file that contains .java files that I want no access and use from another .java file. These files in the .jar file basically form a library thus have no main-method. However I can not declare an instance of the library (in the .jar file) and use it within my program.
    Plz help ...I have tried all I know in vain.
    Thanks.

    temba wrote:
    Hi Folks,
    I am new in Java programming, have a .jar file that contains .java files that I want no access and use from another .java file. These files in the .jar file basically form a library thus have no main-method. However I can not declare an instance of the library (in the .jar file) and use it within my program. You are making little sense. You can't instantiate .java files.
    Plz help ...I have tried all I know in vain.
    Thanks.Could you post WHAT you have tried and also post what error messages you received?

Maybe you are looking for