Swf positioning error in cs3

I've added a .swf file to my html page but when attributing a CSS ID to the object to position it on the page, it shows as in the correct position on the dreamweaver layout, but when viewing in firefox, opera or safari the flash object displays out of position in the top left corner.
help and advice is appreciated, i'm reletivly new to dreamweaver and just can't spot why there is an error.
this is the code for the object:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0, 28,0','width','565','height','235','id','bodytxtpos1','title','flash','src','im a ges/rollingfolio_newv2','quality','high','pluginspage','http://www.adobe.com/sh o ckwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/ro l lingfolio_newv2' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0, 28,0" width="565" height="235" id="bodytxtpos1" title="flash">
  <param name="movie" value="images/rollingfolio_newv2.swf" />
  <param name="quality" value="high" />
  <embed src="images/rollingfolio_newv2.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash" type="application/x-shockwave-flash" width="565" height="235"></embed>
</object>
</noscript><script type="text/javascript">
This is the CSS code:
#bodytxtpos1 {
    position: absolute;
    left: 270px;
    top: 240px;
    width: 565px;
This post has ben poster previously but not answered.

Couldn't you embed it without adding and ID to the object? Create a div to fit the Flash file. Wrap the Flash in a Div on the page.

Similar Messages

  • Invalid Cursor Position Error

    Help!
    I am using JRun3.1 and developing a web interface to a database. In this particular screen, I am using CachedRowSet (I downloaded this and added it to jrun classpath). I am getting "Invalid cursor position" error.
    I feel there is a problem with the usebean tag.
    This is my code:
    what is wrong with this?
    <%@ page language = "java" import="java.sql.*, java.util.*, javax.sql.*, sun.jdbc.rowset.*" %>
    <%
    String indSub = request.getParameter("indSub");
    String areaname = request.getParameter("selarea");
    %>
    <jsp:useBean id="crs" class="CachedRowSet" scope="session" >
    <%
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    crs.setUrl("jdbc:odbc:asphData");
    crs.setCommand("SELECT siccode, sicdesc from siccode where sictitle = '" + indSub + "'");
    crs.execute();
    %>
    </jsp:useBean>
    <%@ include file="header2.htm" %>
    <link rel="stylesheet" href="http://localhost:8100/empData/almis.css" type="text/css">
    <br>
    <br>
    <table align="center">
    <tr><td class="moduleDesign" align="center">Employers Database</td></tr>
    </table>
    <br><br>
    <font size="+2" face="verdana sans-serif">
    <form action="employerDetail.jsp" method="post">
    <p><center><font color="Blue">Employers in the �<%= indSub %>� Industry
    <br>
    SIC Code:�<%= crs.getString("siccode") %>
    <br>State: Utah<br>
    Region: �<%=areaname %><br>
    </font></center></p>
    <p>
    <b>Description:</b>�<%= crs.getString("sicdesc") %>
    </p>
    </form>
    <jsp:include page="footer2.htm" />
    </body>
    </html>
    srajaman2

    Never mind!
    I have to issue a next() command to get to the first line of the resultset!
    srajaman2

  • Invalid Cursor Position Error on Windows XP using CachedRowSet

    Hello, I don't know if this question lies here, but I thought it would be the well suited place so please pardon me if it isn't. I am trying to access multiple pages from my database on my XP machine but I am getting an "invalid cursor position" error when trying to access the next page. I don't know how this error is coming about because it works well on a Vista machine with no errors. I don't know if it is my drivers or something that brings about the problem. I am using mysql connecter 5.1.10, JRE 1.6.0_02 and windows XP SP2
    Below is a simple code that brings the error.
    package Admin; import javax.sql.rowset.CachedRowSet; import com.sun.rowset.CachedRowSetImpl; public class test { public void table() { try { CachedRowSet crs=new CachedRowSetImpl(); crs.setUrl("jdbc:mysql://host:3306/database");         crs.setUsername("User");         crs.setPassword("password"); crs.setCommand("select * from myTable"); int[] keys = {1}; crs.setKeyColumns(keys); crs.execute(); crs.last(); if(crs.getRow()>500){ //new overLimit(); } crs.setPageSize(3); crs.execute(); while (crs.next()) { System.out.print("page one----"); System.out.println(crs.getString(1)); } while(crs.nextPage()){ System.out.println("page two---"); while (crs.next()) { System.out.println("in page two"); System.out.println(crs.getString(1)); } } } catch (Exception e) { e.printStackTrace(); } } public static void main(String []args){ new test().table(); } }

    Yes I am running the same code on both machines. The output I get on the XP machine is shown below. I modified the code I posted earlier and replaced the "page two" text with "page (then page number)" and also omitted the "in page two" text for better readability---------PAGE 0---------
    DB09140110
    DU35463010
    EX29201810
    ---------PAGE 1---------
    EX38341510
    EX40471810
    KZ280299
    ----------PAGE 2---------
    LA130299
    LC130299
    MC081009
    ----------PAGE 3---------
    RZ300502
    VA130299
    VI020209
    ----------PAGE 4---------
    YX101008
    ZE220299
    ZF231105and vista....
    ----------PAGE 0---------
    EX38341510
    EX40471810
    KZ280299
    ----------PAGE 1---------
    LA130299
    LC130299
    MC081009
    ----------PAGE 2---------
    RZ300502
    VA130299
    VI020209
    ----------PAGE 3---------
    YX101008
    ZE220299
    ZF231105

  • Position error

    I am having encoder position issues.
    I am using 3 Kollmorgen servos attached to 3 AKD Ethercat drives. I have a cRio running as the Ecat master. All of my Vis are running in scan mode on the cRio.
     I am building a capstan pulling system that will have a constantly changing velocity based upon position within a 3 meter repeating cycle. I change the velocity based upon sensor input every mm of the cycle and then start the 3 meter cycle over. The velocity various from 1 RVS to 10RVS.  I use the encoder position to determine my position within a cycle. The system runs great for around 5 minutes and then my encoder goes crazy. Even when I stop the servo the encoder continues to increase. In the help for the “Reset Position” command I noticed that encoder values higher than 2^52 can be unstable. Does this apply to user units or RAW encoder pulses?
      I have tried the following methods to try and fix the problem.
    Test and verified that the issue occurs in the Axis test panel.
    I just set a long move at a given speed. After a time the position error goes crazy as in 4.0 e +12 and the position continues to increase after the servo stops.
    I removed my units and used just encoder pulses and again after a few minutes the same thing occurred.
    Changed my VI so that after each 3 meter cycle the encoder was reset to zero. Again after roughly the same amount of time the issue occurred.
    One strange thing is that I can still control the servo accurately. If I tell it to go 100mm it goes 100mm, but once there I cannot read the position because it returns a very large and inaccurate number.
    A further observation is that I can recover by resetting the cRio. This makes me think that the encoder number is exceeding some register U32 or U64. If that were the case I would have thought that resetting it after each cycle would have fixed it. Unless when you reset the position you are just setting an offset that is subtracted for the actual encoder from that point forward.
     I am sure that I have confused you all but any and all help is greatly appreciated.
    Perpetual LabView noob…..
    Jeff Lee

    Hi Jeff,
    I have a few questions for you to help me get a better understanding of the issue:
    - What version of LabVIEW software is your application written in (2010? 2011 SP1?, 2012? etc)?
    - Have you tried swapping your motor with a different one?  Or your Drive?  Did you still observe the same behavior?  If possible, I think this would be a useful test to help narrow down the issue.
    - What does your motion system look like at a high level (What components are involved and how are they connected to eachother)?  Does the encoder feedback connect back to the drive or back to your cRIO controller?  
    Andrew T.
    National Instruments

  • "Column Width should be positive" error

    I have a flash chart that has a fairly simple query (whic works fine when run via SQLPLUS etc), that when I run via Apex I get "Column Width should be positive" errors. What does this mean, and how do I debug it?

    I realise that I have to have a chart query to generate the chart. The query (see below) runs perfectly fine in SQLPLUS, TOAD, SQL Developer etc, with no negative values returned.
    select null, to_char(targcompdate , 'RRRR-IW'), count(*)
    from work_tab
    where worktype = 'RO'
    and integ_priority in ('2','3','4')
    and comp_person = 'Structural'
    and targcompdate >= sysdate
    and status = 'APPR'
    group by to_char(targcompdate , 'RRRR-IW')
    order by to_char(targcompdate , 'RRRR-IW')

  • Export Error Premiere CS3

    The CS3 releases of Adobe have been atrocious! We invested in the Master Collection and have had nothing but errors and bugs. I have a simple timeline in Premiere that have simple dissolve transitions between .avi files. The entire timeline is 1 hour 19 minutes long. In CS2 I exported this type of timeline and much more complicated ones with nothing but success. However, CS3 exports this simple thing to about the 40% mark then tells me it had an "Export Error!" "Error compiling movie." That's it. Nothing more. Come on Adobe! What happened to this release! Everything that worked in CS2 is now broken! If someone else has had this error, let me know if you have found a solution. I will more than likely be uninstalling CS3 this weekend and re-install CS2. It least that program worked!

    >If my settings and hardware setup are a concern then here you go:
    Pentium 4 3.2 Ghz
    1 GB PC3200 DDR SDRAM
    250 GB 7200 RPM Serial ATA internal drive
    Intel GMA900 onboard graphics
    Intel High Definition Audio
    Double layer 16X/16X/4X DVD+/-RW drive
    (2) Additional external 250 GB drives (video is captured to internal drives)
    That covers the hardware, but still, there are so many possibilities about your software and project settings/conflicts, that the post is still nothing short of an unproductive rant.
    >Secondly, I am the one who is having the problems with the software working and have been troubleshooting for the week that I have had it. If you had been having the same problems that I have, I am sure you would be ranting as well.
    I don't pretend to be the one that can solve your problem, and I understand the frustration that comes with spending money on things that don't work. But I don't post useless rants and expect something positive to come of it. You really shouldn't expect anyone here to be able to help you until you post reasonably detailed information about the project. For example, is this a fresh CS3 project or are you trying to produce a project that was originally created in CS2. Simple info like this may lead to some help for you.

  • SWF Quicktime Error

    Hi again Experts
    I did notice that there is an existing discussion open on this subject (http://forums.adobe.com/thread/331665?) but as it received no replies (apart from mine) & was posted in June 2008, I hoped someone might have come up with a solution since then.
    Each time I try to place a .swf file in InDesign, I receive a Quicktime error message. Quicktime (.mov) files work fine, but I want to use Flash & Shockwave content in my publications too.I have updated ShockWave, Flash & Quicktime Pro installations, yet InDesign CS3 tells me "Failed due to Quicktime Error." each time I try & place the .SWF file (which plays perfectly in Flash CS3.)
    I tried uninstalling & reinstalling ShockWave, Flash & Quicktime, but no difference. Any Ideas, thoughts or suggestions? It seems this is a not uncommon problem, as there are similar discussions / threads on other forums too, but as yet, I have not found any answers. Please help!
    Thanks & regards
    Chris

    Apple has a long trail of abandoned and removed technologies, one of them is their SWF support built into Quicktime, independent from Flash player. You can either downgrade your Quicktime, or hope that Adobe adds direct SWF support to InDesign and PDF that does not use Quicktime. Maybe that already works somehow (could be CS4, as you mention CS3), I just do not know.
    A Google search on the topic lead me to some alternatives:
    http://www.macosxhints.com/article.php?story=20080211145226583
    Dirk

  • Published SWFs not working from CS3 on Mac?

    This one REALLY has me stumped..
    I am working on a Mac Dual 2-Gig G5 running OS 10.4.10 and
    Flash CS3.
    I have a web site for a client posted (
    http://www.aronwiesenfeld.com
    ). This site has been running flawlessly for over a year published
    to Version 8 Flash Player AS v2.0. This client asked me to create a
    new temporary splash page last night that would announce his new
    Art Show and then click on into the main site. This site uses a
    Shared Lib, a SharedTrigger, a Core SWF (containing the main site
    navigation elements and handles loading of various movies into
    levels) and a Splash SWF (that contains the two splash screens and
    initial navigation to areas of the site. The problem I THINK I am
    having is in the Splash SWF... or is a problem with my LOCAL Mac
    installation? When I click one of the 5 Site Nav buttons it is
    supposed to tell the main core movie to advance to a new frame (20)
    and I target that movie by referring to _level0. This has worked
    fine for the past year (on this and other sites). I am attaching an
    example of the code used on each of the initial Nav buttons in the
    Splash swf .
    So here is the mystery...
    When I "Test Movie" inside Flash CS3, everything works/looks
    "perfect". If I then go to the desktop and find the generated HTML
    file and open it in Safari (both version 2 and 3-beta), or Firefox
    or Opera, etc., everything looks fine until I click one of the
    initial text Nav Buttions. At that point it takes me to the main
    site and loads the external SWF into a level as it should
    (indicating that the 3rd line of code on the button is execution
    and by the fact the the Splash movie disappears, it indicates that
    the core movie is indeed moving to frame 20 (_level0) as requested
    in the first line of code. However, all of the main site navigation
    buttons along the bottom of the main site as well as the background
    NEVER APPEAR? Also when I start to move the mouse around the loaded
    external movie the site completely crashes and I get a blank screen
    - IN ALL BROWSERS whether I am launching the site from my hard
    drive or the Internet!! But it works perfect INSIDE Flash CS3.
    Now comes the real kicker...
    Just for the heck of it after spending 3 hours trying to fix
    this on my main G5 tower(publishing to Player version 9, etc.), I
    decided to try accessing the site from my old G4 laptop. Ready for
    this? The site appears to be working perfectly IN ALL BROWSERS ON
    MY G4 also running 10.4.10!!!
    So my guess is maybe their is a problem with the Flash Player
    Plugin in all my browsers on my G5 or the Flash Plugin has a
    problem with OS 10.4.10 only on my G5. BUT, even if I launch this
    site directly in Flash Player from the desktop on my G5 it does not
    work - so the stand-alone player is having the same issue - yet it
    works fine on my G5 INSIDE of Flash CS3.
    I thought I had seen it all the last 5 years with Flash, but
    this one has be completely stumped!
    My client emailed me from California and said the site was
    working fine there of his PC. If that is true then I am having a
    LOCAL Flash Player problem on my G5 running 10.4.10.
    In addition to my question, if anyone can give me feedback as
    to whether or not this site is working on your machine/browser/OS,
    could you please let me know? You will know if the site is working
    if you click on Enter Site, then click on any of the 5 buttons
    (except Info) and you see a grey background behind the image and
    the lower navigation string appears.
    Thanks!

    Well after trying everything I could think of I started down
    the list again. I re-downloaded the Flash Player 9 r47 Mac
    installer and ran the installer again (which I also did last night
    with no success).
    This time after re-installing the plugin - ALL THE BROWSERS
    IMMEDIATELY STARTED WORKING ad the site now comes up fine - so,
    apparently I had a bad Flash Player install in my browser!

  • Installation error for CS3 Design Standard on iMac running Snow Leopard (10.6.8)

    I had a fully functioning installation of CS3 on my iMac (Intel 2.16 MHz) and had a hard disc crash.
    After replacing the hard disc, I reinstalled from my original discs, but get the following message:
    "Licensing for this product has stopped working. You cannot use this product  at this time. You must repair the problem by uninstalling and then reinstalling this product or contacting your IT administrator or Adobe customer support for help"
    I uninstalled the program (and ran Adobe Cleaner for CS) ... then reinstalled.   Same message.
    I contacted Adobe installation support and was told that this is an old product and they cannot offer support. I find this response unsatisfying at the least.
    I am baffled because these programs had been running very well prior to the crash ... and all other software came back.
    I need this functionality, but cannot afford to upgrade at this time.
    Suggestions?  Thank you.

    Try http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html

  • Edit .swf file in dreamweaver cs3

    hi frends i am new to adobe flash. I am using dreamweaver to edit a .swf flash file.I selected the flsh in design window then selected the "edit" button.The adobe flash cs3 opened it but i want to edit this flash. Please tell me how to edit it as i am only displayed with the flash in a window. how t edit its components like adding new pics to it or making other changes to it.

    A .swf file can´t be edited with e.g. Flash CS3, because this type of file is the "end product" which is generated when exporting your work from Flash (File -> Export -> Export Movie...)
    What you´ll need instead is the corresponding Flash "source file", which has the file extension .fla -- and this type of file is usually editable from Dreamweaver,
    Cheers,
    Günter

  • SWF problem in Dreamweaver CS3 and strange Script file

    Hi folks, I am using Dreamweaver CS3 and tried to upload a
    SWF file today. The SWF includes three buttons, one for video,
    another for audio and one for text. Before loading up to DW all
    three parts played fine. But when I uploaded to DW and my site, the
    video fails to play. A Script file, and another file downloaded I
    am not sure what I am supposed to do with this script file. The
    script file is called The audio and text part works fine, but the
    video will not play. I am not sure why this is, but when I uploaded
    the file to Dreamweaver there was a Script file called
    AC_RunActiveContent.js that automatically downloaded along with a
    file called .htaccess
    The other file is called called .htaccess
    I uploaded both files to my server, but that did not help the
    video play. I tried pasting the AC_RunActiveContent.js code into my
    page and uploading, but that did not help the video play either; I
    just got code at the bottom of my page.
    I have viewed the page in Mozilla, IE7 and Flock, but still I
    cannot play the video.
    Does anyone have any idea how to make the video play in
    Dreamweaver; what I am supposed to do with these two code files?
    For those interested in the AC_RunActiveContent.js code, I
    will post below. Please try to explain simply because I am not so
    tech savvy.
    I thank you all.
    Mary

    I have managed to fathom it out.

  • SWF export error unsafe operation

    Hi, i am new to cs5 but when i am exporting from indesign to SWF or Interactive PDF an error comes :Adobe Flash Player has stopped a potentially unsafe operation etc etc.
    when I am linking out to a URL or File on my local server.
    The links work in the 'Preview and so I know they are all good.
    Can anyone help.  I have tried the Flash Global security settings and adding URLs etc ....this does make a difference?
    Is there a setting some where that I need to unchesk to allow the links to be recognised once exported?
    Desperate and all that!
    Any ideas much appreciated.

    Welcome to the forum.
    Unfortunately, you have posted to the PrElements forum. PrE is a consumer-level video editing program.
    You want to post to the InDesign Forurm instead.
    Good luck,
    Hunt

  • How to Trace Publishing errors in CS3

    Using Flash CS3 (updated 9.0.3, AIR 1.1) on a Mac (10.5.5)
    and my AIR files that were publishing fine a month ago are now not
    publishing at all (even though it's telling me the AIR file has
    been created).
    Found this on adobe.com:
    quote:
    * There’s no error checking. When packaging fails,
    there’s no error dialog so it might appear as if the task
    succeeded.
    And also this:
    quote:
    Things to watch out for that might cause packaging to fail: *
    Invalid characters in ID, file type name, file type extension
    fields. * Space, double byte characters or high ASCII characters in
    path or file name * Password does not match the selected digital
    certificate. * Icon size does not match the specified size.
    I've checked out these things, point by point, to no avail.
    Anyone else encountering this issue?
    Is there any way for me to find out where the problem is and
    at what point packaging fails?
    Thanks for reading this.

    Thanks for your continued help. Once I gave the .air file
    argument the full path then all of the other relative assets loaded
    fine and compiled successfully. I can now package AIR files using
    the "adt"!
    I still can't publish the AIR files using Flash CS3, however.
    It allows me to publish an unsigned certificate but when I try to
    use the same certificate that I used successfully with the "adt" it
    leaves me with a nonexistent .air file. I'm assuming it has to do
    with the certificate, but this was all working fine a few weeks ago
    so I'm at a loss.
    I guess I'll have to wait for some sort of update with error
    tracing within the Flash CS3 environment. In the meantime I can use
    the "adt" command line method which seems to work fine, thanks to
    all of your help.
    Much appreciated.

  • Error in Cs3 extended when opening files.

    hello Guys,
    when I open a file i get the error
    ADOBE Photoshop CS3 Extended:Photoshop.exe - teopassingsfout ( dutch for application error)
    The pc is member of a domain. I installed the legal software on users account with administrative privileges.
    Start the program without error untill opening a file.
    Does anyone has a solution for that please?

    Do you get an error when opening files from Bridge into Photoshop?
    Does the same happen when you open Raw files with Camera Raw?

  • What a P.I.A. error from CS3 Master Collection?

    I have tried everything to fix this including uninstalling, deactivating, reinstalling and wasting 1.5 hours of my life talking to a nice lady in India on Adobe's so-called 'tech support line' who told me that "Adobe CS3 does not support Vista 64bit at this time" and .5 hours typing up and sending an e-mail to Adobe Support only to have it 'cancelled' with a nice message that said, "Your complimentary period of support has expired." As much fun as violence would be in aiding in the expiration of the jack@$$ who came up with that idea would be, I would much prefer to get an answer as to how to get rid of the following error code:
    Error!: Please run this program from the Administrator account so it can set up your license. Once the license is set up, you can run it from any account."
    Here's the thing sparky, the account you're giving me yon error message happens to be the administrator account. Second, this is a bug because it only does it when Premeire and AFX (only two of the programs my co' relies on most) start up. Weirder thing is; on Premiere the error kicks in only during the initial splashscreen and it is unable to display the 'OK' button (empty space where it should be.) Weirder still, when AFX starts up the error message pops up 10 (count'em 10) times and after you close the 10th one, you can use AFX with no problem. Also, it won't permanently put my registration info into the license no matter how many times I register (lost count at 7) I figure since Adobe is so hardcore about anti-piracy they would've come down by now to investigate and maybe I could get some @#$#%%#&*%$!!! answers.
    I know the software works as it had been on the same machine which previously was setup for WinXP Pro 32bit. When the system was upgraded for Vista Biz 64bit, the drive was wiped and all software was reinstalled from scratch. Everything worked fine for a week and then this stupid error message started up, but only on Premiere. After deactivating and reinstalling and using most of the many fixes for the vile Flex Net license suggested in the forums now it just does it on the aforemention programs. This is a legit copy as it was purchased from the Adobe Store.
    Has anyone else had / have this issue and does anyone know how to fix this?

    Here's the cause of the problem and 1 fix.
    When FlexNet tries to setup the license when AFX or Premiere opens it conflicts with Vista's installation protection protocols and gets blocked. The error messages can be stopped simply by going into the administrator account and turning off the User Access Control in the User Accounts section of Control Panel. Funny thing is, this does work but you have to leave the UAC off for it to keep working thus losing the protection. This is a straight up bug that Adobe should have a patch for particularly since it only occurs when you startup Premeire or AFX. Why they don't have a patch for this is just plain lazy.

Maybe you are looking for

  • Inspection Lot Creation after GR

    Dear PP/QM Masters, I have question regarding inspection lot creation after goods receipt. There will be GR once at the end of the shift with batch number. As batch generated during shift will be different, there will be multiple GR entry. But for ev

  • Translation error in the registration procedure for Hp E-printcenter

    Hi, Not sure if this is the correct channel, but I just wanted to let you know that there is a mistake in the Dutch translations of the registration procedure for HP´s e-printcenter, which may confuse people. In the screenshot below, you can see that

  • SOAP Header data into SXI_MONITOR

    Hi to all, in the SXI_MONITOR I can see the detailed SOAP header data by double-click on a specific message. The header data are visible in an XML format. Where these data are stored in ABAP SAP XI? How can I obtain these data as an XML document, for

  • HD external on the Mac Air

    How do I use my external hard drive on my Mac Book Air, without losing my files?...

  • So, what's with movies under WinXP?

    I've done about a dozen different takes and they are all brighter when viewed on a Windows machine. Why? Can I edit something to fix it? I do a lot of videos so this is like, a real issue for me. I don't want to look stupid to every windows user that