A Flash Developer Resource Site

Search:

Type: Posts; User: bhughes

Page 1 of 15 1 2 3 4

Search: Search took 0.14 seconds.

  1. The unload was always working, but failing to...

    The unload was always working, but failing to sever the stream from YouTube, once initiated. What actually did this is part of the YT API:

    player.destroy():Void
  2. Thanks for the response. Perhaps I am doing this...

    Thanks for the response. Perhaps I am doing this wrong:


    this.removieMovieClip("youtubecontainer",depthlevel);

    Edit* Fixed syntax and the movie unloads.
  3. Can't stop imported YouTube video, even if I unload the movie clip containing it.

    I am importing a youtube video to a new movie clip using this script:


    function containYoutube(youtubevar, depthLevel) {

    this.createEmptyMovieClip("youtubecontainer",depthLevel);

    ...
  4. Replies
    4
    Views
    1,486

    i love you guys.

    i love you guys.
  5. Replies
    3
    Views
    376

    that would work for sure. any easy way to go...

    that would work for sure. any easy way to go about it?
  6. Replies
    3
    Views
    376

    save to .txt file?

    is there any way to save a variable in flash to a users hard drive in a txt file, or other similar format, that is created from a 'save' type button in flash?
  7. input text ... how do i make the variable numerical instead of string data?

    I have an input field where users need to enter a number and it gets stored in a variable. That works ok, but when i try to do some math with the variable, it appears as if it is treating it as a...
  8. In a folliow-up need... is there one that can...

    In a folliow-up need... is there one that can return the URL that the swf is DISPLAYED on?
  9. that worked perfectly! thank you very much.

    that worked perfectly! thank you very much.
  10. any way to tell what location the file is being pulled from?

    I'd like my swf to exclude postings to my own domain in one of its operations. Is there any way to tell the location that an swf is located using actionscript, so that a condition could be set up?
  11. very quick question about combining strings

    If i do this:

    "string text stuff stuff" + variableStringStuff +"continue continue stuff"

    there seems to be a mandatory line break between the variable and the next string bit. Any way to...
  12. Replies
    0
    Views
    317

    get rid of line break in actionscript??

    I have an input called sourceURL.

    I have it put together a string in a button like so, to make a url:


    on (release) {
    generatedCode = "<img src='"+sourceURL+"'>"
    }

    The dynamic text field...
  13. Replies
    0
    Views
    264

    How to make '

    I want to be able to put "<img src='" in a strong, so that I can add a url and so forth later on... when I put in the '<' character, it doesn't work. Any suggestions?
  14. Replies
    1
    Views
    414

    nevermind. i just stuck the preloader in the...

    nevermind. i just stuck the preloader in the loading swf and it worked fine.
  15. Replies
    1
    Views
    414

    trouble preloading external SWF

    On my main timeline, I have a movieclip called 'gallery'

    on the first frame of gallery, there is a loadMovie to load an external SWF to level 3. it is in a conditional that only allows this to...
  16. good way to simulate slower connection to test preloaders?

    the preview works fine, unless using loadMovies and whatnot that seem to be exempt from the simulation. Is there a good method or service available that would allow to test as if on a slower server,...
  17. Replies
    1
    Views
    276

    preloader KINDA working... take a look?

    Hi. I am having difficulty with my preloader for some reason that I am overlooking.

    It functions well as a preloader, but shows NOTHING until it is just about loaded.

    All it is is two frames......
  18. Replies
    0
    Views
    341

    need help with my sound object. and path

    In my movie I have this code... it works:

    voices=new Sound();
    voices.attachSound("voiceloop64");
    voices.start(20,100);

    it does NOT, however, work when it is loaded into another movie. Any...
  19. exactly what I was looking for. Thanks!

    exactly what I was looking for. Thanks!
  20. I have a movie that calls to the root to get a...

    I have a movie that calls to the root to get a few items. Works just fine.

    When I need to use that same movie in another movie, however, the _root. is of course not the same... it takes the root...
  21. way to keep _root. in a loaded movie clip, instead of loading movie root?

    I read at one point about how to do this, but forgot both the source and the method. Any help? Thanks.
  22. way to detect download speed to set dynamic buffer?

    hi. any way you can think of to determine a user's connection speed and set a buffer determined by that speed?

    I am currently working on this, and if I get a good solution I'll post it.
  23. Replies
    1
    Views
    508

    FSCommand call to javascript function?

    I am having great difficulty getting this to work.

    Anywhere that I can get some good instruction? The tutorials in here cover basic javascript through fscommand but not functions.
  24. is it possible to control one swf from another swf on one page?

    anyone know ? :)
  25. Replies
    3
    Views
    631

    im thinking it could probably be done with css......

    im thinking it could probably be done with css... you mean html text in flash right? i was going to be hard positioning DIV html over the top. i know, not the best practice, but specified in my order.
Results 1 to 25 of 364
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center