Problem with delay - go to frame, script

Hi all, I have a thumbnail gallery viewer, instead of just
stopping on each thumbnail I want the play head to got back to
frame 1 after a delay so the movie starts over when an image is
left on for certain lenghth of time.
I have this script which seems to work except when other
thumbnails are clicked the delay seems to be shortened even though
the delay time for each thumbnail is the same, I think it is
because flash doesnt discard the countdown from the previouse
clicked thumbs so the delay gets shorter after each click!!!! i
think lol...im no expert.
stop();
var id = setInterval(go, 12000);
function go() {
clearInterval(id);
gotoAndStop(1);
can I alter the script to solve the proble?
thanks....jon

hi, I dont know to be honest im completely new to flash, here
is my .fla the delay code is in layer 17 symbol6 of scene1. Any
help you can give me is appreciated...thanks...jon
viewer
files>>>>>

Similar Messages

  • I have problem with delay in serial port

    I have problem with serial port. I have connected two computers by serial port and I need to create program in Labview for transfer strings using start bits and stop bits. My problem is that my program is working quite well ...when I press start bit it starts to concatenate strings and if i press stop bits it stops...this is the purpose of this program...but problem is that it working only with delay...and need that this program dont need delay, because it can only concatenating data depends on delay from start bit....I wana solved problem with delay...I dont want using delay process in my program, but allways when I try to delete this delay it stop works correct
    here is my program

    Ok this should be simple - if I understand you correctly.
    You have the VISA session initialized with read termination character enabled.  So reading the number of bytes at port is NOT the correct way to read from the port.  Set the read number of bytes to something large (say 4096) and the read will return as soon as a termination character is received (or timeout).
    You'll need to make sure the sending device is configured to send termination character on writes (you can set that with a VISA property node)  and that you are sending the correct termination character.  The default is 0x0A (newline).
    Jeff

  • Problem with graphs on repeating frames

    Is it possible to use graphs showing correct data within repeating frames?
    We experienced problems with graphs within repeating frames, each occurrence of a graph shows the same picture (using data that corresponds to the first frame).
    Tnx in advance.

    Sounds like the source data for the Graph is the wrong Group.
    Dave

  • Having problems with a message saying a script in this movie is causing adobe to run slowly if it continues to run, your computer may become unresponsive

    Having problems with a message saying,A script in this movie is causing adobe flash player to run slowly if it continues to run, your computer may become unresponsive. Do you want to abort script. And my system seems to freeze. What can I do

    Here is the download page for Click-to-PlugIn:
    http://hoyois.github.com/safariextensions/clicktoplugin/

  • Problem with total page numbers in Scripts

    Hi,
    I have a problem with total number of pages in the Script.
    I have a script of 15 pages.
    On every page, I am using &PAGE& of &SAPSCRIPT-FORMPAGES(C)&.
    Problem is : I am getting only single digit for SAPSCRIPT-FORMPAGES as long as the page number remains in single digit - like -
    1 of 1
    2 of 1
    3 of 1... till 9 of 1.
    But from 10th page, it is printing :
    10 of 15
    11 of 15
    12 of 15... till 15 of 15.
    So, i think the symbol SAPSCRIPT-FORMPAGES(C) is filled with value 15 , but it is prinitng only the first digit '1' for pages 1 to 9 and then printing both the digits '15' for pages from 10 onwards.
    So, please help me out in this problem.
    Thank you.

    Hi Ven,
    The CONDENSE option cannot be used on the program icon SAPSCRIPT-FORMPAGES
    (C) without an explicit length specification: This symbol is
    only replaced with a value after the form has been completely edited, as the
    total number of pages of a form is first known in the program function
    END_FORM or CLOSE_FORM. However, the size of the symbol (number of
    characters) is reserved correctly when the symbol first occurs, with the
    current page number. Therefore, only one character is reserved for option C
    (CONDENSE) on pages 1-9, two characters on pages 10-99, and so on.
    If you are sure that the total number of pages doesn't cross 99(i.e 2-digit number), then use the FORM pages as SAPSCRIPT-FORMPAGES(2CZ).
    Here Z will suppress the leading zeros, for the total number of pages.
    Hope this information would be useful for you.
    Reward points if this is useful.
    Pavan.

  • Problem with file dialog (root frame)

    Hi guys
    I�m having a problem with open up a filedialog.
    I have a rendered jlist and the are some items inside. The user, can right click any item and choose from a list some commands (print, save, update etc)
    Everything works fine but when he clicks the SAVE option (again, right click and choose save)
    FileDialog fd = new FileDialog(new JFrame(),"Save PAX list",FileDialog.SAVE);
    I cannot use new JFrame() (as I did above) because it might block the application.
    For this I�m trying to get the root by:
    Component c = SwingUtilities.getRoot((Component)e.getSource());
    JFrame myFrame = (JFrame)c;
    And than:
    FileDialog fd = new FileDialog myFrame,"Save PAX list",FileDialog.SAVE);
    This get me a null frame :- (
    Anyone?

    The following worked on a "normal" menu item. I didn't test it on a "popup" menu item:
    JMenuItem mi = (JMenuItem)e.getSource();
    JPopupMenu popup = (JPopupMenu)mi.getParent();
    Component c = SwingUtilities.windowForComponent(popup.getInvoker());
    System.out.println(c);

  • Problem with printing graphics in SAP Script

    Hi,
    I am facing problem with printing of graphics in SAP Script. I uploaded a bitmap file from pc to se78. Then I inserted it in SAP script.
    I am able to view it in the printpreview as well as in the spool number. But it is not getting printed.
    Plese tell me the solution.
    Thanks,
    Srinivas

    You need to check your printer settings.Might be drivers are missing.

  • Problem with delay printing utilizing a canon IR c1030 with the lasted drivers

    Hi, I am a total noob at Mac OS
    I have Macbook pro with Mountain Lion installed I also have conected to our organization a Airport Express which I use around the office. The problem is that my department have a network printer Canon IR C1030 which I installed the lasted driver UFRII but when I print its takes a very long time and most time a get the error code: 9 and out of 10 pages I get only 3 to 4.my guesss is that is a problem with the Airport Express and latency but I am not sure. could someone give me a clue what to do next
    Thanks in advance

    Does the iR C1030 have support for WiFi or is it using it's built-in Ethernet port to connect to the AirPort Express? Or are you using the USB port on the C1030 to connect to the Express?
    If the C1030 is connecting to the Express via Ethernet, then as a test I would suggest you connect the MacBook Pro to the Express via Ethernet also.
    Note that if there is only a single Ethernet port on the Express then you will need a unswitched hub to connect to this port on the Express and then you can connect the Mac and C1030 to the other Ethernet ports on the hub.
    If you get the same latency when printing from Mac for this Ethernet-only setup, then this would confirm that it is not a WiFi issue and there is something else contributing to the delay.

  • Problem with line items print in Script MAIN window.

    Dear Friends,
    I am facing a problem with display the line items in main window.
    Here i have created my form with 2 pages,
    in first page i have created header window(my header information is full length of page), in second page i have created 2 windows, one for MAIN window and second for FOOTER window,
    i am having the Footer information about to off the page.
    and in my main window total 3 line items are coming, if i am having 3 line items then it is displaying properly (first 3 line items then immediately footer information on same page) but if am having more then 3 line items say four, then in my second page first it is printing 3 line items then it is switching into another page. After that footer is coming but. in previous page after printing 3 line items the remaining page is empty..
    my client want me to remove that place also. he wants to display continue..
    i think so u people r understand what is my problem...pls advice me what i want to do to solve this problem.
    Thanks
    Sridhar.

    Hi Sridher,
    If you want to display the footer information only on the last page why dont you use a table to display your details and place the footer details in the table footer instead of a seperate footer window.
    Regards,
    Vidya.

  • Problem with javascript cookies and frames in Safari

    I have a web page with 2 frames in it. One frame holds a pulldown menu for quick navigation, which changes the content in the other frame and also writes a cookie that makes that choice the default when the user comes back to the web page. My problem is that when the page that has the navigation is in frames it will not change the cookie when the navigation choice is changed. It will only change the cookie if the navigation page is displayed on its own web page (not in frames). The javascript works fine in both FireFox and Google Chrome. It's only Safari that has this problem. Is this a bug in Safari, or do I need to code this differently? I also tried putting the javascript function in the main index.html page that sets up the frames, but that didn't help either.

    HI Patrick,
    Try posting in the Apple Technoligies forums here.
    http://discussions.apple.com/forum.jspa?forumID=735
    Carolyn

  • Problem with "call redirect" in CRS script

    Hi all,
    I have just started to get myself familiar with scripting in Cisco CRS (version 5.0(2) but have run in
    to a problem which I do not understand.
    I have created four applications and three queues. One application is just a menu script, that
    when the appropriate key is pressed, redirects callers with the "call redirect" function to the
    trigger entry number of one of the other three applications which is assigned to a queue.
    When a call goes directly to the trigger, not through the menu script, the call is correctly added
    to the historical reporting database. When the call is redirected by the menu script, it will not
    show up in historical reporting.
    scenario:
    external number1 --> Menu  --> choice 1 --> call redirect(external number2)
                                             --> choice 2 --> call redirect(external number3)
                                             --> choice 3 --> call redirect(external number4)
    external number2 --> queue1
    external number3 --> queue2
    external number4 --> queue3
    Thank you for your help.
    kind regards
    Andreas

    Hello Jonathan,
    for instance in the Contact Service Queue Activity Report (by CSQ) the calls, redirected by the menu
    script, do not show up in the total/handled or abandoned calls count. In realtime reporting an active call
    coming from the menu script is shown as reserved.
    thank you
    kind regards
    Andreas

  • Problem with delay function

      When we use delay function in the single swf its working fine, but if I load in to the interface with more than one swf it’s giving problem. How to rectify the problem

    Thanks for your reply
    This is the code i have uesd for my swf file
    var delay = setInterval(visiblity, 1000);
    i have to display so many movieclips in the swf file not in the same time one by one it will appear
    When i run separate file the speed of appearing of movieclip is different(what i want),but if load so many swf files in to the interface
    the speed of appering of movieclip is very fast

  • Problem with Pullout Tab/Scrollable Frame

    I've designed a pullout tab and in the Scrollable Frame Overlay I've specified "Horizontal" as the scroll direction. Now, with Desktop Preview everything looks fine. On the iPad however, the frame can be moved around in all kind of directions - up, down, left, right, even in circles (so to speak).
    When I copied the frame to another empty page for test purposes, everything worked as planned with Desktop Preview and on the iPad. So then I added the rest of my content to that test page and voila, the problem resurfaced.  I also have other pages with pullout tabs in the same folio that work just fine. I'm lost to what causes this behaviour in this one article.
    Anyone had this before?
    Thanks.

    My mistake, I meant the layers panel. Try renaming your graphic frames to samething unique.

  • Multiple problems with installation and stop frame animation

    I have just spent 24 hours of increasing frustration trying to install and use On Location. I recently bought a Matrox RTX 2 Premiere CS3 desktop edit suite. On Location recognises any camera I attach via the drop down menu but will never display a video image or activate any capture commands. An afternoon with my dealer's tech support did not find a solution.
    Next I tried installing it on my Vaio laptop. It would not display the menu bar, but components would display, my camera was recognised, and I managed to capture avi type 2 files in mpeg at 1080i PAL. These will play back on the laptop in media player but crash Premiere when I import them. Matrox say these files should be supported. After these tests, OnLocation began to crash the Vaio as soon as I plugged in a camera. The Vaio presents a black screen and the OS freezes completely, requiring a hard boot for recovery.
    I have uninstalled it and attempted to install it in a brand new Vista HP laptop. The install crashes during activation. After 3 uninstall/reinstall attempts I gave up. I will now start again with a fresh install on the Vaio. Will report back if I make any progress today. Any suggestions meanwhile would be much appreciated.
    The holy grail, by any means possible, is to capture stop frame animations in HDV 1080i PAL format. I need one laptop to work for capture, then to transfer the animation files to the desktop for editing.
    many thanks

    Hi Martin,<br />Sorry to hear you're having such problems. I have no experience with Matrox system, so I cannot speak directly to compatibility with OnLocation CS3. For both computers, I'd be interested in seeing the system specs. If you're willing, how about sending the dxdiag file for each to me at [email protected] I'll see if anything jumps out at me.<br /><br />One detail that does not compute is your reference to recoring "avi type 2 files in mpeg at 1080i PAL." HDV content cannot be recorded to the AVI format. The only options are MPG and M2T. If the clips are indeed AVIs, then the camera must have been set to the DV mode.<br /><br />As for OnLocation crashing the computer so badly that a hard reboot is necessary, that generally points to some deeper problem in the computer's drivers or BIOS. When it gets into that state, have you tried bringing up Windows Task Manager (CTRL+SHIFT+ESCAPE) and killing the OnLocation process? I'm wondering if the system isn't totally locked up but appears to be so because on this low res display, OnLocation has basically taken over the whole display, so when it fails to launch, you can't see any other Windows controls. If this is the case, then deleting the AppProps file here: C:\Documents and Settings\<username>\Local Settings\Application Data\Adobe\OnLocation CS3.<br /><br />btw, the reason you see no menu bar is that the laptop's display is at the minimum for OnLocation CS3 (1024x768, if memory serves). The menu is shown only at higher display resoltions.

  • Yahoo! Voice on SPA2102: problem with delayed answer supervision

    My SPA2102 running 5.2.3 is configured for Yahoo! Voice on Line 1.  Inbound and outbound calls are generally excellent, but there is a problem calling certain US toll-free numbers; one cannot send DTMF or speech to control the IVR that answers.  Here are the details:
    The Yahoo! Messenger softphone sends and receives its RTP packets (encapsulated in UDP as usual) via a 'relay' server.  This occurs whether or not the PC running Messenger is behind a NAT.  Unfortunately, I cannot duplicate this behavior on the SPA.  When I set STUN Server: stun.voice.yahoo.com, TURN Server: relay.voice.yahoo.com:443, and Auth Server: login.yahoo.com, the system is fully functional, but the RTP is TCP encapsulated, packetization varies greatly, latency is long, and minor packet loss or delay results in very choppy voice.  This happens even when the device is on an unrestricted public IP and the STUN server responses correctly indicate no NAT.  I've tried all manner of SPA settings attempting to use the relay in UDP mode, to no avail.
    The above by itself is no big deal, because I'd rather avoid the relay server altogether -- it only adds complexity, delay and jitter.  If I set TURN Server: 0.0.0.0 (and SPA is on a public IP), then one can make and receive calls with RTP/UDP packets going directly to/from the carrier's server.  For example, if a call is sent via AT&T, the RTP packets come from (and go to) an AT&T media server, with no Yahoo! servers in the media path at all, resulting in the lowest latency and best quality of any VoIP service I've tested.  This will also work when the device is behind a NAT, if you turn on NAT Mapping Enable and Handle VIA Received, and forward the appropriate RTP port range in the router to the SPA.
    Unfortunately, there's a gotcha:  Many large toll-free users (example: IBM on 800-426-7378) have IVR systems that don't provide 'answer supervision' until the call is connected to a human.  (Their contracts don't require them to pay minutes for the IVR portion of the call; they signal 'answer' to their carrier when billing is to start.)  In SIP terms, this means that you get a 183 Progress response when the IVR comes on, but there is no 200 OK until a human picks up.  However, when configured as described, the SPA doesn't send any RTP packets until the 200 OK is received.  This means that you hear the IVR but can't control it with DTMF or with speech.  I don't know why this should be -- when not in Yahoo! mode, an SPA will normally start sending RTP as soon as the SDP tells it to, typically upon receipt of a 183 Progress.  I've confirmed that the SDP sent with the 183 does specify a valid send/receive session, and I've tried every imaginable setting as a workaround, to no avail.
    Is this a firmware bug?  Or have I somehow missed an important setting?  Any insight will be greatly appreciated.

    I tried calling that IBM number, 1-800-426-7378 through Yahoo, and also through three other toll-free termination providers. If anyone wants to try it just put the below SIP numbers into Speed Dial memory slots in your ATA.
    [email protected]
    [email protected]
    *[email protected]
    The first one, voipmich, seems to connect to the same IVR menu as when calling through Yahoo Voice, and I heard the woman's voice. The last two, sipphone and sipbroker, both connected me to a different IVR menu, it had a man's voice and DTMF IVR control worked there.
    I thought it worth mentioning that IVR menu control did not work even when calling from a SPA2102 account configured with a Gizmo5.com account. Apparently, the IVR control issue is not only with Yahoo Voice.

Maybe you are looking for

  • VMWare issue?

    I have been running a MacBook Pro with OSX 10.5.8. I needed to use it with Windows XP (SP2) running an old Risograph RP 3700 printer through a USB to RISO PARALLEL PORT cable (called Prolific Technology Inc IEEE 1284 Controller) running under the VMW

  • Incorrect Printing in Classic - Correct in OS 9

    I use TopDown as a flow chart program. I can modify the flow charts in Classic & save them. However, when I print the document only text is printed - all the connectors and boxes are not printed. If I try to print to a file the .ps file is grayed out

  • Error message when savinig template file

    Hello there, Hope you can help -  i was originally having problems with my Spry menu bar but thanks to 'Gramps' that is now fixed. Now when saving my template filet is reports: There is an error at line 169, column 17 (absolute position 6487) of temp

  • Short dumps while using J3A9 & VK12

    We are implementing SAP ECC 6.0 and are experiencing short dumps while using transactions J3A9 and VK12.  They all point to program /AFS/SD_DISP_CONDITION_TABLE and related Includes.  I haven't found any information regarding this program on this sit

  • Timestamp vs date datatype

    I am transferring data from table A to table B. there is a column in table A with datatype 'timestamp' that has the fraction seconds in the data. However I am using data type 'date' in table B where I am transferring the timestamp data to. I can quer