Results 1 to 2 of 2

Thread: mp3 player/popup Flash

  1. #1
    Join Date
    Sep 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default mp3 player/popup Flash

    could you please advise how to make such type of mp3 player like oin this web site [SNIP . . .] and id like to know how to make pop up windows within flash site in general.
    Last edited by jscheuer1; 09-10-2010 at 08:02 AM. Reason: remove possible spam link that doesn't relate to the question

  2. #2
    Join Date
    Sep 2010
    Location
    Hi Stalker.
    Posts
    148
    Thanks
    16
    Thanked 3 Times in 3 Posts

    Default

    There are some MP3 Player generators, but I'm not sure about a pop-up thing for it.
    Try something like PoqBum.com or (my personal fav) ProfilePitStop.com.
    It is possible to 'make' a pop-up window and put inside the code to the MP3/MP4 player. 4Shared also has free MP3 or MP4 players.
    I hope I helped.

    [Sorry, double post.]
    Code:
    <a href="http://yourlink.com/popup.html" onclick="window.open('http://yourlink.com/popup.html','popup','width=600,height=700,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=50,top=0'); return false">Pop-up</a>
    NOTE: Change the 'yourlink.com/popup.html' to your site & link.

    So, when you edit the "popup.html" add the MP3/MP4 player, and it (should) work.
    The only edits the the Popup.html you will have to add is the player, FYI.
    I'll give you an example page.

    Edited. Example "POPUP.ZIP" included.
    Enjoy!
    Last edited by jscheuer1; 09-13-2010 at 02:25 AM. Reason: double post

Bookmarks

Posting Permissions

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