A Flash Developer Resource Site

Search:

Type: Posts; User: LonLonRanch

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    730

    Sizing in Widescreen: Help

    I have a dynamic flash player that I have been working on and I wanted to move it to a widescreen player that would still play all my normal screen size .flas - the problem is that now it stetches...
  2. Loading random php/mysql data after video plays

    Its hard to explain without an example, but you know when you watch a video on you tube and after it gets done the video stops, give you a black screen and then dynamically loads 2 other videos from...
  3. Replies
    1
    Views
    4,090

    Nevermind, I figured it out

    Nevermind, I figured it out
  4. Replies
    1
    Views
    4,090

    How do you set FLV volume?

    I'm making a flv player in Flash 8 and although it seems like it should be incredible easy I can't figure out how to change the volume of the player...

    This is the code I use to load the flv:
    ...
  5. Replies
    3
    Views
    431

    More Code

    this is where I get the name of the .flv file:

    lvData.onLoad = function(success:Boolean):Void{
    if(success){
    var theName:String = lvData.theName//this is the .flv info
    _root.text_txt.text =...
  6. Replies
    3
    Views
    431

    Help: Reading Variables as Strings

    I've got a Flash Video Player and I'm trying to be able to read variables from php, and now that I can do that - I'm having trouble getting flash to read the variable. Let me explain.

    I want my...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center