I opened a new HTML document, dragged a .mov file into it and this is what I got:
============================= 146:147: syntax error: Expected “,” but found number. (-2741) <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab"> <param name="src" value="betterresults_848x496.mov"> <param name="controller" value="true"> <param name="autoplay" value="true"> <embed src="betterresults_848x496.mov"
controller="true" autoplay="true" scale="tofit" cache="true" pluginspage="http://www.apple.com/quicktime/download/" > </object> =============================
So, there are the object/embed tags, but an error message as well... TextMate 1.5.10 (1623), Mac OS X 10.6.6, no QT pro.
Kind regards, Tobias Jung
Walter Lee Davis wrote (Fri, 21 Jan 2011 11:56:33 -0500):
Bump -- can anyone comment about this feature? I don't use it often, but when I do, it's really handy. I don't want to upgrade my other Mac to Snow Leopard until I sort this.
Thanks,
Walter
On Jan 18, 2011, at 11:17 AM, Walter Lee Davis wrote:
I have always been able to drag and drop a QuickTime movie into an HTML page and the requisite object/embed/ActiveX tag structure is automagically built. Now, on my new MacBook Pro Snow Leopard, in a user account I built using the Apple Migration Assistant from a Leopard MacBook Pro, this no longer works. I get a cryptic error pasted into the current document instead of my code.
How is this supposed to work, so I can understand where to start poking around? Does it rely on QuickTime 7 Pro being installed?