Flash Help
-
Hello,
I have a client which has a non wordpress website. I have transferred their website to a wordpress layout with some minor issues I have yet to fix as far as alignment goes. but I am having problems with flash. They have 3 flash video’s on their page that MUST be there on the wordpress version. Their website currently is prestigecabinetsva.com. The site conversion is located at https://www.cloudleasing.com/prestige/. I am currently using the Kimili Flash Embed. on the index page I am using
<?PHP if(is_front_page()) { query_posts('id=6'); while ( have_posts() ) : the_post(); the_content(); endwhile; wp_reset_query(); } ?>
to display the flash video where it needs to be. I am not able to display the flash video. I am also experiencing problems with the MouseOver image swaps that was generated by dreamweaver.
Is there a way to get flash to display without the need for plugins? using <object> tags?
- The topic ‘Flash Help’ is closed to new replies.