A Flash Developer Resource Site

Search:

Type: Posts; User: peter harper

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    679

    File System Object creates Text files

    I used this code to create a text file that flsh uses to read in data...

    juct call createTextFile() in an ASP page

    <%
    Sub createTextFile()
    Dim varForm, strData

    'Take each input text boxes...
  2. thanks funner, that did it.. cheers peter

    thanks funner, that did it..

    cheers

    peter
  3. I have a movie(thismovie) with a button that has...

    I have a movie(thismovie) with a button that has the following code and and movie (instance name 'target'). When 'thismovie' is dragged to 'target' it should trigger 'mymovie' but it doesn't ;(
    ...
  4. Replies
    39
    Views
    7,952

    writing to a DB with flash & ASP

    I agree with all thats been said about the lack of info RE: Flash and ASP. What I have sussed is updating an Access DB from a flash form - happy to share, send me an email and Ill send the filz...
    ...
  5. Replies
    2
    Views
    861

    cookies

    yes you can. Cookies can be set to read all kinds of info that can be redirected back to a log file on your server or they can be collected using request.cookies("variables") on a private page on...
  6. Mad_Sci is right its a bit vague. but a few...

    Mad_Sci is right its a bit vague. but a few things to try.

    Call the server script with the full path ie

    on(release)
    get URL("http://www.yours.com/cgi-bin/mailform")
    end

    Are you using...
  7. Replies
    1
    Views
    1,719

    flash 4 bible has the best one to date cheers...

    flash 4 bible has the best one to date

    cheers

    peter

    Otherwise, set your button to

    on(release)
    get URL("http://www.mywebsite.com/cgi/mailform")
  8. Thread: NBCi

    by peter harper
    Replies
    1
    Views
    1,233

    ita actually quite easy. The movie in the TV is...

    ita actually quite easy. The movie in the TV is just tell targets..I guess you got that bit. Next create a button and embed the TV movie.

    Code with something like

    On(press)
    drag...
  9. Replies
    4
    Views
    2,128

    best would be to use an ASP script to work...

    best would be to use an ASP script to work between the flash file and the database. Use the Get URL("myscript.asp") to trigger the ASP file which will using the right code access the database etc..
    ...
  10. Replies
    1
    Views
    1,487

    depends if your ISP allows you to run server...

    depends if your ISP allows you to run server scripts. If so get a copy form Matts Archive or any generic mailform.pl (perl), set the @referrers to your web address and from the your MC use get...
  11. Replies
    2
    Views
    1,755

    both load variables and get URL should work. Try...

    both load variables and get URL should work. Try using a get URL with a simple response.redirect("any.asp") to check that your server settings are correct, ie the MIME settings etc.

    I prefer get...
  12. Replies
    1
    Views
    1,222

    why not try a flash login. On the button action...

    why not try a flash login. On the button action set something like , where 'passbox' is an editable textbox and frame 3 is a message "unauthorised access" whatever..

    On (Release, Key: &lt;Enter&gt; )
    ...
  13. Replies
    0
    Views
    1,308

    about a month back someone posted info on a flash...

    about a month back someone posted info on a flash chat room. Anyone know where i can reconnect with the thread?

    cheers

    peter
  14. Replies
    1
    Views
    1,666

    just off the top of my head it would seem to be a...

    just off the top of my head it would seem to be a directory problem. Have you tried adding an extra ../ ?

    cheers
  15. I also couldn't get the page up. It was there...

    I also couldn't get the page up. It was there so..?

    However, I subscribed to an aspflash list via www.asplists.com but I couldn't get that today either... ;-(. However, i still get mails so its...
  16. I'm also working to crack the ASP?Flash...

    I'm also working to crack the ASP?Flash partnership. I've been able to trigger ASP scripts by using the GET URL"myscript.asp" from flash and then use 'load variables' to display the returns.
    ...
Results 1 to 16 of 16




Click Here to Expand Forum to Full Width

HTML5 Development Center