Announcement

Collapse
No announcement yet.

Novice needs assistance

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Novice needs assistance

    Hi,
    I'M trying to embed a flash player into my product description (I'm setting
    up a music/sonic library ) and need a facility whereby each sound can be heard via a small preview button.

    I'm purchased a small button maker program and it has produced this...

    !<br><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="80" height="100"> <param name="movie" value="demo.swf"><param name="quality" value="high"> <embed src="demo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="80" height="100" ></embed> </object



    I naively assumed I'd just copy and paste.....but to no avail

    Does anyone hear have a direction they can point me in.

    Many thanks

    Mike

    #2
    !!< <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="80" height="100"> <param name="movie" value="demo.swf"><param name="quality" value="high"> <embed src="demo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="80" height="100" ></embed> </object> >!!

    Use all of this code here as your code above is incomplete.

    The bold blue characters are how you embed html into the product descriptions.

    Comment

    Working...
    X