I regularly have problems embedding fonts in my SWF files. There are a variety of different ways to embed fonts; many of which are detailed in the documentation. I am going to show my preferred way to embed fonts that solve many of the problems are arise when embedding fonts in other ways. One of the biggest issues that I [...]
Read full blog post: Embeding Fonts for use in TextFormat and CSSPosts Tagged ‘as3’
Setting Parameters With The Same Name Using URLVariables
Friday, March 20th, 2009
The ability to set and send form parameters with the same name is available with URLVariables though it’s not quite documented very well (at all?). Below are 4 examples of setting 2 values with same parameter name. The first example results in 1 parameter. The rest result in 2 parameters as expected. // results [...]
Read full blog post: Setting Parameters With The Same Name Using URLVariables
The ability to set and send form parameters with the same name is available with URLVariables though it’s not quite documented very well (at all?). Below are 4 examples of setting 2 values with same parameter name. The first example results in 1 parameter. The rest result in 2 parameters as expected. // results [...]
Read full blog post: Setting Parameters With The Same Name Using URLVariables