Ask a Question related to Macromedia Director Basics, Design and Development.
-
Mea #1
Why does my application hang?
Hi! I created a kiosk in Director MX. I have it running as a
fullscreen projector.
* When it starts, it displays a menu and plays music for about four
minutes. Users can interact with the kiosk and select an animation or
video to watch.
* After the music ends, if nobody interacted with the kiosk, it
randomly selects an animation or video to play.
* At the end of the animation or video, the kiosk unloads the animation
or video and returns to the main menu.
The kiosk externally links to about 24 Flash animations, and 44
Quicktime and MPEG videos, ranging in size from 3M - 120M. I made sure
that it unloads each animation or video before it returns to the menu.
The kiosk is supposed to be low maintenance. However, after running
fine for a few days, it just hangs. Sometimes it stops in the middle of
an animation, sometimes it just stays on the main menu, and sometimes it
gets a Windows error about referencing memory it's not allowed to address.
Is it unreasonable to expect it to run continuously without rebooting?
Is there a bug I should be looking for in the code?
Thanks for your help!
** Mea
Mea Guest
-
plug-in causing application to hang.
Hi, I am using a plug-in built in VC++ that uses Acrobat SDK for viewing PDF files. The code is similar to the sample plug-in code that acrobat... -
CF 7.0.2 ODBC Hang
I have been having this ongoing issue with CF MX 6.1 where the ODBC Server Service would hang. On top of that the JRUN.EXE is consistently sitting... -
SWF causes JSP to hang
When I include the example <object> tag in my JSP the JSP just spins...I haven't put a sniffer to work yet but that's my next step...everything is... -
Application Hang
Every time I try to close Dreamweaver it freezes up and I have to force quit it with the task manager. This happens every single when closing the... -
hdr hang
Hello, ids 9.30uc1 on unixware 7.x. hdr seems to be hang when checkpoint increase on my secondary server (>200). I increase drtimeout on primary... -
JB #2
Re: Why does my application hang?
yea I had problems with video sequence crashing things after aq while,
monitor the freeblock for memory leaks, it might be possible to have one
projector open a second instance, then quit it'self as a brute force
leak recovery scheme...
JB Guest
-
Andrew Morton #3
Re: Why does my application hang?
> Is it unreasonable to expect it to run continuously without rebooting?
If it's running on W95/95(/ME?) then yes, it is unreasonable to expect it to
work for more than twenty-odd hours :-(
Although I'm sure MS would love you to make the aforementioned Windows flavours> Is there a bug I should be looking for in the code?
reliable, it would be simpler to reboot the machine every day at some time when
no-one's around. You can use an xtra like buddyAPI ([url]www.mods.com.au[/url]
baExitWindows("reboot")) to reboot a PC.
Andrew Morton
Andrew Morton Guest
-
Mea #4
Re: Why does my application hang?
You are the second person to suggest rebooting, so this is what I'll do.
Thank you for showing me how to code it!
** Mea :-)
Mea Guest



Reply With Quote

