PDA

View Full Version : Flash Guru sought.



wizardan
07-24-2006, 04:42 AM
G'Mornin'!

We're looking to transform the main logo for one of our domains.
Ultimately, we'd like to see it 'flashed' in a serious fashion:p

And although a few of us actually have the necessary Macromedia suite, I for one have not been able to find the time to learn how to use it properly, much less attempt designs.

So, if anyone out there is a Flash Guru, and has the inclination to take on a simple logo re-do, I'd love to hear from you. Just send me a PM for details I guess.

Thank you.

semann
07-24-2006, 06:39 AM
i have made that you just have to put a code instead of the logo code... let me look for the code ill edit this post

EDIT:

This one i used it and works perfectly

Edit the red to firyour needs



<!-- Flash Logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[middle]"><a href="$vboptions[forumhome].php$session[sessionurl_q]" border="0" alt="$vboptions[bbtitle]" >

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="60" id="logo" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="$stylevar[imgdir_misc]/header
.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#e1e1e1" /><embed src="$stylevar[imgdir_misc]/header.swf" quality="high" bgcolor="#000000" width="800" height="60" name="logo2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

</a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /Flash Logo -->