Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Director 7 & Databases 1

Status
Not open for further replies.

twpb

MIS
Jan 21, 2000
26
GB
If anyone could please tell me if it is possible to connect<br>a Director movie to any sort of database I would be very, very grateful. <br>If its not, a simple &quot;no it can't be done&quot; will be good <br>(well it wont be too good but thats life).
 
You can do dbase work provided you are willing to step out of the director environment and into javascript or Visual Basic.<br>You can use the external events to send a message to whatever you are communicating with, let it do the database work and send back the result.<br><br>VB is recomended cause it is so easy.<br><br>There are probably better ways but this works.
 
Actually what I wanted to do is...<br><br>call a webpage with values from a dcr movie. Such as player name and score - pass this in to a database (asp, cf) via an encoded url - but every time I try to create the string to call in director lingo - it just doesn't work.<br><br>i wanna call <br>&lt;b&gt;&quot;<A HREF=" TARGET="_new"> ideas? The the uRL encoding that's killing me!<br><br>Cheers<br><br><br>Fred<br>
 
Hmmm...It has to do with the additional header info that normally gets sent with it. The header info is will look something like content-type: form/multipart or application/x- trying the same thing with Visual Basic and it isn't nice.<br><br>You could however probably have director call a javascript handeler that fills the required field (document.forms[0].elements[0].value = &quot;data passed by shockwave&quot; (by setting their values) then triggering the submit button(document.forms[0].submit (or something similar).&nbsp;&nbsp;You dont have to worry about the URL if you do it that way.&nbsp;&nbsp;I recommend going with the Xtra DTJN suggested though.<br>
 
A-ha, my same problem too, kinda. Hopefully somone out there can help. Basically we want to take one of our sites which is server driven using CF and ASP, and make it useable on a stand alone CDRom. Any ideas? We have been looking at 4D and V12, but don't know much abotu it, they seem just like normal databases. We want to draw the information we have together, (text and images), to form a page, possible? Thanks webm8@hotmail.com
 
>> DJTN (Programmer)
Jul 12, 2000

You can also use a data base Xtra like V12DBE. which comes with a director library and is quite simple and free. You can get it at the macromedia website. <<


My question to v12dbe:

How does it work when publishinga director file?
Browsers tell, they couldn't find this xtra, though it lays within the default folder of that dir-file....

regards

webpixels
 
now that I installed that v12dbe in Dir it works right; but how to stop the alert that shows the integrated tool?

regards

webpixels
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top