Jump to content

acbarbosa

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

acbarbosa's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. acbarbosa

    D&D from OS?

    It works! Thank you.
  2. acbarbosa

    D&D from OS?

    Works perfect! How could I send the image to server or a dataset (BLOB Field)?
  3. acbarbosa

    Play Mp3

    I folks, I have used something like: // // Set TextConversion property at TUniLabel component to txtHTML // lbURL.TextConversion := txtHTML lbURL.Caption := '<object type="application/x-shockwave-flash" data="./mp3player.swf" width="200" height="20">' + '<param name="movie" value="./mp3player.swf" />' + '<param name="FlashVars" value="mp3=./temp/music.mp3&showslider=1&width=200&height=20&autoplay=0&showinfo=0" />' + '</object>'; As you can see I just used a block of code inside a TUniLabel Component. The player I use is found in http://flash-mp3-player.net/medias/
×
×
  • Create New...