# Mp3 Player - loading songs from user computer

**URL:** https://forum.kirupa.com/t/mp3-player-loading-songs-from-user-computer/311415
**Category:** flash
**Created:** [July 6, 2010, 10:00am UTC](https://forum.kirupa.com/t/mp3-player-loading-songs-from-user-computer/311415 "2010-07-06T10:00:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![h3d0](https://avatars.discourse-cdn.com/v4/letter/h/5f8ce5/32.png) [@h3d0](https://forum.kirupa.com/u/h3d0)
#### Post date: [July 6, 2010, 10:00am UTC](https://forum.kirupa.com/t/mp3-player-loading-songs-from-user-computer/311415/1 "2010-07-06T10:00:45Z")

</div>

I’ve made mp3 player. You can see it [[here]](http://h3d0.dangerd.kiev.ua/portfolio/flashdev/1/)

But if you try to load any of custom play-list from your local PC - it wouldn’t work. Does anybody have an idea why?

When I run this mp3 player on computer (not from website) - everything works.

May be there is kind of security issues, that prevents flash from loading local files data?

**ADDED** : I’ve found some info [[here]](http://www.flexiblefactory.co.uk/flexible/?p=41) . I’ve used FileReference already to load xml file (and it loads xml, but not mp3). I guess I need to make some changes to the code, so the chosen mp3 file would also be loaded through FileReference object.
