A Flash Developer Resource Site

Search:

Type: Posts; User: firoz_dj

Page 1 of 11 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    9
    Views
    594

    Yes .fla file wil be better to have a look on...

    Yes .fla file wil be better to have a look on structuring.
  2. Replies
    9
    Views
    594

    Can you post your fla here??

    Can you post your fla here??
  3. Replies
    7
    Views
    646

    Internet Explorer...

    Internet Explorer 6.0.2900.2180.xpsp_sp2_gdr.050301-1519
    Update Versions:;SP2;
  4. Replies
    7
    Views
    646

    Hey... It is working fine for me here. Buttons...

    Hey...
    It is working fine for me here. Buttons (hit) are scrolling with the content.
  5. Replies
    2
    Views
    673

    lmc_tween.as file is missing.

    lmc_tween.as file is missing.
  6. Replies
    5
    Views
    11,476

    Cant understand what u ment by changing...

    Cant understand what u ment by changing registration point. If u want to change rotation or scaling point then u can do it with Free Transform Tool (Q). But if you want to change the graphic...
  7. Assign an instance name for all the buttons you...

    Assign an instance name for all the buttons you want not to use hand cursor.
    On first frame of your movie write this script...

    instaceName1.useHandCursor=false;
    instaceName2.useHandCursor=false;...
  8. You can just right a code on first frame of your...

    You can just right a code on first frame of your movie...

    Stage.showMenu = false
  9. Replies
    4
    Views
    570

    Hey I thought u were talking about video. It is...

    Hey I thought u were talking about video. It is available in export window for video.
  10. Thread: a better way?

    by firoz_dj
    Replies
    2
    Views
    589

    Make different movie clips for each element and...

    Make different movie clips for each element and then tell those clips to go on a particular frame. It will save alot of your work also.
  11. Replies
    4
    Views
    584

    You can save your files (traced bitmap or...

    You can save your files (traced bitmap or anything else) as swf format (vector) only. And then call those swf files externally using loadMovie.
  12. Replies
    4
    Views
    570

    There is an option availabel in export...

    There is an option availabel in export window..."Maintain aspect ration". Just turn it off and you will be able to export your movie in your desired size.
  13. Thread: Inventory

    by firoz_dj
    Replies
    3
    Views
    682

    "inv1" should be ur MCs instance name, not the...

    "inv1" should be ur MCs instance name, not the symbol name.
    check the attached zip file.
  14. It happens bcouse of different pivot points on...

    It happens bcouse of different pivot points on different frames. After placing objects on desired place and angle, dont forget to restore their pivot points (registration pionts)to their original...
  15. My pleassure sir. You are welcome.

    My pleassure sir.

    You are welcome.
  16. My pleasure... You are welcome.

    My pleasure...

    You are welcome.
  17. Hi... dont put extra button on top of "Product"...

    Hi...
    dont put extra button on top of "Product" button.

    I have changed the code of button inside the "mcBtnProducts". Just check it.

    code is here...

    on (rollOver) {
    with...
  18. Replies
    2
    Views
    568

    select the image in flash library... click...

    select the image in flash library...
    click "properties" from context menu...
    in property box, next to compression option.. select "Photo (JPEG)"
    click "ok"
    now check your swf file size.
  19. preload all the movie and Try loading all the...

    preload all the movie and

    Try loading all the swf files on 0 depth.

    loadMovieNum("main.swf", 0);

    That small blink is happening because of your movie on depth 0.
  20. Replies
    2
    Views
    3,212

    Hi, try this... onMouseMove = function(){...

    Hi,

    try this...

    onMouseMove = function(){
    rect._x = (Stage.width-_xmouse);
    }
    //rect will be your movie clip name
  21. Replies
    1
    Views
    348

    Yes... in library panel there is a option. Next...

    Yes...
    in library panel there is a option. Next to the library title there is a drop down menu button available with loads of option.
    From drop down menu, click "selecte unused items". It will...
  22. Replies
    3
    Views
    489

    Here is a sample file for you Check the script...

    Here is a sample file for you

    Check the script on buttons and on first frame.
  23. Replies
    3
    Views
    489

    try this on(release){ gotoAndPlay("Scene 2",...

    try this

    on(release){
    gotoAndPlay("Scene 2", 1);
    }

    this should work.
  24. Check the source code of html file, in which you...

    Check the source code of html file, in which you have embeded your swf file.
    You will find param values for swf file are listed after embeded tag.

    You just have to add a new tag for transperancy...
  25. Replies
    4
    Views
    403

    on(release) { loadMovie("one.swf",_root.loader);...

    on(release) {
    loadMovie("one.swf",_root.loader);
    }

    this should help.
Results 1 to 25 of 271
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center