A Flash Developer Resource Site

Search:

Type: Posts; User: Tyouk

Page 1 of 3 1 2 3

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    592

    Its actually quite simple to do it using that...

    Its actually quite simple to do it using that method. Just upload all your .swf's into one directory on your webhost and then setup an HTML page (probably index.html) that embeds the first movie clip...
  2. Replies
    3
    Views
    592

    There are possible problems that could cause...

    There are possible problems that could cause Flash Player to freeze up or terminate prematurely if you use the unloadMovie() call, instead just load another movie into the same location and it...
  3. Thread: preloader??

    by Tyouk
    Replies
    2
    Views
    423

    A preloader is used so then your movies don't...

    A preloader is used so then your movies don't appear choppy as they are loading, instead you can place a progress bar to show how much has loaded or you can place an animation (sometimes requires...
  4. Replies
    4
    Views
    697

    I haven't used nextFrame(); or the other, but...

    I haven't used nextFrame(); or the other, but perhaps setup a function like so:

    function Advance() { nextFrame(); }

    for both the nextFrame() and the other call on the global level, then on your...
  5. Replies
    4
    Views
    638

    I tried opening your file, but I'm only using...

    I tried opening your file, but I'm only using Flash MX (not 2004) so it wouldn't let me open it. Odd. Either way it said unexpected file format so I would assume this has to do with the different...
  6. From what I know of flash .fla files they are...

    From what I know of flash .fla files they are completely compatible between MACs and Windows systems so you should be able to interchange them. For the image aspect of creating websites I believe...
  7. Replies
    4
    Views
    494

    Did you set the resolution size of your...

    Did you set the resolution size of your workspace? This can be done on the property area for your entire workspace when you first create it. Or whenever throughout your movie but after you begin it...
  8. Replies
    2
    Views
    575

    Yes it can be done, you have to setup a CGI...

    Yes it can be done, you have to setup a CGI script that the flash movie will send the new text to. Then this CGI script has to turn around and edit a text file that your movie is using to display...
  9. Replies
    1
    Views
    399

    First you would have to have all your MP3's in...

    First you would have to have all your MP3's in the same directory as your .swf file on your webserver (where ever it's located) and then you would have to upload a text file to that same directory....
  10. Replies
    4
    Views
    638

    Since you are just beginning with Flash I would...

    Since you are just beginning with Flash I would highly suggest that you turn to the lessons that come with the program. These are highly helpful and would allow you to learn all you need to know...
  11. Thread: image quality

    by Tyouk
    Replies
    4
    Views
    627

    I found that .gif format turns out a lot better...

    I found that .gif format turns out a lot better in Flash (when imported) then JPEGs have looked. However, I haven't tried the PNG format, but because it uses vector graphics instead of bitmap formats...
  12. Replies
    1
    Views
    351

    I'm not sure of any other way, but you could just...

    I'm not sure of any other way, but you could just make each "effect" into a separate .swf and then use movie clip instances to load them in? I'm not sure if you could make them into components or...
  13. Replies
    5
    Views
    459

    Aren't you able to create a movie clip instance...

    Aren't you able to create a movie clip instance and call it say ... mcholder, position it where you want and then use
    LoadMovie("MyMovie.avi", "mcholder"); wouldn't that still work in Flash 5? That...
  14. Thread: site effects

    by Tyouk
    Replies
    8
    Views
    851

    Actually most of those effects are simpler then...

    Actually most of those effects are simpler then deamothul explained. First off, in Flash (I use MX) on a roll over it's just made to have a square around it. If you get Flash, do the lessons it comes...
  15. Its highly unlikely that you will find a free...

    Its highly unlikely that you will find a free webhost that will allow you to run such a program. Any type of server-based software can sometimes take up quite a bit of bandwidth, my host would allow...
  16. Replies
    2
    Views
    789

    Okay say that in english for those of us who...

    Okay say that in english for those of us who haven't been doing Flash websites for over 2 weeks :)

    I'm new to this so I wouldn't know how to even do that. Could you give examples? I heard that...
  17. Replies
    2
    Views
    789

    Preloading multiple SWFs

    I was wondering if someone could tell me how to preload multiple SWFs, I personally have knowledge of preloading one SWF but how would I make a preloader that could monitor the loading progress of...
  18. Replies
    17
    Views
    1,435

    No I wasn't asking if you could place AS inside a...

    No I wasn't asking if you could place AS inside a text file, I was asking if you could read the data from the text file and then make changes to variables based on those findings...

    Like if I was...
  19. Replies
    17
    Views
    1,435

    Wouldn't it be possible to do the following with...

    Wouldn't it be possible to do the following with your text document:

    RZ-1 A-Wing=1
    Alpha Class Xg-1 Assault=2
    Gunboat=3
    B-wing=4
    Cloakshape Fighter=5
    etc.
    .
    .
  20. Replies
    3
    Views
    448

    First things first. You cannot embed a .fla file...

    First things first. You cannot embed a .fla file onto an HTML page, first you need to open the file in Macromedia Flash and save export it as a finished movie, this will produce a .swf file. These...
  21. I don't know much about handhelds but perhaps...

    I don't know much about handhelds but perhaps just try doing a search on Google, or perhaps by going to the Dell website and checking them all out. Then based on the prices you get, get your friends...
  22. Replies
    2
    Views
    471

    I can't really tell for certain but your code...

    I can't really tell for certain but your code looks right. Perhaps try using this code:

    stop();
    myInterval = setInterval(preloader, 10);
    function preloader() {
    // get percent of movie loaded...
  23. I found the problem incase you would like to also...

    I found the problem incase you would like to also forward that onto your T35.com server admins, a file called webassist.exe was installed in my windows directory. To test it out I terminated the...
  24. Well considering that I run Spybot Search &...

    Well considering that I run Spybot Search & Destroy once a week, and Norton Antivirus on my computer twice a week there IS such measures taken care of but considering that no other popups came up on...
  25. Well good luck with everything and have a good...

    Well good luck with everything and have a good rest. And you better get that tax return done! My mom owns a tax preparation office and I know how strict the government can be with those nasty little...
Results 1 to 25 of 71
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center