A Flash Developer Resource Site

Search:

Type: Posts; User: jasonlatta

Page 1 of 3 1 2 3

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    771

    I am writing a perl script that will edit text...

    I am writing a perl script that will edit text files and write them back out in URL encoding. The problem is PERL isn't converting special characters. Ex. "%" is showing up as "=%25". I am using the...
  2. Replies
    11
    Views
    2,062

    Perl Special Characters

    I have a somewhat related issue that I think you can help me with. I am writing a perl script that will edit text files and write them back out in URL encoding. The problem is PERL isn't converting...
  3. Replies
    4
    Views
    1,106

    Well ya did post in the Flash 5 section. I will...

    Well ya did post in the Flash 5 section. I will see if I can come up with something for you.
  4. Replies
    3
    Views
    689

    try using the "\" before the "&" so it would read...

    try using the "\" before the "&" so it would read "\&"
  5. Replies
    1
    Views
    471

    Yes you should use the streaming feature. You...

    Yes you should use the streaming feature. You must also extend you time long for as long as the song is. You need to also check you Publish settings. Just leave the MP3 default on.
  6. Replies
    1
    Views
    457

    Here is what you need to do. I will assume you...

    Here is what you need to do. I will assume you have loaded audio.swf in to level2 for this example.

    Frame Action:


    //This will tell Level 2 to go to frame 2 and play.
    _level2.gotoandplay(2);...
  7. Thread: Java Aplets

    by jasonlatta
    Replies
    2
    Views
    508

    Sorry, but you just can't insert java into Flash...

    Sorry, but you just can't insert java into Flash 4 or 5.
  8. Replies
    1
    Views
    415

    Yes this is really easy. 1) Just make a text...

    Yes this is really easy.

    1) Just make a text field called "ButtonText"
    2) Now use this code:


    on (rollOver) {
    // This will display in the text field
    ButtonText = "Service";
    }
  9. Replies
    1
    Views
    489

    This is possible using javascript. Dreamweaver...

    This is possible using javascript. Dreamweaver has some addons just for this. You can downlaod them at macromedia.
  10. Replies
    1
    Views
    450

    You will need a backend script. Something with...

    You will need a backend script. Something with PHP or a CGI script. Look in the backend section of this board.
  11. Replies
    3
    Views
    503

    Here is what you can do. Place your action script...

    Here is what you can do. Place your action script for your buttons in a text file and name it something like "buttonActions.as"

    Now on each of you buttons add this code and this code only:

    ...
  12. Replies
    3
    Views
    683

    Now that I think about it. There may not be a way...

    Now that I think about it. There may not be a way to preload a clip that was targeted into another clip. I think you may just need to load the ext movie into another level in order to do such a...
  13. As far as I know you can not do this. Evertime...

    As far as I know you can not do this. Evertime you mouseOver on any of the button states they reset. Here is how you get around this. Use an invisible button that controls a MovieClip. In you movie...
  14. Replies
    2
    Views
    621

    Place this code on a button inside the MovieClip...

    Place this code on a button inside the MovieClip you wish to move:





    on (press) {
    if (PickUpAgain eq "") {
    startDrag (this);
    }
  15. Replies
    3
    Views
    689

    This may help:...

    This may help:
    http://www.macromedia.com/support/flash/ts/documents/url_encoding.htm
  16. Mov's and Avi's are of course a problem in Flash....

    Mov's and Avi's are of course a problem in Flash. You could have your flash movie launch a browser window. In the window embed the .mov or .avi in HTML. You might want to make your whole thing in...
  17. Replies
    1
    Views
    510

    This is what you want: ...

    This is what you want:

    http://www.macromedia.com/support/flash/ts/documents/url_encoding.htm
  18. Replies
    1
    Views
    611

    Check out the preloaders in the new Movies >...

    Check out the preloaders in the new Movies > Flash 5 section on this site.
  19. Replies
    1
    Views
    504

    This link will fix your problem. ...

    This link will fix your problem.

    http://www.macromedia.com/support/flash/ts/documents/url_encoding.htm
  20. Replies
    3
    Views
    618

    You may want to look into using the "function"...

    You may want to look into using the "function" command in a master MC. Then you can just call the function with out all the tellTarget stuff. It make like easier.
  21. Replies
    3
    Views
    683

    I would take a look in the movies > flash 5...

    I would take a look in the movies > flash 5 section on this site. Look for the file called "Preloader". That is great example of how to preload a file based on it's true file size. Use something...
  22. Replies
    4
    Views
    668

    I don't have a mac but I could give you a few...

    I don't have a mac but I could give you a few ideas. The first thing that pops in my mind is that you may be dragging your element to a locked layer. Select the layer on which you wish to drop it,...
  23. Replies
    3
    Views
    588

    I will cut to the chase: You don't but the action...

    I will cut to the chase: You don't but the action in the button. It is more like on the button. Click on it once to select it, now edit you actions.
  24. Why would you even have the need for any thing...

    Why would you even have the need for any thing faster the say 30 fps? The human eye can only catch so much, everthing else is wasted.
  25. Replies
    1
    Views
    433

    Yes it is possible. I have done it with ihtml...

    Yes it is possible. I have done it with ihtml and I am sure you can do it will javascript so Coldfusion should work.

    If the flash page is embedded on a .cfm just do this....
Results 1 to 25 of 75
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center