• I use a program call Coffeecup Flash Gallery and i use it to create a very very nice photo gallery. When you are finished and create the flash it creates several files. .swf file, .xml file. Folder(for the pictures) and a simpe html file that gives a sample code. Example here

    <html>
    <head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /></head>
    <body bgcolor="#FFFFFF"><p align="center"></br>
    
    <!-- Here is the HTML that you need to copy and paste into your page -->
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
     codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
     width="600" height="465" id="CoffeeCup" align="middle">
    <param name="movie" value="myalbum.swf"/>
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="salign" value="lt" />
    <param name="bgcolor" value="#ffffff" />
    <embed src="myalbum.swf" quality="high" bgcolor="#ffffff" width="600" height="465"
     name="CoffeeCup" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
     pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
    
    </p></body></html>
    
    now I want to create a new page and use this html format to ciew the flash on my wordpress driven site. but once i put int he code above all i get is this
    
    codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
    width="600" height="465" id="CoffeeCup" align="middle">
    
    BIG WHITE BOX HERE
    
    name="CoffeeCup" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/go/getflashplayer" />

    Why is wordpress not understanding the full html code.

    I have tried all the flash plugins and none of them work correctly.

    What can i do to fix this problem????????????

Viewing 1 replies (of 1 total)
  • 1) Is your RTE turned on? (If so, turn it off.)

    2) Are you putting in the <head> and ALL of that code you just listed? (Bad bad…no no.)

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with flash embedding’ is closed to new replies.