Good morning,
I'm trying to customize an official Twitter Flash Widget like the one
above, I want to replace styleURL by my own theme and it doesn't work
(for obvious security reasons), even if i also download
TwitterWidget.swf on my server and set the movie/src parameters on it
there is no error but it doesn't display anything ?

Any one have a work around on this ?
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=9,0,124,0" width="290" height="350"
id="TwitterWidget" align="middle">
        <param name="allowScriptAccess" value="always" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="http://static.twitter.com/flash/widgets/
profile/TwitterWidget.swf" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#000000" />
        <param name="FlashVars" value="userID=18395521&styleURL=http://
static.twitter.com/flash/widgets/profile/smooth.xml">
        <embed src="http://static.twitter.com/flash/widgets/profile/
TwitterWidget.swf" quality="high" bgcolor="#000000" width="290"
height="350" name="TwitterWidget" align="middle"
allowScriptAccess="sameDomain" allowFullScreen="false"
type="application/x-shockwave-flash" pluginspage="http://
www.macromedia.com/go/getflashplayer"
FlashVars="userID=18395521&styleURL=http://static.twitter.com/flash/
widgets/profile/smooth.xml"/>
</object>

Reply via email to