A Flash Developer Resource Site

Search:

Type: Posts; User: pelegk1

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    6
    Views
    418

    du u know how can i read

    param from javascript?
    beacuse the example that i have found on macromedia isn't working
  2. Replies
    2
    Views
    1,432

    thanks

    thats execlly what i was looking for
  3. Replies
    11
    Views
    649

    here are all the files zipped

    1
  4. Replies
    11
    Views
    649

    here is the file

    if u fix it please attatch the file too:)
  5. Replies
    11
    Views
    649

    i have attatched 3 file

    the fla (flash mx)
    the html
    and the first page called a.html wich inside of it i define the
    frameset
  6. Replies
    2
    Views
    1,432

    tutorial about loadMovie

    i am looking for a good tutorial that explains step by step how to work with loadMovie!
    thanks in advance
    peleg
  7. Replies
    11
    Views
    649

    i am trying to do it from an swf

    that run's in a browser
    i have os :win 98 ,flash mx, explorer 6
  8. Replies
    11
    Views
    649

    still isnt working

    even if i use _parent it isnt working:(
  9. Replies
    0
    Views
    528

    flash and javascript

    i have made this button with code :
    on(release) {
    fscommand ("send_var", "userid");
    myTxt.text=gUserID; // dynamic text box
    }

    in the html i have this function :

    function...
  10. Replies
    11
    Views
    649

    the problem is

    that the window i want to close is inside a frame set
    and it isn't matter if i do:
    getURL("java script:window.close()");
    or
    getURL("java script:window.parent.close()");

    the window isn't...
  11. Replies
    11
    Views
    649

    closing broswer from swf

    i have swf file running in a browser
    i want to make a button that will close the browser that the swf run's in
    how do i do that?
  12. where can i find all the options for fscommand ?

    where can i find all the option to use with "fscommand "?
    beacuse i saw that there are command that work's with fscommand()
    and are not given when u work with the "Normal Mode" in flash MX!
    thanks...
  13. Replies
    6
    Views
    418

    thanks alot that execlly what i wanted!

    :)
  14. Replies
    6
    Views
    418

    i didnt find any function called getVariables() !

    there is no getVariables() ! in flash mx
  15. Replies
    6
    Views
    418

    how do i send hidden variables

    to a php page?
    for example i want to send username and password that won't be seen in the Adress bar of the browser
    how do i do that?
    thanks in advance
    Peleg
  16. How do i call a label that's on the root time line?

    i have a maintime line
    on the first 10 frames i have a movieclip that when a sound finishe's
    should move the main time line to play from frame 11!
    i gave that frame11 the name "continue1".
    when i...
  17. ok found the answer!

    beacuse i did gSound.Stop() and didn't do gSound.Stop("soundName") i actually stoped all the sound's and not a specific one!
    it work's dor sure for flash mx (not sure for previouse version's) ...
  18. ok found an answer!

    beacuse i did gSound.Stop() and didn't do gSound.Stop("soundName") i actually stoped all the sound's and not a specific one!
    it work's dor sure for flash mx (not sure for previouse version's)
    Peleg
  19. i dont understand the problem? i am using a...

    i dont understand the problem?
    i am using a "global sound function"
    beacuse instead of 40 time write the line's that in the playSound() function i just call it from where i need!!!!
    that's the...
  20. i have this functions in flash mx: function...

    i have this functions in flash mx:
    function playSound(soundName, soundLength) {
    gSound = new Sound();
    gSound.attachSound(soundName);
    gSound.start(0, 0);
    gSoundendTime =...
  21. i have this functions in flash mx: function...

    i have this functions in flash mx:
    function playSound(soundName, soundLength) {
    gSound = new Sound();
    gSound.attachSound(soundName);
    gSound.start(0, 0);
    gSoundendTime =...
  22. Replies
    1
    Views
    341

    1)i dont understand how execlly i check that i...

    1)i dont understand how execlly i check that i have finisehd the call to php and have finisehd sending to the php the data!
    2)how do i recive the answer that the php send me, and how do i check if...
  23. Replies
    2
    Views
    474

    i have made a flash with 2 scene's in the first...

    i have made a flash
    with 2 scene's
    in the first scene i have a movieClip!
    in the movieClip i have :
    on (enterFrame) {
    // -->>> what code i need to go to "scene2"
    }

    what code i need to go to...
  24. Replies
    1
    Views
    405

    that when u go over a line a drop down menu...

    that when u go over a line a drop down menu open's
    with option's, bu that made code mostly and only movieClip's!
    please send me alink or an example
    thanks in advance
    Pelegk@compedia-usa.com
  25. Replies
    1
    Views
    329

    i have 2 scenes. in scene1 and scene2 i have...

    i have 2 scenes.
    in scene1 and scene2 i have same movieClip called "dogBark".
    when i am in scene2 i call to a function that is in scene1
    and i tell it:

    tellTarget("dogBark"){
    gotoAndPlay(1);...
Results 1 to 25 of 35
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center