A Flash Developer Resource Site

Search:

Type: Posts; User: Flash_Light

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    2,550

    sound.start(pos); //not working

    Hey, I'm working on a simple play/pause button for a wav file.

    Starting script:


    sound = element("sound track 3 edited");
    playing = false;


    I have two buttons: Play Button and Stop...
  2. Replies
    4
    Views
    1,441

    Bump...

    Bump...
  3. Replies
    4
    Views
    1,441

    Why wont anyone answer my questions? :(

    Why wont anyone answer my questions? :(
  4. Replies
    4
    Views
    1,441

    Ehem...

    Ehem...
  5. Replies
    4
    Views
    1,441

    Using php to mock flv

    Is there any easy step-by-step explained tutorials for beginners on how to create a php file that streams a .flv to a flash video player?

    I've been googling for some time now and I haven't found...
  6. Replies
    2
    Views
    1,194

    3D Flash Animator Help

    3DFA's help file doesn't seem to be "that" helpful. I mean it's okay, and I'm not trying to complain either. Really, I'm trying to suggest a feature. :D

    I know that the play method for movie...
  7. Replies
    2
    Views
    1,119

    Sweet. Thanks Brent.

    Sweet.

    Thanks Brent.
  8. Replies
    2
    Views
    1,119

    Purchasing...

    If I purchase 3dfa now, would I be able to upgrade to v5 when it comes out?

    In other words, do I get to upgrade to the latest versions for free?
  9. Replies
    3
    Views
    1,470

    3DFA and AVI/Video

    I'm thinking of working with CamStudio instead of shelling out 300 bucks...

    This is good and all but, the flash video player sucks. So I'm thinking off making my own with 3dfa.

    Can 3dfa stream...
  10. Replies
    3
    Views
    1,363

    Resize movie.

    Is there a way to resize the movie dynamically through script? Movie that is the entire flash app. :)
  11. Replies
    1
    Views
    975

    Maybe you need to set the rowspan for that...

    Maybe you need to set the rowspan for that table-data more then 2, like 4.

    EDIT: I notice you have some unnecessary images after the logo. The image you are talking about is the logo right?
  12. Replies
    3
    Views
    1,182

    Cool, thanks Finjogi. Yeah Java3D API seems...

    Cool, thanks Finjogi. Yeah Java3D API seems sweet, but programming is something that would take devotion.
  13. Replies
    3
    Views
    1,182

    Other plugins?

    A few questions here...

    Which is best for 3D development, Flash, Shockwave or Java? Why is there little web game development with Java? Is it the fact that Java has no development software to...
  14. Replies
    6
    Views
    1,786

    Should add a update alert in the program... Don't...

    Should add a update alert in the program... Don't you think?
  15. Replies
    3
    Views
    1,123

    The "Websites>Template 800x600" sample has a mail...

    The "Websites>Template 800x600" sample has a mail feature. I don't know if this is the effect you want(opening outlook)? If you don't want outlook to appear then you're going to have to use another...
  16. Replies
    11
    Views
    2,441

    Yes! There's a method for the Array object;...

    Yes! There's a method for the Array object; array.remove(Index position). This method RETURNS the value, it doesn't modify the array. Which means you'd have to set a variable, or in this case the...
  17. Replies
    3
    Views
    1,127

    Yay! Thanks a billion. Maybe it be cause...

    Yay! Thanks a billion.


    Maybe it be cause I'm using the trial?
  18. Replies
    2
    Views
    1,005

    Hey, I think when you add the element/pic you can...

    Hey, I think when you add the element/pic you can choose to have the image exported with the swf or loaded externally when you open the element.

    Get me?
  19. Replies
    3
    Views
    1,127

    XML object structure

    Can someone explain to me the XML object's structure? I look at the example and the help and I do not get why I'm getting an error every time I do:



    if (xmlFile.loaded)
    {
    element ("Edit...
  20. Replies
    1
    Views
    893

    Got it nevermind.

    Got it nevermind.
  21. Replies
    1
    Views
    893

    flashvars attribute.

    How do I use the variables defined in the flashvars attribute of the embed tag?
    I tried just accessing them at the start script but it didn't work.
  22. Replies
    2
    Views
    1,051

    Thanks man. The position property works fine for...

    Thanks man. The position property works fine for me.

    Good luck with the button thing though. I'm new :D
  23. Replies
    2
    Views
    1,051

    Sound Objects

    The sound element property, position, can be used to get the position of the track or song playing. But how would I set the position of the song/track? Would I just set this property to something or...
  24. Yea thanks!

    Yea thanks!
  25. Onmouseover and Onmouseclick events for a 3d Shape???

    I'm trying to give Onmouseover and Onmouseclick events to a 3d Shape??? I'd like to have it to where when you mow your mouse over the 3d Shape it stops spinning (which is what it does) And then when...
Results 1 to 25 of 34
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center