A Flash Developer Resource Site

Search:

Type: Posts; User: lazerbrains

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    6,539

    Scroller triggered by button.

    I am trying to create a controllable scrolling MovieClip, but am not sure how to code it.

    This is an image of what I want to build. 75259


    How can I have the Content MovieClip scroll to the...
  2. Replies
    0
    Views
    1,295

    Replacing math.random with a function?

    Basically, I am trying to make a Banner ad that will go on Google's ad network. However it turns out, they don't accept ads that use math.random in the code.

    So I am trying to convert my code...
  3. Actually, I think with some of your advise, I...

    Actually, I think with some of your advise, I figured it out. I looked into the greensock library I was importing and noticed there was something called TweenLite. I added that to my code in place of...
  4. AS code taking up 40k of a 50k swf? Help!

    I am making a banner ad for a site that has a size requirement of 40k. However, my file is around 50k, and I can't figure out why. I have exactly 4 images. And the and they total 4k when published....
  5. Thank you. I actually got it working. All I had...

    Thank you. I actually got it working. All I had to do was copy the combo box and it's assets folder from the external SWF, and paste them into the the library of the main SWF that was loading it, and...
  6. Combobox dropdown not dropping down in external SWF?

    I have a combo box in my flash document. The combo box is in an external SWF, that is being loaded into the main SWF.

    As a stand alone SWF the drop down works. In an external SWF, it does not.
    ...
  7. Replies
    2
    Views
    630

    Thank you for the info. I thought I had posted...

    Thank you for the info. I thought I had posted the FLA on my post, but it looks like i didn't. Sorry about that. I have attached it to this post. If you have a quick second, could you take a look. It...
  8. Replies
    2
    Views
    630

    Check frames visited?

    I have a project that I am working on, and I have a section that I would like you to visit all of three areas (frames) before moving on. So I have the following code:

    var f1:Boolean;
    var...
  9. Load external SWF at a certain frame label?

    I have a project with a main SWF that loads multiple external SWF's. This is currently working, however, I am looking to load some of these SWF's to a certain Frame Label. Is there anyway to do this?...
  10. Replies
    3
    Views
    1,243

    The dispatchEvent in the external SWF is...

    The dispatchEvent in the external SWF is triggering the function:

    MovieClip(parent.parent).dispatchEvent(new Event("MM2_Load", true));

    Once this dispatchEvent becomes "true", it triggers the...
  11. Replies
    3
    Views
    1,243

    Problems loading external SWF's

    I have a Flash project that has a main SWF file, that loads multiple SWF files within it. So it loads the first one, and then at the last frame I dispatch an event that triggers the current SWF to be...
  12. Anyone have any ideas on how to do this?

    Anyone have any ideas on how to do this?
  13. Require visiting certain frames before moving forward?

    I have a site where I want to restrict the user from moving forward unless they have visited certain pages. So if you visit page 1, 2, & 3, then a button appears that lets you move forward. I have...
  14. Replies
    0
    Views
    1,172

    How do you use Cue Points in FLV videos?

    I need to set Cue points in FLV video to trigger other MovieClips at certain times during FLV playback. I have read about them, but am unsure how to use them. I am pretty sure I know how to set them,...
  15. Replies
    4
    Views
    1,880

    Thanks. Didn't realize they had plugin debuggers....

    Thanks. Didn't realize they had plugin debuggers. Those are very helpful. It didn't really help me solve this problem, but awesome to have. Thanks!

    What I did do to get it working is:

    I changed...
  16. Replies
    4
    Views
    1,880

    how do I tell the text field to display the...

    how do I tell the text field to display the trace? That would be handy. I would love to install the Flash debugger for IE, but I am on a Mac.
  17. Replies
    4
    Views
    1,880

    Event listener not working in browser?

    I have an eventListener that is listening for the end of an audio channel that is playing an external MP3:

    d1Channel.addEventListener(Event.SOUND_COMPLETE, soundComplete, false, 0, true);
    ...
  18. Replies
    4
    Views
    2,240

    Ahh.... Thank you!! works perfect now.

    Ahh.... Thank you!! works perfect now.
  19. Replies
    4
    Views
    2,240

    When I do that, I get this error: Symbol...

    When I do that, I get this error:

    Symbol 'intro', Layer 'Layer 2', Frame 150, Line 4 1046: Type was not found or was not a compile-time constant: VideoEvent.


    Any idea why that would be?
  20. Replies
    4
    Views
    2,240

    FLV playback check for end of video?

    I have a few videos that I have in my Flash file, that I would like to have them trigger the playhead on my main timeline move to a new frame upon completion of the video.

    I have found this page,...
  21. Replies
    1
    Views
    1,808

    Load and unload external swf files?

    I have a site that I am trying to break apart into multiple smaller SWF files for ease of loading. However, I am having a small problem.

    I have 3 files: Main.swf, external1.swf, and...
  22. Replies
    2
    Views
    1,653

    If that is the only sound that is playing at that...

    If that is the only sound that is playing at that time, you can use:


    SoundMixer.stopAll();

    This will stop all sounds, however, if that is the only sound that is playing at that time it should...
  23. Solved

    The reason this was happening is just due to the sheer complexity of the site. I have since broken it up into smaller SWF's that load externally, and now CPU usage is manageable. Still a little high...
  24. Thanks Moot! I sent you a PM. Let me know if you...

    Thanks Moot! I sent you a PM. Let me know if you discover something that I can do to make this thing work.

    Thanks!
  25. Embedded audio locking up and stalling Flash Player?

    I have a site that has a page that has a voice over (MP3 file) embedded in the timeline. It is embedded because it needs to be in sync with on stage animations. However when I embed the audio track,...
Results 1 to 25 of 66
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center