PHP - CHMOD ?

Out of context: Reply #4

  • Started
  • Last post
  • 17 Responses
  • enobrev0

    chmod and passing variables to a swf don't really have anything to do with each other.

    chmod is to set permissions on a file, so if, for some reason users can't seem to open the swf in a browser, then the permisions might be too strict, but again, that has nothing to do with passing params.

    To pass parameters (variables), you want to add them to the calling url (in your embed / object tags)

    so wherever you have your swf name, add the params like this:

    myanm.sql?var1=blue&var2=potato

    then the swf will have the variables var1 and var2 with the values 'blue' and 'potato' respectively.

View thread