A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 36 of 36

Thread: Playing a stream from a position

  1. #21
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    example of the playlist in xml:


    <?xml version="1.0" ?>
    <playlist>
    <track>
    <url>http://audio22.archive.org/3/audio/s...t_netmusic.mp3</url>
    </track>
    <track>
    <url>http://ejected.de/mp3/EJECTED-Fortuna.mp3</url>
    </track>
    <track>
    <url>http://ejected.de/mp3/EJECTED-11101.mp3</url>
    </track>
    <track>
    <url>http://ejected.de/mp3/EJECTED-DeepCluster.mp3</url>
    </track>
    <track>
    <url>http://ejected.de/mp3/EJECTED-no show until tonight.mp3</url>
    </track>
    <track>
    <url>http://ejected.de/mp3/EJECTED-Schadung.mp3</url>
    </track>
    <track>
    <url>http://ejected.de/mp3/streams/EJECTED-my2000.mp3</url>
    </track>
    <track>
    <url>http://ejected.de/mp3/streams/EJECTED-ultrawide v2.mp3</url>
    </track>
    <track>
    <url>http://ejected.de/mp3/streams/EJECTED-ultrawide(saltonmyskinrmx).mp3</url>
    </track>
    <track>
    <url>http://ejected.de/mp3/streams/EJECTED-VaultAttack.mp3</url>
    </track>
    </playlist>
    visit my homepage -> ejected.de

  2. #22
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    - fixed some playlist and button bugs.
    - added page counter for the playlist.

    player

    have a nice day
    visit my homepage -> ejected.de

  3. #23
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    - added playtime display (only id3v2)
    visit my homepage -> ejected.de

  4. #24
    Ride 'em FISHY! neederofhelp's Avatar
    Join Date
    Oct 2003
    Location
    I Forgot!
    Posts
    217
    This is really neat. How did you get the words at the top in that font even if the user doesn't have the font?

    (Still is slightly weird using Dial-Up, but I looked at it at work (T2) and it works wonderfully!)
    Dan

    Oops. I broke it.... again.

  5. #25
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    This is really neat. How did you get the words at the top in that font even if the user doesn't have the font?

    check the switch "Export font outlines" !!!!
    available for titletext, textboxes and more...
    visit my homepage -> ejected.de

  6. #26
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    - added window with id3 tag information. you can read all the id3v2-tags by pressing the ID3 button. once opened you can click on the URL to open the url in a new browser window if the url-tag of id3v2 contains a valid url. nice simple feature

    anything else to do? mh. i don't know in the moment...

    watch: player
    visit my homepage -> ejected.de

  7. #27
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    - fixed time sync. if track has id3v2 tags the playtime is displayed correctly
    - fixed save dialog

    it's going to be perfect.
    visit my homepage -> ejected.de

  8. #28
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    - added flash parameters:
    player.swf?load_playlist=playlist01&autoplay=1

    load_playlist=playlist01
    ---------------------------
    loads the playlist with the name playlist01.xml in the playlist directory

    autoplay=1
    ------------
    begins playing the first track of the loaded playlist automatically. works only if playlist was loaded with load_playlist
    visit my homepage -> ejected.de

  9. #29
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    - the actually playing track is highlighted now.
    - playlist is autoscrolling if next track is not visible in playlist
    visit my homepage -> ejected.de

  10. #30
    A Senior Newbie - How Odd ForumNewbie's Avatar
    Join Date
    Mar 2003
    Posts
    590

    Fantastic

    Now that is one excellent piece of work !!

    Just 1 suggestion:

    It would be nice to have a more user friendly way to add local files. (ie. The normal windows 'browse files' box. I'm not sure how easy this is to do. Perhaps it an be done by calling some PHP script and passing the file name back as a variable?)

    Congratulations on a great result.


    Morgan.
    Please note that my domain has changed to http://www.morganmultinational.com

  11. #31
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299

    Re: Fantastic

    Originally posted by ForumNewbie
    Now that is one excellent piece of work !!

    Just 1 suggestion:

    It would be nice to have a more user friendly way to add local files. (ie. The normal windows 'browse files' box. I'm not sure how easy this is to do. Perhaps it an be done by calling some PHP script and passing the file name back as a variable?)

    Congratulations on a great result.


    Morgan.
    thank you. nice to hear that.

    yes it would be nice to add local files with a browse files dialog box. i'm working on this. i want a playlist editor, completely in php. because if you want to pass variables from outside (php or whatever) to the movie then you need to restart the movie. only if you send a request from within movie you can recieve data from php. so, i think a php playlist editor is the best way.

    the movie should get a switch (edit=false|true) which controls that the movie has playlist edit functions or not. the normal use of this movie is to add it to a webpage that other users can listen to your music. they don't need to edit the playlist.

    for users who want to use this as player like winamp:
    you need to start the php files locally on your pc. for this you need a local installed webserver and locally installed php! but then you have full ability of id3 tags for local files.
    maybe, sometimes i'll think about this.

    have a nice flashing day
    visit my homepage -> ejected.de

  12. #32
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    - added url update button. now you can edit playlistentries.
    - add quickinfo under pointer for some actions like "Playlist saved."
    - change functionality of add button
    visit my homepage -> ejected.de

  13. #33
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    i want to add some more features. then i'll release a full package for use on your own homepage. you will need php4 functionality on your webhost.
    the configuration is easy. just edit 2 files in texteditor, upload folder to webserver and change CHMOD 777 on the folder playlists. thats it.

    main missing features:
    - sort playlist entries


    do you want some more nice features. please tell me!
    visit my homepage -> ejected.de

  14. #34
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    - added download button in playlist to download track.
    visit my homepage -> ejected.de

  15. #35
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    - fixed bug with searching in VBR mp3's
    visit my homepage -> ejected.de

  16. #36
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    visit my homepage -> ejected.de

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center