A Flash Developer Resource Site

Search:

Type: Posts; User: riyan

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    375

    [flash 8] component problem

    help with component
    i have a ComboBox and DateField component inside a movieclip whcih i will call from the library. on the layer underneath the components there is a shape.

    //attach form
    var...
  2. Replies
    50
    Views
    147,192

    Sticky: just beginning to test flash 8. this is my first...

    just beginning to test flash 8. this is my first 'official' experiment

    http://www.dijitaq.com/f8/exp02/
  3. Replies
    1
    Views
    403

    max visible character in textfield

    i made a TextField the size of the Stage.

    how do you count the number of visible characters i can type in that TextField??
  4. Replies
    0
    Views
    398

    help with movieclip rotation

    i;m trying to make a prototype that basically rotates a movieclip according to the speed while it's being dragged.
    my prototype looks like this:

    MovieClip.prototype.rotateMC = function() {
    ...
  5. Thread: need help

    by riyan
    Replies
    1
    Views
    411

    need help

    i made an xml file of my portfolio something like this:
    <portfolio>
    <client01>
    <print>
    <image name="print01" />
    </print>
    <website>
    <image name="website01" />
    </website>
    ...
  6. Replies
    2
    Views
    315

    thanks for rhe help

    thanks for rhe help
  7. Replies
    2
    Views
    315

    actionscript2 question

    i just started using flash mx 2004 and i ran into a small problem.

    i have this script:
    //load object
    movieclip.prototype.loadObject = function(targetMC,url){
    targetMC.loadMovie(url);
    }
    ...
  8. Replies
    0
    Views
    324

    help with MovieClipLoader

    i'm trying to make a MovieClipLoader. this is the code i'm using:

    var fadeInterval:Object = new Object();
    fadeCoverInt = setInterval(functionName, interval, targetMC);
    function...
  9. Replies
    1
    Views
    746

    (flash mx) change registration point

    i'm trying to make a script that enables a box seem to change the registration point of the rotation depending where the user click the mouse on the object.

    what i've done is make the box rotate...
  10. Replies
    0
    Views
    396

    autorun on mac and pc

    can anyone help me on making an autorun cd that works both on mac and pc

    thanks
    riyan
  11. Replies
    1
    Views
    399

    dynamically mask more than 1 movie clips

    i have a menu consisting of 3 movie clips and i want to dynamically mask them using the same movie clip, but i can't make it work... help.
  12. issue with flash plugin version 6,0,79,0 for mac??

    on a movie clip i attached this actionscript to dynamically change the color:
    onClipEvent (load) {
    var a = 5;
    myColor = new Color(this);
    var cRGB = myColor.getRGB();
    var cHEX =...
  13. Thread: help with array

    by riyan
    Replies
    0
    Views
    329

    help with array

    i'm tryitn to create an array using an external text file.

    in the text (called list.txt and is in the same directory as the flash file) i made this:
    &list=obj01,obj02,obj03,obj04&

    in the flash...
  14. Replies
    4
    Views
    792

    no problem ... would it be too much to ask if...

    no problem ...

    would it be too much to ask if you could keep me posted on this problem??

    thnaks
    riyan
  15. Replies
    4
    Views
    792

    yup ... exactly what i mean can you please...

    yup ... exactly what i mean

    can you please help me

    thanks
    riyan
  16. Replies
    4
    Views
    792

    i've noticed that when i use a component such as...

    i've noticed that when i use a component such as the scrollbar that i have to load at least 32 kb on the first frame of a movie.

    i tried deselecting the 'import on the first frame' check box on...
  17. Replies
    0
    Views
    374

    can someone help me with dynamically adding...

    can someone help me with dynamically adding labels to the listbox companents??

    thanks for the help
    riyan
  18. Replies
    0
    Views
    455

    how do you preload dynamic text?? and when you...

    how do you preload dynamic text?? and when you use embeded fonts how do you preload them or are they preloaded with the preloader when i make a preloader at the front of the movie??

    thanks
    riyan
  19. Replies
    2
    Views
    530

    this is my actionscript ...

    this is my actionscript


    http://www.digitizeddream.com/fmx/menu_array.zip
  20. Replies
    2
    Views
    530

    i made buttons for my portfolio section of my web...

    i made buttons for my portfolio section of my web site using array. is it possible to put those buttons in a scroll pane component??

    thanks in advanced
    riyan
  21. Replies
    2
    Views
    619

    sorry misspelling ...

    sorry misspelling

    http://www.digitizeddream.com/fmx/test_loadtext02.zip
  22. Replies
    2
    Views
    619

    finally, i have solved the problem i had with...

    finally, i have solved the problem i had with attaching a scroll bar to a dynamic text field.

    here is the source
    http://www.digitizeddream.com/fmx/text_loadtext02.zip

    i hope it will be useful...
  23. Replies
    2
    Views
    527

    the thing is i'm trying to get the text to...

    the thing is i'm trying to get the text to scroll. i'm trying to create a dynamic page layout with flash for a project.

    thanks for the html problem help.

    riyan
  24. Replies
    2
    Views
    527

    i'm trying to attach a scroll bar using...

    i'm trying to attach a scroll bar using actionscript to a textfield but it doesn't seem to work and the html format doesn't work either.

    here's my script:
    frame 1 on main timeline:
    //create text...
  25. thanks!!!!

    thanks!!!!
Results 1 to 25 of 28
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center