A Flash Developer Resource Site

Search:

Type: Posts; User: squisshh

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    637

    actually I first tried it without anything, just...

    actually I first tried it without anything, just the shape tween I wanted but then I thought that maybe it was passing so fast that I didn't notice it so just to make sure that I wasn't going to miss...
  2. Replies
    2
    Views
    637

    this is really weird... after I am done with...

    this is really weird...

    after I am done with my movie (preloader and main scene), published and all, I tried to make some changes to the main scene just to see what it would look like. These...
  3. Replies
    5
    Views
    944

    Well, I decided to dump CGI and go with PHP for...

    Well, I decided to dump CGI and go with PHP for now because my host server has a problem with sendmail, besides... PHP is soooooo much easier, and shorter... :-)
  4. Replies
    33
    Views
    2,226

    Thank you all... this subject has been very...

    Thank you all... this subject has been very enlightening.

    I am seriously considering offering my webdesign services on a professional basis but as I am somewhat inexperienced as a freelancer, I am...
  5. Replies
    5
    Views
    944

    dunno if you're still around but if it doesn't...

    dunno if you're still around but if it doesn't start working soon or if I don't find an alternate script that works, I'll email you the server account details.... Thanks !!
  6. Replies
    5
    Views
    944

    thanks for your reply but this is the message I...

    thanks for your reply but this is the message I get in the new browser:

    success=&error=send error Content-type: text/plain success=1&timeDate=Sunday%2030%20September%202001%2017%3A43%3A18

    I am...
  7. Replies
    5
    Views
    944

    I got a cgi script from the flash bible to use a...

    I got a cgi script from the flash bible to use a flash email form but as I am a newbie with cgi I am kind of wondering if I left something out because after I submit the form the following message...
  8. Replies
    4
    Views
    478

    Just a wild guess and maybe improbable but it...

    Just a wild guess and maybe improbable but it could be that your host/server only permits a ridiculously small file size upload...
  9. Replies
    1
    Views
    378

    Yup... on (release) { getURL...

    Yup...

    on (release) {
    getURL ("mailto:yourname@domain.com");
    }
  10. Sniff... I'm getting a bad conscience for not...

    Sniff... I'm getting a bad conscience for not showing what I did with mainframe's code. I was thinking of using it as part of a showy design feature but I had to opt out because I have to leave...
  11. Wow mainframe! No wonder your brain hurts... ...

    Wow mainframe! No wonder your brain hurts...
    You're good!
    thanx :D
  12. Well, I used the code on one instance of an MC on...

    Well, I used the code on one instance of an MC on the main timeline but apparently this code only works once on the main timeline, meaning that if I try to apply it to other instances on the same...
  13. Duh...

    duuh, apart from developing acute scriptitis, maybe I should add a stop drag command somewhere in there, making the "constrain to rectangle" completely useless.Unless there is another way... What...
  14. onClipEvent (enterFrame) { startDrag...

    onClipEvent (enterFrame) {
    startDrag ("_root.dragObj", true, 0, 143, 770, 186);
    if (_root.main.hitTest(_root._xmouse, _root._ymouse, true)) {
    Mouse.hide();
    } else {
    ...
  15. Replies
    2
    Views
    459

    I've tried so many combinations of code but I am...

    I've tried so many combinations of code but I am starting to settle for the fact that what I want is simply impossible (I'm not totally resigned to that yet)...you see, I wanted to have it working so...
  16. Replies
    2
    Views
    459

    I have 6 different buttons on a main timeline...

    I have 6 different buttons on a main timeline that I want to have behaving this way (numbers are examples):

    when the user clicks on button 1,
    if frame 10 of nested movieclip 4,or 2, or whatever,...
  17. Replies
    2
    Views
    555

    Try specifying whether it is a relative or...

    Try specifying whether it is a relative or absolute target, toggling between these two usually solves a few problems... Also, if you're using tell target make sure that the paths are separated by /...
  18. U guys are the BREAST!

    U guys are great! Thanks for your help... It works!! :)
  19. 'Snot working on mine!

    Sniff! :-(
  20. Doing the Mouse.hide is easy but what about a...

    Doing the Mouse.hide is easy but what about a Mouse.hide constrained to a rectangle, eh? I need the mouse to hide when it rolls over one particular movie clip, image, whatever, within a .swf . It's...
  21. Re: Re: found a good one

    Well, I've tried adding a couple of directories just to test it out and you're right... If you want your links to work you have to put everything under the same directory. It sort of sux but it...
  22. Thread: Anti-Alias

    by squisshh
    Replies
    5
    Views
    1,196

    yuk

    yuk, now that is one thing macromedia is going to have to improve... Thanx
  23. found a good one

    I was also looking and actually took hanafi's advice and signed up with F2S. I was having trouble with running an ActionScript variable on a .txt file with this other host I signed up with before so...
  24. Thread: Anti-Alias

    by squisshh
    Replies
    5
    Views
    1,196

    Is there a way to NOT anti alias embedded fonts??...

    Is there a way to NOT anti alias embedded fonts?? I don't want to use device fonts at all...
    Thanx!
  25. Replies
    7
    Views
    1,127

    Yup, exactly what I thought.... It was the...

    Yup, exactly what I thought....
    It was the host's fault. I don't know what was going on in that server but my problem is solved, I have a new host :-)
    Thank you all for your great help... Now I...
Results 1 to 25 of 33
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center