A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: fscommand and javascript

  1. #1
    Junior Member
    Join Date
    Feb 2006
    Posts
    2

    fscommand and javascript

    On my page there is a code like this

    ************************************
    <script type="text/javascript">
    var pageViewerID = 11196489;
    var pageOwnerID = 10000000;
    var pageViewerFName = "Vkey";
    var pageOwnerFName = "WHATEVER";
    var pandoraRegFlag = '-1';
    </script>
    ************************************

    If i type this script to the Address bar

    ************************************
    "javascript:alert (pageViewerID)"
    ************************************

    A message alert will appear saying the pageViewerID wich is "11196489" right?

    How should i put this on flash fscommand? is it like this

    ************************************
    fscommand("alert", "Hello, "+pageViewerID+", welcome to our website!");
    ************************************

    And is it possible that the pageViewerID will save to an text file on my ftp?

  2. #2
    Junior Member
    Join Date
    Feb 2006
    Posts
    2
    10 Views but 0 replies.. what kind of help should i hope here?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center