ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Flash Movie


  • 2006-02-08 11:36:25

    Flash Movie

    im using this code to play flash as part of the content.

    <p align="center">

    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
    WIDTH="800" HEIGHT="623" id="Configuring SNMP Windows 2003">
    <PARAM NAME=movie VALUE="Configuring SNMP Windows 2003.swf">
    <PARAM NAME=quality VALUE=best>
    <PARAM NAME=bgcolor VALUE=#FFFFFF>

    <EMBED src="Configuring SNMP Windows 2003.swf" quality=best bgcolor=#FFFFFF WIDTH="800" HEIGHT="623"
    NAME="Configuring SNMP Windows 2003" ALIGN="" TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
    </OBJECT>

    </p>

    It works under Firefox, but not under IE. The code when in a html page does play under IE though.....

    any ideas?

  • 2006-02-09 04:59:28

    Re: Flash Movie

    Ive gone to the 1.4.3 Course here:

    http://www.atutor.ca/atutor/demo/content.php?cid=167

    This also works under firefox but not under IE. This is on multiple machines and operating systems - with various selections for privacy level.

    B

  • 2006-02-09 08:28:07

    Re: Flash Movie

    We'd need to research this, which goes beyond the kind of support we can offer here. I'm sure if you did a search of google, you'd find the answer.

  • 2006-02-09 11:23:07

    Re: Flash Movie

    Im not the briIE references the object id part and firefox, like any sane browser references the embed part. Adding the correct path string to object resolved. Thx