jdakula
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with the GalleryI had not, but I just did now. Didn’t make a difference. I’ll leave the theme at default for now in case that helps with troubleshooting. I can’t find any evidence of anyone else who’s having this problem, though. Weird.
Forum: Fixing WordPress
In reply to: Problems with the GalleryIt’s in the post above, but again http://ximtc.net/blog/archives/206.
Thanks!
Forum: Plugins
In reply to: [Plugin: WPG2] Slideshow broken after upgrade to 2.8If this is not the best place to ask for help, is there a better one?
Forum: Fixing WordPress
In reply to: How do I keep embedded video from playing automatically?Just to save you the trip, here’s the code as I have it now (hope this works)
‘backticks’
<object classid=”CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95″ width=”320″ height=”256″ codebase=”http://www.microsoft.com/”>
<param name=”autostart” value=”false”></param>
<param name=”autoplay” value=”false”></param><param name=”clicktoplay” value=”true”></param>
<param name=”controller” value=”true”></param>
<param name=”pluginspage” value=”http://www.microsoft.com/”></param>
<param name=”target” value=”myself”></param>
<param name=”type” value=”application/x-oleobject”></param>
<param name=”src” value=”http://www.cnn.com/video/politics/2005/07/05/king.carl.rove.cnn/video.ws.asx”></param>
<embed src=”http://www.cnn.com/video/politics/2005/07/05/king.carl.rove.cnn/video.ws.asx” width=”320″ height=”256″ autostart=”false” autoplay=”false” controller=”true” border=”0″ pluginspage=”http://www.microsoft.com/” target=”myself”></embed>
</object>‘backticks’