A Flash Developer Resource Site

Search:

Type: Posts; User: aqeel

Page 1 of 12 1 2 3 4

Search: Search took 0.07 seconds.

  1. Thread: Thumbnails

    by aqeel
    Replies
    3
    Views
    458

    convert ur thumbnails to buttons and put this...

    convert ur thumbnails to buttons and put this code on it

    on(release){
    getURL("path to ur large image.jpg");
    }
  2. Thread: Vector Art

    by aqeel
    Replies
    1
    Views
    518

    if you are using flash mx 2004 then u can use its...

    if you are using flash mx 2004 then u can use its Find and Replace feature
  3. Replies
    2
    Views
    442

    export it as image sequence.. flash cannot import...

    export it as image sequence.. flash cannot import a video as image sequence...
  4. Replies
    6
    Views
    444

    if ur using pixel fonts then give a try to pixel...

    if ur using pixel fonts then give a try to pixel font wizard at macromedia's website http://www.macromedia.com/cfusion/exchange/index.cfm

    (look in "Design" sub category in Flash Exchange)
  5. Replies
    4
    Views
    431

    no

    no
  6. cant see anyline...

    cant see anyline...
  7. Replies
    4
    Views
    431

    this is basically a script error sign.. but...

    this is basically a script error sign..

    but its working fine with me no error...
  8. Replies
    3
    Views
    505

    find the attached file..

    find the attached file..
  9. Replies
    5
    Views
    604

    no way buddy

    no way buddy
  10. Replies
    12
    Views
    644

    "this" refers to the movie clip itself..

    "this" refers to the movie clip itself..
  11. Replies
    2
    Views
    363

    one for each

    one for each
  12. Replies
    12
    Views
    644

    ldr = Loader Movie clip in which new movies will...

    ldr = Loader Movie clip in which new movies will be loaded
    bmc = bottom movie clip

    ------------------
    gap = 5;
    _root.bmc.s = (_root.ldr._y+(_root.ldr._height)+(_root.bmc._height/2)+gap);

    the...
  13. Replies
    12
    Views
    644

    visorb its in flash mx 2004 format, i think ur...

    visorb its in flash mx 2004 format, i think ur trying to open in older version.. anyway here's a flash Mx version..
  14. Replies
    12
    Views
    644

    a quick example of what you are looking for ...

    a quick example of what you are looking for

    download the attached file
  15. Replies
    2
    Views
    585

    http://www.globfx.com

    http://www.globfx.com
  16. Replies
    1
    Views
    407

    i guess u can do it in standalon versions only...

    i guess u can do it in standalon versions only using FS Command but not in browser....

    fullscreen:
    fscommand(fullscreen , true);

    original resolution:
    fscommand(fullscreen , false);


    aqeel
  17. Replies
    2
    Views
    593

    no buddy feathered masks are not allowed in...

    no buddy feathered masks are not allowed in flash,, i hope it'll be added in the future version... perhaps in flash MX 2011 :)



    Aqeel
  18. Replies
    6
    Views
    5,831

    no am afraid its not possible to remove an audio...

    no am afraid its not possible to remove an audio from a swf, u need the source fla to recompile without the audio..


    aqeel
  19. Replies
    2
    Views
    354

    //assuming ur text box is on root level...

    //assuming ur text box is on root level
    _root.txtBox = YourVarName;

    txtBox is the variable name of the text box (select the dynamic text box and look for Var: property in the property inspector)...
  20. Replies
    2
    Views
    511

    here's a quick example ;) enjoy!

    here's a quick example ;)

    enjoy!
  21. Replies
    2
    Views
    511

    make a controller movie clip having the following...

    make a controller movie clip having the following code and call this mc to play the playhead in reverse direction..

    Frame1:
    stop();

    Frame2:
    //Assuming u r at root level...
  22. Thread: Scrolling Movie

    by aqeel
    Replies
    1
    Views
    352

    hope it'll be helpfull

    hope it'll be helpfull
  23. Replies
    6
    Views
    493

    show us the code..

    show us the code..
  24. Replies
    3
    Views
    433

    the margin attributes of Body tag in ur html page...

    the margin attributes of Body tag in ur html page ("starsolutions-beta.html") are missing...

    it should be like this: < body bgcolor="#ffffff" rightmargin="0" topmargin="0" bottommargin="0"...
  25. Replies
    9
    Views
    494

    F1

    F1
Results 1 to 25 of 299
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center