FirstFrame.png problem
Posted: Wed Apr 27, 2011 11:29 pm
Hi,
I am trying to embed a Camtasia video in a Serendipity blog post. It works mostly but, I am unable to get the FirstFrame.png to display.
I enter this into the Entry Body.
Serendipity is changing the value I entered for thumb=.
Thumb is being set to
thumb=FirstFrame.png
The video plays fine.
Any advice you can give me is greatly appreciated.
I am trying to embed a Camtasia video in a Serendipity blog post. It works mostly but, I am unable to get the FirstFrame.png to display.
I enter this into the Entry Body.
Code: Select all
<object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="480" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0">
<param name="src" value="http://example.site.com/psd/GBIDI/Banner_And_Logo_Images/Video/FormatPublishingInTeradata/FormatPublishingInTeradata_controller.swf"/>
<param name="bgcolor" value="#1a1a1a"/>
<param name="quality" value="best"/>
<param name="allowScriptAccess" value="always"/>
<param name="allowFullScreen" value="true"/>
<param name="scale" value="showall"/>
<param name="flashVars" value="autostart=false#&thumb=FirstFrame.png&thumbscale=45&color=0x1A1A1A,0x1A1A1A"/>
<embed name="csSWF" src="http://example.site.com/psd/GBIDI/Banner_And_Logo_Images/Video/FormatPublishingInTeradata/FormatPublishingInTeradata_controller.swf" width="640" height="480" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=false&[b]thumb=http://example.site.com/psd/GBIDI/Banner_And_Logo_Images/Video/FormatPublishingInTeradata/FirstFrame.png[/b]&thumbscale=45&color=0x1A1A1A,0x1A1A1A" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</object>Thumb is being set to
thumb=FirstFrame.png
The video plays fine.
Any advice you can give me is greatly appreciated.