A Flash Developer Resource Site

Search:

Type: Posts; User: jshpro2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,509

    Probably because the .mp3 isn't in whatever...

    Probably because the .mp3 isn't in whatever directory flash is running the .swf from. Try a non relative URL
    http://server.com/file.mp3
    rather then file.mp3
  2. Replies
    0
    Views
    661

    My mp3 player works in firefox but not IE

    I have this MP3 player that will not work in IE but works fine in firefox. I have done some testing and have no idea why this is. It has been tested on several Pc's so far, could you please see if...
  3. Replies
    5
    Views
    568

    Try changing this.onEnterFrame to...

    Try changing this.onEnterFrame to dice.onEnterFrame...
    I'm not an expert on flash but it looks like you are doing the onEnterFrame function on a button rather then the movie clip you are attempting...
  4. Replies
    32
    Views
    257,116

    Sticky: There should be a rule against talking like...

    There should be a rule against talking like inder_s2010 no offense man, but when you use words like

    "dis", "dat", "da", and "u"

    instead of

    "this", "that", "the", and "you"

    It makes your...
  5. Replies
    6
    Views
    888

    He said with actionscript, he didn't ask how to...

    He said with actionscript, he didn't ask how to import clips, he wants to dynamically load it with actionscript.
  6. Thread: arrays

    by jshpro2
    Replies
    0
    Views
    2,441

    arrays

    forgive my newby'ness...

    I need to pass an array from php to to flash.
    If I do something like

    <?
    echo 'embed src="file.swf?';
    $array=Array("item one","item two");
    echo...
  7. Thread: PHP Problem

    by jshpro2
    Replies
    18
    Views
    1,150

    bool is_writable ( string filename) aka...

    bool is_writable ( string filename)

    aka
    if(!is_writable('somefile.txt')) {
    echo 'You need to chmod your file';
    }
  8. Replies
    7
    Views
    783

    Nevermind, I figured out how to do it on my own

    Nevermind, I figured out how to do it on my own
  9. Replies
    7
    Views
    783

    The link to the mp3 file is dynamic......

    The link to the mp3 file is dynamic...
    http://server.com/mp3s/xxxxxxxx.mp3
    In my php script I can echo out the URL to the mp3 file...

    How would I then trasfer the variable into flash, then use...
  10. Replies
    7
    Views
    783

    Ok, seems to work ok.. now I launch the component...

    Ok, seems to work ok.. now I launch the component inspector and type in the URL of my mp3 and it runs it fine, how would I have a variable as the file name, so I can send the mp3's URL from php to...
  11. Replies
    7
    Views
    783

    streaming mp3 player

    I need to stream mp3's over the web, and I think flash is an ideal method, all of the examples here require you to put the mp3 into a swf file, I was wondering if you can just have it so it opens a...
  12. Replies
    1
    Views
    504

    _root.play(); works but goto frame doesnt

    In a game _root.death tells me if the player is dead or not.. on the movieclip that generates enemies it has an if statement that says if death==1 then goto frame 2...

    For some reason i cannot...
  13. Replies
    2
    Views
    472

    can you please clarify..... the scrollbar is to...

    can you please clarify..... the scrollbar is to control contents in your flash file or contents of a webpage?

    if you just want a colored scrollbar use css not flash
    if you want your flash movie...
  14. Replies
    1
    Views
    398

    put each hand in a different movie clip (insert -...

    put each hand in a different movie clip (insert - symbol)

    each movie clip should contain the full animation for it's hand
    put all the movie clips onto the main timeline
    your main timeline has...
  15. Replies
    2
    Views
    579

    its cuz aol sucks heh

    its cuz aol sucks heh
  16. Replies
    2
    Views
    797

    Save game files

    I want to allow users of my game to save their game onto their hard drive.
    How do you create a file on their drive and also can it not be stored in the way flash reads variables:
    var1=1&var2=2...
  17. Replies
    4
    Views
    548

    thanks

    thanks
  18. Replies
    4
    Views
    548

    does not work for some reason

    does not work for some reason
  19. Replies
    4
    Views
    548

    string to integer

    I have the following readout from php
    &id=1&name=jshpro2&score=2&max=11&level=1&connected=2


    2

    which works perfectly from flash, loads the variables and all but as strings, score+=5 for...
Results 1 to 19 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center