i have a php file where user browse and then upload swf file, now in that swf file i have 3 variables i want to first get those variables and then update those variables with new value...... i don't have any idea about flash. Any suggestions or solutions please

Much obliged

Hi,

as much as I know, you can use the function

loadVariables(url, "_root.response", "GET");

in your flash file. In PHP you simply embed your flash-file with arguments like

"file.swf?arg1=..."

.

Try that out. If it's not working then feel free to ask again.

Hope that helps, Simon

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.