A Flash Developer Resource Site

Search:

Type: Posts; User: jappe

Search: Search took 0.19 seconds.

  1. Replies
    1
    Views
    495

    I guess, unless you would like your recipient to...

    I guess, unless you would like your recipient to see the additional recipients, the syntax is:
    $bcc = "joe@bloggs.org, mel-c@spiceg.com";
    //add aditional emails seperated by ','
  2. Replies
    1
    Views
    436

    This is hardly a beginners question. Try the...

    This is hardly a beginners question. Try the actionscript forum and good luck!
  3. Replies
    0
    Views
    621

    '_root.link' issue

    Hi there,
    I have the following code for a series of buttons:
    //BEGIN
    on (rollOver) {
    if (_root.link<>9) {
    gotoAndPlay("s1");
    }
    }
    on (releaseOutside, rollOut) {
    if (_root.link<>9) {
  4. Thread: PHP not working?

    by jappe
    Replies
    125
    Views
    275,946

    Sticky: That did the trick! Simply replaced all _root...

    That did the trick! Simply replaced all _root with _parent and "hey presto"!
    Thanks again Musicman!

    Best Regards

    Jan
  5. Thread: PHP not working?

    by jappe
    Replies
    125
    Views
    275,946

    Sticky: You may well have a point there Musicman! As I...

    You may well have a point there Musicman!
    As I have trawled the net for a solution, I understand that there is a common problem attached to the use of _root and that _root infact is regarded as poor...
  6. Thread: PHP not working?

    by jappe
    Replies
    125
    Views
    275,946

    Sticky: PHP script

    Thanks for the reply!
    What I have is the following:

    on (release) {
    sender_mail = _root.Semail.text
    sender_name = _root.Sname.text
    sender_subject = _root.Ssubject.text
    sender_message =...
  7. Thread: PHP not working?

    by jappe
    Replies
    125
    Views
    275,946

    Sticky: Email Form working/not working

    Hi there,
    I have an email form movie with a php script which works perfectly as a standalone swf.
    The problem arise when I import the form into my website movie and make it a movie symbol, which I...
  8. Replies
    1
    Views
    527

    Is it possible to put in a bit of code to tell...

    Is it possible to put in a bit of code to tell the preloader to skip the motions and just load the page if it has been previously cached?
  9. Thread: Visual Basic

    by jappe
    Replies
    1
    Views
    470

    Flash & VB

    You can certainly do it the other way arround.
    (Importing flash into VB 6)
    But, you probably knew this...
  10. Replies
    2
    Views
    1,126

    First of all you need to publish your movie as...

    First of all you need to publish your movie as HTML and swf
    then you upload both files to the webserver (in the same directory). When they are up you can use your ftp to rename the "somename.html"...
  11. Replies
    0
    Views
    427

    In Flash, is it possible to call a Microsoft doc...

    In Flash, is it possible to call a Microsoft doc (i.e. Excel)?
    Or do I have to create a mirror of the doc in the as a swf file?
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center