A Flash Developer Resource Site

Search:

Type: Posts; User: Dolemite50

Page 1 of 13 1 2 3 4

Search: Search took 0.10 seconds.

  1. In need of good designers' opinions for serious matter

    Hello,

    I have an issue and I'm hoping to get some completely unadultrated opinions on this design. Can anybody please tell me which version of this page they prefer,..and why? It is very much...
  2. I put this right on the play button and it seems...

    I put this right on the play button and it seems to be working!

    on (release) {
    _root.x.play()
    mytimer=setInterval(updatePlay,60000);
    function updatePlay()
    {
    mylv = new LoadVars();...
  3. Still batting 1000 here. :( I setup some code...

    Still batting 1000 here. :(

    I setup some code on the Play button to start the timer on the other mc.
    on (release) {
    _root.mc.start_timer=true;
    }


    I have a blank MC called mc with the...
  4. Hi again. :) Wouldn't the "break;" take it out...

    Hi again. :)

    Wouldn't the "break;" take it out of the loop after it executes the function once?

    I just put the code in a generic MC on the timeline right now, but I need to code it so that the...
  5. Still having trouble. I tried putting the code...

    Still having trouble.
    I tried putting the code in a MC so that I could use the enterFrame but the variable still isn't sent to the php page. I created a txtbox to display the songid as a test and...
  6. Thanks again man! So to put that into the...

    Thanks again man!

    So to put that into the Flash Player code to only add the counter when the song has been played for a duration would something like this work?

    function ffwTrack()
    {
    pos =...
  7. Well while I'm still trying to slay that...

    Well while I'm still trying to slay that dragon,..I do have one more piece of functionality that I need to add.

    I would like to know how to send a variable to mysql from the mp3 player. What I'm...
  8. Dang, It's in 2004. That code I pasted is the...

    Dang,

    It's in 2004. That code I pasted is the entire code for the player. If it echoes correctly then I agree that the prob isnt with the server side. Dang,..I've been locking horns with this...
  9. Dagnab, I'm getting nowhere fast. I feel like...

    Dagnab,

    I'm getting nowhere fast. I feel like I got the ball to the one yard line and I'm getting ready to fumble. Is there any kind soul out there that can see why my array isn't working?
  10. Replies
    1
    Views
    605

    Here's something that you might want to try:...

    Here's something that you might want to try:
    http://www.phpmail.com/
  11. I also tried remming out this line: currentTrack...

    I also tried remming out this line:
    currentTrack = -1;

    but to no avail. :(
  12. As a test I tried setting up a prev track button...

    As a test I tried setting up a prev track button and the result is the same. It will just restart the same song that is loaded. It is acting as if array isn't getting fully loaded, does that sound...
  13. Houston, we have music! Woohoo!!! Thanks so...

    Houston, we have music!

    Woohoo!!!

    Thanks so much. Just one thing, it doesn't seem to be switching tracks. If I let the song play it wont jump to the next song and my skip track button doesn't...
  14. I should mention, When I tested the...

    I should mention,

    When I tested the mp3mysql.php in a browser I had to add ?bandid=99.

    In the current scenario, where is the code appending the bandid to the mp3mysql.php file? How does it GET...
  15. Dagnab, still no luck. Here is the latest...

    Dagnab, still no luck.
    Here is the latest version of the code I tried for the embed, I was uncertain about the param name= part...

    <param name="movie" value="playerPHP.swf">
    <param...
  16. Thanks again! I know I'm probably annoying you...

    Thanks again!

    I know I'm probably annoying you by now so I'm sorry.

    I couldn't figure out where to put this code on the page that embeds the Flash player:
    ...
  17. Thanks again MM! I've been toying with it over...

    Thanks again MM!

    I've been toying with it over the weekend and forgive me for this, but I cant figure out how to call another php file. Can you please give me an example?

    Thanks again.
  18. Alright! Musicman in the hizzle! OK, I tried...

    Alright! Musicman in the hizzle!

    OK, I tried moving the line outside and still a no go. Here is the entire script:
    mp3list = new Array();
    lv = new LoadVars();
    lv.onLoad = function()
    {
    var i =...
  19. How to send variables? Having some trub here. :(

    Hello,

    I am trying to load variables from mysql to Flash using PHp but the variables don't seem to be being passed. Can anybody please tell me what I might be doing wrong?

    Here is the code for...
  20. Replies
    6
    Views
    1,615

    Hi Chero, Have you made it to the site yet?

    Hi Chero,

    Have you made it to the site yet?
  21. Replies
    6
    Views
    1,615

    Thanks alot for scopin'. Glad you liked it.

    Thanks alot for scopin'. Glad you liked it.
  22. Replies
    6
    Views
    1,615

    Thanks for taking the time to check it out. :)

    Thanks for taking the time to check it out. :)
  23. Replies
    6
    Views
    1,615

    www.mixposure.com Music Exposure Site!

    http://www.mixposure.com.

    There's plenty to do here if you are a musician or a music lover. You will see alot of Flash integration. Comments or suggestions are most welcome.
  24. Replies
    4
    Views
    675

    Hi, Thanks alot for the input guys. Vector,...

    Hi,
    Thanks alot for the input guys.

    Vector, I actualy said it took a couple of months but I guess even that is an exaggeration because I started it in August.

    I appreciate you guys taking the...
  25. Replies
    6
    Views
    885

    Hey man, That was cool I really liked the...

    Hey man,
    That was cool I really liked the interface for the portfolio. It looked great how the box would reshape to fit the image size.
    One thing though, a music off button. :)
Results 1 to 25 of 325
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center