A Flash Developer Resource Site

Search:

Type: Posts; User: dagger_69

Page 1 of 2 1 2

Search: Search took 0.05 seconds; generated 21 minute(s) ago.

  1. Replies
    1
    Views
    1,418

    You can double the stage sizes. Then select all...

    You can double the stage sizes. Then select all layers from the timeline, copy them and paste to a new movie clip. Then remove all layers from the timeline. Place there the movie clip, that you`ve...
  2. Thank you guys for the efforts. I appreciate your...

    Thank you guys for the efforts. I appreciate your answers, but none of them works :(

    For Nig_13 - i`ve tried all the flash players 8 to 10.2, but same result. Inside the Flash everything works...
  3. Cross-domain problem, despite the same domain for .swf and images

    Hi guys,

    i have some super strange problem. I have a image gallery on my site, which loading dynamically images. There is .xml setttings file, in which are the urls to the images. The .swf is set...
  4. Replies
    1
    Views
    6,352

    Check this:...

    Check this: http://flamake.net/flash-banners/beautiful-ocean-wonderland-banner/

    This is one of my water banners. It includes ocean ripples and ocean creatures. The ocean ripples are made using...
  5. Thank you Nik 13 :) The problem is fixed. :)

    Thank you Nik 13 :) The problem is fixed. :)
  6. Getting URL doesn`t works for _self, because of some security limitation

    Hi guys,

    recently i made a flash header for my client. But when my client upload the .swf to her website - only the button with _blank type of getting URL works. These with _self doesn`t. Then i...
  7. Hi, you just have to use Sound() function. ...

    Hi,

    you just have to use Sound() function.

    Use script like this:


    globalvolume = new Sound();
    _root.globalvolume.setVolume(0);
  8. Replies
    1
    Views
    609

    I create flash banners with lots of effects and...

    I create flash banners with lots of effects and actionscripts for years and i moved trough CS3, CS4, CS5 to CS5.5. There was small actionsciprt problems, but nothing big. Because of different ad...
  9. Replies
    2
    Views
    1,124

    If you have motion tweens , in CS5 they won`t...

    If you have motion tweens , in CS5 they won`t work. In CS5 there a new motion tween with key points (not key frames). The old motion tween is called Classic Motion Tween and work only for moving. If...
  10. Replies
    1
    Views
    856

    I had similar problems. And the cause was in the...

    I had similar problems. And the cause was in the convertor software. I converted and .wav file to .mp3 and then Flash didn`t allow me to import it. For some reason the sofware corrupt the format and...
  11. Replies
    1
    Views
    854

    You have to use tags for right embeding....

    You have to use <object> tags for right embeding. Something like this:

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"...
  12. Replies
    1
    Views
    799

    The only thing, that comes to my mind is - if you...

    The only thing, that comes to my mind is - if you attached the .fla while it was opened in the Flash soft. This cause failure when try to open.
  13. Hi, there is no problems to do this with AS2....

    Hi,

    there is no problems to do this with AS2.

    You have to aplly actionscript to a button object, which opens 2 different urls, depending on what is current language. If it is english, when the...
  14. Replies
    1
    Views
    824

    Hi, your question isn`t dumb. This is...

    Hi,

    your question isn`t dumb. This is ActionScript, not pizza :)

    Because of the dynamically generating of rain drops - you have to remove them also dynamically. Thic can be done by script like...
  15. The easiest way is:

    The easiest way is:

    <div style="position:fixed; top:0; left:0; width:100%; height:100%;">
    <div style="height:100%; display:table; margin:0 auto;">
    <div style="vertical-align:middle;...
  16. Replies
    1
    Views
    2,349

    Go to the library of your .fla. Select your png...

    Go to the library of your .fla. Select your png image and click the right button on it. Then select Properties in the dropdown. In the opened new window with properties - find checkbox with label...
  17. Replies
    2
    Views
    981

    There is way for everything in AS3 :p You can use...

    There is way for everything in AS3 :p You can use script like this:

    var speed:int = 10;

    Bullet_mc.addEventListener(Event.ENTER_FRAME,myEnterFrame);

    function myEnterFrame(event:Event) {
    ...
  18. Replies
    2
    Views
    1,802

    If you want to reduce KBs - definitely you should...

    If you want to reduce KBs - definitely you should use jpgs. The jpg images can be optimised for web in PhotoShop pretty good,and the png cant. The png alfa channel uses more memory than black...
  19. Replies
    1
    Views
    1,386

    The .swf depends on the user PC performance and...

    The .swf depends on the user PC performance and there is no limits for the size. The reason could be server protection, that doesn`t allow loading files bigger than 1 or 2MBs (for example) :scared: ....
  20. Replies
    2
    Views
    938

    CS3 When V-CAM is used, the .swf clip shows V-CAM...

    When V-CAM is used, the .swf clip shows V-CAM record in sizes of the flash movie stage. If you change the width and the height of the stage - the result is the same, but in the new sizes and the...
  21. Replies
    50
    Views
    126,056

    Sticky: The most creative logo that i`ve ever seen : MGM...

    The most creative logo that i`ve ever seen : MGM logo...

    In 1924 there is no 3D redactors, Photoshop neither Internet & Flash player. Only fantasy what to put in front of the camera. And MGM logo...
  22. Replies
    2
    Views
    5,177

    Poll: The best place for you is: lynda...

    The best place for you is: lynda com/InDesign-CS3-tutorials/essential-training/349-2.html
  23. Replies
    1
    Views
    2,401

    See the attached .fla - there i`ve created your...

    See the attached .fla - there i`ve created your tween with combination of motion and shape tweens . Also i used couple of masks and layers. The animation is pretty smooth. :yarr:

    Hope this helps...
  24. Replies
    4
    Views
    1,113

    Place this code on the loader movieClip itself: ...

    Place this code on the loader movieClip itself:

    onClipEvent (load) {

    this.forceSmoothing = true;
    _quality = “BEST”;

    }

    :yarr:
  25. Replies
    5
    Views
    8,477

    Another tricks, which will helps you to be a 40k...

    Another tricks, which will helps you to be a 40k magician are:

    if you want to make animation of image with transparent backgroun (.png). The .png images doesn`t support "optimise for web" in PS,...
Results 1 to 25 of 33
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center