Can someone help with insertion of Flash actionscript 3.0 swf into Dreamweaver spry widget panel?

Working on a thesis project due soon... Created flash actionscript 3.0  swf for home page, text plus image, previews beautifully in Flash  Publish, stored in my root folder, previews great when I open it in the  root folder, dragged and dropped it into my dreamweaver code page,  within a spry widget framework, size is perfect. and upon view in design  or browsers or browser lab, I just get a nice empty white box.  In  design view, I see the F symbol and when I click play in properties, I  get a message that says "Unable to find the plug in that handles this  media type.  Dreamweaver looks in both the "config/Plugins folder and  the plug in folder for each o your installed browsers".  I have Flash  Professional CS 5.  Reinstalled it just in case that was the issue with  the plug in and didn't resolve the problem.  Dreamweaver version is  CS5.  Using a template with spry widget panels. Before I inserted the  swf, the preview in browsers and browser lab was fine on the spry widget  and background.  PC is windows, 32 bit, with ms office suite 2010  upgrade on it.  Appreciate any advice.

my first trace on the hz position and vt position outputs but the trace for "scroll positions" and "new scroll positions" is not outputting.
i recieve this output when i click the 'next' and 'back' buttons within the menu9.SWF.
[Event type="iwannaresetscrolling" bubbles=true cancelable=false eventPhase=2]
does this seem right?
import fl.events.ScrollEvent;
aSp.setSize(600, 350);
function scrollListener(event:ScrollEvent):void {
trace("horizontalScPosition: " + aSp.horizontalScrollPosition +
       ", verticalScrollPosition = " + aSp.verticalScrollPosition);
aSp.addEventListener(ScrollEvent.SCROLL, scrollListener);
function completeListener(event:Event):void {
trace(event.target.source + " has completed loading.");
// Add listener.
aSp.addEventListener(Event.COMPLETE, completeListener);
aSp.addEventListener("main swf", scrollResetListener);
function scrollResetListener(event:Event):void {
     trace("Scroll positions", aSp.horizontalScrollPosition,aSp.verticalScrollPosition)
     aSp.horizontalScrollPosition = aSp.verticalScrollPosition = 0;
     trace("New scroll positions", aSp.horizontalScrollPosition,aSp.verticalScrollPosition)
aSp.source = "menu9.swf";

Similar Messages

  • Can someone help me get adobe flash running on Windows 8 Internet explorer 10 desktop?

    I am running Windows 8 and I use internet explorer 10 desktop, but Flash content will not load!!!!! Can someone help?
    Also, Shockwave flash objext is enabled, and ActiveX Filtering is disabled.

    you need boot camp 3.0.x first before later versions can be installed;
    Or,
    I don't know what currently Boot Camp Assistant in 10.6.8 will also do a download of drivers.
    But other than change Properites and try setting "use Windows 7 mode" and such, I think you are left high and dry with whatever is in 8.
    And I use 8 on two of three systems. I left my Mac Pro @ Windows 7 for now but I much prefer Windows 8, yes.
    I would not have chosen or gone with any 32-bit version. As long as you have 3GB RAM or more, forget it. Use 64-bit.
    I have not seen or rather read any "success" stories with 8 and Apple drivers though.

  • HT4356 I'm using my iPod and an Epson XP-810 printer to print pages from websites and emails and etc.  How do I print just 1 page out of 14 pages .  I don't see any settings on my iPod and can't find settings on the printer .   Can someone help with this

    I'm using my iPod and an Epson XP-810 printer to print pages from websites and emails and etc. 
    How do I print just 1 page out of 14 pages . 
    I don't see any settings on my iPod and can't find settings on the printer .  
    Can someone help with this problem

    Google show that you have to cut what you want to print and then paste it into a new app and print from that app.
    http://www.ipadforums.net/new-member-introductions-site-assistance/63145-printin g-one-page-ipad-2-a.html

  • Can someone help with some coding on a muse HTML page that exported incorrectly?

    I run an NGO called warriors organization. It's an NGO trying to protect indigenous cultures in tanzania from loosing their cultures.. Our president is running a marathon In a week to raise money to build a school for maasai children.. and the marathon page got garbled on export from muse. Can someone help with recoding that page? I'm traveling and don't have the muse work file with me.. Any help is greatly appreciated.. Take a look at http://warriorsorganization.org/marathon.html. I have a screen shot of how the page should look. Contact me at [email protected]
    Thank you,
    Aric

    1. yes
    2. yes
    3. No. DVD players can't play BluRay discs -- even if they are burned to a DVD disc.
    4. 1080p50 is a perfectly legitimate mode for shooting, particularly if you're shooting video with a lot of action, since it has double the actual frames of 1080i50. However, your output video may or may not actually have 50p frames (or even be 1920x1080), depending on what form of media you're publishing as. The BluRay files that Premiere Elements outputs, for instance are 50i.

  • Hi guys can someone help with a query regarding the 'podcast app' why do they not have all the episodes that relate to one show available why only half or a selected amount

    Hi guys can someone help with a query regarding the 'podcast app' why do they not have all the episodes that relate to one show available why only half or a selected amount

    THanks...but some days they have all the episodes right back to the very first show...ive downloaded a few but they are only available every now and then which makes no sense...why not have them available the whole time ??

  • Background image seems to be applied twice Can someone help with this CSS issue....

    Can someone help with this CSS issue....
    http://66.162.81.144/cms400min/default.aspx
    If you view the main page you will see that our background is
    2 shades of
    orange.. if you look at the line that divides those colors to
    the right and
    left you wil notice that the line is higher
    if you notice that it seems that there is another background
    on top of the
    first one..its the only thing i can think of..
    the only place where the image is being referenced is in this
    CSS style
    html, body
    min-height:100%;
    margin-bottom:1px;
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/Background-Color2.jpg);
    background-color:#F74902;
    background-position:center;
    background-attachment:fixed;
    Is there something wrong with the above CSS that could or
    would cause this?
    is it because im applying the image to both the HTML and
    BODY?
    ASP, SQL2005, DW8 VBScript, Visual Studio 2005, Visual Studio
    2008

    You've attached the background to both the html and the body.
    I would do this:
    html, body {
    min-height:100%;
    margin-bottom:1px;
    body{
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/Background-Color2.jpg);
    background-color:#F74902;
    background-position:center;
    background-attachment:fixed;
    Having said that the image doesn't look any higher on the
    right than the
    left to me in Firefox. Is it just an optical illusion?
    Daniel wrote:
    > Can someone help with this CSS issue....
    >
    >
    http://66.162.81.144/cms400min/default.aspx
    >
    > If you view the main page you will see that our
    background is 2 shades of
    > orange.. if you look at the line that divides those
    colors to the right and
    > left you wil notice that the line is higher
    >
    > if you notice that it seems that there is another
    background on top of the
    > first one..its the only thing i can think of..
    >
    > the only place where the image is being referenced is in
    this CSS style
    >
    > html, body
    >
    > {
    >
    > min-height:100%;
    >
    > margin-bottom:1px;
    >
    > text-align:center;
    >
    > background-repeat:no-repeat;
    >
    > background-image:url(images/Background-Color2.jpg);
    >
    > background-color:#F74902;
    >
    > background-position:center;
    >
    > background-attachment:fixed;
    >
    >
    > }
    >
    > Is there something wrong with the above CSS that could
    or would cause this?
    > is it because im applying the image to both the HTML and
    BODY?
    >

  • I need help to activate my iphone 5s. am stuck on the activation page. can someone help with with the icloud activation bypass? how do i even go about it?

    i need help to activate my iphone 5s. am stuck on the activation page. can someone help with with the icloud activation bypass? how do i even go about it?

    You must put in the required information. If you do not have it, you must get it from the original owner of the phone. If you have forgotten your iCloud password, you can reset it at:
    https://iforgot.apple.com/password/verify/appleid
    There is no such thing as an activation "bypass". Activation Lock is a security feature. It wouldn't be that secure is you could bypass it, wouldn't it?

  • Can someone help with transfer to iPod

    I have several home movies that I converted to mpeg4 with Handbrake but only
    one of them will transfer to my iPod. I keep getting a prompt that says it won't play on the iPod. It plays beautifully in iTunes. Can someone help?
    Thanks, Judy

    They are QT mpeg 4. I can play them fine as a Quick Time movie or in iTunes - I just can't get them into my iPod.

  • Can someone help with Error 4280?

    Hi-
    I am getting Error Code 4280 every time I try to burn a cd. Can someone help me get past this?
    John
    Here are my diagnostics:
    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Dell Computer Corporation Dimension 2400
    iTunes 6.0.4.2
    CD Driver 2.0.4.3
    CD Driver DLL 2.0.3.2
    LowerFilters: Pfc (2.5.0.204), PxHelp20 (2.0.0.0), Cdr4_xp (5.3.4.21),
    UpperFilters: pwd_2k (5.3.4.59), Cdralw2k (5.3.4.21), GEARAspiWDM (2.0.4.3),
    Video Driver: Intel(R) 82845G/GL/GE/PE/GV Graphics Controller\Intel(R) 82845G /GL/GE/PE/GV Controller
    IDE\DiskWDCWD2500JB-00GVA0____________________08.02D08, Bus Type ATA, Bus Address [1,0]
    IDE\DiskWDCWD800BB-75CAA0_____________________16.06V16, Bus Type ATA, Bus Address [0,0]
    IDE\CdRomHL-DT-STDVD-ROM_GDR8162B_______________0015___, Bus Type ATA, Bus Address [0,0]
    IDE\CdRomNEC_CD-RW_NR-9300A_____________________105B___, Bus Type ATA, Bus Address [1,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is administrator.
    D: HL-DT-ST DVD-ROM GDR8162B, Rev 0015
    Drive is empty.
    E: _NEC CD-RW NR-9300A, Rev 105B
    Media in drive is blank.
    Get drive speed succeeded.
    The drive CDR speeds are: 4 8 16 24 32 40 48.
    The drive CDRW speeds are: 4 8 16 24.
    The last failed audio CD burn had error code 4280(0x000010b8). It happened on drive E: _NEC CD-RW NR-9300A on CDR media at speed 48X.

    Hi JKost,
    This error is usually a "Optical Power Calibration error" and can be caused by software conflicts, a firmware that needs to be updated, or a blank CD that the drive cannot read/write too (Not all drives are compatible with all brands of blank CDs sad to say)
    I tried to look for your exact CD burning model on the dell site for a "Dimension 2400" but didn't see an exact model matching "NEC CD-RW NR-9300A" so if it is a burner that came with the PC when you bought it, you will have to goto the dell site www.dell.com to download the correct firmware update. If its one you had installed after you bought the PC, then goto the NEC site for the update www.NEC.com

  • Can Someone help with SQL for update ?

    Hi,
    can someone help me with this code
    2 tables.
    table 1 = User_master
    table 2 = update_users
    I need to update user_master like so...
    update user_master
    set status = 'I'
    where user_id IN ()
    problem is I have to over 10k user_id to update.
    So created new table called update_users and imported all user_id's into that table.
    How can I read all user_id's from that table, then update user_master status column for all
    users id's found in update_users ?
    I already tried this...
    update p.user_id from user_master p
    set status = 'I'
    where user_id = (select user_id from update_users where p.user_id=user_id)
    It did not work -
    ERROR at line 2:
    ORA-01427: single-row subquery returns more than one row
    Thanks,

    There are no duplicates. Each user_id is unique.Are you sure? the error message indicates otherwise. You might see if the following query returns any rows;
    select user_id, count(*)
    from update_users
    group by user_id
    having count(*) > 1;Also, you might want to post the exact statement that you used to generate the error. The statement that you posted raises an error de to the syntax;
    update p.user_id from user_master p
    set status = 'I'
    where user_id = (select user_id
                     from update_users
                     where p.user_id = user_id)
    ORA-00971: missing SET keywordPerhaps you ran something like;
    select * from user_master;
       USER_ID STATUS
             1 A
             2 A
             3 A
    select * from update_users;
       USER_ID
             1
             2
    update user_master p
    set status = 'I'
    where user_id = (select user_id
                     from update_users
                     where p.user_id = user_id);
    2 rows updated
    select * from user_master;
       USER_ID STATUS
             1 I
             2 I
             3 A

  • Can someone help with auto-size fields in forms?

    I created a form in Acrobat for my team members with auto-size text fields that allow to shrink the text when the field size is not large enough to show the entire text. When I then open the same form file with Adobe Reader on my machine with text that has shrunk in some field, I can see all the text and have also a scroll function when the text size has reached its lower limits and there is still more text to show.
    However, when I receive the filled out forms back from other team members' iPads (they use my template created with Acrobat), the text didn't shrink as on a PC version and the scroll function is disabled. I checked the template and the fields are correctly set to auto-size left and they do work on my PC's and laptop's Adobe Reader. But the iPad version of Adobe Reader may cause some issues.
    Can anybody help with solutions?
    Thank you!
    Klaus

    The filled version of your PDF document (20140722 Daily Meeting Report...pdf) is no longer a PDF form because it has been flattened.
    Once an interactive PDF form (such as your template version) is flattened, all form fields are replaced with images of filled data.  You can no longer interact with form fields, edit form data, or tap/click any buttons in the flattened PDF document.  That is the reason why the text in auto-size text fields did not shrink.
    When you email a PDF document (including a PDF form) in Adobe Reader for iOS, the E-mail Document dialog is displayed.
    In this particular case, your team member must have selected "Share Flattened Copy".
    If you would like to keep the interactivity of a PDF form, you can select "Share Original Document".  Please advise your team members to select the "Share Original Document" option when emailing filled forms.
    Unfortunately, once flattened, a PDF document cannot be reverted back to the original "unflattened" state.  However, if your team members still have the original filled forms, they can resend the forms with the "Share Original Document" option.
    Please let us know if you have further questions.

  • Can someone help with a system log error?

    Nov 3 05:03:20 static-host servermgrd: servermgr_dns: gethostbyaddr() and reverse DNS name do not match (static-host.sme != static-host.SME), various services may not function properly - use changeip to repair and/or correct DNS
    I get this every 30 minutes. After about 8+ hours the server becomes un-responsive.I am not sure if this is realated to the error above or not.
    Can someone help a 10.4.8 server admin who doesn't know much?!

    Check your DNS settings as it looks like a DNS problem.
    You can use the host or the dig commands for troubleshooting.
    Something like host static-host is a good starting point.
    Mihalis.

  • While trying to down load the current update to Itunes i get the message "Older version of Bonjour can not be removed" and Itunes gets interrupted and wont finish update. Can someone help with this??\

    while trying to install latest itunes version i get this message "Older version of Bonjour can not be removed" and the download gets interrupted and doesnt finish. Can someone help?????

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Can someone help with AS2

    Hello, I am creating a website for an artist and she
    complains that nothing works. Mainly the embedded links (URLs). I
    tested the site in MSEI7 and the links work fine (but NOT in
    Firefox 2). I don't have a MacBook, and the one she has she says is
    pretty old, and doesn't know the version of Safari. The issue is
    that before the links worked fine, but then when I re-published the
    Flash SWF file the links wouldn't work on her Mac, but on Windows.
    Here is the site address
    http://www/butterflybaby-la.com.
    My question is can anyone here please go to the site and tell
    me if you can navigate the links and if they activate? The links
    are butterflybaby LA, edenSTD, blog, *click here for my est*y, and
    when you click peep my gallery you'll see two buttons for URL links
    to the gallery. If anyone has ever built a Flash site for the Mac
    can you help me to figure out why in some cases the links work on
    the Mac but not Windows and vice versa. This is pissing me off. I'm
    asking here and not a Flash dev site because I want input from
    people who use the same computer she does. And from I can tell
    Windows users use Flash and mac users use QuickTime. The
    ActionScript is basic URL embedding, nothing fancy. I used a
    combination of gotoURL("
    http://www.domain.com");, then
    gotoURL("
    http://www.domain.com", "_self");,
    gotoURL("
    http://www.domain.com",
    _parent");, and gotoURL("
    http://www.domain.com",
    "_blank");. All with mixed resluts, but none would work on BOTH Mac
    and Windows (and on Windows not BOTH Firefox and MSIE). The profile
    is set for Flash Player 8, but so what it should still work for
    FP9.
    Thanks
    Paul
    BTW - I'm using Macromedia (Not Adobe) Flash Professional
    8.0.
    butterflybaby-la
    Text

    I meant getURL...why didn't anyone
    THINK to correct me on that??????
    But can
    anyone answer the question, please? How can allow both
    Firefox and MSIE browsers to open URLs within a Flash movie?

  • Can someone help with this stuppid Media Encoder?!

    I'm tired of reading hunderts of topics. Can someone please tell me why the Media Encoder is not encoding at all. I've tried everything, but my progressbar always shows loading 00:00:00.
    That is not normal. I'm sick of using expensive software, full of bugs. Would someone from the support explain why is this happening and what should be done.
    I read a lot about this topic and there are no good replies on it.
    The system i'm using is:
    Intel Quad Q9550 2.88Ghz
    8Gbs of Ram
    GeForce 9600 GT
    The encoder is a stuppid program with one single stuppid purpose - encoding. When the encoding is not working, the whole CS 4 Studio is useless!
    I, like many others, i'm having serious problems while working on big projects and now of course i should see why the software becomes so buggy instead of doing my job.
    PLEASE HELP AS SOON AS YOU CAN!!!!

    If people have these problems, usually it is caused by:
    1. Incorrect system or lacking setup
    2. Heavy pollution and / or corruption
    3. Operator error
    1 is solved easily, 2 requires a reformat/reinstallation and 3 is very difficult to correct.
    To which category do you belong? 2 or 3?

Maybe you are looking for