Skip to main content
Participant
January 5, 2021
Question

html wrapper code to support mp4 converted file from SWF

  • January 5, 2021
  • 1 reply
  • 502 views

I have converted my .swf file to mp4. It works well. The html wrapper code is still pointing to FLASH references. Is ther s simple code change to support the new mp4 files and eliminate the html referencing  Macromedia  -- <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=Boogie2001_Home_Page WIDTH=800 HEIGHT=500>

and 

TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">

*** If I just take these lines out it does not show the mp4 file cottectly. ***

Thank You -- A.J.

01/05/21

    This topic has been closed for replies.

    1 reply

    Legend
    January 5, 2021
    Participant
    January 5, 2021
    Thank You !! -- A.J.