A Flash Developer Resource Site

Search:

Type: Posts; User: groovything.com

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    619

    oundMixer.computeSpectrum problem

    I'm totally stumped here.

    The music visualizer works on my desktop, but as soon as I post it to the web the equalizer bars do not work.

    anyone have any ideas?

    Website (spectrum bars not...
  2. If you dont want to download the attachment...

    just add the directory path when setting and retrieving the shared object:

    var so:SharedObject = SharedObject.getLocal("cookie", "/");
  3. Replies
    6
    Views
    1,882

    I'm still wrestling with as3, but this does work...

    I'm still wrestling with as3, but this does work very nicely for me.

    the x in the function call(x) does nothing, but if I don't put something there I get errors.

    If there is an easier way to do...
  4. Replies
    6
    Views
    1,882

    1. create class "glo.as": package { ...

    1. create class "glo.as":

    package {
    public class glo {
    public static var movieLoaded:Boolean = false;
    }
    }

    2. Import the class to the dynamic clip as well as the stage where...
  5. Replies
    6
    Views
    1,882

    how do i invalidate the scrollpane once the...

    how do i invalidate the scrollpane once the dynamic clip is loaded?

    the problem is that even though the contents are larger than the scrollpane, the scrollbar is missing because the instance it...
  6. Replies
    6
    Views
    1,092

    I was able to figure out how to target the...

    I was able to figure out how to target the youtube PauseMovie function
    by using the debugger in Flash and decompiling the player code...

    It works perfectly on my local machine, BUT when I post...
  7. I figured out the problem...

    I was able to figure out how to target the youtube PauseMovie function
    by using the debugger in Flash and decompiling the player code...

    Heres my show stopper...


    The remote sandbox makes...
  8. Replies
    6
    Views
    1,092

    I actually did the same thing you did, but i...

    I actually did the same thing you did, but i really want to ge the youtube player working. that way I can integrate their xml feed and never have to touch the code again.

    the way i'm doing it, I...
  9. Replies
    6
    Views
    1,092

    My problem is that I cannot alter the swf that I...

    My problem is that I cannot alter the swf that I am loading because It is a youtube player swf file.

    I know there are hacks out there that load the flv's unbranded, but I want to keep the utube...
  10. Replies
    5
    Views
    664

    I'm having the same problem. I've tried...

    I'm having the same problem. I've tried everything!!!

    The unloadMovieNum() does not work for me.

    http://www.sajencorona.com/sajen_corona3.swf (videos section)

    the video goes away but the...
  11. Replies
    3
    Views
    1,406

    I'm having the same problem. I've tried...

    I'm having the same problem. I've tried everything!!!

    http://www.sajencorona.com/sajen_corona3.swf (videos section)

    the video goes away but the sound keeps playing with the volume at 100%
    ...
  12. Replies
    6
    Views
    1,092

    I'm having the same problem. I've tried...

    I'm having the same problem. I've tried everything!!!

    http://www.sajencorona.com/sajen_corona3.swf (videos section)

    the video goes away but the sound keeps playing with the volume at 100%
  13. ever get a resolution to this? I'm having all...

    ever get a resolution to this?

    I'm having all kinds of trouble trying to get rid of dynamically loaded youtube video clips.

    I tried stopAllSounds but it's not reliable.
    ...
  14. Can't unload remotely loaded youtube video

    I am able to load videos and play them in the flash movie, but when I try to unload the movie, the sound continues to play even thought the clip disappears from the stage.'

    I have tried creating...
  15. u cannot do that

    Iv'e been waiting for years for flash to incorporate more sound functionality, but the answer I get from adobe is that it would make the program way too big.

    At flash forward, there was a guy from...
  16. Replies
    22
    Views
    1,299

    nice! My script was just a brainstorm to see...

    nice!

    My script was just a brainstorm to see if I could do it. After reading more about the riemann hypothesis and the work that mathematicians have been doing trying to solve it, I realize this...
  17. I used to use sorenson and it SUCKED out loud!!!...

    I used to use sorenson and it SUCKED out loud!!!

    It costs a lot more, but after effects does a much better job. You make up for the extra money spent in the time you save compressing your video,...
  18. Replies
    22
    Views
    1,299

    just for fun :-p

    Heres a script that calculates, displays, and charts all the prime numbers from 1 to 10,000

    I was reading "stalking the Riemann Hypotesis and thought "Hmmm, I bet flash could do that"
  19. Replies
    4
    Views
    600

    found the answer: if(textBox.scroll ==...

    found the answer:

    if(textBox.scroll == textBox.maxscroll){
    _root.myScrollBar._alpha = 0;
    }else{
    var fadeTween = new mx.transitions.Tween(_root.myScrollBar, "_alpha",...
  20. Replies
    4
    Views
    600

    the only problem is that if bottomScroll equals...

    the only problem is that if bottomScroll equals the total lines of text, you cannot use that as the test to display the scrollbar.

    is there a way to test for more lines beyond bottom scroll?
    ...
  21. demo of the fade/in/out function

    I had to play with it a little because what I thought would work didn't....not sure why, but this does (I also attached the fla file):

    var container:MovieClip =...
  22. it's a pretty good script I'm definitely going to...

    it's a pretty good script I'm definitely going to use it for reference...

    ive been using 6 lines of code to do the following transition:

    new mx.transitions.Tween(loader1, "_alpha",...
  23. I'm pretty sure your problem is happening because...

    I'm pretty sure your problem is happening because you are loading the old slide into the top layer and then swapping the image in the back layer with a new one. looks like theres a split second where...
  24. Replies
    2
    Views
    441

    very rough, but you should be able to use this idea

    you can tweak it to fit your needs
  25. loading a jpeg is done pretty much the same way...

    loading a jpeg is done pretty much the same way as loading a swf.

    you could do something like

    onEnterFrame=function(){
    loaded_val = loading_mc.getBytesLoaded/loading_mc.getBytesTotal;...
Results 1 to 25 of 87
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center