A Flash Developer Resource Site

Search:

Type: Posts; User: snapcase

Page 1 of 5 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,225

    --> Greek fonts

    Hey, anybody out there know where I can find a decent greek pixel font? I want to get crisp greek text in my flash! Thanks in advance.
  2. Replies
    1
    Views
    392

    Hi, does anyone know how to set the tab order in...

    Hi, does anyone know how to set the tab order in flash forms? I was trying to work it out, but it wasn't working. Is there any way to set a tab index or something in a set of text fields?

    Thanks...
  3. Replies
    3
    Views
    475

    I guess there are many images on different layers...

    I guess there are many images on different layers in different movie clips. Then, according to mouse position, the various images are faded in and out using alpha transparency. The images are...
  4. Replies
    2
    Views
    631

    See if photoshop is using some sort of colour...

    See if photoshop is using some sort of colour management, you'll see a great difference if you remove the colour management or screen profiles...
  5. That should only happen when you "test movie" and...

    That should only happen when you "test movie" and not once you publish it in an html page. When you use "test movie" the flash animation isn't in an html page, so it pops up two windows.
    ...
  6. Thread: Java close

    by snapcase
    Replies
    8
    Views
    583

    function GoAway() {...

    <script>
    function GoAway() {
    window.self.close();
    }
    </script>

    ------------

    But this will throw up an error message if it is the parent window ("The website is trying to close this window......
  7. Replies
    10
    Views
    1,214

    Yeah, you use layers to do the webover effect. ...

    Yeah, you use layers to do the webover effect. To do it,
    use CSS as below:

    <div style="position: absolute; top: 0px; left: 5px; z-index: 99">**Flash object and embed tags go here**</div>

    By...
  8. *bump*

    *bump*
  9. Hey, thanks for your reply. I guess I worded my...

    Hey, thanks for your reply. I guess I worded my question wrong. I've got a dynamic text box which has an html page in it. The html document has a link in it which works perfectly, but I'd like to...
  10. Hey, thanks for checking out this thread! I need...

    Hey, thanks for checking out this thread! I need help with opening up a popup window from a dynamic text link. Any suggestions? Thanks in advance!
  11. Finally! I got it! Thanks for the first 4...

    Finally! I got it! Thanks for the first 4 people that read my post, hahahaha!
  12. Ok, so I'm working on this project and I can't...

    Ok, so I'm working on this project and I can't get a function to work correctly. I have a navigation bar with seven buttons nested in MC's on it. On the root I've got a function called reset(),...
  13. Replies
    0
    Views
    567

    For the love of god, I can't figure out how to do...

    For the love of god, I can't figure out how to do this! I've set up Apache on my office pc running Windows 2000, no problem whatsoever, but I can't get it to start up in Windows Millenium on my home...
  14. Replies
    1
    Views
    391

    You can find flash loops here at flashkit, some...

    You can find flash loops here at flashkit, some are pretty good. Otherwise, go to one of the authors' pages and check out the rest of the stuff they've worked on. You could also use FruityLoops to...
  15. Replies
    3
    Views
    671

    OOPS!! Typo! In the line for zsquared, it's...

    OOPS!! Typo!

    In the line for zsquared, it's supposed to write:

    zsquared = (xdistance* xdistance) + (ydistance * ydistance);

    -------------------- changed this ------------^^^

    I changed the...
  16. Replies
    3
    Views
    671

    The problem is that you are adding the x and y...

    The problem is that you are adding the x and y distances to get the "total" distance from the movie clip. Instead, use the pythagorean theorem to find the distance. That is, x^2 + y^2 = z^2 where x...
  17. Try URL encoding the characters as Flash doesn't...

    Try URL encoding the characters as Flash doesn't recognize Spanish/Greek/etc character sets. You can find the URL encoding for those characters at http://www.w3schools.com under the HTML entities...
  18. Replies
    1
    Views
    374

    You can do it with a simple script if your server...

    You can do it with a simple script if your server has PHP installed for you. You simply POST the variable from the text field to a PHP script and it will parse it and send off the email for you. ...
  19. Replies
    10
    Views
    892

    Check whether you are using absolute positioning...

    Check whether you are using absolute positioning with the style of the layer, and check your padding. Netscape and IE render padding differently, one from the inside of an element and one from the...
  20. Replies
    10
    Views
    892

    Iframes only work in Netscape 6.0 or greater...

    Iframes only work in Netscape 6.0 or greater...
  21. Replies
    3
    Views
    473

    Has the filename and/or extension changed? If...

    Has the filename and/or extension changed? If Flash tried to save the file and made a temporary backup, you might be able to rename it to a valid filename and open it up again, although,...
  22. Hi, I've made a page that uses CSS to position a...

    Hi, I've made a page that uses CSS to position a flash banner on the page. The problem is that any HTML forms that exist "overlap" the flash banner. I tried using z-indices, but to no effect. Any...
  23. Replies
    4
    Views
    476

    Thanks for your feedback trionik, I checked out...

    Thanks for your feedback trionik, I checked out the site, and it's links, I liked the 514 productions site! Thanks for your advice too, pixelboy, hahaha, but I live in Greece, and it's summer, so...
  24. Replies
    4
    Views
    476

    Hi, I'm looking for some good websites for...

    Hi, I'm looking for some good websites for nightclubs / discos / parties / whatever. If you've come across anything good, please let me know. Thanks!
  25. Replies
    1
    Views
    400

    I can help you with the Greek if you like, but...

    I can help you with the Greek if you like, but you're gonna need greek fonts for the flash intro...
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center