A Flash Developer Resource Site

Search:

Type: Posts; User: luminousnerd

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    3,408

    While I still am clueless what was causing it, I...

    While I still am clueless what was causing it, I have solved the problem by recreating the SWF. Thanks anyways
  2. Replies
    1
    Views
    3,408

    FLV Loads Locally but not online

    Hello,
    I have a swf (http://www.whywaitwebs.com/stoplosingmoney.info/shared/video/ministering_crown.swf) which loads an FLV...
  3. Replies
    0
    Views
    523

    Countdown Timer

    Hey all,
    I have seen a lot of tutorials on the web of how to create a countdown timer in Flash. They count down to a specific day, like Christmas or whatever you want.

    I have spent the last...
  4. Replies
    1
    Views
    1,165

    Anyone? I could really use some help here, I need...

    Anyone? I could really use some help here, I need this video working pronto.... Any help would be very much appreciated.
  5. Replies
    1
    Views
    1,165

    FLV Doesn't have sound

    I have a .mpg file which plays just fine, audio and all.

    When I convert this particular file to an FLV however, all the sound is gone. I have tried using QuickTime convertor, as well as the...
  6. A very specific look is required for this. ...

    A very specific look is required for this. Trying to skin a component is like pulling teeth.
  7. [CS3] Simplest way to load audio file and have seek bar

    Previously, I have always just put the audio in the timeline and tweened the seek bar from the beginning to end, which is very simple but so far has worked for my purposes. I haven't required it to...
  8. I don't know what belongs where you placed an...

    I don't know what belongs where you placed an etc. event.target.parent, as in I have to put an extra .parent for every level down? There's no longer a way to access the main timeline is what you're...
  9. I know, but I have named the frames in accordance...

    I know, but I have named the frames in accordance with the instance names of the buttons.

    Here, let me make it simpler.

    What is wrong with this: root.gotoAndPlay("seeorig");
  10. ...what?

    ...what?
  11. What's wrong with my code? gotoAndPlay isn't gone is it?

    btn_seeorig.addEventListener(MouseEvent.MOUSE_UP, btn_release);

    function btn_release(event:MouseEvent):void{
    var page = event.currentTarget;
    root.gotoAndPlay(page);
    }

    What is wrong with...
  12. Replies
    14
    Views
    860

    This solved my problem very well. I make only...

    This solved my problem very well. I make only one function for all of the rollovers, since all of them roll over by going to frame 2. The key here is event.CurrentTarget, which is EXTREMELY nifty. ...
  13. Replies
    14
    Views
    860

    Ah! I found a tutorial on doing exactly what I...

    Ah! I found a tutorial on doing exactly what I need. Thanks for your help!

    But I have new problem now!! :( What is up with this??

    btn_about.buttonMode = true;

    That is on the first frame,...
  14. Replies
    14
    Views
    860

    I really don't understand that at all. :/ What...

    I really don't understand that at all. :/

    What does the event:MouseEvent bit do? In most functions, isn't that where you put arguments?

    Oh I miss the days of on(release){ play(); }
  15. sorry to butt in here but I have a quick...

    sorry to butt in here but I have a quick question...

    root.gotoAndPlay(2); would not work any more with AS3 then? But MovieClip(root) is essentially what _root was?

    Thanks for clarification
  16. Replies
    14
    Views
    860

    Very sorry, but I don't follow. Right now I am...

    Very sorry, but I don't follow.

    Right now I am using:

    enterteam.addEventListener(MouseEvent.MOUSE_DOWN, enterteamDown);
    function enterteamDown(event:MouseEvent):void{...
  17. Replies
    14
    Views
    860

    Listening Function with Arguments?

    How do I make a function that I can pass arguments to? For example, I want a button (that is really a MC) to listen for rollover, mouse up, mouse down, and all that...simple enough.

    But I have 8...
  18. Well, I prefer to use FLVPlayback if possible. ...

    Well, I prefer to use FLVPlayback if possible. I'm a visual person, and even if the output works fine, I prefer to be able to see it within Flash itself...you know what I'm saying.

    Thanks for the...
  19. Question about making a "preview" before the actual clip...

    What would be the best way to display a message that says "This episode will begin in __ seconds" which would count down from 19 to 0 while it played one FLV and then afterwards play the main FLV?
    ...
  20. It is preferable not to use the UI components,...

    It is preferable not to use the UI components, however even when I tried it was not changing anything :/
  21. Hey, if anyone could help me out I would really...

    Hey, if anyone could help me out I would really really appreciate it

    Thanks
  22. I've tried changing the buffering bar, it doesn't...

    I've tried changing the buffering bar, it doesn't seem to do anything for me :/

    I was looking through all the help - it uses the words "buffering bar" to describe what bufferingBar does. ;)...
  23. Streaming/loading/buffering bar needs to be darker

    Hello,
    I made a custom FLVPlayback skin for our episodes of CFR-TV (www.cfr-tv.com)

    What I need to do is make the 'loading' bar daker. When the episode is streaming, you can squint and see how...
  24. I just want it to maintain aspect ratio. I want...

    I just want it to maintain aspect ratio. I want it to scale, but not lose its 16:9-ness.
  25. Haven't gotten an answer yet, just wanted to bump...

    Haven't gotten an answer yet, just wanted to bump it up. Thanks guys
Results 1 to 25 of 50
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center