Flashblocks allows you to test your movie, login, and even editing right in Flash but in order for that to work you need to open flashblocks/flashblocks_config.xml and edit the localhost address.
| Code: : |
localhost="http://localhost/2.0/www/"
|
You will want to change this to the location of your website. You can find this by opening a browser and typing localhost in the url field. You should see your website.
| Code: : |
localhost="http://localhost/"
|
Place this url into the locahost attribute.
Note that you should be able to skip the configuration if you test from the browser instead of from within Flash.
Also I would place your flashblocks website into a sub folder of htdocs for best organization. In which case you website would be at
| Code: : |
localhost="http://localhost/subfolder/"
|