10 posts
- Bought between 10 and 49 items
- Has been a member for 6-7 years
ekko
says
I have a site we’re creating that uses a wysiwyg in the admin. This generates the html code and the front end flash site reads this. I’m having issues with it showing all the html code correctly. Is there any work around anyone knows to make this work? Issues like Bold/Italic/” don’t show correctly. Please Help!
geoken
says
Flash can read HTML as XML . As long as you use strict XHTML it’s fine. I suspect your WYSIWYG editor is not outputting strict XHTML and is producing a lot of unclosed tags or tags that dont close in the proper order
( ie. <b><u> Hi </u></b> )
johnhoysa
says
Also make sure that you are setting up your flash text fields properly so that they can read html.
