A Flash Developer Resource Site

Search:

Type: Posts; User: Sir Yendor

Page 1 of 20 1 2 3 4

Search: Search took 0.89 seconds.

  1. Replies
    3
    Views
    1,855

    thanks. I've found several here in FK as well as...

    thanks. I've found several here in FK as well as Google but none that do exactly what we'd like. We may have to work with one of those.

    Thanks
  2. Replies
    3
    Views
    1,855

    Embeding Java applet in Flash

    Sorry for posting in a second Flash Kit forum but I didn't get any answers in the other post.

    I found a java applet here:

    http://java.internet.com/waterpic/

    and I'm trying to figure out if...
  3. Replies
    0
    Views
    2,195

    Using Java and Flash together

    I found a java applet here:

    http://java.internet.com/waterpic/

    and I'm trying to figure out if it's poosible to embed this in Flash, in large part because I want to create a layered affect and...
  4. Thread: CS5 and CS3

    by Sir Yendor
    Replies
    1
    Views
    1,015

    CS5 and CS3

    I'm working with someone who uses Flash CS5, I only have CS3. She created the original FLA using CS5 and I need to make modifications using CS3. It seems as if CS5 only lets you save as CS5 or CS4.
    ...
  5. Replies
    0
    Views
    991

    Send image to cell phone

    Is there a way I can use Flash to send an image from a web page to a cell phone?

    Thanks
  6. Replies
    1
    Views
    1,192

    Countdown timer issue

    I found this tute on line for creating a countdown timer:

    http://www.republicofcode.com/tutorials/flash/video/countdown.php

    I've followed the instructions, or at least I think I did, but I'm...
  7. Thanks for the continued reply. I've forwarded...

    Thanks for the continued reply. I've forwarded your comment to the tech guy and hopefully it will help.
  8. Here is the exact code on the button: on...

    Here is the exact code on the button:

    on (release) {
    getURL("http://www.mix1049fm.com");
    }
  9. Embedded link works from one page, not another

    I've built a SWF with the top layer being an invisible button. As a test, I simply uploaded the file to the server and clicked it.

    Here is the URL where the file is located:
    ...
  10. thanks, this is great!

    thanks, this is great!
  11. Those things that crawl across the screen???

    I need to create an animated character that can run across the screen. The page(s) are HTML pages and are separate from the Flash file I want to create. The SWF would be used on a bunch of pages.
    ...
  12. Replies
    3
    Views
    1,235

    That worked perfectly! Thank you very much

    That worked perfectly! Thank you very much
  13. Replies
    3
    Views
    1,235

    Random load of external SWF's

    I'm using Flash CS3. Web site in question with Flash issue is here:

    http://beta2.977theriver.com/ Look at the top of the page in the Masthead.

    I have a series of external SWF's that load...
  14. Replies
    1
    Views
    1,066

    CS3 Action Script... how to add URL?

    Stoopid question...

    It's been a while since I've used Flash, but in the past I could right click on a symbol (in this case a button) and select "Actions" and a new window would open where I could...
  15. Replies
    7
    Views
    989

    Thanks, I will try this when I get back to the...

    Thanks, I will try this when I get back to the office where my files are tomorrow.

    Is this line:

    if (playedClips.length>3) {

    the one that controls how soon one clip will repeat? In the code...
  16. Replies
    7
    Views
    989

    This was a tremendous help, but I want to see if...

    This was a tremendous help, but I want to see if I can add a modification. Right now I only have about 8 external SWF's loading. Eventually I will have 20 or 30 but for now, only thouse 8. Because...
  17. Replies
    7
    Views
    989

    Thanks, I think that will do it. I replaced my...

    Thanks, I think that will do it. I replaced my code with yours and it is working but sometimes it will play the same external clip back to back. I've only got five externals so I will add a few more...
  18. Replies
    7
    Views
    989

    Randomly load external SWF's

    It's been quite a while since I've done anything with Flash. A lot is coming back to me, but a lot has changed.

    I need to call external SWF's so they randomly appear within my main SWF. When...
  19. Possible freelance, cash paying job for someone

    I need a text box built where someone can enter a word or words and hit enter, then be taken to whatever URL I've assigned to that word or words.

    If there needs to be a back end admin area for me...
  20. Replies
    2
    Views
    3,091

    Need flash to make a phone call

    I need a way for people to be able to enter a cell number into a form, click submit, watch a video and at the end of the video (or flash movie) have a call placed to their cell phone. When answered,...
  21. Replies
    0
    Views
    442

    Call cell phone and play MP3 file

    I need a way for people to be able to enter a cell number into a form, click submit, watch a video and at the end of the video (or flash movie) have a call placed to their cell phone. When answered,...
  22. Replies
    3
    Views
    716

    Found the problem... a case sensitive typo. ...

    Found the problem... a case sensitive typo. Thanks for the help
  23. Replies
    3
    Views
    716

    yes it is... I changed the code to...

    yes it is... I changed the code to gotoAndPlay("day1"); and put a stop action on the frame and that didn't seem to help
  24. Replies
    3
    Views
    716

    Loading external SWF problem

    I'm using this code on a button to load and external SWF in to empty movie clip.

    on (release) {
    _root.songs.loadMovie("july10music.swf");
    gotoAndStop("day1");
    }


    where songs is the name...
  25. Replies
    1
    Views
    443

    resizing external SWF

    I have an external SWF with dimensions 303 x 231. Rather than rebuilding the entire movie, is there a way to have it scale to 66% of the original SWF? I seem to remember something like x = 66% y =...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center