A Flash Developer Resource Site

Search:

Type: Posts; User: bruixot

Page 1 of 20 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    492

    I fiddled around and ended up making the print...

    I fiddled around and ended up making the print button as a tiny .swf. From here it works fine, no mirror imaged logo. However, I've been told it is still happening from the web, even though I see it...
  2. Replies
    9
    Views
    826

    check out www.domainavenue.com. I have 2 sites...

    check out www.domainavenue.com. I have 2 sites over there, and haven't had any problems. Plus they are damned cheap ;-)
  3. Replies
    1
    Views
    492

    js / .swf conflict ?

    A bizarre problem.

    I have a small, basic flash-animated logo floating in an ilayer. It's the only piece of flash in a run-of-the-mill html/js-based website.

    Here's the problem. I'm running a...
  4. Replies
    2
    Views
    554

    Hey there. Saw you had this question, sorry for...

    Hey there. Saw you had this question, sorry for my crapness about not seeing the site before bringing up Craig.

    Anyways, here's what. Right now I'm on PC running win98, and the scroller did reset...
  5. Replies
    11
    Views
    1,133

    Just to add something here. Linking directly to a...

    Just to add something here. Linking directly to a .swf only functions in Explorer 4+. If the user is using Netscape, Opera or iCab, it would come up blank.

    Plus, your webpage froze me. And had to...
  6. Replies
    7
    Views
    850

    The Year: 2003. The Location: the Coliseum,...

    The Year: 2003.

    The Location: the Coliseum, Rome, Italy.

    The Characters: George Bush, Saddam Hussein, a watching crowd of Americans and Iraqis, and a dozen TV cameras broadcasting the event to...
  7. Replies
    1
    Views
    542

    fscommands don't work well on .html. Sorry to...

    fscommands don't work well on .html. Sorry to say.

    You'd need to add <param name=menu value=false> into the object tag of the .html to cut off the right-click menu.

    As for the 'allowscale'...
  8. Replies
    7
    Views
    850

    is that an invite??

    is that an invite??
  9. Replies
    7
    Views
    850

    hehehe. nonetheless, dig the guy for more...

    hehehe.

    nonetheless, dig the guy for more money!! ;-)
  10. Replies
    7
    Views
    850

    It was made in an earlier version then 5. Get...

    It was made in an earlier version then 5.

    Get in touch with the guy and tell him it worthless. You should be able to wrangle more money from him, saying you need to develop the whole thing anew...
  11. Thread: text help

    by bruixot
    Replies
    1
    Views
    445

    Hey. It's complicated, and probably...

    Hey.

    It's complicated, and probably time-consuming, but the effect should be relatively easy.

    Before you get the line moving, you need to develop the zooming-in text-effects. Basically, type...
  12. Replies
    5
    Views
    549

    I'm sorry. I never found a tute for the...

    I'm sorry. I never found a tute for the scroll/slide. What I did was off my own back, & a good few years ago now. I use it as a base for all my text scrolls nowadays, but I've never tried converting...
  13. Replies
    3
    Views
    458

    I guess you're displaying the text as static...

    I guess you're displaying the text as static text, play around and see if it comes out any better as dynamic text.

    ;-)
  14. Replies
    3
    Views
    632

    No problem. Though I do find it odd that you...

    No problem.

    Though I do find it odd that you published as .avi before doing the basics!!

    Good luck in what you do. Keep me in mind, I can help out if you need.

    oli.m@rocketmail.com

    ;-)
  15. Replies
    3
    Views
    632

    Do you know anything about HTML? If so, you...

    Do you know anything about HTML? If so, you should find the whole process relatively easy. Basically, when you develop a .fla, you publish it. The default setting in Flash ensures you publish the...
  16. Replies
    5
    Views
    549

    To start you off, you'll need to develop a decent...

    To start you off, you'll need to develop a decent scroller effect. Check out mine at http://www.flashkit.com/movies/Basics/text__i-bruixot-6888/index.php

    It's basic, but something you can work...
  17. Replies
    8
    Views
    534

    in 5, there no way to name a button object. if...

    in 5, there no way to name a button object. if you are on Flash 5, embed the button in an mc and develop the effects you want in the mc rather than in a button. you can label mcs in 5.
  18. Replies
    4
    Views
    419

    if it's a .doc you want them to save, you can...

    if it's a .doc you want them to save, you can link directly to it, targeting it in a blank (new) window. it will open, and from there it's down to the user to save it manually. zipping is good too,...
  19. Replies
    1
    Views
    486

    Apart from stating the obvious, and inclucding a...

    Apart from stating the obvious, and inclucding a note next to the email link that the user needs to be online to send an email - no. The on (release) {getURL ("mailto:whatever@whatever.com");}...
  20. Thread: draggable menu

    by bruixot
    Replies
    4
    Views
    413

    Apart from the fact that 'drug' is actually...

    Apart from the fact that 'drug' is actually 'dragged'....

    ...the only thing I can think of for now is that you develop 2 .swfs. One the menu, the other other the mainpage. The menu will not be...
  21. Replies
    2
    Views
    518

    Just link to it. Browsers can't open .zip or ....

    Just link to it. Browsers can't open .zip or . exe directly, they will offer the user the usual chance to open or save it:
    on (release) {
    getURL ("whatever.zip");
    }

    Try to keep the .zips or...
  22. Replies
    0
    Views
    404

    probs with JS .html & AS - pop-ups

    Here's the question. But it's more JS than flash/AS

    From a flash movie, I have various new defined windows opening using on(release) commands mixed with JS. Usual gobbledigook. However, my...
  23. Replies
    1
    Views
    410

    Good to see no-one's had any ideas :( Me neither....

    Good to see no-one's had any ideas :( Me neither. So this thread's gettin' a bumpin'.
  24. Replies
    3
    Views
    580

    It's been some time - but I'm back. Betcha no-one...

    It's been some time - but I'm back. Betcha no-one missed me!!

    Firstly, you need to paste this in the <head> tag of your page which the pop-up is called from (where your flash movie is), not the...
  25. Replies
    1
    Views
    410

    printing a .doc from flash

    Hi all. It's been sometime. I hope all is going well for everyone of you :)

    Listen, I've got something that's stumped me. I want to set print command from a flash movie. But it's a .doc that needs...
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