Embedding a unique font

how to embed a unique font into flash movie using css

for example I have this inside css but its not embedding:
([SIZE=1][COLOR=Gray]i am new to this[/COLOR][/SIZE])


title { 
    font-size: 17px; 
    font-weight: bold; 
    color: #ff6600; 
   src:url(http://www.mydomain.myfont.eot);
}