PDA

View Full Version : Refresh Objects??


Michael
04-23-2003, 10:43 PM
Hi

Can someone clue me in on this subject? I've read the help files:
<font color=blue>Page - Refresh Objects
Refreshes one or more objects on the current page. This means that the specified objects will be redrawn, and any variables used in them will be re-expanded.</font color=blue>

But not sure what this means. Since AVIs and Mediaplayer objects are refreshed....does this help when the number of videos played reaches the white screen point (or the program disappears like mine is doing after about 8 or so videos have been played....)

Guess I'm searching for a way for all 38 videos on the two pages to play as many times as the user wants without a glitch.

Thanks,
/ubbthreads/images/icons/cool.gif

Corey
04-23-2003, 11:00 PM
Not sure about your question but if you're getting that error there is proably a leak in your code. I have built video jukeboxes many times without any glitches.

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

Michael
04-24-2003, 10:21 PM
Yes. I was a afraid of that. This is an older imported project (3.0) and I'm thinking that it will need to be scrubbed and rebuilt from scratch.

I still wonder what (in layman's terms) refresh means for AVIs and mediaplayer objects.

Thanks.
/ubbthreads/images/icons/cool.gif

Corey
04-24-2003, 10:45 PM
It just "reloads" the object.

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

Michael
04-25-2003, 12:28 PM
right. thanks, Corey.
my comments stem from postings some time back concerning what happens in AMS with large amounts of video clips. After some number of shown clips(one person reported 28), the videos then become white boxes. While I didn't understand why this happened, I was concerned with how to prevent it.

so, the short of it is that if videos are being refreshed or reloaded, and we can control for this, maybe we won't have any white boxes showing up.

thanks.