A Flash Developer Resource Site

Search:

Type: Posts; User: storkhead

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    417

    Load variables issue on Mac OS X

    I'm having difficulties loading variables into a flash movie in Mac OS X on any browser. It works fine in 9.2. Here is a link to the website...
  2. Replies
    0
    Views
    401

    Load variables issue on Mac

    I've created a flash movie that loads a variable into it from the web page that it is embedded on. It works great on the browsers that we develop for on a PC. However, the flash movie never loads...
  3. Replies
    1
    Views
    287

    Try not to use jpegs

    It's really not a good idea to import jpegs. Flash compresses your already compressed jpeg upon export. This is the cause of that grain look. The best practice is to import bitmap images. Upon...
  4. Replies
    0
    Views
    301

    I'm having difficulty printing my movie with the...

    I'm having difficulty printing my movie with the print command. My movie is made up of four levels. I want all of them to be printed when a button issues the print command. I can only get one level...
  5. Replies
    4
    Views
    712

    Python and Flash

    Thanks, that's pretty much what I thought. I was just concerned that there might be some weird issues to overcome.
  6. Replies
    4
    Views
    712

    My compnay is thinking about programming with...

    My compnay is thinking about programming with Python. I'm a Flash developer and was concerned about how the language would integrate Flash. We are currently using Cold Fusion to program but are...
  7. Replies
    1
    Views
    356

    loading movies

    The best way that I've found to do this is to make your movie the exact same size as the one that you're loading it from. You can use the rulers and guides to get it set perfectly where you want it....
  8. Replies
    1
    Views
    366

    I would make separate .swf files that overlap the...

    I would make separate .swf files that overlap the home.swf movie. You can load them right over the top of home.swf with the load movie action. So on a button click it will load a movie over the top...
  9. Replies
    2
    Views
    407

    Try exporting your movie as a QuickTime movie. ...

    Try exporting your movie as a QuickTime movie. Then get some software like Adobe Premiere that can work with both of the formats. Bring the Quicktime .mov into it and convert the movie to an mpeg...
  10. Replies
    2
    Views
    432

    The only way I can think of doing it would be to...

    The only way I can think of doing it would be to create an animation without the effect; then make a movie clip with a black box that covers the entire area. Paste this box into the second frame of...
  11. Replies
    1
    Views
    219

    You can do it either way. Naviagation can be...

    You can do it either way. Naviagation can be used to target levels and movie clips. I persoanlly like making a separate .swf file because it keeps your file sizes smaller and makes it easier to edit...
  12. Replies
    6
    Views
    525

    I used to have troubles with gradients as well. ...

    I used to have troubles with gradients as well. The best thing to do is leave them solid colored and then fill them in with Flash gradients. You can change the fill on everything by clicking each...
  13. Replies
    6
    Views
    525

    If you have Illustrator 8, I used select what I...

    If you have Illustrator 8, I used select what I wanted in Flash, and copy it. In Flash I would paste the item into a new symbol.
  14. Go to http://www.flashcfm.com to find anything...

    Go to http://www.flashcfm.com to find anything you really need to know about using coldfusion and flash. I downloaded that same tutorial a long time ago and it took me a week to figure out what he...
  15. Replies
    6
    Views
    525

    I've found that the best way to use Ilustrator...

    I've found that the best way to use Ilustrator files is to get Illustrator 9.0 and export all of your vectors straight into the flash format (as .swfs). It works great and the drawing tools are so...
  16. Replies
    1
    Views
    327

    Create one graphic symbol that is a white line. ...

    Create one graphic symbol that is a white line. Place where desired in the main timeline or movieclip and then change the alpha to suit your need. Use the same symbol for all of your lines and you...
  17. Replies
    1
    Views
    351

    Ok you have to find out where the file is located...

    Ok you have to find out where the file is located first. You can go into the code from view source and find something with a .mov on it. Write down the whole link to it. Now make an html page with...
  18. check out the free "flash deployment kit" at the...

    check out the free "flash deployment kit" at the macromedia website
  19. Replies
    1
    Views
    427

    Try placing your loop into a movie clip. On the...

    Try placing your loop into a movie clip. On the last frame of the sound in the movie clip asign the action "go to and play frame 1." Put this movie clip into your main timeline. However many fames...
  20. Replies
    1
    Views
    467

    I like using Comic Sans for the PC myself or...

    I like using Comic Sans for the PC myself or Tekton but you can do a search from a search engine like Google for free fonts. The sites are all over the place.

    Here's a link to one that I've used...
  21. Replies
    4
    Views
    476

    As I understand it Flash will recompress your...

    As I understand it Flash will recompress your jpegs. So if it is set at 23 to begin with and flash exports it at 50 then the image is being compressed twice. This can cause jpegs took look pretty...
  22. Replies
    1
    Views
    430

    Make sure that both of your swf's are exactly the...

    Make sure that both of your swf's are exactly the same size
  23. Replies
    4
    Views
    402

    I usually start with a table that will fill up...

    I usually start with a table that will fill up the entire browser window no matter what size monitor is being used.

    <table width="100%" height="100% align="center" valign="middle">

    Place any...
  24. Replies
    4
    Views
    744

    I use Swish for simple text effects. It's kind...

    I use Swish for simple text effects. It's kind of nice because it takes all of the time out of making all the necessary adjustments to do those effects. I don't think that you can even compare...
  25. Thread: LOOPING

    by storkhead
    Replies
    1
    Views
    293

    loop

    You can put the animation into a movie clip or you can put an action on the last frame of the animation that says

    gotoAndPlay (framenumber/label);

    ------------------>Storkhead
Results 1 to 25 of 29
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center