Transfer Variables Javascript -> Flash

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Transfer Variables Javascript -> Flash

    I have a website on wich you should hear 10 different songs.
    Everey Song has a Flash Start and Stop Buttton.

    Flash generates HTML-Code like this:
    AC_FL_RunContent( 'codebase',
    'http://download....../flash/swflash.cab#version=9,0,0,0',
    'width', '100',
    'height', '20',
    'scr', 'MusicStick', etc.

    In former times you could add the file behind the swf-file :
    xxx.swf?file="newSong.mp3"

    But now I have problems to transmit the name of the sound-file:
    Is it 'URL', 'mySong.mp3',
    Is it 'File', 'mySong.mp3',


    flash-worker Guest

  2. Similar Questions and Discussions

    1. Javascript variables
      How can I pass a javascript variable to coldfusion before submitting a form ? Basically, I need to know the value of a drop down box selection, and...
    2. Javascript variables to cold fusion
      I created variables in javascript and would like to have them available to me in cold fusion code. Does anyone know how I can do this? In the...
    3. Setting Global Variables from Javascript
      Okay, here's the situation. I'm using an FSCommand to trigger a function in the javascript page that is hosting a flash movie I'm working on. Within...
    4. Setting variables in director from javascript
      Due to the complexity of a project, I have decided to use Director over javascript. I'm apt in programming, but cannot seem to find a simple answer....
    5. Passing variables from ASP to Javascript
      I am using ASP to open a text file on the server and I want to pass variables to Javascript. Any suggestions? For example - I have a text file...
  3. #2

    Default Re: Transfer Variables Javascript -> Flash

    Hey have you found out the answer yet? This would be a nice feature to have.
    Me and friends have a couple of media sites with heavy flash and javascript and
    we'd like to do someth like this.... Let me know.
    thanks, [url]http://coiphimhay.com[/url] sincerely,

    Fantomknight10 Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139