chad101
07-30-2006, 01:42 PM
I have an idea that I continue to procrastinate over due to bandwidth, labor, and server load if it did “take off”. Plus, I’m not the greatest at flash but I can hold my own. I have thought about creating flash layouts for MySpace. To the best of my knowledge; no one else is doing this…yet. I can think of 3 different ways this might work.
Plan 1,
- Have user enter information in form boxes for the “About me”, “Who I like to meet” “Heroes” etc
- Use CSS layer to cover original profile
- These values would then be passed to the linked .swf file which would fill the correct areas with user content.
Plan 2,
- User creates an account on my site
- Information is stored in a MySql database
- Use CSS layer to cover original profile
- Linked .swf passes value of account user name to .php file
- .php file queries database and fills .swf file with user content
Plan 3,
- User enters MySpace name or friend id
- Use CSS layer to cover original profile
- .swf file uses MySpace friend id or name to find user profile and parse information.
- Html string is filtered and placed in proper areas inside .swf file.
Is any of these possible or am I just nuts?
What route should I take?
Where do I begin if this is feasible?
Plan 1,
- Have user enter information in form boxes for the “About me”, “Who I like to meet” “Heroes” etc
- Use CSS layer to cover original profile
- These values would then be passed to the linked .swf file which would fill the correct areas with user content.
Plan 2,
- User creates an account on my site
- Information is stored in a MySql database
- Use CSS layer to cover original profile
- Linked .swf passes value of account user name to .php file
- .php file queries database and fills .swf file with user content
Plan 3,
- User enters MySpace name or friend id
- Use CSS layer to cover original profile
- .swf file uses MySpace friend id or name to find user profile and parse information.
- Html string is filtered and placed in proper areas inside .swf file.
Is any of these possible or am I just nuts?
What route should I take?
Where do I begin if this is feasible?