kingz22 Posted August 30, 2010 Share Posted August 30, 2010 I have been trying to display the flash but its not working. please show me how i should do it. thank you Link to comment Share on other sites More sharing options...
MrBaseball34 Posted September 1, 2010 Share Posted September 1, 2010 We need a little more info, we are not mind readers and cannot see any code from your site. Link to comment Share on other sites More sharing options...
kingz22 Posted September 1, 2010 Author Share Posted September 1, 2010 Thx man, i've done dat Link to comment Share on other sites More sharing options...
sjohanna Posted September 3, 2010 Share Posted September 3, 2010 See if you can copy your flash embed code in your Header.tpl in your theme folder.But as said above, we need more details about what you did to see why it's not working. Link to comment Share on other sites More sharing options...
saksoft Posted October 31, 2010 Share Posted October 31, 2010 Go to your themes folder and edit the header.tpl filefind this piece of code: <!-- Header --> {$HOOK_TOP} And replace it with this: <!-- Header --> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="180px"> <embed src="{$img_dir}flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="180px" WMode="Transparent"> </embed> </object> {$HOOK_NAV_BAR} {$HOOK_TOP} I hope this helps.Don't forget to backup your original files first Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now