Jump to content

Flash in php in a div


billybadarse

Recommended Posts

<html><div id="divid" style="position:absolute; left:400; top:142;"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="550" HEIGHT="342"  id="movie" ALIGN="">

<PARAM NAME=welcome VALUE="welcome.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#333399> <EMBED  src="welcome.swf" quality=high bgcolor=#333399 WIDTH="550" HEIGHT="342" NAME="welcome" ALIGN="" TYPE="application/x- shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>

</div></html><?php get_header(); ?><div  id="casing"><div  id="maincontent"><?php if (have_posts()) : ?><?php $count = 0; ?><?php while (have_posts()) : the_post(); ?><div  class="boxpost" id="post-<?php the_ID(); ?>"><h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to  <?php the_title(); ?>"><?php the_title(); ?></a></h2><div class="boxcover"><?php solar_home_image(); ?> <?php the_excerpt (); ?> <div class="clear"></div></div><div class="boxmeta"> <span class="more"> <a href="<?php the_permalink() ?>">READ  MORE</a></span></div></div><?php if(++$counter % 3 == 0) : ?><div class="clear"></div><?php endif; ?><?php endwhile; ?> <div class="clear"></div> <div id="navigation"><?php if(function_exists('wp_pagenavi')) : ?>        <?php wp_pagenavi() ?>     <?php else : ?>        <div class="alignleft"><?php next_posts_link(__('« Older Entries','arclite')) ?></div>        <div class="alignright"><?php previous_posts_link(__('Newer Entries »','arclite')) ?></div>        <div  class="clear"></div>      <?php endif; ?></div> <?php else : ?> <h1 class="title">Not Found</h1> <p>Sorry, but you are looking for something that isn't here.</p> <?php endif; ?></div><?php get_footer(); ?>

 

 

the flash is loading as a blue box... no video playing any help?

Link to comment
https://forums.phpfreaks.com/topic/198464-flash-in-php-in-a-div/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.