Can't show a Wingdings star in Flash

I have a textbox where there should be a 1 to 5 star classification for a movie, so I used the star symbol (character code 0xAB) from the Wingdings Symbol Font. But instead of the stars, What I get is double angular quotes in Arial, the corresponding character in a normal text font: «
In fact, every Wingding character above 0x80 (included) is displayed in Arial instead of Wingdings. This also seems to happen with all Symbol fonts.
I've also made Wingdings into a font symbol but the problem still happens. It also happens in static text boxes.
To reproduce the error just make a text box and set the font to Wingdings. Now type something and it shows in Wingdings but press ALT+0171 (or copy the star from the Character Map app) and instead of a star, you get double angular quotes.

kglad wrote:
creating a library item with your webdings font doesn't embed your font.  it's step1 in a multi-step process to embed your font.
if you'd completed the other steps correctly, you would have seen your webding font in your textfield.
Well, according to Adobe, it does:
http://help.adobe.com/en_US/Flash/10.0_UsingFlash/WSd60f23110762d6b883b18f10cb1fe1af6-7d42 a.html#WSd60f23110762d6b883b18f10cb1fe1af6-7d2ca
Embed and share fonts
You
can embed a font in your SWF file so that the font does not need
to be present on the devices the SWF file eventually plays back
on. To embed a font, create a font library item.
Creating
a font library item also allows you to use the font as a shared
library item for sharing among multiple SWF files. You must also
assign the font item a linkage identifier string and a URL where
the document that contains the font symbol will be posted. In this
way, you can link to the font and use it in a Flash application. When you use font
symbols for dynamic or input text, embed the font outline information.
After
a font symbol in a Flash document has
an assigned identifier string and URL, use the font symbol in another Flash document by copying the font
symbol into the destination FLA file.
Create a font library item
Open the library to add a font symbol
to.
Select
New Font from the Library Panel menu.
Enter a name for the font item in the Name text field.
Select a font family from the Font menu or enter the
name of a font in the Font text field.
(Optional) Select a font style from the Style menu. If the selected font does not include a bold or italic
style, you can select the Faux Bold or Faux Italic checkboxes. Faux
Bold and Faux Italic styles are added to the Regular style by the
operating system. The faux styles may not look as good as fonts
that include a true bold or italic style.
(Optional) To embed the font information as bitmap data
rather than vector outline data, select the Bitmap Text option,
and enter a font size in the Size text field. (Bitmap fonts cannot
use anti-aliasing. You must choose Bitmap as the anti-aliasing option
in the Property inspector for text that uses this font.)
Note:  The Size setting applies only when you use the Bitmap
Text option.

Similar Messages

  • I got new hard driver for my MacBook I don't have the cd but I do have flash drive that has the software I need help because when I turn on my laptop it shows me a file with question mark how can I install the software from the flash driver?

    I got new hard driver for my MacBook I don't have the cd but I do have flash drive that has the software I need help because when I turn on my laptop it shows me a file with question mark how can I install the software from the flash driver?

    Hold down the Option key while you boot your Mac. Then, it should show you a selection of devices. Click your flash drive and it will boot from that.

  • Hi. Please can anyone show me how to install a flash document / movie into a powerpoint presentation so that the animation plays within the powerpoint? Thanks

    Hi. Please can anyone show me how to install a flash document / movie into a powerpoint presentation so that the animation plays within the powerpoint? Thanks

    wouldn't it make more sense that a flashtard is someone who
    just generally sucks at flash and asks idiotic questions?
    anyway, so i pretty much got the banner done - but i'm stuck
    on one problem. I made a motion clip of a heart, and i want the
    heart to fall from top to bottom, following a squiggly motion
    guide, and to rotate 1/4 turn on the way. I got it as far as
    following the motion guide, but when i try to select the instance
    in the first frame and rotate it, shouldn't the motion tween make
    it appear to slowly rotate, rather than stay put then rotate 1/4
    turn at the last frame? When I select the clip and play around with
    alpha and stuff, that works fine. What the heck?

  • Why has apple restricted adobe flash player?  How can one watch things like shows from CBS without the flash player?

    Wy has apple restricted the use of adobe flash player?  How can one watch things like shows from CBS without the flash player?

    This has been discussed a billion times. Please search before posting.
    Read this: http://www.apple.com/hotnews/thoughts-on-flash/
    CBS has apps for watching its shows. Search the AppStore.

  • HT204325 What can I do my mac 27 inch is showing circle and apple logo flashing also bleeps twice can anyone help pls

    Apple Mac 27ich not loading up got a circle and apple logo flashing then makes two bleeps sound
    What can I do my mac 27 inch is showing circle and apple logo flashing also bleeps twice can anyone help pls

    Mac computers- About startup tones - Beeps
    Intel-based Mac Power On Self Test RAM error beeps

  • How to load and show PDF on stage in Flash using AlivePDF or PurePDF external libraries?

    Hello,
    I searched a lot on internet but didn't find a proper way to load and open/show PDF on stage in Flash. Following are my understandings about this topic.
    I know Flash does not have the built-in functionality to load and show pdf document on stage.
    I know you can do this in AIR application using HTMLLoader class but it required adove reader to be installed on your machine.
    I have used AlivePDF/PurePDF and I know how to export/generate a PDF File using these libraries but I don't know how to use them to load and show PDF document on stage in Flash. According to my research, I think these libraries can accomplish my task but how, I don't know. That's because I am here for your help.
    People suggest to first convert pdf into an image or swf file and then import it into Flash but I don't want this solution because my clients will be importing/uplading PDF file into my software.
    Some people suggest to "Convert PDF renderer code written in C/C++ using Alchemy to flash library" and then use that library to my project. I don't have any idea how to do this. If anyone can help me to achieve required functionality this way, please guide me.
    Now you know about my understandings, so you can guide me in better way. Let me give you an example what kind of functionality I want. Please visit: https://www.pdffiller.com. Upload a pdf file there and you will see that it shows that pdf to user (At the moment, I want this functionality) and pdf annotation i.e. write text on pdf and other functionalities.
    NOTE: I am not a Flex and AIR developer. I am a Flash (Actionscript 3.0) Developer. So please first help according to flash. If you want to offer the solution according to Flex and AIR, you are most welcome.
    I specially want "ADOBE EXPERTS - Adobe Flash developer from Adobe" to comment on this and help me out. It's about 4th day I am without a solution. I am afraid, I'll loose my client if I'll not have a solution in next couple of days.
    Thanks,
    momersaleem
    eLearning Specialist

    Just to throw in a $0.02, I looked at those libraries myself quite a while ago and all they had the ability to do was give you information and assets from the PDF. At that point you literally had to read each page in the PDF (whatever the library could extract), use the information it extracted (position, type size, images, etc) and create a layout engine that could "reconstruct" the page piece by piece.
    I hope it's better these days but that's what I took from those libraries quite a while ago and it may still be true. That would explain "Convert PDF renderer code written in c/c++ using Alchemy to flash library". Someone may already have written a quality layout engine. Otherwise there was no "load pdf, run this ShowPDF() function to add to display list" functionality at all.

  • Error: Can't write: C:\windows\system32\Macromed\Flash\Flash10e.ocx

    When i install Flash 10, there was a error message showing "Can't write: C:\windows\system32\Macromed\Flash\Flash10e.ocx". I chose to ignore, installation can be completed but i still can't view any Flash file. I tried every steps showing in  Adobe Flash Player Support Center to troubleshoot the issues, but i can't go any where. Will anyone know what's the problem and how i can install the Flash player on my laptop? I am using Windows 7 and Internet Explorer. Thanks heaps!

    Is your Windows 7 32-bit or 64-bit?
    Can you try to download this installer http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe, save it to disk, then close all browser windows and run the downloaded installer - do you get the same message?

  • Nano showing all rating stars

    My Nano sometimes bugs up and shows all rating stars instead of scrolling between song progress, volume, and rating stars - in the song view. I can fix it with a reset by toggling the hold switch and holding menu + OK, but I'd like to know the cause to see if I can prevent it.

    http://docs.info.apple.com/article.html?artnum=303130

  • Can I show a presentation from my iPad

    If I create a presentation using Keynote on my iPad, can I show the presentation on a screen using the iPad, or do I need to save it to a laptop or pc to do so?

    In theory, yes. You'd need an adapter to get from your iPad to whatever input the projector has (likely VGA, that's the most common, or some projectors have DVI inputs)
    THat said, the most foolproof and compatible would be to get it on a laptop, either one your bring or one the recipients provide. I've seen people make the iPad out to projector work, but they need to be proficient on how it works, most tech support - if the place has any - doesnt' do much with iPads so isn't really familiar with them.
    I've worked tech support for many meetings and conventions the laptop to VGA is the most common and easy to work with.
    In your case, make it on  your iPad, export it from keynote in a format compatible with powerpoint, (ppt or pptx file) and e-mail it to yourself and save it to a flash drive or a laptop from there.
    You can play with exporting directly but I'd have the other as a backup just in case.

  • G580 Lenovo Solution Centre can not show me the warranty period

    For some reason, the program Lenovo Solution Centre can not show me the warranty period, as the model of the motheboard is not detected ... On the site of Lenovo - product registered as a detective in the Netherlands.
    How do I register my laptop and what could be the problem?
    ps:
    BIOS - 5ECN96WW
    Product number: 2189

    hi musto,
    Welcome to the Forums.
    The Lenovo Solutions Centre Requires the serial number to show the warranty information. If the software is not able to read it, this may be the problem.
    You may get the latest version below and you may register the product using this link.
    Lenovo Solution Center for Windows 8 (64-bit), 7 (64-bit)
    lscsetup_x64_22002.exe
    Released: 15 Aug 2013
    Version: 2.2.002
    32.4 MB
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Can you show slideshow within Lightroom 4.4 in Adobe RGB color space?

    Can you show slideshow within Lightroom 4.4 (not export out from LR) in Adobe RGB color space provided that you are using a wide gamut monitor which is capable and hardware calibrated & profiled to show such color space?
    If this is possible, what is required to do so in Windows 8 and i7-4770 & HD Graphics 4600 platform or does LR take care of it automatically?
    This is very basic question, however, I could not find a clear answer/info from LR documentation, so wish that someone can advice.

    Those settings are probably stored in a plist somewhere in ~/Library/Preferences. If you can locate the appropriate file, you should be able to copy it to all the network user folders.

  • How can we show data in rows when it is in Columns........

    I have strucked with a simple but a complex problem.
    I have a Report with data in vertical rows..need of the hour is how can we show that data into column structure.
    here is the table sample which i have in Database..
    Location      chrg_type    Effective_date
    xxxxxxx        xxxx          xx-xx
    thhis is the structure in effective date we have several months in it in a single column i want show the effective date or effective month in various columns instead of a single column.
    my required table is....
                                Effective_date     Effective_date
    Location      chrg_type     xx-xx              xx-xx
    xxxxxxx        xxxx          xx-xx
    any tough heads?????

    Hi Sunil,
    Your 1st problem is that you are going to need one more field to accomplish you goal. What type of data do want under your new date columns?
    Anyway, once you have that you need to move on to how to move the data out into columns based on date.
    Try something like this.
    0_Date = IF DATEPART('m',{tbl.Effective_date}) = DATEPART('m',CurrentDate) AND
    DATEPART('yyyy',{tbl.Effective_date}) = DATEPART('yyyy',CurrentDate)
    THEN {tbl.DataField}
    1_Date = IF DATEPART('m',{tbl.Effective_date}) = DATEPART('m',DATEADD('m', -1, CurrentDate)) AND
    DATEPART('yyyy',{tbl.Effective_date}) = DATEPART('yyyy',DATEADD('m', -1, CurrentDate))
    THEN {tbl.DataField}
    2_Date = IF DATEPART('m',{tbl.Effective_date}) = DATEPART('m',DATEADD('m', -2, CurrentDate)) AND
    DATEPART('yyyy',{tbl.Effective_date}) = DATEPART('yyyy',DATEADD('m', -2, CurrentDate))
    THEN {tbl.DataField}
    ... Repeat this process until you have all of the columns you need, following this format.
    Hope this works for you,
    Jason

  • My Samsung TV has a USB port. I connect the cable from the iPad to the TV to view a video on the TV. The video shows on the iPad but on the TV I can only get the pictures and music available on the iPad. Why is this and can I show videos from the IPad on

    My Samsung TV has a USB port. When I connect the cable from the iPad to the TV I can only show Pictures and Music. Why does the videos not appear and how can I show videos on the TV.

    This article should help you with that:
         http://www.ehow.com/how_7211806_display-iphone-tv.html
    Take care

  • How can i make a Transparent background in flash

    I'm developing a web page for a small business I'm new to
    flash, I have been trying to learn flash for a vary long time and
    only recently had the time and resources to do it. I have
    secsessfuly made the menu and actions to work how i wanted them to
    so when you hover over the butten a drop down menu apears however
    my problem is when i export this to the web page a white background
    is present. i need it to be transparent so you can see the web page
    under the flash menu. how can i obtain this effect?

    In your publish settings, under the HTML tab is a dropdown
    under "Window Mode". Select Transparent Windowless and hit publish.
    It will generate all the needed code to do what you ask, copy that
    and insert it into your desired page.
    Basically learn from the flash generated example, its
    properties in the embed code that have it set to "transparent".
    Take a look at the source code on to see a live example.
    www.privedisplay.com

  • I can not download latest version of adobe flash it quits every time I try to open it.

    I can not download latest version of adobe flash it quits every time I try to open it.

    Try this: Adobe Flash Player 12.0.0.70.

Maybe you are looking for

  • Purchase order EKKN/EKBE tables

    Hi, I m creating a report based on purchase order. I'm getting sequence number from EKKN table and then getting the invoice details from EKBE table using where clause on EBELN, EBELP and ZEKKN(Seq number) fields. My question is in some cases in EKBE

  • Can't sync my videos!

    Hi, I have a sony cybershot DSC-W55 with 7.2 megapixels... when I connect the camera to my computer all of the photos and videos easily sync with iphoto, where I can view which ever. However, when I open imovie only my photos sync with the program. N

  • Packaging material type

    I have created material using the material type VERP this is a packaging material & I want to add packaging material type in the material master but i am not able to find this field there can you guys please tell me the exact view wherein i can menti

  • How can I repair or delete time machine to try and prevent kernel panics ?

    I am trying to repair or delete my time machine image that is backed up on time capsule in the hopes of stopping kernel panics. When I open disc utility it does not show my time capsule so I can't repair it. How may I get it to show? ( It shows up on

  • Downlod manager problem

    Hi All, I am trying to download CE using Download manager. But I am always getting invalid username/password error even after supplying my SDN userid and password. Please let me know the solution. Thanks,Anilkumar