A Flash Developer Resource Site

Search:

Type: Posts; User: moon_influence

Page 1 of 8 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    789

    hi, i liked the photo transitions. good work...

    hi,

    i liked the photo transitions. good work :) but u need to check the transition again. some where the images border doesnt totally reach the white parallel lines at the borders.



    1) sub...
  2. Replies
    1
    Views
    517

    hi, the site looks good. With all navigation...

    hi,

    the site looks good. With all navigation easily accesible and the font redablitity..good job

    some issues
    1) may be you could have a some sound control.. coz after sometime the sound loops...
  3. Replies
    1
    Views
    462

    hi folow this tuts ...

    hi

    folow this tuts

    http://www.kirupa.com/developer/mx2004/transitions.htm

    regards,
    Arie
  4. may be choose a hairline option from the property...

    may be choose a hairline option from the property bar when u draw the rectangle....

    hope that helps :)

    Regards
    Arie
  5. Replies
    3
    Views
    456

    sorry not able to attach file or u could use...

    sorry not able to attach file

    or u could use this

    create a movieclip button and place this action on the clip


    on (rollOver) {
    this.play();
    playback = false;
  6. Replies
    3
    Views
    456

    hi, this would be it ? chekthe fla ...

    hi,

    this would be it ?

    chekthe fla

    regards,
    Arie
  7. opps this is the complete code on(release){...

    opps this is the complete code

    on(release){
    getURL("http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash", "_blank");
    }
  8. hi, make a button and just add this action to...

    hi,

    make a button and just add this action to it

    on(release){
    getURL("http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash");
    }


    hope that helps
  9. hi, under file >>. publish settings >>>>html...

    hi,

    under file >>. publish settings >>>>html >>> untick display menu

    reagrds
    Arie
  10. Replies
    3
    Views
    674

    hi, go to the last frame of the timeline of...

    hi,

    go to the last frame of the timeline of the movie u have on the "over" state and put a stop action


    stop();



    hope that helps
  11. hi, put a stop action on certain frame on the...

    hi,

    put a stop action on certain frame on the timeline and give a get URL action ..something like


    stop();
    getURL("http://www.urwebsite.com", "_blank");


    regards,
  12. Replies
    2
    Views
    764

    hi, save ur image as png format. it gives...

    hi,
    save ur image as png format. it gives better result when it comes to transparency in comparison... the only issue is that the file size increase

    regards
    Arie
  13. put this action on the button opening the action...

    put this action on the button opening the action panel


    on(release){
    getURL("http://www.urlname.com/urpagename.html", "_parent");
    }


    regards,
    Arie
  14. Replies
    3
    Views
    595

    hi, that swf didnt help much though :) .... ...

    hi,

    that swf didnt help much though :) ....

    but is it possible though that u choose font as dynamic from the property bar... if so try to make it static

    or
    try to break apart the word by...
  15. Replies
    3
    Views
    595

    put a stop action on last frame on the time line...

    put a stop action on last frame on the time line ....like this

    stop();


    ur second problem.. do u mind posting a fla so we can have a look at it ? :)

    regards,
    Arie
  16. Replies
    2
    Views
    641

    hi threads by oldnewbie on preloader ...

    hi

    threads by oldnewbie on preloader

    http://www.flashkit.com/board/search.php?searchid=17069

    regards,
    Arie
  17. Replies
    2
    Views
    520

    hi, under file >>>export>>export...

    hi,

    under file >>>export>>export movie...select *.avi or *.mov from the drop list

    regards,
    Arie
  18. hi, chck this thread ...

    hi,

    chck this thread

    http://www.flashkit.com/board/showthread.php?t=632893


    regards,
    Arie
  19. Replies
    1
    Views
    425

    hi, try this on(release){...

    hi,

    try this

    on(release){
    getURL("folder1/folder2/index.html","_blank");
    }
  20. Replies
    1
    Views
    316

    hi, welcome to FK make a exit button on...

    hi,

    welcome to FK

    make a exit button on stage and aply this action on it


    on(release){
    fscommand("quit","true");
    }
  21. easeout using mx tween class method

    hi,
    i have text at runtime and i want to scroll it with a easeout effect using mx tween class.
    the below link shows exactly what im looking for...the tut does have a fla example but method is not...
  22. Replies
    3
    Views
    569

    ask ur friends to locate the file using explorer...

    ask ur friends to locate the file using explorer and double click the file...
    another way to do it drag the file into a browser(IE, firefox, opera....)...

    hope that helps
    Arie
  23. Replies
    3
    Views
    569

    do ur friends have the flash player installed on...

    do ur friends have the flash player installed on their com...
    if not.. ask them to install it from the below link and restart their com ...
  24. Replies
    4
    Views
    1,102

    making a guess... do u have a preloader for ur...

    making a guess... do u have a preloader for ur external swf...
    could be... its going blank coz its taking time to load the external swf content

    regards,
    Arie
  25. we glad u were able to aolve ur problem... do u...

    we glad u were able to aolve ur problem...
    do u mind how you solved it..so that other who may have the same prob..will get a help as well :)

    regards,
    Arie
Results 1 to 25 of 190
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center