Definitely,
a client regarding mine has asked if its possible for him to include reviews into the database, which is usually then uploaded and also presented using pen.
heres a good example, bottom left.
i believe this is achievable using ms access/asp as well as php/MYsql.
can anyone point me in the right direction to a few tutorials in achieving this or something equivalent
Which part do you want help on
Is it the inserting connected with new rows (in your case, these rows tend to be reviews)
Or is it getting flash to read in the database
BTW you may want create a comparable effect with quite a few JS and divs, depending if the client is variable.
genrally the entire thing, i’m newish to help flash and never a database master. n really just have a tutorial that covers the basics of this
my client might be flexible with just how its done nevertheless would rather steer clear of the JS intended for accessibility reason.
still having difficulties understanding how in achieving this. anyone tried this kind of before
Adobe flash, eh Firstly I’m not adept at that either, but can we really do a URL request from that I think it could.
If so, then you are capable of doing queries and your sorts. Since reviews are probably done by admins, a form in Flash wouldn’t normally be necessary (although this really is possible, I’ve noticed that). You will need to then do a new URL request out of Flash, which will a query by way of PHP. My responses script, on another thread, fits your own bill almost accurately, I think (A variety, addition script, in addition to display script). Try checking that.
many thanks, think i may have found a okay link but as i’m not expert as well as client doesn’t really need this i’m still endeavoring to change his mind: thumbsup:
Yes, you should be capable of use the getURL (I feel that’s it) operate in Flash to be able to fetch variables. It might be getVariables, now i always think of that: -P Anyway, you can send a request into a page, and then in which page just has got to output key=val pairs simillar to in a URI in order to get to these folks. Output like this specific:
username=person& password=tester
Will manufacture the variables username’ in addition to password’, with their respective values.
my client includes said thwey provides the database (access) however discomfort that i have to use asp. can one still use the actual getURL with in which
Indeed. getURL will just fetch a URL in the server. The server-side vocabulary is irrelevant, so long as it returns which format string.