Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Manojp75
  • Order by date
  1. Manojp75

    Problem with Publishing swf and html file

    fscommand("allowscale", "false"); write this code on first frame of the movie.
  2. Manojp75

    MC rollOver and delay at rollOut

    Make a two frame movieclip. give stop on first frame. on movieclip write code on enterframe if (this.hittest(_xmouse,_ymouse,true)) this.gotoandstop(2) else gotoandstop(1)
  3. Manojp75

    FMX video

    pls make sure that you have checked the import audio option from import video setting.
  4. Manojp75

    Resable swf file in browswer

    When you publish to html make the following changes to publish setings html. 1)dimensions-percent 2)scale-exact fit these changs will give you the result. Manoj
  5. Manojp75

    flash loadMovie and streaming time !!!

    I have a solution for you . create 2 blank movie clips. one where u will load movie to display. Onother where u will load movie in advance . I an currently working for similer project where i am having around 500 slides . i made saparete swf for each slide.i am continously loading swf on second...

Part and Inventory Search

Back
Top