Hello friends…
I want to put a swf flash intro file to my wordpress site…
Yes … I have searched in google a lot but I relly dont have big knowledge about coding …
So can someone please help me with some good examples …
Thanks…
Hello friends…
I want to put a swf flash intro file to my wordpress site…
Yes … I have searched in google a lot but I relly dont have big knowledge about coding …
So can someone please help me with some good examples …
Thanks…
Hello johny thanks for your help …
I will try it now…
Today I have directly directed my site to the swf file but had problems with firefox…
so I need to create a page for that…
I will try your help now …
thanks…
I think what you are looking for is something like this:
<object width="550" height="400">
<param name="movie" value="<?php $bloginfo = get_bloginfo("template_directory") ?>/swf_location/file.swf ">
<embed src="<?php $bloginfo = get_bloginfo("template_directory") ?>//swf_location/file.swf ">" width="550" height="400">
</embed>
</object>