Hi i have a site form Google with Google Gadget

Hi i have a Google site with Google Gadget "Flash Wrapper"
and i open a swf file.
when i open the site with Google Crome The swf take a lot of time to load
but with explorer there is no delay
Here is link to the page with the swf file פיצה
what can i do to speed up
Thank's
PizzaManager

Hello,
Looking at the site I assume that you want the navigation menu and black rectangle at the top and rest of the content should scroll below that.
For this you need to make sure rectangle , menu navigation are pinned and they should be in the top layer.
To create a layer go to the layers panel and create a new layer (make sure its at the top of the layers list)
Select the elements that you want to stay over other elements > Right click > Move to Layer > Select newly created top layer.
This should do what you wish for. Please let me know if this not what you are looking for.
Regards
Vivek

Similar Messages

  • I have a online form created with my paid account that has just stopped working.

    I have a online form created with my paid account that has been working for months that just started displaying a message that starts "This form was easily created for FREE with FormsCentral. See how..." The inline frame that it shows up in has also changed to be very small. The form is set to open in FormsCentral and shows the message and inline frame size when I choose preview. What's up?

    Checked when I got back in to work today and everything is working as it should. All of our online forms were screwed up yesterday, but are working this morning. I know this won't help anyone in the future, but just wanted to follow-up.

  • Since this morning i cant use "Google" with "Google Sharing"

    Since this morning i can´t use Google with google sharing enable. So i need to know if anybody knows the reason.
    Thanks for your time

    The Google Toolbar '''7.1.20110512W''' version works in Firefox 5.0 by using the Compatibility Reporter extension, I tried it myself due to the large number of postings about GTB problems. <br />
    https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/

  • Have you made the fix with google plugin so i can update to the latest firefox

    i have updated to the latest firefox but i lost my google toolbar so i uninstalled it and reverted back to the firefox before that

    This is the most recent process I've been trying to follow... http://support.apple.com/en-au/HT1923

  • Have mac, want to sync with google calendar via hotsync cable

    every bit of software to achieve the above that i've come across is incompatible with mac os. is there some magic bullet that won't require me to access the internet from my centro (sprint)?
    tia
    Post relates to: Centro (Sprint)
    eta: i use the old palm desktop software for my calendar currently, not ical. i'd like to upgrade to the flexibility google calendar offers, hence my question. 
    Message Edited by stegenrae on 10-20-2008 02:36 PM

    I use google calender, ical and a palm TX. There is reliable program available that syncs google calendar and ical (you should be able to find it in googlemail help pages), and you can then sync ical with your palm using hotsync/isync.
    Hope that helps.
    G
    Post relates to: Palm TX

  • Did you know that Google toolbar doesn't work properly in FF rc1? I have filed a bug report to Google about this

    The Google toolbar doesn't recognize a left mouse click when selecting a 'suggestion'. It's OK using the keyboard, however. I have filed a bug report with Google, but as this is an important extension thought you should know.

    See also:  http://forums.adobe.com/message/4662367#4662367
    -Noel

  • FORMS 6i WITH OLE ON WEB DEPLOYMENT

    We have been using forms-6i with OLE container (to use MS-Word document) under the client side deployment of the application . Now We want to use this application under the WEB (using Forms Server) , as under WEB deployment OLE is not supported , so what is the solution for the same . In case only solution for this problem is BEAN based solution then can any body help me with a sample code for doing the same .
    I am looking any suitable solution for this problem with a sample code if possible .
    Please help me
    Regards
    Babhru Vahan Mittal
    null

    http://www.nevaobject.com/java/javadde/jddemain.htm
    try this one, if you got a solution please mail me.
    Thank you very much

  • How to connect Forms 6i with MS Access

    Dear All:
    Can we connect Forms 6i with MS Access? If yes then how? Any document? Any suggestions?
    Thanks
    Hassan

    Thanks Jose for your suggestions:
    I am sorry I did not use the search utility of Forum.
    Anyway I have connect the Forms 6i with MS Access
    I created two text item in a Non-Database block and write following coding on a Push Button:
    declare
    connection_id EXEC_SQL.CONNTYPE;
    cursorID EXEC_SQL.CURSTYPE;
    sqlstr VARCHAR2(1000);
    d1 VARCHAR2(100);
    d2 NUMBER;
    nIgn PLS_INTEGER;
    nRows PLS_INTEGER := 0;
    BEGIN
    connection_id := EXEC_SQL.OPEN_CONNECTION('hsn','hsn','odbc:test');
    cursorID := EXEC_SQL.OPEN_CURSOR(connection_id);
    sqlstr := 'select d1,d2 from abdali ';
    EXEC_SQL.PARSE(connection_id, cursorID, sqlstr, exec_sql.V7);
    EXEC_SQL.BIND_VARIABLE(connection_id, cursorID, '', '');
    EXEC_SQL.DEFINE_COLUMN(connection_id, cursorID, 1, d1, 100);
    EXEC_SQL.DEFINE_COLUMN(connection_id, cursorID, 2, d2, 100);
    nIgn := EXEC_SQL.EXECUTE(connection_id, cursorID);
    WHILE (EXEC_SQL.FETCH_ROWS(connection_id, cursorID) > 0 ) LOOP
    nRows := nRows + 1;
    EXEC_SQL.COLUMN_VALUE(connection_id, cursorID, 1, :d1);
    --EXEC_SQL.COLUMN_VALUE(connection_id, cursorID, 2, :d2);
    next_record;
    END LOOP;
    message(nrows);
    IF (nRows <= 0) THEN
    TEXT_IO.PUT_LINE ('Warning: query returned no rows');
    END IF;
    END;
    I can retrieve the data from MS Access but there is a problem occured.
    The data type of one column in Access is defined as Intiger
    I also defined a text item in form as Intiger but when retrieved then it returned following error:
    FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-306500.
    I remarked the following coding it works fine.
    EXEC_SQL.COLUMN_VALUE(connection_id, cursorID, 2, :d2);
    Any suggestions: I also read the OCA_INFO.pdf but did not find how to handle this type of problem.
    If you can help me to find out how to match the data types of both the databases?
    Also can I insert the data from a Database Block of Oracle into MS-ACCESS thru write code on the Button.
    Thanks for help
    Hassan

  • Any way to sync with Google Contacts and activesync with Exchange emails?

    Here's what I'm trying to do:
    1. Sync my iPhone contacts with Google
    2. Have my private calendar synched with Google
    3. Have my work calendar synched with Exchange
    4. Get push email from my Exchange server
    5. View Google email
    I have done 1 & 2 using Google Sync for iPhone, but since this is done via ActiveSync it blocks my ability to add my corporate Exchange server as I am only allowed to have one ActiveSync account on the iPhone.
    Any ideas?
    Thanks!

    Hi Adam,
    As you probably discovered, the problem is Google Calendar. The iPhone can get email directly from Gmail - without Google Sync - but the Calendar won't work. There are two main options
    1. The simplest option is to view your Google calendar via CalDAV. The iPhone supports CalDAV and can sync with any any CalDAV compatible calendar system. Unfortunately, I believe that it's read-only: using CalDAV, you can't update your Google calendar from the iPhone. However, if read-only is fine, that's the simplest option. Then you'd use Exchange for your work stuff, Mail on the iPhone to talk directly to Gmail, and CalDAV support in the calendar to view your Google calendar.
    2. The more sophisticated option is to use Mail on the iPhone to get Gmail, then use Exchange for everything else. You'd then add SyncMyCal on your Windows PC to sync your Google calendar with your Exchange account. The sync is two-way and works very well. With your Google calendar available in Exchange, the sync from Exchange to the iPhone will now have your Google calendar items too - and you can create new events on your iPhone's calendar that'll end up in Google calendar.
    Regards,
    Fergus

  • No option to sync with google in address book

    Hi there, in address book > preferences > general I don't seem to have an option to sync with google. I do however have the option to sync with mobile me, exchange, and yahoo.
    Does anyone know why this may be. In address book help > sync it certainly seems to be an option.
    Thanks

    I googled it up and found the instructions to enable google Address Book sync:
    http://lifehacker.com/393855/enable-google-contact-sync-without-an-iphoneipod-to uch
    I tried it and it worked for me.

  • Why I cannot search with google

    Since yesterday (21 Sept), I have been unable to search with Google. When I type in a question, it will be directed to the Yahoo web page instead??
    Please help.....

    it just doesn't change!
       i tried tens of times to change on safari preference but never change
    its so bad
    any other way?
    i just dont know how it changed to yahoo.. i downloaded real play iCloud and since that day i remember its changed to yahoo search engine.
    i also can't delete the real player iCloud.
    help plz

  • Syncing BB Calender with Google Calender

    On my BB Bold 9700 I used to have my BB calender synced with Google Calender and I used a Google Sync App to link them.
    I am trying to do the same on my BB Torch 9810
    However I cannot find Google Sync on App World now.
    Any advice?
    BB 9810
    OS v7

    Solved.
    I was looking on App World for Google Sync, should have been looking in m.google.com
    Works now, thanks
    BB 9810
    OS v7

  • I have a mac book pro with os x 10.5.8.......sometimes will not load google or yahoo, or any other search engine, but will load regular sites.....why is this?

    i have a mac book pro with os x 10.5.8.......sometimes will not load google or yahoo, or any other search engine, but will load regular sites.....why is this?

    Check System Preferences - Accounts
    Choose you account - login items: If iTunesHelper
    shows up - remove it it will prevent re-installation.
    It did not have iTunes in the list, just mail and iCal alarm. Deadlines and emails are vital in my home office.
    Now that I think about it, adding Mail to the list was the only thing that I had changed to the computer when this happened, but I can't imagine how that would alter permission to install on the OS.
    Eric
    Note: I saw a G5 1.2 for $1,500 CAN. I was tempted.

  • I have a site I do business with. They do not authorize passwords unless a dealer. I do no have on an auto save function, as I want to type my passwords in ea

    I have a site I do business with. They do not authorize passwords unless you are a dealer. I do not have passwords on an auto save function, as I want to type my passwords in each time for security. My password for this site will only work a short WHILE, AND THEN it will not be recognized by the site and I cannot get in.
    Then I must contact the company to reset or clear it manually on their end so it can be reset. They always give me the SAME SETUP PASSWORD to use. I use it, then I RESET PASSWORD on my end. The computer seems to remember my user NAME AT least on my computer as it comes up once I start typing the username in. They SAY IT is a settings issue on my end. I do not have this problem on any other site even THOSE WITH higher SECURITY. I need to FIX the issue OR may LOSE ACCESS To the site as is very aggravating for them and they say other have had the problem but usually with chrome but never constantly.I am not that computer literate ,but my husband is an IT Security professor and textbook writer but says doesn't really know Firefox. I do not really want to store passwords on computer as have been hacked several times. He and I do not understand some of the terms mentioned. since it is not a problem with other sites it should be fixable. Please me help using terms I or my husband can understand without having to give Firefox all my passwords. I would be happy to set up something different just for this one site if I need to but need easy instructions. Have cleared the cookies before but it still happens. What setting do I need to change or set to fix this? the other questions that come up seem very different and do not apply. FF 22 now but happened w other FF versions.

    I'm having a little trouble understanding the part about your password having to be reset. Why is that happening??
    Let's start with Firefox's settings:
    (1) You can configure the password manager feature on this tab:
    orange Firefox button (or Tools menu) > Options > Security
    There is a checkbox to enable/disable the feature.
    There also is a "Saved Passwords" button to review and remove any passwords you do not want Firefox to keep.
    That tab also has a feature to set a Master Password so that no one can use your saved passwords without knowing the Master Password. You may need to exit Firefox in order for Firefox to ask for that again.
    Related articles:
    * [[Password manager - Remember, delete and change saved passwords in Firefox]]
    * [[Use a Master Password to protect stored logins and passwords]]
    (2) Site-specific permissions
    If you want to use the password manager for other sites but NOT a particular site, you can configure that in the Permissions Manager.
    In a new tab, type or paste '''about:permissions''' in the address bar and press Enter.
    After the page loads, use the search box in the upper left corner to narrow down the list to the site you want to configure. Highlight the site on the left side, and on the right side, choose Block under Store Passwords.
    (3) Form autocomplete suggestions
    Separate from passwords, Firefox remembers entries you've made into forms (in most cases) and lists the matching ones below the form field in a drop-down.
    To clear a suggestion, press the down arrow key to highlight it and press the Delete key.
    To turn off this feature, see this article: [[Control whether Firefox automatically fills in forms with your information]].
    To review and selectively edit or delete form history entries, you need an add-on. For example, you could try this one: https://addons.mozilla.org/firefox/addon/form-history-control/

  • Can you have multiple contact forms in a single Muse site?

    I have a site created in Muse that needs to use multiple contact forms of a sort.  One is a simple contact form.  Two others are sign up forms. In two of the three forms I have to separate the First and Last names.  Also in those there are multiple Custom fields and Message fields.
    The original simple contact form is working fine and has been.  However, I modified one of the pages by adding a second form, the first of the two sign-up forms.  It looked great in Muse, but when uploaded to the site, all of the fields were gone, leaving only the Labels in a single paragraph.
    Does this mean I can't have multiple contact forms in a single site?  If I actually, can, then what might have caused the problem?  And what could you suggest for me to try to fix it?
    Thank you,
    Laura

    Thank you for the information, but I cannot find anywhere in help where to find the field names (if that is my problem).  I changed all the labels and the corresponding text inside the field (remember, Muse does not give access to code as far as I can tell).  When I preview the page in a browser (using FireFox as default, but also tried with IE), everything looks good.  When I export to html and open the index.html on my computer, everything still looks great.  But when I FTP the page to the website, this is what I get:
    First Name:RequiredRescuer Email:RequiredOrganization (if any):RequiredSubmitting Form...The server encountered an error.Form received.Geographic Areas Covered:RequiredRescuer Cell Phone:RequiredRescuer Home Phone:RequiredRescuer Home Address:
    RequiredRescuer City:RequiredRescuer State:RequiredRescuer Zip code:RequiredRescuer Country:RequiredVeterinarian Name:RequiredVet Address:RequiredVet City & State:RequiredVet Phone:RequiredRequiredServices Offered:RequiredAdditional Info About You:Required Rescuer (available to general public) RequiredVolunteer (available only to Rescuers)RequiredPhoneRequiredEmailRequiredOtherRequiredLast Name:RequiredImage Verification:Required
    How would you prefer to be listed?
    How would you prefer to be contacted?
    However, this is how it looks on the preview:
    So, what is my problem?  And how can I fix it?
    Thank you,
    Laura

Maybe you are looking for

  • Error while cofigring OWB repository

    Hello, I have installed Oracle Database 11g R2(11.2.0.1) in my laptop(windows 7,64 bit). Installation was successful and SYSTEM, OWBSYS etc schemas are already unlocked. Now when I start to configure OWB through repository assistant, at the time of c

  • Accessing a csv file on a resin web server

    Hi guys, Im trying to access a CSV file on a resin web server using the following: File csvfile = new File("http://localhost:8080/FYP/"+WebCourse2+".csv"); and it does not work when I use a local file location as follows, it works fine: File csvfile

  • Can we use replication usings oracle 10g steams for EBS r12 database?

    HI, We are using EBS 12.0.6 and database 10.2.0.3 on linux 32-bit/64-bit OS (Multi-Node env). Actually We want to decrease the load of custom reports on actual production system, so thats why we need reports server and as my past experience I had use

  • Query about integration of third party database with SCE

    /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in

  • Where can I download Photoshop Elements 6 for re-installation?

    I purchased Photoshop elements 6 a few years back. Due to a computer meltdown I have had to reinstall everything. Is this software still available for download? I cannot find it on the Adobe website.