Flash Question
Flash Question
Out of context: Reply #6
- Started
- Last post
- 12 Responses
- unfittoprint0
php+db would be great. you would just need to loop users in a db, pregreplace() a dummytag with their name + a link with their unique id.
The user woul just have to click that unique link to a php page, that would print it within flash's embed/object source parameter.Flash would then load the user's necessary info.
If you don't have acess to php/mysql you can append a link to ther card page like:
http://mypage.com/index.htm?name…and use javascript to parse the variable and, like the example above, write it within the swf embed object ource paremeter.
Flash would then be ready to use the name variable.
javascript url var parsing:
http://www.htmlgoodies.com/beyon…