Quote:
Originally Posted by butch3r
i have the same problem, i think that's wrong coding (not sure if that's ame or DJ).
this is an example for AOL
source of definition
Code:
<object height="$ameinfo[height]" width="$ameinfo[width]">
source of generated page
Code:
<object height=" height="480"" width=" width="640"">
so problem solves if i use
Code:
<object height="480" width="640">
or
Code:
<object $ameinfo[height] $ameinfo[width]>
|
I don't think you've updated your BETA version of AME. $ameinfo["size"] is only supposed to parse the digits, not the full size element, since not every site is going to use the same format.