loadVars flash->js->php popup
loadVars flash->js->php popup
Out of context: Reply #4
- Started
- Last post
- 11 Responses
- UndoUndo0
If yr passing the vars to php via GET - I'd call the javascript from flash and pass the vars you were going to pass to php to javascript instead.
Do your javascript resizing then pass the vars to the php page from javascript using window.open() appending the vars to the end of the URL argument.