A Flash Developer Resource Site

Search:

Type: Posts; User: kanden

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    473

    Targeting Scenes

    What am I doing wrong.

    I need the frame that cotains this action to gotoandplay frame 35 of scene 2 at _level21



    _level21.gotoAndPlay("Scene 2", 35);

    _level21.gotoAndPlay.Scene 2(35);
  2. Thread: Load Movie

    by kanden
    Replies
    1
    Views
    338

    Load Movie

    I have 2 swf files. a.swf and b.swf

    I tell a.swf to load b.swf into _level7 and that x = dog

    how do I pass the variable x to b.swf?

    I know this should be simple but I can't get it to work.
  3. Thread: Director Dead

    by kanden
    Replies
    4
    Views
    1,029

    For all you action scripters out there! Action...

    For all you action scripters out there! Action script is not OOP it is a scripting language, like VB script (NOT like C or Java! I am waiting to see how they will incorparate asp.net or a real...
  4. Replies
    0
    Views
    384

    Is there any way to force Flash to print...

    Is there any way to force Flash to print Landscape.
  5. Replies
    5
    Views
    620

    Hi and thanks, I have been trying to pass a...

    Hi and thanks,

    I have been trying to pass a asp variable through flash. my Code looks like this. I am use the variable data


    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"...
  6. Replies
    3
    Views
    624

    thanks

    thats pretty much it. but It would be great if I could treat the flash button like an image in the asp code.

    Thanks
  7. Replies
    3
    Views
    624

    help please

    help please
  8. Replies
    3
    Views
    624

    I have a flash button embedded in html that will...

    I have a flash button embedded in html that will replace an image button. Is there a way to treat the flash button as an image. or is there a way to pass this information useing a flash movie.
    ...
  9. Replies
    2
    Views
    458

    Thanks

    Yea thats the problem the lower movie needs to show.

    Gary
  10. Replies
    5
    Views
    497

    santax is fine

    It works in IE 5 and Netscape 6
  11. Replies
    2
    Views
    458

    Thanks Problem: I need a movie to load...

    Thanks

    Problem:

    I need a movie to load based on the current position of the movie with the loadmovienum action.

    example:

    user presses button in _root the _root loads the movie _movie1.swf...
  12. Replies
    2
    Views
    547

    Thanks, BUT....

    I have that concept down, but the level is based on which button the user clicks frist. So there is no way to hard set the levels. what I really need to know is, is there a way to evaluate what...
  13. Replies
    2
    Views
    547

    help loading a movie

    Hi Thanks for your help

    PROBLEM: I have a set a movies I want to load above each other, but as the user clicks on the movie they movie needs to load above the current one. I have tried setting...
  14. Replies
    0
    Views
    399

    Thanks for the view, I have a quick question....

    Thanks for the view,

    I have a quick question.

    Is there any way to open a widows avi full screen useing an FSCommand? I am creating a presentation and currently I have to open the avi useing a...
  15. Replies
    3
    Views
    497

    thanks

    I kinda understand what you are saying. this it what I was using currently

    on (release) {
    tellTarget ("_root") {
    gotoAndPlay ("purple");
    tellTarget ("_root.purple") {
    ...
  16. Replies
    3
    Views
    497

    Hi, Thanks for your time. here is my proplem....

    Hi, Thanks for your time.

    here is my proplem.

    I need to tell target an instance of a movie clip that is in the _root movie. But here is the catch, the button is embbeded in a movie clip in...
  17. Replies
    12
    Views
    955

    I may be stupid, but my geturl command does not...

    I may be stupid, but my geturl command does not work in my flash projector. any thoughts as to way?
  18. Thread: sound misfire

    by kanden
    Replies
    0
    Views
    344

    I dont know what I am doing wrong.I get a stray...

    I dont know what I am doing wrong.I get a stray sound effect when I telltarget or use the goto action in my 2nd scene, from a sound that is used only in the frist scene, in one frame. I have doubled...
  19. Replies
    0
    Views
    374

    Is it possiable to control a javasript rollover...

    Is it possiable to control a javasript rollover from within a flash movie, on the same note is it possiable to let a html button control a flash telltarget
  20. Replies
    5
    Views
    509

    Thanks that got it to stop but how do I get it to...

    Thanks that got it to stop but how do I get it to start when the mouse is away from the movie. I tried use the same script and changed the true to false and the stop to play, but that had no effect
  21. Replies
    5
    Views
    509

    Thanks, I think that is the right code but it...

    Thanks, I think that is the right code but it does not seem to me working let me explane in more depth. this ticker is just a little news ticker (w/links) in order to pause it i must have the action...
  22. Replies
    5
    Views
    509

    I have a simple news ticker feeding from an...

    I have a simple news ticker feeding from an external txt file that has html formating to add links. I need the text to stop scrolling, I can do this with a button on the hit state over the...
  23. Replies
    1
    Views
    388

    Thanks for your view, I need help tring to make a...

    Thanks for your view, I need help tring to make a ticker tape stop upon role over,while leaving the html links drawn from a .txt file uncovered so the user can click them. so here is my question. ...
  24. Replies
    1
    Views
    443

    how can I add hyperlink to an external .txt file....

    how can I add hyperlink to an external .txt file. So I can load a .txt file that will have links


    Thanks a bunch
  25. Replies
    0
    Views
    389

    How do you load text from an outside source into...

    How do you load text from an outside source into a scrolling text box, and how to add hyperlinks to the text in Flash?
Results 1 to 25 of 37
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center