Ticket #350 (new defect)

Opened 15 months ago

Font-style: Italics is being ignored on Flash 11

Reported by: paul Owned by: paul
Priority: major Milestone: OVA for AS3 (v1.0.1)
Component: OVA for AS3 Version: OVA for AS3 (trunk)
Keywords: Cc:
Forum thread:

Description

The following region config does not seem to work correctly on Flash 11? (font-style: italics):

"regions": {

"declarations": [

{

"id": "my-ad-notice",
"width": 200,
"height": 40,
"backgroundColor": "transparent",
"style": ".bigText { font-family: 'sans-serif'; font-size: 15pt; leading:3px; font-style: italic; color: #FF3300; }"

}

]

},

See:

 http://static.openvideoads.org/support/ryan-bernard/regions/jwplayer.html

Reported by Ryan.

Note: See TracTickets for help on using tickets.