I have a chat site using tufats flash chat software. I made the chat open, no registration, no email verification. Simply enter a name and click login. Its getting busier by the day. Take a look, click here http://www.fuerteventurachat.info/chat/flashchat.php I am quite good at seo!
blank page (apart from the info box below) - what am I doing wrong? Never had any problems with flash / java...
Doesn't show up in firefox 3.0.5 with latest flash player, the embedding of the client swf is not crossbrowser compatible.
Any idea how I can fix this so it is compatiable in all browsers? Any help to get this working would be appreciated. Ill give a 30 day full featured homepage advert on www.postfreeads.net for the person to help me. Cheers.
Hello If you embedding the swf as such, use both the <object> and the <embed> tags so that it will be compatible with all the browsers... <object width="200" height="300"> <param name="movie" value="file_name.swf"> <embed src="file_name.swf" width="200" height="300"> </embed> </object> Hope that helps!