A Flash Developer Resource Site

Search:

Type: Posts; User: thomas49th

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    499

    well i tried 'pos' before. I had a similar script...

    well i tried 'pos' before. I had a similar script work fine with another flash, file. Im going to try remaking the flash file. Thanks for you time though
    :thumbsup:
    Cheerz
  2. Replies
    6
    Views
    499

    They were that before, yet it still doesn't make...

    They were that before, yet it still doesn't make sence why i keep getting "ok" output all the time(note it used to be good but i changed it to ok).

    Anyway ive now changed my action script code to...
  3. Replies
    6
    Views
    499

    Nothing, well undefined. It was just a test i was...

    Nothing, well undefined. It was just a test i was trying to do on my asp file. My asp file only outputs

    &status=ok OR &status=bad OR &status=disabled
  4. Replies
    6
    Views
    499

    Loadvars problem!

    Hi, ive spent ages, and i simpily cant identify the problem! I have written 2 previous scripts that communicate to asp files fine. This one is just being difficult...

    Anyway

    Here is the code in...
  5. its up a directory then down another from where...

    its up a directory then down another from where the swf file is

    so swf file in \htdocs\flash\myFile.swf
    and the asp file is in \htdocs\applications\myASPFile.asp

    i tried
    ...
  6. Flash movie works fine offline, but online..

    Hi, i can run my flash movie fine offline, but when i run it from my server i get problems...

    I have identified the problem to be when my movie communicates with a asp file

    ...
  7. Replies
    2
    Views
    445

    lol i had just done that coming to forum to tell...

    lol i had just done that coming to forum to tell ive done it
    Thanks anyway :D

    Here is the final code


    stop();
    loadVariables("SingupConditions.txt", this)
    _root.pass_mov._visible = false;...
  8. Replies
    2
    Views
    445

    Critical LoadVars problem.....

    Hi, im experencing a problem with sending and recieving data from an asp file on my web server

    I have this code in actions layer, frame 1 (there is 5 layers with 1 frame in each layer):

    ...
  9. Replies
    3
    Views
    445

    Are you using any server side languages like php...

    Are you using any server side languages like php or asp. Unless you install and run the asp service for your machine, when you do browser preview (locally on hard drive with no server technologies)...
  10. Replies
    2
    Views
    442

    Do you or anyone else have an example how i can...

    Do you or anyone else have an example how i can connect a asp file (version 1 using .asp extension) to a flash file. Do i have to relay it through a file on my server or is it simpler than that?
    ...
  11. Replies
    2
    Views
    442

    Checking from a file

    Hi, i have a sign-up form that the user creates an account on. The problem is that how do i check the user name already exists. I can do this in an asp file, but I want to do it in flash. Is there a...
  12. Replies
    0
    Views
    364

    ASP File and Flash 8

    Hi, im making a user registration page in flash 8. Ive got an asp file that checks the username is not in use, but if it is, how do i return this to flash???

    Thx
  13. Using simple ascii text file to load movies

    Hi, i want flash to split ascii text files at every 2 lines and then split that first the first line of that to load a .swf file and the 2nd line a description of the .swf file. How would i go about...
  14. Replies
    0
    Views
    452

    Continous Scrolling

    Hi i have a button when clicked scrolls down a dynamic text field. How do i make it so when the mouse hovers on it scrolls continously

    i tried

    while(_root.down_btn.onRollOver) {

    ...
  15. Replies
    1
    Views
    320

    Loading swf into movie

    Hi i want to load a move insiade a square i turned into a movie clip(instance name is holders).

    Currently i have

    holders.loadMovie("file.swf");

    but that dosn't load it inside the box
  16. Replies
    6
    Views
    696

    I did another quick test with a different file. I...

    I did another quick test with a different file. I did
    loadVariablesNum("mailScript.php" + "?name=Tomasd&subject=Non&message=hello this is a test123",0,"POST");

    but it didn't work at all when i...
  17. Replies
    6
    Views
    696

    Ahh! It dosn't work hen i upload it to my site!!!...

    Ahh! It dosn't work hen i upload it to my site!!! I dosn't send my an emial at all, when i run it from my pc locally it works (note: even on locally it uses the script @ my site")

    Why is it doing...
  18. Replies
    6
    Views
    696

    Ahh got it ...

    Ahh got it

    loadVariablesNum("mailScript.php" + "?name=" + nam_txt.text + "&email=" + eml_txt.text + "&message=" + msg_txt.text,0,"POST");
  19. Replies
    6
    Views
    696

    Ahh ,y php script was wrong so i edited it and...

    Ahh ,y php script was wrong so i edited it and ive tested in the internet explorer bar.


    <?

    $namenew = $_REQUEST['name'];
    $emailnew = $_REQUEST['email'];
    $feedbacknew =...
  20. Replies
    6
    Views
    696

    SMTP working again.... ...but my feedback...

    SMTP working again....

    ...but my feedback page isn't working:


    <?php

    $to="site"
    $namenew = $_REQUEST['name']
    $emailnew = $_REQUEST['email'];
  21. Replies
    6
    Views
    696

    Going to try on(press) { var...

    Going to try


    on(press) {
    var send_lv:LoadVars = new LoadVars();

    if (sub_txt.text != "" ) {
    send_lv.subject = sub_txt.text

    if (nam_txt.text != "") {
  22. Replies
    6
    Views
    696

    Email problem

    Hi i have a lfash file which acts as a feedback form. I can do this normally in html but this flash i am having trouble.

    I have my php file with


    <?php

    $to="website"
    $namenew =...
  23. Thread: PHP Mail

    by thomas49th
    Replies
    1
    Views
    424

    PHP Mail

    Hi i have a php file called sendmail.php which contains

    <?
    $email = $_REQUEST['email'] ;
    $message = $_REQUEST['message'] ;

    mail( "developer@aqualics.co.uk", "Feedback Website Results",...
  24. Replies
    1
    Views
    500

    Sound effects

    Any1 know any GOOD FREE sound effects websites
  25. Replies
    2
    Views
    519

    I presume you defined it as a varible. If you put...

    I presume you defined it as a varible. If you put quotation marks around it it will be a string...but this might not be what you wwant


    Var NumberVarible
    NumberVarible = "4.00"
Results 1 to 25 of 45
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center