Fedora Linux Support Community & Resources Center
  #1  
Old 4th March 2006, 02:48 AM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Unhappy no text in flash! :eek:

https://www.redhat.com/archives/fedo.../msg00568.html
Anyone else notice, for example, how on http://www.miniclip.com/motherload.htm there's no text on anything? It's like that for all my Flash animations in Firefox, FC5T3
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
  #2  
Old 5th March 2006, 02:59 AM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Nobody has the same problem in fc5t3?
ive installed all the font packages and still nothing...
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
  #3  
Old 6th March 2006, 09:16 AM
Gsundbrunn Offline
Registered User
 
Join Date: Jan 2006
Age: 44
Posts: 33
Same problem here but no solution yet. I´ve read thet the msttcorefonts have to be installed. I did - but with no success.
__________________
--
Stefan Gsundbrunn
C-A-I-R-O Productions Ltd.
Sales & Project Manager
Web: http://www.cairo-productions.com
Mail: s.gsundbrunn@cairo-productions.com
  #4  
Old 6th March 2006, 11:13 AM
sirkware's Avatar
sirkware Offline
Registered User
 
Join Date: Jan 2006
Location: Philippines
Age: 34
Posts: 76
I thought I was the only one having that problem. I have noticed that since I switch to FC5, since test1.
__________________
Fedora Core 9 Sulfur
Eclipse WTP
QuantumDB 3.0.8 - an eclipse database plugin
  #5  
Old 6th March 2006, 03:03 PM
Gsundbrunn Offline
Registered User
 
Join Date: Jan 2006
Age: 44
Posts: 33
I enforced a reinstallation of the msttcorefonts - still no text.
__________________
--
Stefan Gsundbrunn
C-A-I-R-O Productions Ltd.
Sales & Project Manager
Web: http://www.cairo-productions.com
Mail: s.gsundbrunn@cairo-productions.com
  #6  
Old 6th March 2006, 03:09 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
hmmm..... I've filed a bug report...
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
  #7  
Old 6th March 2006, 03:20 PM
Gsundbrunn Offline
Registered User
 
Join Date: Jan 2006
Age: 44
Posts: 33
Right. Lets wait and see..
__________________
--
Stefan Gsundbrunn
C-A-I-R-O Productions Ltd.
Sales & Project Manager
Web: http://www.cairo-productions.com
Mail: s.gsundbrunn@cairo-productions.com
  #8  
Old 6th March 2006, 09:51 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
https://bugzilla.redhat.com/bugzilla....cgi?id=184028
That's the bug address. if you could add your experience, I think it will encourage the developers to fix the issue. One person having a problem is different from 10.
Thanks!
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
  #9  
Old 7th March 2006, 07:33 AM
FireMac Offline
Registered User
 
Join Date: Nov 2005
Location: North York - Canada, Ontario
Age: 28
Posts: 64
Hi there, which text are you refering to? is it the New Game, Load Game, Instruction?
Me too. i dont see those text but aside from that everything is fine.
  #10  
Old 7th March 2006, 10:01 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
No I mean any regular text -- Imaging the flash is a webpage. You want a cool font, so you type it in GIMP and save it as PNG and then <img src=""> it into your web. Anything like this will work, but and <p> won't. images continaing text will work. But not and sort of text labels...
Because those links "instructions, load game, new game" are all regular text labels and not PNG (or whatever the designer used for this game) images....
I hope I explained that well... It's a little confusing...
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
  #11  
Old 9th March 2006, 07:51 PM
blahrus's Avatar
blahrus Offline
Registered User
 
Join Date: May 2004
Location: IL
Age: 29
Posts: 44
same issue.
__________________
Clint

http://www.winterinalaska.net
clint@winterinalaska.net
  #12  
Old 9th March 2006, 09:57 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Hmm.... It's odd -- I hope they fix it in FC5 final. The bug report still hasn't changed one bit.
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
  #13  
Old 23rd March 2006, 07:15 PM
thebluesgnr Offline
Registered User
 
Join Date: Mar 2006
Posts: 4
I found a fix for this.

Edit /etc/X11/xorg.conf. Replace the line:

FontPath "unix/:7100"

with:

FontPath "/usr/share/X11/fonts/misc:unscaled"
FontPath "/usr/share/X11/fonts/75dpi:unscaled"
FontPath "/usr/share/X11/fonts/100dpi:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/TTF"
FontPath "/usr/share/fonts/default/Type1"
# FontPath "unix/:7100"

You may want to check if that includes all font paths in your system. Do so with:

chkfontpath --list

(could someone please post this at the redhat bug report? I don't have an account there.)
  #14  
Old 23rd March 2006, 09:43 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
AH! So THAT's why xfs font server is supposedly buggy and obsolete!
(with that in your config, you should be able to remove the "xfs" service and save boottime:
Code:
su -
service xfs stop
chkconfig xfs off
)
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
  #15  
Old 24th March 2006, 12:47 AM
sirkware's Avatar
sirkware Offline
Registered User
 
Join Date: Jan 2006
Location: Philippines
Age: 34
Posts: 76
Great! Now it works! Thanks thebluesgnr!

Now I can visit my favorite flash sites. c",?
__________________
Fedora Core 9 Sulfur
Eclipse WTP
QuantumDB 3.0.8 - an eclipse database plugin
 

Tags
eek, flash, text

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
no text in flash sai_rabbit Using Fedora 6 28th January 2007 01:56 AM
No text in flash, tried plugin. xXxz3r0xXx Using Fedora 7 14th May 2006 09:25 PM
Flash Sound And Text Problems Scyber Using Fedora 4 27th April 2006 08:48 PM
Macromedia Flash and Text?? Lorquas Using Fedora 2 13th April 2006 04:34 AM
mount flash disk using text mode th1alb Using Fedora 1 7th September 2005 08:57 AM


Current GMT-time: 11:32 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat