Flash based twitter widget

Hidden_Hunter

Needs more IceBone
Joined
Oct 7, 2006
Messages
8,612
Location
Melbourne, Australia
Car(s)
'13 BMW 125i, '26 Buick Standard Six
Hi guys,

Fairly specific requirement, does anyone know of any flash based twitter widgets (JS is a no go unfortunately, it's going somewhere that doesn't accept the <script> tag)

Ideally I would like to have a user settable width as well....

Yes, obviously my preference would of been to not use flash but that's the limitation...
 
People still use Flash? :p
 
not by choice

If you have a Hootsuite account (one free Twitter connection), you can setup a search for your username and use its EMBED widget. Here's what the code from that is:
Code:
<!-- Start of HootSuite Embed -->
<object width="300" height="400" id="hootsuite_embed_41563">
<param name="movie" value="http://static.hootsuite.com/hoot-embed.swf"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="bgcolor" value="#FFFFFF"></param>
<param name="flashvars" value="embedId=41563&primaryColor=BEE1AA&refreshRate=5&query=Clegko&title=Clegko&profanityFilter=0"></param>
<embed src="http://static.hootsuite.com/hoot-embed.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="300" height="400" bgcolor="#FFFFFF" flashvars="embedId=41563&primaryColor=BEE1AA&refreshRate=5&query=Clegko&title=Clegko&profanityFilter=0"></embed>
</object>
<!-- End of HootSuite Embed -->

And here is what it looks like. http://clegko.com/?p=sample-hootsuite-widget
 
Top