Two flash movies index problem while in different div

hi,
i have created a page and i use peelawayad file which is in
flash. i was already using two div on home page which contains
flash movies. but now when i placed peelawayad flash movie on home
page. it appears on bottom of both div layers. i tired my best with
stylesheet. z-index and many other tricks which i know best. but
still not able to sucess. can someone help me to getride of this
issue. help would be appriciated. thanks
here is the current site link which has the flash movies
embeded.
http://www.visionetsystems.com/test/
for movies already in home page has following tags and
script.
<script type="text/javascript">
var FO = { movie:"visionet/visionetindexbuttn2.swf",
width:"764", height:"41", majorversion:"8", build:"0",
id:"flashmovie", menu:"0", flashvars:"rootPath=/"};
UFO.create(FO, "quicklinks01");
</script>
<div id="quicklinks01" style="z-index:4;"><img
src="images/visionetindexbuttn2.jpg" width="764" height="41"
border="0" usemap="#Map3"></div>
<script type="text/javascript">
var FO = { movie:"swf/vsi_technology.swf", width:"764",
height:"229", majorversion:"8", build:"0", id:"flashmovie",
menu:"0", flashvars:"rootPath=/"};
UFO.create(FO, "casestudy");
</script>
<div id="casestudy" style="z-index:3;"><img
src="images/vsihome.jpg" width="764" height="229" border="0"
usemap="#Map2"></div>
and peelaway ad has the following JS file which create the
peelawayad on right top corner.
Das Copyright dieses Scriptes liegt beim Autor.
Bitte die Lizenzbedingungen beachten, und ausgefüllt
zurücksenden.
var esel = new Object();
MODIFY TARGET URL
esel.ad_url = escape('
http://events.mortgagebankers.org/servicing2008/register');
// Change URL to be redirected to when clicking Peel Away Ad
END TARGET URL
esel.small_path = 'swf/esel_s.swf'; // Enter the URL of the
Peel Away Corner Flash
esel.small_image = escape('images/expo100.jpg'); // URL of
the Image behind the Peel
esel.big_path = 'swf/esel_b.swf'; // Enter the URL of the
Large Peel Away Corner
esel.big_image = escape('images/expo.jpg'); // URL of the Big
Image Behind the Peel
// Do NOT Change anything under this
line---------------FINISHED----STOP------------------------------------------------------ ----
esel.small_width = '100';
esel.small_height = '100';
esel.small_params = 'ico=' + esel.small_image;
esel.big_width = '650';
esel.big_height = '650';
esel.big_params = 'big=' + esel.big_image + '&ad_url=' +
esel.ad_url;
function sizeup987(){
document.getElementById('eselcornerBig').style.top = '0px';
document.getElementById('eselcornerSmall').style.t op =
'-1000px';
function sizedown987(){
document.getElementById("eselcornerSmall").style.t op =
"0px";
document.getElementById("eselcornerBig").style.top =
"-1000px";
esel.putObjects = function () {
document.write('<div id="eselcornerSmall"
style="position:absolute;width:'+ esel.small_width +'px;height:'+
esel.small_height +'px;z-index:5;right:0px;top:0px;">');
document.write('<object
classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="eselcornerSmallObject"
width="'+esel.small_width+'" height="'+esel.small_height+'">');
document.write(' <param name="allowScriptAccess"
value="always"/> ');
document.write(' <param name="movie" value="'+
esel.small_path +'?'+ esel.small_params +'"/>');
document.write(' <param name="wmode" value="transparent"
/>');
document.write(' <param name="quality" value="high" />
document.write(' <param name="FlashVars"
value="'+esel.small_params+'"/>');
document.write('<embed src="'+ esel.small_path + '?' +
esel.small_params +'" name="eselcornerSmallObject"
wmode="transparent" quality="high" width="'+ esel.small_width +'"
height="'+ esel.small_height +'" flashvars="'+ esel.small_params
+'" allowscriptaccess="always" type="application/x-shockwave-flash"
pluginspage="
http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div></script>');
document.write('<div id="eselcornerBig"
style="position:absolute;width:'+ esel.big_width +'px;height:'+
esel.big_height +'px;z-index:5;right:0px;top:0px;">');
document.write('<object
classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="eselcornerBigObject" width="'+
esel.big_width +'" height="'+ esel.big_height +'">');
document.write(' <param name="allowScriptAccess"
value="always"/> ');
document.write(' <param name="movie" value="'+
esel.big_path +'?'+ esel.big_params +'"/>');
document.write(' <param name="wmode"
value="transparent"/>');
document.write(' <param name="quality" value="high" />
document.write(' <param name="FlashVars" value="'+
esel.big_params +'"/>');
document.write('<embed src="'+ esel.big_path + '?' +
esel.big_params +'" id="eselcornerBigEmbed"
name="eselcornerBigObject" wmode="transparent" quality="high"
width="'+ esel.big_width +'" height="'+ esel.big_height +'"
flashvars="'+ esel.big_params +'" swliveconnect="true"
allowscriptaccess="always" type="application/x-shockwave-flash"
pluginspage="
http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
setTimeout('document.getElementById("eselcornerBig
").style.top = "-1000px";',1000);
esel.putObjects();
i am also attaching all files in zip with this thread.
Source
Zip File
thanks
Shahid Hussain

Hi users,
Thanks for reply.
Actually the problem is -
For portrait dimensions are -
width 20
height 30
for landscape , obviously it will be
width - 30
height - 20
Thus , for second page - table width is 20 while page width is 30 and so 10 cm space remains blank on right side of page
user says that right side should not be blank, rather you extend table width to whole page width.
thats where the problem is

Similar Messages

  • Flash z-index problem

    hi!
    I have problem with z-index of my flash animation.
    On Mac everything works great (on Safari and Firefox), but on Windows I have the same problem on all browsers.
    Basically, the dropdown menu is displaying below my flash animation instead of above.
    I'm surprised on mac everything is working perfectly and it doesn't depend on the browser...
    is maybe due to the published javascript code generated by Flash ?
    thanks

    >I created some pull down menus using CSS. Directly below
    the menu bar I
    >had a
    > Flash file that runs on load. The pull down menus look
    corrupted in
    > the
    > browser (safari and FireFox) when they appear over the
    running flash
    > movie. Is
    > this a z index problem? Any work arounds?
    Safari and Firefox Mac have very broken and slightly broken
    Flash
    Players. There is no viable workaround unless you want to
    eliminate all
    "hover" effects. Adobe claims it's an Apple or a browser bug.
    Apple
    claims it's a failure on the part of Adobe to "cocoa-ize"
    something or
    other.
    Al Sparber - PVII
    http://www.projectseven.com
    Popup Menus | Image Galleries | CSS Tutorials & Templates
    Newsgroup: news://forums.projectseven.com/pviiwebdev/
    CSS Newsgroup: news://forums.projectseven.com/css/
    DW Newsgroup: news://forums.projectseven.com/dreamweaver/

  • Dreamweaver embedded flash movie - Safari problem

    I have 3 flash movies embedded on a page using dreamweaver. Firefox plays either of the 3 no problem, Safari Only plays the first one.
    I am using the Clear Skin 2 Controller. The ID tags I'm using are FLVPlayer1,2,3... JS script folder is uploaded and contains the AC_Active scripts.
    Obviously I'd like to get this to work in Safari. Any thoughts???
    Thanks

    From the reading I've been doing since posting this, I am beginning to think this is either a QuickTime plugin or flash plugin problem with Safari. I am running osx 10.5.6 and Safari 3.2.1 - I was hoping for an easy page code fix.

  • Flash Player having problems while playing online games on OS X Mavericks

    i use mbp mid 2010 with os x mavericks 10.9.2 and while playing online games, it usually happens some freezes and delays. when i play same game with same browser on windows 7(bootcamp) there is no freeze and delay. i have made lots of search about this and made some optimizations on flash player settings but the problem continues. i use both chrome and firefox on both mavericks and win7 (bootcamp) but having the same problems on mavericks every time. the game is very slow with freeze and delays on mavericks. will adobe make a real effective upgrade about flash player for macs.

    Hmmm... Win 7 will run faster than Mavericks with 8Gb. Even my Vm of 7 runs faster once I get it past all the startup processes.
    It may or may not be a connectivity problen since Windows uses a different protocol, even though it's on the same hardware. Usually though, what affects OS X will affect BootCamp too.
    What browser?

  • Flash Movie has problems in IE and Safari

    Hi, my website's home page works like a charm in FireFox and
    uses flashplayer to play, yet, in Internet Explorer and Safari, it
    uses Shockwave to play everything. And at that, Shockwave doesn't
    play it!
    Will someone please check in one of these two browsers on
    their computer to check whether it works for them?
    Website: www.redzero.co.za
    Text

    Here's the source for that page, note that the codebase url
    has two http's in it. Might fix that and see if it helps.
    codebase="
    http://http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash ">

  • Move Index problem,help!

    My script as follow:
    SQL> SELECT 'ALTER INDEX '||INDEX_NAME||' REBUILD TABLESPACE ABC_INDX;'
    2 FROM DBA_INDEXES
    3 WHERE OWNER='ABC';
    ALTER INDEX PK_USER_ID REBUILD TABLESPACE ABC_INDX;
    ALTER INDEX UK_ID REBUILD TABLESPACE ABC_INDX;
    SQL>spo offThen I only leave :
    ALTER INDEX PK_USER_ID REBUILD TABLESPACE ABC_INDX;
    ALTER INDEX UK_ID REBUILD TABLESPACE ABC_INDX;
    ........in my scrip.
    SQL>@abc.sql
    ORA-01418:specified index does not exist
    ..........I issued command:sql>select index_name,status from dba_indexes where owner='ABC';all the index are valid there.
    Many thanks!

    Hi, you have a mistake into sql statement, you must especify the index ower, please try with this
    SELECT 'ALTER INDEX ' || OWNER || '.' || INDEX_NAME||' REBUILD TABLESPACE ABC_INDX;'2 FROM DBA_INDEXES3 WHERE OWNER='ABC';
    Luck.
    Have a good day.
    Regards.

  • OSX Adobe Reader and Flash Movies

    Hi,
    first of all, sorry for my bad english :-)
    I put two Flash-Movies to a PDF. One of them is a simple Text-Animation, the other one is a Image-Viewer. The Image-Viewer gets the Image Data from a XML File, that's hostet on our Webserver.
    There are no Problems watching the PDF on my Windows Adobe Reader, so the crossdomain.xml Settings seems to be ok. But on OSX Leopard, the ImageZoomer wouldn't play. It seems on OSX the Flash Movie didn't get connection to the Internet, so the XML-File couldn't read. The Adobe Reader Settings are set to default, Reader Version is 9.0.
    Has anyone the same problems or can tell me whats going wrong?

    What is your operating system & version?
    For Flash Player, try a clean install as described in http://forums.adobe.com/thread/928315
    For Adobe Reader I need to know your OS.

  • Need Your Help with Loading SWF into another Flash Movie!

    Hello,
    I have created TWO Flash movies. They work just fine
    individually, but I get problem when I put one into another one!
    The main Flash is a Menu and the second one if a Photo Album.
    The Menu is series of animation (Moving Objects) which finally
    comes into rest and create the menu. The photo album is another SWF
    file which is called with in the first Flash Movie (The Menu). The
    SWF file is loaded as follow into the Main Flash.
    MovieClip.prototype.drawRect = function(x, y, w, h) {
    this.beginFill(0xFF0000, 100);
    this.moveTo(0, 0);
    this.lineTo(0+w, 0);
    this.lineTo(0+w, 0+h);
    this.lineTo(0, 0+h);
    this.lineTo(0, 0);
    this.endFill();
    this._x = x;
    this._y = y;
    this.createEmptyMovieClip("mc6", 6);
    mc6.lineStyle (3, 0x000000, 100);
    mc6.drawRect(-77, -17, 20, 20);
    mc6._xscale = 100;
    mc6._yscale = 100;
    loadMovie("photoAlbum.swf", mc6);
    Problem arises when I click on the Play Button of the
    photoAlbum.swf (Photo Album) since the execution of the play button
    causes the Flash starts once again from the beginning of the entire
    Flash Movie (Beginning of the animation creating the menu) and it
    simply jumps into the Firm One of my Flash Movie.
    Could you tell me how I can isulate what is in layer 6 (Where
    the photoAlbum is loaded to) from the rest of my Flash Movie?
    I hope I managed to explain my problem. I would like to take
    this opportunity to thank you in advance for your help.
    Cheers,
    Babak

    Hello Anya,
    I have realized the problem arises from the Wait Function
    which causes the Photo Album to pause for a period of time (Two
    Seconds) once a Photo is fully displayed (I have Fade in/out Photo
    Album). I realized everything works OK once I remove the function
    and rather left the Photos to be flipped without any pausing (This
    is an Auto-loading Album which simply Flips the photos!).
    Here is the Wait Function which is causing all the trouble.
    function wait()
    stop();
    var myInterval = setInterval(function ()
    play();
    clearInterval(myInterval);
    }, 2000);
    Thank you so much for your help.
    Cheers,
    Babak

  • HELP! IE looping flash movies

    My company's intranet home page has two flash movies on it
    set to play once.
    Some kind of Microsoft patch was initiated over the weekend
    company wide and
    now IE loops the movies. The source code has the loop set to
    false but IE is
    ignoring it. If you right click on the4 flash the loop is
    checked.
    Unchecking it fixes the problem but you have to do it every
    time the page is
    loaded. Anyone know what is going on?
    Thanks
    mark

    I don't know why that is happening, but putting a stop();
    action on the last frame should keep the movie from looping. It is
    a hard issue to solve without seeing the problem first hand, but
    since it is on your intranet that isn't going to happen.

  • Embed one Flash movie into another

    I have two flash movies (fm1 and fm2). fm2 is imported into
    fm1 and contains a function
    function test()
    return(123);
    fm1 also contains a function
    function test2()
    return(456)
    I'd like to call the function test from fm1 and also call
    test2 from fm2.
    Is this possible?

    Yes but you will have to locate the function. For example:
    _parent.test1(); can be called from fm2
    If you load fm2 into a movieclip which has the Instance Name
    "fm2" then you can get to the function in fm2 by using
    _root.fm2.test2();
    I hope it helps.

  • Problem: Flash movie plays on desktop, but not on website

    Hi, I'm new to Flash but have successfully created a Flash Movie that works using Firefox and Safari on my (iMac) desktop, but not after I upload to my website.
    I started with an flv video, imported it into an fla document along with a playback skin then published it creating an html file and two swf files. I've checked the html file, and it looks fine. The flv file is only 17MB and I've uploaded all 5 files to my site on:
    http://www.cantata.co.uk/temp2/minorswing.html
    but all I seem to get is the control skin's "sending data" pole turning.The movie never arrives. I can get much bigger mpeg and wmv movies up on my screen very quickly.
    Can anyone suggest what the problem may be? I'm running Snow Leopard on my Mac (OX 10.6.6). I've tried using different videos but nothing seems to work.
    Here's the relevant html generated by Flash
    <div id="flashContent">
                <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="390" id="minorswing" align="middle">
                    <param name="movie" value="minorswing.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="play" value="true" />
                    <param name="loop" value="false" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <!--[if !IE]>-->
                    <object type="application/x-shockwave-flash" data="minorswing.swf" width="640" height="390">
                        <param name="movie" value="minorswing.swf" />
                        <param name="quality" value="high" />
                        <param name="bgcolor" value="#ffffff" />
                        <param name="play" value="true" />
                        <param name="loop" value="false" />
                        <param name="wmode" value="window" />
                        <param name="scale" value="showall" />
                        <param name="menu" value="true" />
                        <param name="devicefont" value="false" />
                        <param name="salign" value="" />
                        <param name="allowScriptAccess" value="sameDomain" />
                    <!--<![endif]-->
                        <a href="http://www.adobe.com/go/getflash">
                            <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                        </a>
                    <!--[if !IE]>-->
                    </object>
                    <!--<![endif]-->
                </object>
            </div>
    Many thanks if you can help
    Steve

    Thanks - I don't know what as2 is. I'm using Flash CS5. When I import the flv movie file, I'm asked to choose a skin and then a window comes up to tell me that the address of the flv file with respect to the other files will be minorswing.flv by which I take it to mean that all the files need to be in the same level of folder (directory). All five are in the same folder on my Mac and in the same folder on my website. I can't see how I can influence the program in choosing a different structure or outputting different html in the Publish Settings or elsewhere.
    I would have expected the relative structure of the files to be maintained between my desktop, where I can play the movie in my browsers, and the website, where I can't. I was surprised there was no "src" param name in the html, and I did try inserting one, but it made no difference, so I assumed the default for the html is to be in the same folder as the html and that the minorswing.swf file would contain information on the whereabouts of the flv file and the skin swf file.
    Is there a way of reading or editing the swf files to include an absolute url?

  • Problems with fullScreenSourceRect in nested Flash movie

    I've got a Flash movie I'm updating to add the fullscreen
    property to my clients' videos. Problem is I've added all the
    necessary ActionScript and HTML code as Labs suggests and the
    fullscreen property does work but not exactly. The video FLV
    Playback component is nested inside of another .swf movie via an
    empty movie clip on the stage. And that MC is not at 0,0. Problem
    is when I go fullscreen even though I get the right width and
    heights of the rectangle from the fullScreenSourceRect property.
    The X and Y are out of wack and not in the right place. So is there
    a way I can change the following property so it knows where X and Y
    really are instead of 0,0?
    Stage["fullScreenSourceRect"] = new Rectangle(
    feature.x, feature.y,
    feature.width, feature.height);

    the CSS z Index setting is the ticket...
    http://www.w3schools.com/Css/pr_pos_z-index.asp
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF

  • Flash movie looks different in some IE8 browsers

    Hi All,
    I have a website http://www.pestcontrolonline.com which looks fine in  firefox, safari etc, but in some versions of IE 8 or 9 the flash movie looks wrong or doesn't display.  For example the insect guide vertical scroller on the right hand side of the page goes out of alignment with the actual scroller scrolling out the top of the back ground image.
    Also on the main page beneath the flash movie that shows the special offers is another flash movie that segments and rotates the image, on some browsers this doesn't show at all.
    If the flash movies didn't show in any version of IE then i would assume that there was a problem cross browser wise, but in our office it shows on virtually all of our computers fine, except for two and all computers run the same browser version and connect to the internet via our company server.  I have tried several things including re inserting the flash movies, but nothing really changes.
    Any ideas or suggestions would be gratefully recieved.
    Thanks
    Lee

    Altruistic, what happens when you click No? Does the error appear?
    I ran the IE8 debugger to see if i could investigate further and I actually did not see the same thing you did.
    I ran into problems with 3 things:
    jquery.min.js
    SpryData.js
    It's reporting that certain variables are null or not objects
    tabsandaccordions.js
    says "object does not support this property or method", referring to this:
         if($.cookie('/careercenter/menustate')) {           $('#menu').accordion('activate', $('#' + $.cookie('/careercenter/menustate')).parent('h3'));      }; 
    Again, thanks a lot for pointing me in the right direction. I'm really not sure what is going on. Is this something other than a compatibility issue?

  • Problems inserting flash movie into webpage

    I am trying to insert 2 different flash movies on one webpage
    One is a banner made in flash cs4 that works fine.
    The other is a movie that I encoded with flash cs4 from a m4v file. When i test this file using the flash player on my computer everything works fine.
    When i try to play on the webpage it shows there is flash object in dreamweaver but is blank in webbrowser.(right clicking shows there is flash there but nothing loads)
    I have managed to get the movie working on a completly blank html file except that there are no controls (controls work fine in the flash player on computer)
    As far as I can deduce it's not the html file because one swf file works ok
    It's not how i'm inserting it onto the page because dreamweaver is doing it for me(and including the nessecary javascript etc)
    It's not the movie because that works in the flash player on it's own.
    So i'm stumped
    any ideas guys?
    (if it's any help the webpage it's on is www.csdrummer.co.uk , click on top right image on sidebar, has play button, under navigation)
    Thanks
    Jamie

    I'm sorry I missunderstood the post from earlier. If I add the flv file in dreamweaver and upload the corresponding swf all works well but the flv file is 45mb which is a  bit large for a 3 min video.
    What i would like to do is turn this into a swf file. But this is where the problem is happening. THe swf when i export from flash wont work, comes up in the browser as doesn't load
    Jamie

  • Flash movie looks different in mac vs pc

    I built a flash movie to display products. There are 3 different key frames. Two of them look the same on both mac and pc. Only one looks completely different.
    It works on IE7, IE8, Firefox, and Chrome on PC. Everything looks exactly how it should.
    I tested with Chrome, Safari, and Firefox on a Mac and it looks totall different.
    I am using swfobject.js to embed the file and I updated flash to the most recent version on both machines.
    With a windows computer, it looks like this:
    On a Mac, it looks like this:
    The two New Arrivals are encroaching on the image and there is no product name or item numbers.
    Any thoughts on why this is happening?

    Usually when a browser has an issue playing a Flash file it is due to the embedding code that is used in the html page.  Can you compare your code to another page's code to see what differences there are?  You should let Flash generate the embedding code rather than using some other software to do it if that is what you did.  Just have Flash publkish and html page, test that page in your various browsers, and if it works, copy/paste that code in place of what you have now.

Maybe you are looking for