A Flash Developer Resource Site

Search:

Type: Posts; User: quagmyre

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    595

    Perhaps you could try doing a hitTest on keyDown...

    Perhaps you could try doing a hitTest on keyDown as well.
    I'm not really sure, but I'd try that...
  2. Replies
    4
    Views
    868

    Hi there, Either way (text file or email) you...

    Hi there,
    Either way (text file or email) you are going to have to use a CGI script. The first step is to find what is installed on your clients server by way of CGI stuff: asp, php, perl, etc.
    ...
  3. Windows NT does not actually have a sendmail...

    Windows NT does not actually have a sendmail program. E-Mail is generally sent by other means. :(

    However, there are free (as in GNU) sendmail replacements availible. NTsendmail is a perl module...
  4. Replies
    5
    Views
    851

    Hmmm, I'm not really sure what could be causing...

    Hmmm, I'm not really sure what could be causing your problem. I had a similar one, and after much debugging found it was due to a typo :(
    If you e-mail me francis@f2s.com with the files attached,...
  5. Replies
    1
    Views
    761

    I'd do both...

    Although it can be a major pain in the unmentionables, it is generally best to do it in both, just to be doubly safe. If you only want to check in one, do so in flash. Not only does it cut down on...
  6. Perhaps if you tell us where to get the source...

    Perhaps if you tell us where to get the source for FormMail.pl we can help.
  7. What you would have to do: 1) In the pop-up...

    What you would have to do:
    1) In the pop-up windows html, add the id, name and SWLIVECONNECT attributes to the object and embed tags
    2) In the JavaScript that makes the window pop-up, specify a...
  8. Replies
    2
    Views
    815

    Try this: on (release){...

    Try this:
    on (release){
    getUrl("javascript:window.external.AddFavorite('http://flashkit.com','Flashkit')")
    }
  9. Replies
    2
    Views
    1,247

    Nope :(

    I'm afraid, when run in a browser, flash cannot open exe programs without the download dialogue. When you think about it, this is a Good Thing(TM). Otherwise, can you imaging visiting a page and...
  10. Thread: HTML

    by quagmyre
    Replies
    2
    Views
    788

    Button and Scrollbars

    for the submit button, try this:
    <input type="submit" value="submit me" style="background-color: #003399; color: white; font-weight: bold; border-color: black;">For the scrollbars, try this
    <STYLE...
  11. Replies
    1
    Views
    691

    Well, either option is okay :) Is the HTML page...

    Well, either option is okay :)
    Is the HTML page online, or offline?
    If it is online, you can use a GetURL action to open the default browser in the correct window.
    If it is offline, you can use an...
  12. Replies
    3
    Views
    721

    Unfortunately, Flash provides no native interface...

    Unfortunately, Flash provides no native interface to ODBC. You can use ASP however as a go between however. The standard way of doing this is calling an ASP script with a loadVariables action. ...
  13. Replies
    1
    Views
    643

    CGI access?

    This may be possible with the following technique:
    Store the text file in a server-side (PHP, perl, ASP, etc) script variable.
    Then, instead of requesting the textfile, request the server-side...
  14. Replies
    5
    Views
    939

    IIS?

    Are you hosting your own server? If you are, and you are on windows you can turn your excel file into an odbc data source. Then, you can use ASP to perform queries on the data source and output the...
  15. Just Plain Text

    You can just use a plain text file to update a text box. Create a textbox and change its options to dynamic text. Then give it a variable name eg, news_area
    Then on the frame before the text box...
  16. Replies
    3
    Views
    880

    Have a look in the actionscript reference.

    Well, basically there are four steps in this process:

    1) Create new sound obejcts for each sound. Its like creating an new array but a new sound instead. Do this:

    drum_loop = new Sound();...
  17. Replies
    4
    Views
    700

    In my opinion, the two definitive perl books are:...

    In my opinion, the two definitive perl books are:

    Learning Perl published by O'Reilly and
    Programming Perl also by O'Reilly

    These books cover about everything about perl. Learning perl...
  18. Replies
    1
    Views
    686

    URL?

    Could you post an URL?
  19. Replies
    3
    Views
    883

    You cannot use Applets *inside* of flash. ...

    You cannot use Applets *inside* of flash. However, you can embed them both within the same HTML page. If your applet can communicate with JavaScript, you can talk to the applet from Flash via...
  20. Replies
    1
    Views
    732

    Add another smart clip parameter called behaviour...

    Add another smart clip parameter called behaviour or whatever. Give it a value of 1 in the first instance, and 2 in the second.

    Then, where you are executing the different actions do something...
  21. Replies
    11
    Views
    1,235

    Admin Access

    It depends on what server you are on.

    I don't know the details but it is possible.

    I know how to do it on my PWS server and it is possible on Apache...

    Good Luck.
  22. Replies
    1
    Views
    649

    More info please

    Could you please provide more information?

    Is the on click button in flash?
    What scrolls down? A textfield?
    What code are you currently using to achieve this?


    We all need a little bit...
  23. Replies
    4
    Views
    864

    Another redirect

    Perhaps if the user isn't redirected to the flash page, they get redirected to the page with the html stuff...


    eg:


    <script language="javascript">
    function readCookie(){
    // checking for...
  24. z-index?

    What I would do would be to place the Flash Movie and the navigation bar inside separate layers ( <DIV> tags ). Then, set the z-index style attribute so that the navigation bar is ontop of the flash...
  25. Check your email

    Hey there,
    Check your email mnogofish, I sent you a file that should solve your problems. Please send me another if it did not get to you (I'm having some e-mail problems atm). Basicly, both...
Results 1 to 25 of 48
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center