You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Flash Header

UserPost

1:25 pm
July 13, 2009


MYYZTIK

New Member

posts 2

1

Id really like to know how to add a flash header to the flexibility theme. Ive tried some plugins but they dont seem to work with the theme which in itself is wierd as I havent found a plugin that doesnt work. Then again If possible I do like to hard code as you learn from trying code thing into your php files.

Any help super apreciated!

2:07 pm
July 13, 2009


Ryan

Admin

posts 1523

2

How about adding something like this directly into the feature.php:

<embed style="width:500px; height:150px;" id="VideoPlayback" type="application/x-shockwave-flash" src="flashfile.swf" flashvars=""> </embed>

2:44 pm
July 13, 2009


MYYZTIK

New Member

posts 2

3

That would be good for feature section but doesnt effect the header.  Thanks for the response!

12:30 pm
July 14, 2009


Ryan

Admin

posts 1523

4

Oops, sorry.  I didn't read your question close enough.  You could insert flash into the header, but you'd need to remove all the title, tagline, search and RSS divs. 

3:15 pm
December 1, 2009


RedTail

Member

posts 5

5

Hello, Ryan.

Could you show us which text to replace in the header.php file?