Re: [VE][108] Error Message Feedback

Lachlan Hunt wrote:
>info wrote:
>> Error Line 23 column 11: there is no attribute "SRC".
>> <embed src="home_title_movie.swf" quality="high" bgcolor="#4e3b10"
width="760" h
>
>Here's a very simple cross-browser example of how to embed flash using
>valid code.
>http://damowmow.com/playground/demos/flash/001.html
<http://damowmow.com/playground/demos/flash/001.html>

Do you have have a valid way to do it for quicktime?

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
class="image" height="256px" width="320px"
codebase="http://www.apple.com/qtactivex/qtplugin.cab">
    <param name="src" value="action_conan.mov" />
    <param name="autoplay" value="true" />
    <param name="loop" value="true" />
    <param name="controller" value="true" />
    <embed src="action_conan.mov" height="256px" width="320px"
autoplay="true" loop="true" controller="true"
pluginspage="http://www.apple.com/quicktime/" class="image">
    </embed>
</object>



--
Gerald Grenier, Jr
aka Rogue the Bronze Firelizard
uninstall dyslexia.o : Permission deigned

Received on Sunday, 12 February 2006 07:39:45 UTC