Text showing up undefined

i opened a fla that use's actionscript 2 the only way my text will work is if it is static text. thanks, ron

Since you are dealing with an AS2 file you will either find the code attached to the object(s) or in the timeline.  In either case you need to have the Actions window opened... that's where the code is likely written. 
Code in the timeliine can be found in any frame where you see a lower case "a"-looking symbol.  Just select the frame while the Actions window is open and whatever code is in that frame should appear in the window.
Code attached to objects is harder to find since the only way to find it is to select the object while the AQctions panel is opened and see if anything shows up.
If you do not know these basic things about Flash you are probably going to have to consider hiring someone to do whatever you need to do.

Similar Messages

  • How can I prevent my texts showing on another family members iPhone?

    How can I prevent my texts showing on another family members iPhone?

    Stop using the same apple ID for iMessage on both phones.
    Your question has already been asked and answered many many times. Search before posting please.

  • No text showing up on iTunes tried reinstalling started today

    Starting today there is no text showing up on my iTunes I have tried reinstalling and nothing is working I haven't updated or anything don't know why the sudden issue

    That's consistent with trouble with the Segoe UI fonts on your system.
    If you're using Windows XP or Windows Vista, try Vortical's technique from the following post:
    Re: iTunes 10.1 Missing Text
    But if you're using Windows 7, try itunesTRK's suggestion from the following post:
    menu bar invisible

  • How to make mouseover effect text show image in popup window or tooltip?

    I am trying to display a popup image in a new window when the mouse moves over some text. Or perhaps, the image could display in a tooltip when the mouse moves over some text.
    However, I have achieved the functionality of an image appearing above the text when the mouse moves over some text. This is how I did this:
    I put this code into the Page HTML Header:
    <script type="text/javascript">
    <!--
    function setFirstChildImgDisplay(el,vis) {
    if(!el || !el.getElementsByTagName) return;
    el.getElementsByTagName('img')[0].style.display=vis;
    // -->
    </script>
    I created a region and put this in the Region's Title field:
    {div onmouseover="setFirstChildImgDisplay(this,'inline')"  onmouseout="setFirstChildImgDisplay(this,'none')">Check out Page 1 here <img src="#WORKSPACE_IMAGES#DGNR Preview Page 1.bmp" alt="Page 1 Preview" style="display:none;">{/div}
    I am thinking that I should not have all of this code in the Region's Title field. But, I don't know where else to put it in APEX.
    So my questions are:
    1. how to get an image to display in a popup window or as a tooltip when the mouse is moved over some text?
    2. where should the {div} content be placed in APEX, if not in the Title field?
    Please note that I used '{' & '}' instead of '<' & '>' just so the div would display in this post.
    Also, I would like to give credit to this website because this is where I found out how to do what I have provided above.
    http://forums.devshed.com/web-design-help-2/mouseover-effect-text-shows-image-321876.html
    Thank you in advance,
    Maggie

    It's just an image map. Play with the settings. Here's a shape layer making a hole in the water and adding a bit of color.

  • Conditional text showing as white space w/ condition indicators On

    We are using condition indicators with both a color
    and an overline, underline, strikethrough, etc. When
    we have the condition indcators on, and do Show All,
    some text shows up as white space until we change
    the indicators. Unfortunately, the behavior is not
    consistent in that when I change an Overline to As Is
    with some colors (like the standard Red or Blue),
    the text remains whtte. It's only if I alaso change
    the color to one of the custom colors we are using
    for headings that we can actually see the text.
    A similar disappearance is happening with cross
    references that use a charaacter tag Hyperlink
    with standard Blue as the color (no underline) in
    the cross ref format. The text tagged with Hyperlink
    disappears while black text (Default para font) shows
    up. If we change the cross Ref format to use a different
    character tag, it shows up.
    Track changges is Off. It has neer been turned on.
    Bug or feature?

    Sodal, I tried and I got a "Missing arguments for command '\position'."
    I had used a field on bottom of page 1 before but I got a "field not found on subform CONT" error.
    Does anything else come to mind.  Thanks!!

  • On the iPhone, why do some texts show up in blue and some in green?

    Dumb question.. Why do some texts show up in blue and some in green on the iPhone?

    Not dumb at all. The blue ones are iMessages, while the green ones are regular text messages.
    Regards,
    Leann

  • I am building a website and viewing in Firefox no bold text showing OK in Explorer

    I am building a new PHP web site and when I view it in Firefox none of the bold text shows as bold, it works in Explorer. I have the latest version of Firefox and i am running windows 7. I have read several similar problems on the net but they are two or more years old.
    Please can you help.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • ITunes opens but without any text showing.  Drop down menus have text but not the app itself. I have a Mac Powerbook Pro running Windows XP under Boot Camp.

    Running under Windows XP,  a few upgrades ago iTunes started opening without any text showing in the application.  Clicking on PLAY will play music but no text shows to indicate what's playing and no text to show music library. Drop down windows show text but not the app itself.
    Subsequent upgrades and reinstalls have not corrected the problem, When I run under iOS (Snow Leopard), iTunes opens with text and runs correctly.
    Help!

    Because I created FAT32 partition using Boot Camp tool few days ago I installed my custom copy of Windows XP with SP3, IE7 and WMP10 integrated using nLite (for WMP10 integration use RVM Integrator). I did not use Boot Camp tool this time - I just booted CD using Option key. Then I installed Boot Camp 2.0 drivers you can find on Mac Disk 1. After this I installed Boot Camp drivers 2.1 update. In Add or remove Programs I checked drivers - I uninstalled old drivers which call identical, but you can skip this. Everything works fine BTW it is better to format your partition to NTFS - you have much less disk errors, you do not waste time for disk errors scans during Windows startup, your data are much more safe. If you need NTFS write permissions use great tool Paragon NTFS for Mac OSX or open source NTFS driver.
    Message was edited by: limo79

  • [CS4, JS] Text frame geometricBounds undefined

    Hello,
    I'm searching through all the paragraphs in a document for paragraphs with a particular paragraph style. When it's found, the script takes the geometric bounds of the parent text frame and uses them later. However, it doesn't work in some documents because the geometric bounds of text frames are undefined and cause an error. The error causing documents were originally PageMaker documents than have been opened through InDesign as saved as .indd. Documents created in InDesign run the script fine.
    Anyway, here's the part of the script that's causing problems (I've tried iterating backwards and forwards, but to no avail):
    myDocStories = app.activeDocument.stories
    for (var i = myDocStories.length - 1; i >= 0; i--){
    for (var j = myDocStories[i].paragraphs.length - 1; i >= 0; i--){
    // Check each paragraph in active document for the chosen find paragraph or object style
    if(myDocStories[i].paragraphs[j].appliedParagraphStyle.name == myFindParVal){
    var myBounds = "";
    myBounds = myDocStories[i].paragraphs[j].parentTextFrames[0].geometricBounds;
    The weird thing is, if I select a paragraph that's found by the script and run app.selection[0].parentTextFrames[0].geometricBounds in the console...it tells me the bounds of the text frame.
    I have literally no idea why it's doing this, but I suspect it's something to do with the fact that they used to be PageMaker files...

    You are brilliant. A quick rejig of when the bounds are taken and it's fine again.
    Thanks!

  • Default Tab settings in Text:Show Ruler Menu

    How can I change the default number of tabs and their positions when using the Text menu in an application developed with Interface Builder and XCode?

    In IB, select the NSTextView area, enter some text (a single character seems to do), set the new default tabs with Format:Text:Show Ruler and save the nib file with the new tab defaults.

  • Why does text show differently (vertical alignment) when viewed on a PC than on a Mac?

    The text shows misaligned (different) when viewed on different platforms (Mac or PC)
    The Menu section on this website ~> Menu
    Is there a way around this or a fix it. I was trying to look at the code in Dreamweaver and I did see some weird (>Span<) tags, I'm wondering if it might have to do with it.
    The goal is to align the right side (prices) perfectly. I even had to do the 'tracking' individually to every line. It does work, depending on what platform I'm working on, if I work and publish from a Mac, it would look fine no matter what browser I use, but when viewed on a PC the text gets misaligned. The same happens if I work and publish from a PC, it would show misaligned on a Mac.
    Hope there is a reasonable explanation for this.
    - Thank you,
    Ricardo

    The primary cause of the misalignment is the fact the text is using a "Web Safe" font. A "web safe" font is not a single font. Rather it's a list/stack of fonts for the site visitor's browser to try until it finds one that's available the visitor's computer. That means on one computer the text is in one font (i.e. Arial) and on another computer it's another (i.e. Helvetica) with the subsequent fallout caused by the varying character widths between the two fonts. The best way to reduce this variation between site viewers is to use a Web Font (either an Edge Web Font or a Self-Hosted Web Font).
    The alignment still won't be entirely consistent across browsers (or even versions of browsers), because each browser has it's own text layout engine and the engines do sometime change, but the variation will be radically reduced.

  • Why does text show up as imessage or text whats the difference?

    WHY DOES MY TEXT SHOW UP AS IMESSAGE WHICH IS BLUE OR TEXT IS GREEN OTHER TIMES

    iMessage is free while the regular green text cost money.  You can text anyone, you can iMessage other iPhone, iPod Touch, and iPad users.
    If you are having iMessages being sent as texts, I would turn off the setting in Messages Setting, "Send as SMS".

  • Why won't the text show on top of a rectangle?

    When I use the rectangle frame tool to make a box and then put a text box on top it doesn't let the text show.
    This first picture is of my text box off the side, and then the yellow box I'm trying to put the text on top of, the second picture is what it shows me when I try to do that. It will show the text anywhere as long as it's not on top of a box and I can't figure out why or how to change it.
    Thank you in advance for your help!

    Select your rectangle and turn off the Text Wrap
    or
    Select your text box and set it to Ignore Text Wrap
    or
    in your preferences, set Text Wrap Affects Only Items Beneath. (not sure of the wording, but that's the jist.)

  • When I text one person, It goes to another person...however, the name that I'm trying to text shows the number i'm trying to text. Also, my texts are sent through my email...why?

    When I text one person, It goes to another person...however, the name that I'm trying to text shows the number i'm trying to text. Also, my texts are sent through my email...why? The text preview shows up as the person I did NOT want to text, but when I open it, it shows the person I DID want to text.

    sms's are charged by the sms internet data is charged by megabyte
    so apple make their message system so sms's sendt while connected to the internet were
    sendt by email to the contact rather then by the more expensive sms option

  • Verizon FIOS email attachments are now showing as "undefined"

    Attachments previously showed the name of the document/file that was attached. Now it just shows as "undefined".

    Try this app:
    http://www.joshjacob.com/mac-development/tnef.php .
    It might not work in Mavericks though. Also there is more information available in the posts listed on the right side of this page under "More Like this".

Maybe you are looking for

  • Can't log into itunes account? can't download apps for iphone?

    Message " We could not complete your itunes request. The network connection timed out" Make sure your network settings are correct and your network connection is active, then try again. Can anyone help?

  • How to connect to secure Wi-Fi ???

    I am a new Nokia X7 user. I had no problems connecting to my home wi-fi network, as it was not secured. At school however, there is a secured network. I have login information, I have a username and password. When I try to connect, the status changes

  • Black mAcbook 2006 or 2007 memory upgrade

    i want to update my black macbook to loin my need more memory as it only has 1 gb at present id like to know how much this will cost me roughly as i want to use itunes but putting it on snow leopard my mac book came to a halt pretty much so for now i

  • Error with payment in Appworld

    Device: Bold 9900 Carrier: CMNET (China mobile) Appworld doesn't let me buy things. Somehow credit cards registered in China are unacceptable, says "we cannot process your card" something, most blackberry users in China got such problem, error codes

  • ICloud Keychain Bug - inherits setting of new machine

    iCloud Keychain is a great idea that allows you to choose more complex, difficult to break passwords and keep them available for all you OSX Mavericks and iOS 7.0.3+ devices. Add this to Safari password suggestion tool, and you enhance security of yo