Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: <FLASH> problems rendering special characters
From: cjaeger
Date: Mon, 11 Dec 2000 17:30:59 GMT

> Hi Cornelius,
>
Hi Paul, Hi Helen,
> Are you sure the problem is not with the font you're using? Does it
> contain all the special characters you need?
Uhm, include Font Outlines? That's a check box in the field properties
dialog box right? Uhm, did I click it... NO
Should I have clicked it... Yes
Thanks for your help I feel... not very clever. But at least it's working.
Never to late to eat humble pie.

> I tried the script below with the device fonts and common things like
> Arial and Tahoma and all the special characters appear as they should.
> 'mcTextMaster' is a movie clip containing a text field called 'myText'.
> It worked whether I included font outlines or not:
>
> Set Variable: "theText" = "���"
> Set Variable: "nDuplicates" = length(theText)
> Loop While (i < nDuplicates)
> Set Variable: "i" = i+1
> Duplicate Movie Clip ("/mcTextMaster", "mcText" & i, i)
> Set Variable: "/mcText" & i & ":myText" = Substring(theText, i,1)
> Set Property ("/mcText" & i, X Position) = i * 100 //just to space
> the fields so I could see the result
> End Loop
>
> Is this similar to what you are trying to do?

It was very similar, mcText contained an animated mc which I thought could
be causing the problem. But, ofcourse, it wasn't.
> Maybe that's not the answer you
> wanted, but at least if you know it's posiible you can still plan to go
> climbing ;-)
Still goin climbing...

Thanks you guys are heroines and heroes.
cheers


Cornelius
www.visualfood.ch


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: <FLASH> problems rendering sp, Paul Willoughby

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]