A Flash Developer Resource Site

Search:

Type: Posts; User: dangeorge6

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    538

    it works, glorious! thanks

    it works, glorious! thanks
  2. Replies
    4
    Views
    538

    After doing some tests, it's definitely the if...

    After doing some tests, it's definitely the if statement that doesn't work. Any ideas?
  3. Replies
    4
    Views
    538

    [F8] can't get LoadVars.load to work

    Here's an issue that's still unresolved and I would LOVE to solve. At a point in my code I declare MyVars


    MyVars = new LoadVars ();
    MyVars.onLoad = function () {
    //save profile_id to pass to...
  4. trying to figure out how I'd use swapDepths. ...

    trying to figure out how I'd use swapDepths. I've added these lines to the above code, but no difference:


    var songScroll:MovieClip = this.attachMovie("container", "scroller",...
  5. accessing movieclips within movieclips from main timeline

    I'm trying to get this movieclip scroller to work. There are a few movieclips made with the authoring tool (the scrollbar, the content, bounding box, mask) inside a container movie clip. I can put...
  6. Replies
    1
    Views
    465

    Load Vars doesn't seem to fire

    Sorry for the incessant postings, but I'd really like to shake a few bugs I can't figure out.

    So I need a LoadVars onLoad function to trigger after a file has uploaded. As it stands it doesn't...
  7. yeah, i realized this is a Server/php issue,...

    yeah, i realized this is a Server/php issue, since the same thing happened uploading without flash with the following php script

    <?php
    if ($_FILES['datafile']['name']) {
    $uploaddir =...
  8. file names obscuring for some files using FileReference Upload

    Hi,

    My file uploads using FileReference works great for many mp3s, but for some, the name of the file turns cryptic. The file itself is fine, the title just gets screwed up. Any remedy?

    For...
  9. trouble getting a variable from one place to another

    Could someone take a look at this code. The variable "profile_id" is not showing up in the "scriptLocation" variable. I know that myVars does manage to pull profile_id from my php script. It just...
  10. problem solved, the 'this' in a function wasn't...

    problem solved, the 'this' in a function wasn't referring to the right MC object
  11. ok, so i tested the calls immediately after the...

    ok, so i tested the calls immediately after the function and it works just like it did for you. Maybe I needed to include more of where the function is called. It's in an onLoad event trigger. ...
  12. i have an idea...maybe my buttonTemplate...

    i have an idea...maybe my buttonTemplate movieclip has a lot of whitespace below the actual button, and only one button actually fits on the stage of the parent clip. I can't figure out how to tell...
  13. now it doesn't work. For the record, here's...

    now it doesn't work.

    For the record, here's the for loop I use to create the calls. I definitely iterates more than once, but just the last button is created.


    len = pathArray.length;
    ...
  14. why won't this attachMovie function work for multiple calls!

    The below function works to throw a button from a button template on the stage. However, it seems that no matter how many calls you make, only the last button is displayed. How can i modify this...
  15. Replies
    1
    Views
    1,086

    can't get variable to display right

    This is probably a pretty simple problem, but i'm stuck. I need to get the profile_id variable in the below code...



    MyVars = new LoadVars ();
    MyVars.onLoad = function () {
    //save...
  16. I added an = that i forgot to var...

    I added an = that i forgot to

    var scriptLocation:String = 'php_scripts/flash_interact.php?action=add&profile_id' + _root.profile_id;

    but still no luck
  17. thanks a million. However, the change made me...

    thanks a million. However, the change made me realize I have another frustrating issue. It seems I'm doing something wrong getting the scriptLocation variable to output right. This is where the...
  18. oops, I actually simplified the code to make it...

    oops, I actually simplified the code to make it easier on anyone trying to help. Here's at least the whole file upload part. Keep in mind that the MyVars stuff is set up before this. I just need...
  19. can you do that? I get this error: **Error**...

    can you do that? I get this error:

    **Error** Scene=Scene 1, layer=a, frame=1:Line 127: Operator '%' must be followed by an operand
    if(upload ==100%){
  20. BTW, I need it to happen every time the...

    BTW, I need it to happen every time the uploadCurrent function is called.
  21. need to execute a statement after a function is completely done

    Hi,

    I need to have something execute after a function is completed.


    uploadButton_mc.onRelease = uploadCurrent;

    function uploadCurrent():Void {
    chooseButton_mc._visible = false;...
  22. Is this a good model for my dynamic music player?

    Hi,

    I am building an mp3 player that retrieves song titles from a database. I'm at the point where I need to build the display that will hold the titles/artists/albums of all the songs. I want...
  23. Replies
    0
    Views
    482

    Using FileReference with Flash MX 2004

    Hi,

    I'm a little confused about how classes work in Flash. I need to upload a file from Flash and I've read about the FileReference Class. However, it says that it's "new to Flash 8". Does this...
  24. can't get variables to load from php script

    Hey,

    I'm having problems getting some variables into my MC via a php/mysql script:

    loadVariables("http://www.leavitt.homeip.net/musicproject/php_scripts/flash_interact.php?action=initialize",...
  25. Replies
    3
    Views
    645

    thanks much. But wait, I thought making...

    thanks much.

    But wait, I thought making modular sites was good because data is only loaded when needed so in general things go faster than if you made a website with one .swf and a long timeline...
Results 1 to 25 of 45
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center