SWF loading twice in an HTML page

Hi,
I have been struggling with this weird problem that FLASH
MASTHEAD is reloading for twice. One at the time of Page Load and
other when the page loading is completed, i.e.. all the elements on
the page have been fully loaded.
See the link below to understand better:
http://217.72.249.153/clients_mockup/XERO_BETA/index.html
Prompt response would be highly appreciated.
Thanks!
Rohit

which flash is loading twice?

Similar Messages

  • Embedded swf "jumping" when scrolling an html page

    Hello!
    I have created a banner file in Flash and when embedding an swf file on the html page the swf banner appears to be "jumping" up and down when the page is longer and needs to be scrolled. This only happens when scrolling the page.
    I put up an example here:
    www.selkografiikka.com/test/coaching4.html
    You can see the black swf box jumping towards the red dots when scrolling.
    This turns out to be a problem on a website I'm working with since it's creating a rather nervous vibe to the whole feel of the site - example here:
    http://www.selkografiikka.com/tindra/index.htm
    Any ideas what's causing this?
    I am using Dreamweaver and Flash cs3.
    It seems to be a problem in all the browsers.

    Thank you Jon and Nancy for your replies.
    Sorry it took me a little while to figure out how to reply here.
    I’m happy this is not a problem on each computer according to your replies.
    I believe Java Script would be more up to date way of doing this, but the original idea was more complicated – with animated text and such so that’s why flash. I thought just to make a static picture that will show in ipads and such when flash is not supported.
    I can still see that jumping thing although I updated my flash player and otherwise have just the same browser versions as Jon.
    I might consider switching the animation part to javascript animation.
    Thank you guys!
    Liisa

  • SWF effect flying through a html page

    Hello everybody !
    I will try to explain clearly my question.
    I have a swf effect 600 X 140 px size, with a letter effect
    (firework effect)
    I would like the effect flying through all my html page as a
    background image
    I see more and more advertisments doing the effect now, and I
    would like to use it, but my site is built with Dreamweaver and I
    want to keep it in html because of the referencement.
    How can I do ?
    Is somebody to help me or give me some guide lines to do this
    Thanks in advance
    Françoise

    SOIRS DE FETES wrote:
    > Hello everybody !
    >
    > I will try to explain clearly my question.
    > I have a swf effect 600 X 140 px size, with a letter
    effect (firework effect)
    > I would like the effect flying through all my html page
    as a background image
    > I see more and more advertisments doing the effect now,
    and I would like to
    > use it, but my site is built with Dreamweaver and I want
    to keep it in html
    > because of the referencement.
    >
    > How can I do ?
    >
    > Is somebody to help me or give me some guide lines to do
    this ?
    You can't use flash as background because you can't place
    active content into HTML background
    in general. Possible only if the entire page is made in
    Flash, then simply place it on the bottom
    layer of the movie.
    The effect you describe it done with Layers which are quite
    easy if you familiar with Dreamweaver.
    Let me elaborate.
    You can not get beyond flash to animate beyond the canvas
    boundaries (the movie size defined in your
    object embed tags). These are movies that are actually with
    transparent background, using WMODE parameter
    to achieve that, it makes them appear like they fly all over
    the HTML document while they actually just
    large movies with no background. Another way to do it, is to
    use Wmode and animate the layer itself
    rather then making a huge movie canvas to cover the space
    WMODE however is known to cause problems, from crashing
    browsers to disabling actions ,screwing up buttons
    etc... So be aware of it, if suddenly some of the features
    stop working, you know what's the reason behind
    it. That's why it's commonly use for ads only, minimum user
    interaction.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Printing SWF files as part of HTML page

    Hi,
    Can anyone help? I have created a bar graph application in
    Flash (Flash player 7 or later), that is part of a XHTML page. When
    I press print, within the web browser the XHTML page, the Flash bar
    graph part of the page doesn't print.
    Does anyone know why this is? And ideally offer some some
    solutions.
    Many thanks in advance.
    Kind regards,
    Alex Patrick

    There is no requirement to move the database files as part of the upgrade. This is simply provided as an option
    HTH
    Srini

  • Flash buttons have to re-load on all html pages

    Hi everyone, I have continued to find a resolution and have had no luck. My website has 5 flash buttons (tabs) to take you to a new html page. Each time you go to a page the button seems to have to re-load creating a "white blinking" inside the cell. The background of the fla file is black and I have the table cell background set to black hoping that would help but to no avail. I thought once a swf is loaded it won't have to re-load. The swf files are the same on all pages. Any help would be appreciated.
    The website is
    http://www.kineticcreativeco.com/

    if you embed the same swf in each of your html pages, the swf will load from the user's cache (if they have one).  but you'll still see a momentary flash of white.
    you can prevent that flash by using iframes and loading your swf into one of the frames and having the swf buttons direct changes to another iframe(s).

  • Select entities in a swf file and pass back to html page

    Hi,
    I am new to flash. I got a dwg file converted into swf file. Now I want this swf file to embed in html page. No issue with that.
    The tricky part for me is to let the user select the entites of the file such as line/circle as one might select in autocad. After entity selection the swf file (by any means) pass the  selected entity information back to the html page ( to the javascript function).
    Is this feasible?
    I have no clue Please give direction.

    Thanks Tim.
    I could solve the problem using javascript.
    I have used the following javascript.
    <script>
    function test(){
    var radioLength = document.wwv_flow.p_v01.length;
    var retVal = '';
    if(radioLength == undefined)
              if(document.wwv_flow.p_v01.checked)
                   retVal = document.wwv_flow.p_v01.value;
              else
                   return "";
         for(var i = 0; i < radioLength; i++) {
              if(document.wwv_flow.p_v01.checked) {
                   retVal = retVal + ';' +document.wwv_flow.p_v01[i].value;
    retVal = retVal.substring(1, retVal.length);
    opener.document.getElementById('P1_TEST').value = retVal;
    window.close();
    </script>
    Now the problem is solved!!
    Thanks,
    Archana

  • FAQ: How do I embed my SWF file in an HTML page?

    Flash Pro creates HTML wrapper files for you when you use the File > Publish command, assuming you have the HTML Wrapper format selected in the Publish settings of your FLA file.
    However, these HTML wrapper files only contain the <Object> tag code to embed your SWF file. If you want to embed your SWF file in an existing HTML page that contains other elements, you can copy and paste the appropriate HTML code into the appropriate location within your existing HTML page. You can also use Dreamweaver to add the SWF file to the page.
    The TechNote Object tag syntax contains sample HTML code that you can copy and paste, along with instructions on how to edit the code to account for the actual name and location of your SWF file.

    Hi,
    You need to set the profile option 'Viewer:Text' to 'Browser'.
    Note: 160217.1 - How to Copy/Paste from a Concurrent Request Output
    Note: 184375.1 - How to Setup The Report Output to Different Viewer Types in Oracle Applications 11i
    Thanks,
    Hussein

  • Ajax .swf load help needed

    Hello all,
    I'm trying to load in a .swf file (via an external html page)
    dynamically using an Ajax script (loads into a div) and while it
    works with the ol' <object> method of putting flash in an
    html the .swf file won't load if I try to load it in via javascript
    (either SWFobject or the flash exported .js load files).
    I know a lot of people have had this problem but I have never
    seen any solutions given. Does anyone know?
    Any help would be MUCH Appreciated.

    Wiki is your friend - http://wiki.archlinux.org/index.php/Main_Page
    I do not mean to be mean, it's simply inefficient to try and answer all the questions you _will_ have while trying to configure Arch to your liking, especially since Wiki covers most of them, and covers them well.  If you come across a problem that's not covered in the wiki post here and we will definitely try and help you

  • Html pages with Flash embedded into mxml Html in Air?

    I am building an Air application in Flex 3.5 and am using the mxml HTML tag to load html pages. I am wondering how I can load swf files embedded in my html page? Is that possible?
    Thanks a lot for any help with this!

    You can access the OBIEE data via ODBC but only on Windows machines. If you install the client tools you will get the BI Server ODBC server which you can use to connect any Wep Application to OBIEE. If you want to integrate OBIEE within another site see this post, it might give an idea:
    Re: Sharepoint Integration through web parts

  • Loading random .swf's in html page

    Desired scenario: I have a site which I want random .swf
    files to load into index page each time a user refreshes or visits
    the site.
    Solution: I used a Javascript array solution in the .html
    page. Note: it works perfectly in Firefox and Safari.
    The javascript code for that is listed below.
    Problem: In IE, the page which is supposed to load the
    random .swfs in blank. I tried to solve the problem by using an IE
    conditional statement with a single .swf embedded (so at least
    visitor could have interactive experience).
    <!--[if IE]>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="800" height="600">
    <param name="movie" value="drinks.swf" />
    <param name="quality" value="high" />
    <embed src="drinks.swf" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="800"
    height="600"></embed>
    </object>
    <script type="text/javascript"
    src="fixit.js"></script>
    <![endif]-->
    Any help would be appreciated. The link to the site in
    question is:
    http://www.jayminnickinteractive.com

    Thank you for checking. Yes right now they are all working.
    But many times I visit the flv's don't load - i wonder if it is a
    flash thing or more connected to my web host.
    Gary

  • Swf movie won't load in html page

    I have a flash movie that loads another movie into a place holder container upon opening.
    So, 2 swf files - one is the main movie and the other the one that loads into the main movie.
    Works just fine when testing in flash or clicking on the swf files outside of flash.
    But when I embedd the main movie into my html page - the main movie loads ok, but it doesn't load the child movie. I have both swf files in the directory so I am not getting why it works fine except when placing into html page.
    Any thoughts on this without uploading the actual files or code for everything somewhere?
    Thanks!

    are all 3 files in the same directory?
    if not, you probably have a path error in your loading code.  (the path is relative to the embedding html's location.)
    if yes, you probably have incorrect/incomplete embedding code.  (to test, use the html file generated by flash without editing.)

  • Loading swf into empty mc in a html page

    Hello Flashers,
    I've set up a html page that contains a swf file with an
    empty movie clip in which I wish to load another swf.
    However I trie to do it, it just won't listen.
    Can anybody help me with this.
    Situation:
    html page (complete one, with tables etc.) contains main swf
    file (in a table) which contains an empty movie clip.
    Within the main swf there is a button which should load
    another swf file into the empty movie clip.
    What happens is that the external movie clip is loaded into
    level 0 of the main movie.
    It usualy works fine just with flash site but within the html
    page it results differently.
    Is it possible to get it right.
    Thanks
    Justin Time

    Urami, thanks for your interest for helping me ( and others,
    as far as I know )
    I'll try to explain it in more details ( although english is
    not my language)
    I've made a html page which contains a swf file ( theMAIN )
    in one table, other tables are filled with gif's, jpeg's etc.
    In the main movie - theMAIN - there is a empty movie clip
    with instance name "deder_mc" which is ment to accept loaded swf's.
    There is also a button with action ---- on release :
    _global.theMAIN.loadMovie("./swf_s/000_studioG.swf", "deder_mc");
    That means, when user click this button movie
    000_studioG.swf should be loaded into deder_mc empty movie
    clip.
    The movie 000_studioG.swf is located in swf_s folder in site
    root.
    _global.theMAIN = this;
    is a action script in a first frame of the main movie so it
    build a reference to it.
    I've done it before but site was built complete in Flash and
    I did not had any problems with loading external movies into empty
    movie clips. Not long before I've red somewhere(don't remember
    where) that this don't work in swf in a html page.
    But I live in a hope that I would be able to build a html
    site which contains swf which can load external movies into empty
    movie clips. So I am looking for solution.
    I hope it's enough information for you to tell me a solution
    if you know the right answer.
    Thank you.

  • How can I have a Flash SWF file to load a HTML page?

    I'm looking for a way to have Flash (CS5) to load and display a very simple HTML web page. Basically, the SWF file would be a standalone document sent by e-mail (or people would post on their web pages), and this SWF would display the content of another web page (consisting mostly in a live video on a black background)
    How can I have Flash CS5 to do that??
    Thank you!
    -sv

    Yeah maybe I wasn't clear enough... Here's the big picture.
    I run a live TV station, broadcasting 24/7 on the web via a Flash application (a projector basically). The video feed is streaming on my site, as well as on numerous web sites across the net. A Flash projector is also available as a standalone application, people download and use it to watch the movies without opening a web page.
    I am currently changing the broadcast method, from Flash stream to HTTP stream. But since my TV is already posted and linked in many places, I want to change the Flash object on my server with a new one, that has a HTTP stream instead of the Flash stream. It seems that HTTP stream cannot be embedded in a SWF, but it can be displayed on a HTML web page. The solution I came up with is to have a HTML page to load in the Flash player. All I would need to do is to have that HTML page to display the HTTP stream.
    So from there, most of my audience would not need to change anything to watch my streaming TV, while those who downloaded the old Flash projector would need to download a new one.

  • Please help!! Can I pass a variable between 2 swf's that are on different html pages?

    Hey,
    Does anyone know how to pass a variable (string) from one swf
    to another if there in separate html pages?
    I assume I’d have to send the variable from the first
    page and load it into the second but I don’t know what
    functions or code I should be using. Any suggestions would be a
    HUGE help.
    Thanks
    If it helps: I’m creating a log in and sign up sheet
    that can be accessed from several sites. I’d like to record
    which site the user has come from when they signup.
    Thanks

    if they are open at the same time (for the same user), you
    can use the localconnection class to communicate between the
    two.

  • When I reload an HTM page using a SWF file like a   menu, the HTML page doesn't shows the SWF again!

    Dear Sirs,
    I hope to be directing my question into the correct forum's place.
    I'm new in flash and I'm trying to make some tests
    My problem is the following:
    I included one SWF file into 3 HTM pages.
    This SWF works as a little menu.
    The SWF file (named "menu.swf") contains 3 items working as command buttons to access the three different HTM pages
    Each HTM page contains the same "menu.SWF" file, some HTML text and one picture.
    The swf contains:
    Button 1 -> calls page1.htm using:
                on (press) {
                getURL("./page1.htm", "_top");
    Button 2 -> calls page2.htm using:
                on (press) {
                getURL("./page2.htm", "_top");
    Button 3 -> calls page3.htm using:
                on (press) {
                getURL("./page3.htm", "_top");
    When I enter to "page1.htm" it appears correctly showing the swf file and all the HTML text.
    It is OK.
    But when I'm in "page1.htm" and I click on "Button1" (to reload "page1.htm") the only thing that I can see (after reloading page1) is the HTML text and the picture, but I cannot view the "menu.swf" file.
    "menu.swf" remains in its place, but "invisible".
    You can click on its command buttons, but anytime I click on the button that loads the same page (for example: "Button 1" to reload "page1.htm") the
    swf file(s) doesn't appears.
    The same thing happens when I'm in page 2 with Button 2 to reload page2 .htm, and so on.
    How can I do to solve this problem?
    Sorry for my not good english but I'm spanish speaker.
    Thank you!
    Gus

    The path in the buttons is not correct once you navigate to the htm page.
    So here you are on the landing page and the menu button says to get to "page1.htm" go up one folder level  (../) to the file page1.htm.
    Now once you are up one level, either you loose access to the .swf because from that page the path to the .swf is not correct, or if the .swf does show, then the path in the buttons back to the other pages is not correct, because you are now one folder level higher.
    If I am mis-reading your post and all pages are in the same folder, then remove the "../" part before the page name in the URL. Or perhaps you are using ./ to denote the current directory... I'd still suggest removing it. So the the getURL would look like this :
    getURL("page1.htm", "_top");
    if all pages are in the same folder.
    And if I am reading your post correctly, then you cannot use the same button URL to get to ("./page1.htm", "_top"); and once on page1.htm use that same URL to get back down to your landing page.
    So I'd say it's a pathing problem.
    Give that a try and see if it helps.
    Best wishes,
    Adninjastrator

Maybe you are looking for

  • Fullscreen image as background: What image size should be the original file?

    Hello adobe users, I'm creating for my first time a website which uses a photograph as the main background. This will be fullscreen. Her eyou have some examples: http://www.flemingsteele.com/ http://www.benthomsonphoto.com/ Always better one image th

  • BEX to Portal

    I am very sorry for asking such a basic question but I have looked hard here and could not find a pdf paper that describes how can I publish or make BEX query with variables accesable from BI portal. Is there such a document that can show me how to s

  • HT201210 Unknown error 2001

    After a drained battery I am forced to put my iPhone in Recovery mode.  However when I am trying to restore using Mac, after the iPhone restart, iTunes says The iPhone "" could not be restored. An unknown error occurred (2001).

  • Update BP addresses

    Hi there, I am struggling a little with the addresses of the business partner. I am aware that the addresses are stored in CRD1 and that the key ADDRESS is identical with the BILLTODEF in OCRD für the Bill-to address. We now have updated the field BI

  • Courious Problem Solved

    Following the installation of a new Oracle9i SCM repository, I discovered that I could not create application systems using the RON. After much experimentation, I discovered that Designer objects must be installed for this to work. The following lang