Roland
Advanced Member
Netherlands
9335 Posts |
Posted - 29 September 2004 : 14:55:35
|
It's rather simple. If you have the codes you'd normally put in an HTML file, you just copy and paste them in the right spot.
Take line 248 in inc_header.asp: " <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
Change it to this: " <td valign=""top"" width=""50%"">" & vbNewLine %> YOUR FLASH CODE HERE <% Response.Write "</td>" & vbNewLine & _
Then just put the Flash code in the place where I put the red text. |
|
|