Skip to main content
Participant
January 18, 2014
Answered

registered trademark superscript in actionscript

  • January 18, 2014
  • 1 reply
  • 860 views

I want the ® in the below code to show up superscript when loaded into the text box. How is this accomplished? I am a designer and do not understand most of what I've read online telling me how to do this incredible and almost impossible feat.

Thank you in advance for any insight.

}

else  // Setup picture viewer vars

{

    totalImages = 117;

    imageDirectory = "Data/pictures/";

    filePrefix = "picture";

    info_mc.title_txt.text =  "4th International BioPlex® 2200 User Meeting";

}

This topic has been closed for replies.
Correct answer kglad

you need to use a font that has that symbol.  then embed that font in your app.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
January 18, 2014

you need to use a font that has that symbol.  then embed that font in your app.

Participant
January 20, 2014

Thank you for your reply.  I did try that already but it is not superscript. What if I make a symbol of the text in the correct format and then load that into the movieclip. Maybe that might work. I'm going to try that today.