Welp… it’s me again with a moblog question. My moblog is working great. It’s Checking successfully, adding an entry successfully, and also uploading the attachment successfully. Everything is successful.
Emails Retrieved: 1 Entries Added: 1 Attachments Uploaded: 1 Pings Sent: 0However, the video is not showing up in my weblog entry—the template is not rendering in my weblog entry when it’s created.
What I did was I had to create a custom field “MOBLOG” and assign it as a textarea with XHTML formatting. I then tell my video moblog to use that field.
My video moblog template settings haven’t changed since it was working. But here is my template code:
{text}
{files match="movie"}
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
WIDTH="460" HEIGHT="314"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<EMBED SRC="{file}" WIDTH="460" HEIGHT="314"
AUTOPLAY="false" CONTROLLER="true" type="video/quicktime"PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>
{/files}Do you guys see anything that might be causing this? I’m thinking a setting or something? Thank you guys for any help you can give me.