ScrollPane  in Flash8 not working quite right Flash8

http://www.karaedwardsvo.com
When you click on either "about" or "clients" it takes you
down the timeline to a ScollPane that is set to load an external
swf (with a tranparent background if that makes a difference). This
works fine for me 100% of the time on my Mac but have had a couple,
including the client, who say the in IE on a PC the scroll bar
doesn't appear and the swf shows up low on the screen. Anyone have
any thoughts on this?

Hi All Again,
I found an example from NI, cvi_enumerated_values.zip. If I include the DLL that was prebuilt, everything is fine, no Enumeration name mangling. But if I rebuild with LabWindows/CVI 8.5 or 2010 and then use the corresponding DLL, I get the description naming mangling again. So, it seems to be a build or environment issue. Still trying to track the issue down.
Thanks
Minesh
Attachments:
cvi_enumerated_values.zip ‏70 KB

Similar Messages

  • Lightbox not working quite right

    I am updating our portfolio page on our website.  Everything looks fine in the design mode, but when I switch to preview, or even put it live, things shift. There are to be < > to the right and left to allow you to scroll through portfolio pieces and the X (to close) and the write up should both be to the top right of the image.  However, on some of the pieces the arrows change to Xs and appear with the write up on the top left hand side.  Here is the link to the test site and if you need files to figure out what the issueis, please let me know.
    http://bobby.kinezo.com/razor-creative-solutions-portfolio.html
    Brandi

    Thank you for sending your file. The lightboxes are working correctly for me when exported using the Private Beta build. Can you launch the Private Beta and make sure you update to the latest version (if it notifies you of updates) and test this one more time?
    Mostly unrelated, but you may want/need to consider a different design for your Portfolio page. At present a number of things are compounding to make your Portfolio page especially large (>25 megs) and thus very slow to fully load.
    According to Akamai, average US download speed is 6.7 Mbps (with the global average being 2.6 Mbps). That equates to about 700K per second for US site visitors. So for the average site visitor in the US the current design of the Portfolio page would take ~25/.7 = 36 seconds to load.
    The slower a page loads, the less visitors will stick around to wait for the page to appear. Some surveys claim as many at 40% of page visitors abandon after waiting 3 seconds, but other surveys are less severe in their findings estimating ~50% abandoning after 15 seconds <http://blog.kissmetrics.com/loading-time/>.
    In any case, a 25+Mb page won't be visitor-friendly to load.
    So, why's it so big and what can you do about it?
    First, there's a lot on this page due to the 35 accordion content areas containing a total of 154 images in 34 slideshow lightbox widgets which means 308 total lightbox images (one for each thumbnail and one for each hero image).
    Next, all the images are PNGs. Rounding the corners on images is not well supported across all browsers, so to achieve the rounded corners Muse does so by cropping off the corners during output. However, to represent the now transparent area of the corners the images have to be PNG or GIF (JPEG on the web doesn't support transparency) and PNG is roughly 5 times larger than JPEG for a photographic image. Thus the lightbox hero images and thumbnail images are probably about 5 times larger than they need to be. If the rounded corners were removed the page load would probably drop to ~5 Mb, which would be much faster, but still very large. To go lower than that you'd probably want to consider dividing the content across multiple pages.

  • Timeout script not working quite right.

    I'm doing a kiosk project that has 11 scenes that house about
    70 videos for playback. I need to include a timeout function that
    needs to revert back to screen #1 if there is no mouse activity for
    around 8 minutes. There is another timeout script in scene #2 that
    forwards ahead to scene #3 if no activity within 30 seconds. The
    timeouts do seem to work, they go to and stop where they're
    supposed to but then they seem to rerun themselves so that several
    are running at the same time. When I click into other scenes which
    start the videos, then they will quit and jump back to screen #1
    after 30 seconds or so.
    Any help on this would be greatly appreciated...

    You're posting AS2 code in the AS3 forum. Anyways, Try moving
    your mouse around while you're watching the videos and see if they
    kick back to the first scene... chances are myInterval is still
    working in the other scenes.
    I'm not sure, but I don't think changing scenes cancels that
    kind of functionality. From what I heard, when you work with
    scenes, when the file is compiled, it melds them all into one long
    timeline (hear-say only, so I won't mind being straightened out on
    that).

  • Rectangle outcode() not working quite right

    I wrote the following to try to capture if the rect is top bottom right left, however it doesnt work right. If I replace the statements eg lets say for top to code==2 || code ==6 || code ==3 it works fine. Any idea what im doing wrong
    code = nodeRect.outcode(currentRect.getX(), currentRect.getY());
    if(code & Rectangle.OUT_TOP) != 0 ||
    (code & (Rectangle.OUT_RIGHT | Rectangle.OUT_TOP)) != 0 ||
    (code & (Rectangle.OUT_LEFT | Rectangle.OUT_TOP) ) != 0)
         //This means the point is above the rectangle
    else if(code & Rectangle.OUT_BOTTOM) != 0 ||
    (code & (Rectangle.OUT_RIGHT | Rectangle.OUT_BOTTOM) ) != 0 ||
    (code & (Rectangle.OUT_LEFT | Rectangle.OUT_BOTTOM) ) != 0 )
    //This means the point is below the rectangle
    else if(code & Rectangle.OUT_RIGHT) != 0 )
    //This means the point is to the right of the rectangle
    else if(code & Rectangle.OUT_LEFT) != 0 )
    //This means the point is to the left of the rectangle
    }

    >there is no tone upon startup.
    First of all, check whether the speaker is properly connected.
    >Perhaps it's time for the motherboard dishwasher trick.
    Before attempting to clean the logic board, it could be a good idea to closely examine it. Look for leaking electrolytic capacitors, other discoloured components, damaged printed circuits, et cetera.
    As you probably know already, repair work inside a compact Macintosh computer can be very dangerous due to high voltages, and must be carried out by someone with the necessary expertise only.
    Jan

  • Bluetooth connection with Samsung u740 not working quite right?

    I have a new Samsung u740 cell phone and I set it up to sync my contacts b/w the computer and the phone. I also set it up so when someone calls me it pops up on my computer who's calling, but when someone calls it just says "unknown caller". I have synced the contacts on both devices. Does anyone have any advice on what to do?
    Thanks Taylor

    With your bluetooth connection does your computer allow you to answer the calls? I am currently working on the same issue but with same problems.

  • Enumerated Types Exposed in Teststand Not Working Quite Right

    Hi All,
    I have a LabWindows/CVI driver where one of the APIs is an enumerated type. I followed some of the posts where it instructed me to create the enumerated data type in *.h file, add it to the *.c API, create a FP and add the new type to the API, configure the target settings to "add type library resource to DLL" and build.
    I see the enumerated data types, but the description of the new type is garbage. See the attached JPG. I see "__MIDL__MIDL_itf_IALdi1_0000_0001" for the description of the enumerated type.
    I have looked all over the place for a setting, etc. but can't figure it out. Does anyone else have or had the same problem? And a solution.
    Thanks
    Minesh
    Attachments:
    Types.jpg ‏113 KB

    Hi All Again,
    I found an example from NI, cvi_enumerated_values.zip. If I include the DLL that was prebuilt, everything is fine, no Enumeration name mangling. But if I rebuild with LabWindows/CVI 8.5 or 2010 and then use the corresponding DLL, I get the description naming mangling again. So, it seems to be a build or environment issue. Still trying to track the issue down.
    Thanks
    Minesh
    Attachments:
    cvi_enumerated_values.zip ‏70 KB

  • In photoshop cc is not working properly right button on the tablet stylus genius

    in photoshop cc is not working properly right button on the tablet stylus, when clicked, the menu appears and immediately disappears in Pshotosho CS6 everything was OK, and in other programs all OK.
    Tablet - Genius G-Pen M712X.

    have you participated on here before, smihop? -- do Adobe representatives ever provide a solution? I pay monthly for all adobe cloud applications <-- doesn't it seem like that should come w/some kind of support? (especially when they push out buggy releases <-- which make me wish I could go back a version)

  • I just installed logic studio (academic version) and it will not open, quits right away, how can i fix this? running lion

    I am  having trouble with my newly installed logic studio ( academic version ). it will not open, quites immediately. any suggestions?

    Have a read here https://discussions.apple.com/message/15701309#15701309
    Seems that you have to update Logic to the latest version (9.0.15) to get it to work in Lion.
    Stefan

  • Apple Magic Mouse--right click not working, left-right scroll not working

    Brand new out of the box, right click does not work and neither do the left-right swipe. Is it likely I have a faulty mouse, or is there a software update or setting I have failed to find? Running 10.6.4 on brand new MacBook Air. Experts--help please

    I have the same issue.  My magic mouse is only about a year old and i honestly don't use it that often... it seems to me the right click is not "connecting" well as i have to click several times or very hard to get it to make a clicking sound.  not sure if its stiff or broken or not.
    Overall I'm pretty frustrated as this thing was EXPENSIVE. 
    Any ideas how to fix it?

  • MacBook Pro Retina USB 2.0 devices not working in right side USB port

    4 days ago I bought MacBook Pro Retina 15".
    When I plug USB 2.0 device to right side USB port, it does not work. OSX does not recognize it, iPhone does not charge, and so.
    When I plug the same USB 2.0 device to left side USB port, it works.
    When I plug USB 3.0 device to left or right side USB ports, it works without a problem.
    Does anyone have this same issue? How did you resolve it?

    I have a similar issue with a 13" Retina. Both my ports work OK for most USB devices but the right one won't work with a USB external HD (Time Machine backup). Very consistant.

  • Shooting "squeezed" 16:9 does not look quite right when exported to 16:9

    Hard to put a title which would cover the problem well, probably hard to describe it well, too, for an amateur:)
    Anyway, I have a cheap JVC GR-D320E which serves me well as a beginner´s camera (for the price I gave) but when I shoot in what it calls 16:9 mode which I have understood it is not true 16:9 but in a way squeezed, and I import this to FCE (set to Anamorphic PAL), it all looks good within FCE but when I export it using QT Conversions and setting the proportions and size manually to what is supposed to be the right dimensions for 16:9 PAL (1024x576 if I remember it correctly) it does not look right. The persons "grow shorter and fatter", if you know what I mean.
    I have tried to change the dimensions in QT Pro, but the problem is to find the correct ones. I also wonder why this happens and if there actually are "correct" proportions which then would be something between 16:9 and 4:3 or if I am doing something wrong?
    When I export not using QT Conversions, the result is 4:3 which isn´t right, either...
    Well, hope I have been able to describe this in a way which is possible to understand...

    I want to export it for several purposes; all you mention, in fact; to put on the web, to play on the monitor and to make a DVD. As I mentioned, when I exported as a QuickTime movie, it came out as a 4:3 and that of course, looked awful.
    Using the conversions, I can scale it as I want to, but to me 16:9 does not look exactly right, either. That is why I wanted to know if there are some proportions in between the 4:3 and 16:9 which is appropriate for footage which is not filmed in true 16:9 but in this option which cheaper cameras have.
    The article you linked to, did not tell anything new, alas.

  • Macbook Pro on 23" HDTV LNT-2353H is not working at right resolution???

    Hi,
    Right now i'm running on 23" Samsung HDTV
    at the resolution of 1360 x 768 on MAC OS X
    However when i switch to vista the resolution
    goes to 1024 x 768 is there anyway to resolve that problem?

    Yo, Pume, this website (slightly dated, but so am I) may allow us to obtain a clue, here: the Vista resolution is tweaked smaller assuming that the Borg will add 33%, which of course it doesn't ... typical.
    http://www.webdevelopersjournal.com/columns/ajs_ppi.html
    " ... But what about a print environment as viewed on screen? A prime example here is working with your document in Microsoft Word, just before you print it out as hardcopy. In this case the physical size of any Web graphics on screen will be determined by their pixel dimensions, their ppi, the monitor's ppi, the magnification of the program you're using, plus an optional 33% that the Windows operating system adds on for luck.
    If the magnification is set at 100% and the ppi of the graphic and the monitor match up, you'll see the graphic on screen at exactly the size it will print, unless you're using Windows, in which case you've got the automatic 33% magnification to take into account.
    It's pretty rare that everything does match up. Most Web graphics are given a ppi of 72 by the people who design them, partly for historical reasons (because in the print world 72 points generally equals one inch) and partly because many monitors hover around an average monitor resolution of 72 ppi.
    Some Web graphics aimed at Windows systems are given a ppi of 96, on the assumption that PC monitors generally have a monitor resolution of 96 ppi. This is even rarer. The figure is too high for most PC screens, which are not significantly different to Mac screens. That's why most Web designers have dropped it in favour of 72 ppi. But 96 ppi does have one special quality, which we'll come to next. ..."

  • Touch pad not working on right side

    Hi I have been trying to get my printer to turn on and it is stuck on maintenance mode and my right side of the touch pad won't work is there a replacement for the touchpad or a way around mainenance mode?  
    This question was solved.
    View Solution.

    Hello @jgrier1, 
    Welcome to the HP forums.
    I understand that your printer is stuck on the maintenance mode and the touch pad is not responding.
    I would like to help.
    I'm sorry but the display on the Officejet 6500A Plus, is not a user replaceable part.
    Try going through the following document for the touchscreen.
    It may also get you past the maintenance mode issue.
    The Touchscreen Does Not Respond
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • I just upgraded to 6.0 and links that want to open in a new window do not work. Right click and selecting open in new window does work.

    Similarly clicking a link in email does not open a window. I can drag the link to Firefox and a new tab opens.
    Also clicking Tools -> Add-ons does not open a tab as it used to.

    mha007, Thank you. I walked through your suggested solutions and finally disabled all add-ons and restarted them one by one. The culprit seems to be ViewSourceWith 0.8.11. Interestingly when it is enabled I had to go to TaskManager to force Firefox to quit.
    Maybe this information will help others. I don't know if the cache clearing etc helped but I would suggest that others start but Bringing up Firefox in Safe Mode (hold shift when you select the icon), disable all add-ons and then start them one by one.
    Of course if you have ViewSourceWith maybe you should just disable it first rather than go through the tedium of restarting each add-on separately. To get to the add-ons when it won't open from the toolbar type about:addons in the address area.

  • ALIAS email account doesn't work quite right

    Is there anyway to make this iPhone email app work just like it does on the computer with the Alaises?
    I set up my Alias email name as a separate account within the Email settings, so that if I am on the road, I could still make it work like I do with my regular Mail account on the computer or webmail at .Mac -
    but it doesn't work.
    If click on the Alias account as it shows, it ends up sending the email from my main account name and does not distinguish it like it does on my computer.
    This is a problem for me, as I use 4 aliases, just to differentiate my work focuses. The Mail app in the iPhone should do exactly what the computer does, but it sends everything out as my real account name.
    Any fixes???
    Thank you!

    I have three separate email accounts set up on my phone. They are all three POP3 accounts. My main account, my work account, and my student account. My work and student account outgoing servers do not allow for relaying, so I have to use something else to send them from. I use my main ISP outgoing server for that because it has authentication. In the setup for my work and student accounts on the phone, the information entered has my work email address on the one, and my student address on the other. When I send mail from either of those accounts, it shows as being from those accounts. Even replies to mail I receive there shows as being from those accounts. I can't speak about IMAP accounts, not the .Mac. I did set the accounts up directly on the phone, not by syncing them from my computer.
    Hope this information is of some help for you.

Maybe you are looking for