- Code: Select all
{% if fb_user_id is 'WhiteListedID' %}
{% swf src='game.swf' width=760 height=635 id='game' AllowScriptAccess='always' %}
{% end %}
Obviously I'm still kind of clumsy with this syntax.

by cjcenizal » May 18th, 2011, 1:35 am
{% if fb_user_id is 'WhiteListedID' %}
{% swf src='game.swf' width=760 height=635 id='game' AllowScriptAccess='always' %}
{% end %}
by Oliver » May 19th, 2011, 1:25 pm
by cjcenizal » May 19th, 2011, 4:53 pm