Hi I starting off using clean layout template 14 and would like a flash company logo to appear in the header section of all pages. How can I do this?
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
Flash Logo
				
					Collapse
				
			
		
	X
- 
	
	
		
		
		
		
		
		
		
	
	
Hi there,
In order to incorporate a flash logo within Actinic please try the following suggestion;
In Actinic go to Advance | Template Manager | Main tab and then click on the 'primary' button.
Insert the code below where you would like the logo to appear changing the some of the values,
Please change the value of the, 'width', 'height', 'filename.swf' to your flash name,
Hope this helps<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="400" height="66">
<param name=movie value="<filename.swf>">
<param name=quality value=high>
<embed src="<filename.swf>" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="400" height="66">
</embed>
</object>Thank You
Menar Khan
 
Comment