A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [CS3] Flash movie not displaying in IE

  1. #1
    not'n' wrong with hat'n' sushi iHATEsushi's Avatar
    Join Date
    May 2006
    Location
    Ontario
    Posts
    132

    [CS3] Flash movie not displaying in IE

    Hi there...

    I was wondering if anyone can assist me. I am creating a site with DotNetNuke vs.4 and trying to embed a Flash Movie in one of the containers.

    The flash movie plays correctly in Safari and Firefox, but not IE. Do you know if this has something to do with the type of DocType I am using? or is there something wrong with my embed code.

    Here is the DocType I am using:

    <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">

    <<< I need to use this DocType because it is the only one that works with a feature of DNN vs.4 called solpartmenu so there is really no way to work around this...>>>

    Here is the flash embed code:

    <p><object height="163" width="575" classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" quality="high" bgcolor="#ffffff" title="Surebanner">
    <param name="movie" value="banner.swf" />
    <param name="quality" value="high" /><embed height="163" width="575" src="banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="exactfit" play="true" loop="false" menu="false"></embed></object></p>

    Any help would be greatly appreciated.

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center