Hi,
I’m doing a site a bit differently to the way I normally create flash video and now I’m not sure how I can get the video controller to load.
Normally when I important flash into dreamweaver it works fine, but now I am manipulating a php file and I’m using code that I found off the net. However, it seems this code does not bring up the controller, just the swf file. So what do I need to do to get the controller to load as well? The controller I am using is SteelExternalAll.swf
This is the code i am using:
<object width=“300” height=“260”>
<param name=“movie” value=“img/videos.swf” >
<embed src=“img/video.swf” width=“300” height=“260” menu=“true” class=“flash_box”></embed>
</object>
<img src="/img/300x250ad.gif" class=“lowerimg”>