I have two questions about Revolution Media
1.A. I have a stack that plays a QT movie. I have a copy of the movie on the server and I set the player path directly to that copy. When I convert the stack and play it on the web I get audio, but no video from the player. Is it a codec problem or something like that? My browser plays the movies fine in regular html embed files.
1.B. Normally I would create the path to the movie (which would be in the same folder), but it does not seem to work in the web version:
Code: Select all
put (item 1 to -2 of the effective filename of this stack) into SN
--substitute the movie name and set the player filename
put field "Movie Name" into MN
set the filename of Player "MovieScreen" to SN &"/" & MN
2. I want to create stacks where the students each interact with the display. I record their actions and expect that the SQL data storage that monitors their activities will still work properly in the web version. However, I also want the student to interact with the graphic components (alter, move, create new ones, draw, etc.) Will they be able to save their changes and see them the next time they log on? If so, would I need a separate stack on the server for each student?
Would the changes/saves need to be on a server with read/write access, or can the changes be on the client side?
Thanks.