A Flash Developer Resource Site

Search:

Type: Posts; User: Jls2K

Page 1 of 20 1 2 3 4

Search: Search took 0.31 seconds.

  1. Replies
    41
    Views
    1,833

    I got 3 copies. And I thought I was the only one...

    I got 3 copies. And I thought I was the only one ;)
  2. Replies
    2
    Views
    465

    One day I'll learn not to program at 4am :)...

    One day I'll learn not to program at 4am :) Cheers very much.
  3. Replies
    2
    Views
    465

    I came accross this problem in someone else's...

    I came accross this problem in someone else's post today. They could use a workaround. I cannot. Checkout the following code )simplified example):

    Object.prototype.setButton = function() {...
  4. Replies
    5
    Views
    789

    I can't think what it might be, sorry...

    I can't think what it might be, sorry...
  5. Replies
    5
    Views
    789

    If vid is indeed not a variable you should use...

    If vid is indeed not a variable you should use the code I posted. It might not solve the problem but it's a bit more correct.
    As for the other, I can't think what else it might be. What does...
  6. Replies
    3
    Views
    598

    Woks fine for me... You sure?

    Woks fine for me... You sure?
  7. It appears when you do any number of things....

    It appears when you do any number of things. Don't worry about it. It doens't mean anything.
  8. Replies
    5
    Views
    789

    Unluess vid is a variable, change it to: on...

    Unluess vid is a variable, change it to:

    on (release) {
    loadMovie ("BCNY.swf", "_root.vid");
    }
  9. The example you gave is missing an 's' as well....

    The example you gave is missing an 's' as well. Are you sure you don't need to just embed the font in the text field?
  10. Replies
    3
    Views
    598

    This tutorial is based on PHP but it's the same...

    This tutorial is based on PHP but it's the same principle with ASP http://www.actionscripts.org/tutorials/intermediate/loadVariables_script_interaction/index.shtml
  11. Replies
    3
    Views
    428

    on (release) { ...

    on (release) {
    getURL("mailto:you@yoursite.com?subject=test&body=blah blah&cc=me@server.com);
    }
    Also see my sendmail contact form tutorial (...
  12. Replies
    1
    Views
    451

    You're right about why it's not working. You have...

    You're right about why it's not working. You have to wait for the image to load first. Trigger your set _x statement using the onClipEvent (load) event handler (on the square MC) and see if that...
  13. Replies
    2
    Views
    599

    Musicman, Thanks for the responce. I don't...

    Musicman,

    Thanks for the responce. I don't believe that would work as the save fscommand saves only the variables on root if I'm correct. I'm actually exploiting that fact as I have nummerous MCs...
  14. Replies
    2
    Views
    599

    Does anyone know under what circumstances...

    Does anyone know under what circumstances fscommand("save","file.txt"); saves the __proto__ and construct variables?

    Further explaination:
    I'm using this (now outlawed by MM) undocumented...
  15. You could force the use of the Flash 5 player by...

    You could force the use of the Flash 5 player by publishing your file as an executable projector from Flash 5, couldn't you? That should export the files with the Flash 5 player (which did support...
  16. I might have, considerring I live in Melbourne...

    I might have, considerring I live in Melbourne it's kinda likely :)
  17. Replies
    4
    Views
    609

    Yes, streaming is an option. But I'm not sure if...

    Yes, streaming is an option. But I'm not sure if you need a special MP3 streaming port set up on your server. The example given in the help file references a specific port from memory.
  18. Yeah I've used that code too, I just meant with...

    Yeah I've used that code too, I just meant with the new limitations in the Flash Player 6 (limitations on SAVE and EXEC) it migh tnot work. I was reading about the security limitations the other...
  19. You can use a backend script like ASP or PHP to...

    You can use a backend script like ASP or PHP to pipe the file content through into the browser with noCache settings but it's still pretty easy to get around. I've not seen this succesfully done,...
  20. 1. Penetration - Flash is everywhere now. Not...

    1. Penetration - Flash is everywhere now. Not only on PCs and Macs but supported by GameCube and PS2, XBox and Palm, and more!
    2. Interaction - Flash 5 and higher have great functions for...
  21. Replies
    4
    Views
    609

    Only in Flash MX. If you get Flash MX read up on...

    Only in Flash MX. If you get Flash MX read up on the loadSound method.
  22. Replies
    1
    Views
    422

    Try this tutorial:...

    Try this tutorial: http://www.actionscripts.org/tutorials/intermediate/Creating_preoloaders_for_the_attachSound_Method/index.shtml
  23. Replies
    1
    Views
    436

    If you're loading into levels you can use: if...

    If you're loading into levels you can use:

    if (_level2 != undefined) {
    // something's loaded there
    }
    I think the same works with loading into MovieClips. If you want to know WHICH movie is...
  24. That code will suffer the same downfall as the...

    That code will suffer the same downfall as the save code in Flash MX I think, as the only files which can be executed are those in a specifically named sub-directory. I forget the directory name,...
  25. No it's been dissabled in the latest versions of...

    No it's been dissabled in the latest versions of the player so if you publish it as an exe using the built in player for Flash 5 it should still work fine...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center