Flash image viewer works in preview but not online

Hi
I followed an online demo on how to get an image slideshow on my webpage using flash. It was using insert media image viewer. It all worked fine, looked great in the preview but when I put everything online I can't see it. Just an empty space were it should be. This is the site where it is
http://www.idoityourself.com.au/ if tried moving the image to different areas in case it didn't like being in a folder within a folder etc but still didnt work. Any ideas??
thanks

http://www.idoityourself.com.au/Scripts/AC_RunActiveContent.js File not found.
You have not uploaded the Scripts folder to your server which DW generated automatically for you when you inserted the Flash.

Similar Messages

  • Dreamweaver rollover working in preview but not online

    I use image swap for rollovers often. After making some changes to my friends website I noticed all the rollovers stopped working. I tried it in all browsers, I tried restoring a file from time machine, I tried it with a bunch of different images.
    So I tried a very simple blank page with one image on it and "swap image" behavior applied to it. It also displays fine in the preview and not online (Dreamweaver CS5.5)
    http://amypalma.com/test3.html
    Please help, I think I'm going crazy.

    Nancy O. wrote:
    Your file is corrupted.  All line breaks have been stripped clean out of your code.  Scripts cannot work this way. 
    Try using a different FTP client like Filezilla to upload your pages.
    Also check the Line Break type in your Preferences.  See screenshot.
    Hit OK. 
    Go to Commands > Apply source formatting.
    Nancy O.
    Possibility #2 (and I've done this countless times) is that somewhere along the way in editing, someone inadvertently removed line breaks using the "Find and Replace" feature while cleaning up other code and applied it to more than necessary places.. If that's the case, replace the scripts with redownloaded (or in this case reinstalled) originals. I've broken some really cool scripts this way and I spend a few hours kicking myself in the backside for it, but I always keep a backup of my scripts for when I forget and do it again.
    Nancy's right, though Filezilla is a good solution, but if the pages are corrupted, it will load them as they are, and the problem will persist.

  • Flash work in preview but not in the browser!?

    Hi there:)
    I have a .swf file in a table in Dreamweaver. When I preview it in place and in Safari, it plays. When I upload eveything, it is not in any browser on the server.. any ideas?
    Thanks!
    V

    Hi John!
    Yes, sorry about that.. here it is.
    http://farmingtonfarm.com/appraisal.html
    Thanks for your help!!
    v
    Date: Thu, 8 Apr 2010 18:52:05 -0600
    From: [email protected]
    To: [email protected]
    Subject: flash work in preview but not in the browser!?
    Can't really help without a link to the site. Can you provide one?
    >

  • In line view works in 9i but not 11g

    The following subset of a larger in ilne view works in 9i, but not in 11g. Any thoughts on why it doesn't work in 11g. An 'ORA-00979 : not a group by expression' message is displayed. This error message refers to the last 'group by' statement.
    select a.appl_start_term
    ,count(*)apps
    ,acc_total--, acc_gre
    from datatel_snap.applicant_current_part a
    , datatel_snap.acad_program b
    --accepted
    select appl_start_term
    ,count(*) acc_total
    --, sum(decode(test_grev,null,0,1)) acc_gre
    from datatel_snap.applicant_current_part a
    , datatel_snap.acad_program b
    , datatel_snap.dept c
    where appl_admit_status_cat in ('MASTER')
    and substr(appl_start_term,5,1)= 'F'
    and appl_school='SIS'
    and a.appl_acad_program = b.id
    and b.dept_1 = c.id
    and (derived_appl_disp = 'AC')
    group by appl_start_term
    ) z
    where appl_admit_status_cat in ('MASTER')
    and substr(a.appl_start_term,5,1)= 'F'
    and appl_school= 'SIS'
    and a.appl_acad_program = b.id
    and a.appl_start_term = z.appl_start_term(+)
    group by a.appl_start_term ,acc_total--, acc_gre
    order by 1
    Edited by: user8377830 on Jul 17, 2010 10:05 AM
    Edited by: user8377830 on Jul 17, 2010 10:10 AM

    Fine, you shoud do do either:
    - a group by "acc_total" or
    - use an aggregate function on "acc_total" (like: sum(acc_total), max(acc_total) etc.)
    Edited by: user11268895 on Jul 17, 2010 7:14 PM
    sorry id didn't read carrefully your statement...
    Try to prefix the column acc_total with "z." (both in the select and in the group by expression)
    SELECT   a.appl_start_term, COUNT (*) apps, z.acc_total              --, acc_gre
        FROM datatel_snap.applicant_current_part a,
             datatel_snap.acad_program b,
    --accepted
              SELECT   appl_start_term, COUNT (*) acc_total
    --, sum(decode(test_grev,null,0,1)) acc_gre
              FROM     datatel_snap.applicant_current_part a,
                       datatel_snap.acad_program b,
                       datatel_snap.dept c
                 WHERE appl_admit_status_cat IN ('MASTER')
                   AND SUBSTR (appl_start_term, 5, 1) = 'F'
                   AND appl_school = 'SIS'
                   AND a.appl_acad_program = b.ID
                   AND b.dept_1 = c.ID
                   AND (derived_appl_disp = 'AC')
              GROUP BY appl_start_term) z
       WHERE appl_admit_status_cat IN ('MASTER')
         AND SUBSTR (a.appl_start_term, 5, 1) = 'F'
         AND appl_school = 'SIS'
         AND a.appl_acad_program = b.ID
         AND a.appl_start_term = z.appl_start_term(+)
    GROUP BY a.appl_start_term, z.acc_total                              --, acc_gre
    ORDER BY 1.. and use different aliases in your subquery (not the same a the main one).
    Edited by: user11268895 on Jul 17, 2010 7:23 PM

  • XML (RSS) Spry Dataset File Works in Preview But Not Over Internet

    hello
    I am trying to build a custom feed reader using the Spry framework in Dreamweaver CS4 and everything seems to go smoothly until I actually host the file (with the accompanying js and css files) and try to view it over the internet
    previewing from DW shows everything working the way it should
    I feel like I am missing something obvious ... but not sure what
    thanks for any help!

    Hi, i have a similar problem..
    These URL returns a XML:
    1) http://www.bolsadesantiago.com/intradayServlet?symbol=IPSA
    2) http://www.valorfuturo.com/contenidos_vf/proyectos/clientes/penta/titularnoticias.asp
    I use a CS4 and both works in preview, but only first works over internet (IE7).
    I suspect that 2° has a problem of syntax XML, but work with jQuery.

  • Simple buttons working in Preview, but not on iPad

    Hello everyone. I have a Button (I'm working in InDesign CS6), with instructions "Go to State". It links to a photo on a seperate layer. The link works perfectly in the SWF preview (shift-command-return). But when I update the file to view it in Adobe Viewer it does not work. (I am using Viewer Vers 25) There are no other functions on the page that could be "blocking" it. In fact, on some pages where there are two or three buttons (all of them with instructions of "Go to State"), 2 may work and one not. I am confused as to how I can see it working in the Preview, but not on the iPad. Any suggestions appreciated. Many thanks!!

    Bob, just got in and downloaded the patch - the buttons are working perfectly now!!
    Thank you for taking the time to help me out!! I'll be more diligent from now on in checking for updates. Thanks again. James

  • Swap images works in preview but not in browser

    Hi everyone,
    I am attempting to get a swap images to work.  It works in the preview window but not when I preview it in the browser.  When I open it in a browser the states seem to "cycle" through really quickly in rapid succession.  I have linked my png file for you to see.  Any thoughts?
    Thanks,
    denbeck

    Your swap image slice is set to Animated GIF. Change it in the Optimize panel to plain GIF or PNG 8
    Jim Babbage

  • Flash video works onDreamweaver preview but not after uploaded to site

    Hi,
    I created a page with FW CS3 and opened it with Dream weaver.
    Using Flash CS3 I created some video clips. I then inserted three
    video files to the web page. In DW preview mode I can see the
    videos. I copy the source code and pasted it to the index page of
    my website as well as uploaded all the sit files from my hard drive
    folder to the website. The page comes up but not the videos.

    Search this forum for "FLASH" "UPLOAD". You'll find hundreds
    of answers.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "SERocks" <[email protected]> wrote in
    message
    news:g11qep$n8m$[email protected]..
    > Hi,
    > I created a page with FW CS3 and opened it with Dream
    weaver. Using Flash
    > CS3
    > I created some video clips. I then inserted three video
    files to the web
    > page.
    > In DW preview mode I can see the videos. I copy the
    source code and
    > pasted it
    > to the index page of my website as well as uploaded all
    the sit files
    > from my
    > hard drive folder to the website. The page comes up but
    not the videos.
    >

  • Masking works in preview but not when published

    I am dynamically loading higher-res images into a movie clip
    that
    correspond to the place in a 360 degree rotation the main
    clip is at,
    then resizing that movie clip to "zoom" the image. Since I
    don't want
    to overflow the whole screen, I've created another movie clip
    that
    masks the loader movie clip.
    When I preview the flash file, it works perfectly. When I
    publish the
    file, the mask doesn't get applied. Thoughts?
    zoom_btn.onPress = function(){
    if(iszoomed == false){
    loadMovie("zoomimages/" + Math.floor((_currentframe-4)/3) +
    "big.jpg", image_mc);
    stop();
    zoom_btn.onRelease = function(){
    if(iszoomed == false){
    Loading progress loop begins, extra code
    removed...
    if (pcLoaded >= 99){loader_mc._alpha = 0;
    image_mc._visible = true;
    myMask_mc._visible = true;
    image_mc.setMask(myMask_mc);
    .....Loading progress loop ends}
    iszoomed = true;
    }

    Hi Robert,
    as far as I understand your post, you are missing some kind of "button-artwork" in the published file, but do not report a problem with the "action" that the script should perform.
    My guess would be that it will be hard to help you without having a better understanding what your trying to achive and how (are you using a prebuilt component, or did you build the button fron scratch etc....)
    It might be even necessary to have a look at the fla itself.
    M

  • Interactive PDF–buttons working in preview but not in PDF

    I have a series of buttons that reveal hidden graphics. One of those hidden graphics is a background layer, in a separate layer, that should appear when a button is clicked. It is showing up, but in front of all other content, even though the layer is in the background. I have nothing else on the background layer. Also, the preview in InDesign shows this working properly, it's the exported Interactive PDF that is having problems. Any suggstions?

    Show/hide buttons can let you show and hide graphics which have been themselves turned into buttons. But in InDesign, they cannot control the visibility of layers. I think that's because of the way buttons are handled in the PDF file. I think the buttons themselves are seen as a separate layer above the "content" of the PDF.
    You can change layer visiblity with buttons but not in InDesign. You have to do it in Acrobat.
    Create your layers in InDesign. Export as a PDF but in the Export Adobe PDF dialog box, you must select Acrobat 6 compatibility and check Create Acrobat Layers. This takes InDesign layers and makes them PDF layers which you can work with in Acrobat.
    You can either create the buttons in InDesign or in Acrobat, but controlling layer visibility isn't an available action in InDesign. So you'll need to change their action WITHIN ACROBAT.
    In Acrobat, you can choose View > Navigation Panels > Layers. You can turn the eyes on and off to control visibility like in InDesign. Then set the layer visibility the way you want the first button to set and set the action for the first button to be Set Layer Visibility. When you click Add. It sets the visibility to the current state. Repeat the process for the second button.
    In InDesign CS5, to export buttons you'll need to choose File > Export > Adobe PDF (Interactive). Check Acrobat Layers.

  • PayPal button action works in preview but not when published

    Hi! 
    Any thoughts as to why this works correctly in CS5 publish preview but when I publish it I either get no action or (XP comupter) or a blank page (vista).  Any thoughts or insight would be appreciated.  Also, I'm new to flash and here's the button action:
    on (release) {
            //create the LoadVars that will hold our paypal information
            var paypal = new LoadVars();
            //specify the business, amount of the item, shipping, etc.
            paypal.cmd="_xclick";
            paypal.upload="1";
            paypal.business="[email protected]";
            paypal.currency_code="USD";
            paypal.amount="275.00";
            //paypal.handling = "0";
            //paypal.no_shipping = "0";
            paypal.item_name="One Session";
            //added
            //paypal.lc="GB";
            paypal.bn="PP-BuyNowBF";
            //paypal.no_note="1";
            //send our information to PayPal, including all the optional  variables we have collected from customer
             paypal.send("https://www.paypal.com/cgi-bin/webscr","_blank","POST");
    Thanks!
    Robert

    Hi Robert,
    as far as I understand your post, you are missing some kind of "button-artwork" in the published file, but do not report a problem with the "action" that the script should perform.
    My guess would be that it will be hard to help you without having a better understanding what your trying to achive and how (are you using a prebuilt component, or did you build the button fron scratch etc....)
    It might be even necessary to have a look at the fla itself.
    M

  • PortalApp working on Preview but not on Portal

    Hi everybody!
    I'm facing a real very strange situation. I've developed a PAR, which contains two Components. One of them calls the other using AJAX & Prototype. I've tried it on my own machine, and works perfect. I've upload the par to the server which will contain the Portal, created an IView for the par, a Page for the IView, and the preview works fine. But the page doesn't work on the portal. The AJAX request fails, and doesn't reach the server....
    We're connecting the server via VPN.Can that be a problem?
    Thanks in advance, and sorry for my terrible english.
    Eneko

    If application works in Preview and doesn't work in portal page, it could be a permissions issue.
    Did you check the application with same user in both places?
    Previewing the iView with administrator rights is not the same as viewing it in portal with some standrard not-administrator-rights user.

  • Works in preview but not when published in captivate 8?

    My youtube widget used in captivate 8 works just fine in the preview, but when published there's nothing where the video should be, any idea as to why?

    Hi Robert,
    as far as I understand your post, you are missing some kind of "button-artwork" in the published file, but do not report a problem with the "action" that the script should perform.
    My guess would be that it will be hard to help you without having a better understanding what your trying to achive and how (are you using a prebuilt component, or did you build the button fron scratch etc....)
    It might be even necessary to have a look at the fla itself.
    M

  • Flash plays in preview but not online

    My flash video plays fine in dreamweaver and in preview just not when loaded to my hosting server. Which makes me think it but be file target related.
    Any help would be appreciated
    Site is at www.florencevilleagltd.com
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','498','height','325','src','webslide','quality','high','flashvars','flashlet={imageLinkTarget:\'_blank\',captionFont:\'Verdana\',titleFont:\'Verdana\',showControls:fal se,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:10,transitio nsType:\'PixelDissolve\',titleColor:#333333,slideAutoPlay:true,imageURLs:[\'1200gallon.jpg \',\'ck27 HST right side(1).jpg\'],slideLoop:true,frameThickness:2,imageLinks:[\'www.florencevilleagltd.com/p arts\'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','flas h_component','ImageViewer.swc','movie','webslide' ); //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="498" height="325">
                    <param name="flash_component" value="ImageViewer.swc">
                    <param name="movie" value="webslide.swf">
                    <param name="quality" value="high">
                    <param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showC ontrols:false,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:1 0,transitionsType:'PixelDissolve',titleColor:#333333,slideAutoPlay:true,imageURLs:['1200ga llon.jpg','ck27 HST right side(1).jpg'],slideLoop:true,frameThickness:2,imageLinks:['www.florencevilleagltd.com/par ts'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}">
                    <embed src="webslide.swf" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',s howControls:false,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSi ze:10,transitionsType:'PixelDissolve',titleColor:#333333,slideAutoPlay:true,imageURLs:['12 00gallon.jpg','ck27 HST right side(1).jpg'],slideLoop:true,frameThickness:2,imageLinks:['www.florencevilleagltd.com/par ts'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="498" height="325"> </embed>

    I uploaded the js file to the site root folder now and changed the
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    Still not loading

  • Now I'm stuck again - flash overlay navbar works in IE but not Firefox

    >_<  I spoke too soon on my "success".  My flash navbar and flash slideshow is showing up in IE but it's not loading in Firefox.  Can someone please check on their firefox to see if it's loading?  I've updated all flash plugins and firefox versions but it's not loading.
    Here's the link: http://www.butterflyphotography.ca/Portfolio/Glamorize/glamorize.html
    I've already tried changing the various wmode settings and it doesn't do anything in Firefox.  With wmode = transparent for the navbar, and wmode = opaque for the slideshow, I do get what I want in IE, but not in Firefox.  However, I have another page that doesn't have the slideshow (loader.swf) file and the navbar loads perfectly in Firefox.
    Is it the object tags for embedding the files correct?  I thought it should be correct since I got it from the google support site.  >_<  I would appreciate any help you can give me.
    Thanks again.  And thank you for your patience.

    You have an invalid path reference. in one version of the object tag it reads ../../navbar.swf, in the other this is truncated to ../navbar.swf. Hence the browser can simply not find the file (IE and FF each look at differnt parts of the code).
    Mylenium

Maybe you are looking for

  • My review: N95 Firmware v20, one day old!

    Well - I have flashed the firmware and been using my "new" (for it certainly seems like a new phone) N95 all day now. It has only crashed once (curiously enough clicking on the top right link on the http://mosh.nokia.com page, a small green right-fac

  • In itunes, can i save my music on another hard drive other than C?

    i have the program installed on my computer, i would like the music to be saved on another hard drive other than C, is there a way to do that within itunes?

  • Assigning the file path to a text field

    I assume this is simple, but I can't figure it out... I want to be able to print out the the file name on my form -- preferably the full path to the PDF file, e.g. N:\MyFolder\MySubfolder\MyFormName.PDF I have been looking at the GetAttribute command

  • Embedding report in email

    I'm trying to schedule a Crystal report to have the output destination be email. This works fine to attach the result report in the email, but I'm trying to get the report result embedded directly in the email (so an attachment doesn't have to be ope

  • Ordering presentation tables and columns in aswers

    Hi all I have a product dimension structured like : ProductDim All -BA ba name ba number -RA ra name ra number In answers the 'All' which is a presentation column is displayed after BA and RA which are presentation tables .Is there a way to change th