Cannot get video to center on page
-
I need help getting my videos to center on my web page. They work great, just will not center. I host the videos on my own web server and use the following code to embed them into my site.
<object id=”Object1″ width=”480″ height=”360″ type=”application/x-shockwave-flash” data=”https://thedurhamcorporation.com/player_flv_mini.swf”>
<noscript>Install or enable JAVA</noscript>
<param name=”movie” value=”https://thedurhamcorporation.com/player_flv_mini.swf” />
<param name=”wmode” value=”opaque” />
<param name=”allowScriptAccess” value=”sameDomain” />
<param name=”quality” value=”high” />
<param name=”menu” value=”true” />
<param name=”autoplay” value=”false” />
<param name=”autoload” value=”false” />
<param name=”FlashVars” value=”flv=https://thedurhamcorporation.com/The_CCNP_Exam_Changes_What_You_Need_To_Know.flv&width=480&height=360&autoplay=0&autoload=0&buffer=5&playercolor=000000 &loadingcolor=9b9a9a&buttoncolor=ffffff&slidercolor=ffffff” />
</object>My site where you can see the problem at is: https://www.certificationtrainingsolutions.com/ccnp-lab-kits/
I tried using WordPress to center them, no luck. Then I added a param align center, still no luck.
Any suggestions?
Thank You,
Michael
- The topic ‘Cannot get video to center on page’ is closed to new replies.