Links work in Dreamweaver but not online

Hello, I am trying to figure out why my flash files work correctly locally but don't after I upload them. I am using Mac Flash CS4 and AS2. (They were CS3 files originally)
When I use Safari to view the uploaded files and check the Activity window it shows the files load but they don't show up. I have a main swf and others are loaded into it using:
on (release) {
loadMovieNum("flash/links.swf", 1);
Are there any known bugs/work arounds to be aware of?  Thanks. -Derryl

Almost always when something works locally but not on line... it's a path problem. And I see that you are accessing your .swf from a sub file.... nothing at all wrong with that, but you do need to understand how pathing in Flash works:
Pathing issues
Almost always when it works on the local machine and not the server, it's a pathing problem.
You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
Best wishes,
Eye for Video
www.cidigitalmedia.com
Best wishes,
Adninjastrator

Similar Messages

  • Link works on mac but not on pc

    Hi -
    I am trying to insert a jpg into a dreamweaver file.
    I then upload the html file along with the jpg to my server in a folder called "layout"
    So the url is:  http://www.mysite.com/layout/test.html
    The link works on mac, but not on pc's.
    Any idea why?
    Some links work on pc's like this, and others don't.
    Thanks- It's driving me crazy!!

    The link is not correct....you have it listed as" mysite.com", which I assume is where you are to insert the name of your url.
    Gary

  • Web sites containing mms links work in IE but not Firefox 4.0

    Web sites containing mms links work in IE but not Firefox 4.0. when I play the video in IE, I go into IE, and locate the mms link under properties, when I right click. If I copy the mms link form IE directly into firefox, it will work. There ought to be a better way to do this. Also, I am using a hardware firewall, not a software firewall, and no proxy.

    You need to use the file:// protocol, but you may still encounter problems if you fix that.
    See http://kb.mozillazine.org/Links_to_local_pages_do_not_work

  • I have a JavaScript loop that works in Dreamweaver but not in my browsers. What's missing? Should the page load another script first?

    I know that the code is clean because it runs perfectly in DW (even with the occasional lag). Shorter loop functions have also worked in DW, but not in my Chrome or IE browsers. Is there a script or program that the HTML should run first?

    I'm sorry, of course:
    The Crow Haven Witches and Psychics of Salem
    I am designing a phone psychic hotline (don't ask! ) page, and the loop is supposed to sort the readers according to their availability. Each should appear in their respective listing.
    The setup works perfectly in DW, but none of the scripted material appears in the current page. I will add a photo of how it does look in DW.

  • 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.

  • JQuery Mobile Theme - works Dreamweaver but not online

    I created a new JQuery Mobile Theme in Fireworks CS6: Commands - JQuery Mobile Theme - Create New Theme. Then exported the theme to a folder where I am designing a new mobile app (Commands - JQuery Mobile Theme - Export Theme).
    I opened index.html in Dreamweaver CS6 and changed <link href="jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/> to the new *.css file. I used Find / Replace to change all instances of data-theme="e" to data-theme="y". I saved index.html and clicked on Live View where it looked perfect. I used FileZilla to move all of the files to the server hosting my website. But when I view it either in Firefox or on my Samsung phone, index.html doesn't include any of the CSS formatting. (It had worked online with the CSS formatting when I had just manually edited the color codes in a few places in jquery-mobile/jquery.mobile.theme-1.0.min.css)
    If I view index.html as a file on my computer in Firefox, the css works perfectly. But when I upload the contents of the folder to the server hosting my website, it doesn't.
    I'd appreciate any input on what I'm doing wrong.
    Thanks

    Fixed it myself. I realized that I needed to leave <link href="jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/> in index.html and to add a new line <link href="jquery-mobile/y_theme.css" rel="stylesheet" type="text/css"/>

  • Web graphic links work on Mac, but not PC

    I have two websites. The old one is DogToysAndTreats.com. The new one is FunStuffForDogs.com. I need to change the home page graphic on both of them to point to my shopping cart pages. I have done this and published the changes on both sites. It works on my Mac but not on my PC.
    On www.funstufffordogs.com, the graphic at the top with the bulldogs is supposed to link to http://store.funstufffordogs.com/storefront.aspx. Same thing on www.dogtoysandtreats.com. It works on my Mac in both Safari and Chrome. On my PC, it doesn't work on IE, Safari or Firefox. (BTW, I haven't worked on any of the other links until I can figure out how to do it properly.)
    I don't get why the platform has anything to do with it.
    Lisa

    Looking at your source, the problem may be that the images refer to an external server link from the one actually hosting the website page.  Whenever you try to mix servers on a single page, you depend on the network connectivity being reliable to all the servers simultaneously.  This can be as much a problem on a Mac as a PC.  Sometimes routers have bad router tables, or internet providers do, and this can cause issues for multiserver websites.  Using on your router & network settings an OpenDNS DNS server can help:
    http://www.opendns.org/

  • Applet Works in Eclipse but not Online?

    I've got everything working in eclipse but now when I uploaded it to unix it wouldn't run. Any ideas? I chmod 664 all the java and class files. It won't print to the TextArea for some reason when I uploaded it.
    Here is my source
    http://www2.hawaii.edu/~akinsey/CD.java
    http://www2.hawaii.edu/~akinsey/CDStorage.java
    http://www2.hawaii.edu/~akinsey/CDStorage.html
    That will all compile and run in eclipse but doesn't work online :(

    If it runs in Eclipse, but not when deployed, the problem is probably classpath or security related. This is why those of us who use Eclipse in real production work, rarely use its builds. I always build with ANT and never run from within Eclipse. I alway use what Eclipse calls an "Externally Launched Server".

  • Links work in iWeb, but not in browser

    Using a blank template. established a photoshop background and placed transparent rectangles over the images and linked the rectangles. In iWeb (1.1.2), they work fine. but they do not work in the browser. I noticed a problem someone had by accidentally creating "floating" boxes. I have reworked all of my links with no luck. Help!!!
    www.reachthecity.org
    Message was edited by: v-rob

    I answered your question yesterday:
    http://discussions.apple.com/message.jspa?messageID=10520122&tstart=0
    Nothing has changed.
    The footer of the page covers the links.
    The links themselves are 0x0 pixels. The shape-images are 1x1 pixels.
    Whether or not links work in iWeb is irrelvant. They should work in the browser.
    Check, check, check.

  • DB Link - works via SQL but not via packages

    I have a database link on user ODB on database A, to database B. The DB Link seems fine for SQLs that i do, but doesn't compile in my package code. Please tell me why it works for "regular sqls" but not inside a package.
    Example: while connected as ODB user on database A, if I do this query:
    SELECT "TRAXDOC_DETAIL"."FILE_NAME",
    "TRAXDOC_DETAIL"."FILE_TYPE",
    FROM "TRAXDOC_DETAIL"@TRAXDOC_LINK
    WHERE "TRAXDOC_DETAIL"."TRAXDOC_ROW_ID" = 100031 AND
    "TRAXDOC_DETAIL"."TRAXDOC_LINE"= 2
    It works fine. But the same query inside a package that is owned by user ODB on database A will not compile, stating the table/view does not exist.
    The database link is owned by use ODB on database A, connects directly to the owner of the tables in question on database B.
    Any suggestions welcome... this is an urgent issue, because it also worked fine on my customer's test environment, but not on their Production that they just upgraded. I need to know what to look for as to what could be wrong.

    Thanks so much for your response - Prefixing the call to the table within the package, with the schema owner does indeed solve the problem. Since this is a Production issue, i have implemented this fix in my customer's database.
    However, I would still like this issue permanently resolved. The next time we send out updated package code, this will happen again (unless we then fix it again). I'd still like info from anyone on what exactly must be done to allow the call within the package to work without specifically pre-fixing the table's schema owner. It shouldn't be needed... The DB link is connecting via the same schema on database B that owns the table in question.
    pre-fixing the schema owner is something we don't do in our sql statements, and this has worked fine for many of our cusomer's environments. We're only seeing this issue on one environment.

  • Internal links work in FF but not IE

    After two days of trying everything and searching all forums I have got nowhere so here goes. Site has worked fine but when I created a new page (via save as and from a DWT file) any links on the home page to the new page do not work in IE9 but they are fine in FF. If i change the link to a page created befor the problem then it works fine so the issue is not the location of the link.
    the site is profitmanagement.co.uk but the version up is from before the problem - no point putting up a site that doesnt work!. I've reinstalled IE and have Norton antivirus so I doubt if the issue is malware.
    Thanks

    marinkod wrote:
    when I created a new page (via save as and from a DWT file) any links on the home page to the new page do not work in IE9 but they are fine in FF.
    I'm very surprised they work in any browser. If you use Save As with a DWT file, your links will always be wrong. To create a file from a DWT file, you should use File > New > Page from Template. As long as your DWT files are in the original Templates folder in the site root, the links should be correctly formed.

  • Links work one way, but not the other.

    My site is sbrownarchitects.com.
    When beginning from the Home Page any of the links work. However, when going from any of the pages back to the home page or to other pages, the links do not work. Help! Thanks!
    I believe this is the code that deals with the text? I'm not a code pro quite yet---but its coming.
    <div id="container">
      <div id="sidebar1">
        <h3><a href="index.html" class="navigation">Home</a></h3>
        <h3><a href="about.html" class="navigation">About</a></h3>
        <h3><a href="Portfolio.html" class="navigation">Work</a></h3>
        <h3><a href="people.html" class="navigation">People</a></h3>
        <h3> </h3>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p><strong>646-244-5870</strong> </p>

    There appear to be different versios of those links, particularly in the Work page, where I found the following...
    <h3><a href="index.html" class="navigation">Home</a></h3>
    <h3><a href="production files/About/About.html" class="navigation">About</a></h3>
    <h3><a href="production files/Work/Portfolio.html" class="navigation">Work</a></h3>
    <h3><a href="production files/People/People.html" class="navigation">People</a></h3>
    So you may want to go thru and make sure the links for all pages are consistent.  I'm noticing on those that capital letters are used where they aren't in the other set, so that's something to be mindful of as well.

  • Typekit works with Dreamweaver but not with Muse?

    Why is it that I can use all Typekit's fonts together with Dreamweaver and not with Muse?
    The fonts currently available via the TypeKit font menu in Muse (3.1) are of very low quality. 98% of them are "display type fonts" at best in my humble opinion. I need high quality fonts when designing high quality projects for my customers.
    If I want to use Minion Pro or Futura in my Muse projects — are there any workarounds that does not get lost when I update the site with Muse? For example via the "HTML for <head>" field via the Page Properties dialog window in combination with some other Muse features?
    Does the Adobe Muse Team (or someone else) have a step-by-step guide how to accomplish this?
    Thanks a lot!
    Kudos to The Adobe Muse Team –  Muse is a fantastic piece of software. Easy to work with and really fun to use. Looking forward to the next update!

    This is strange, but hopefully good. 
    I searched for Typekit, fonts and Muse etc on the forums before posting and did not get any relevant hits. But now I think I've found the workaround in the column to the right of this very post under the headline "More Like This".
    http://museinsider.com/how-to-add-typekit-fonts-to-your-muse-site.html

  • Help? PDF link works in FF but not IE???

    Hi....help please - www.webdesignalgarve.com/qdr2       if you click on the link below the page menu saying ' click here to view full project in pdf format' it doesnt work in ie but in FF no problem......can someone tell me whats up please?
    Thanks

    Unfortunately, you cannot rely on this always working.  I, for example, have all .pdf files open outside the browser, so no matter how you have your site set up, it will never open within the browser window.
    I would suggest just linking to the file directly.  If the user has the pdf plugin for their browser, the pdf will open in their browser.  Otherwise, it'll open in their pdf client as normal.
    Hope this helps.

  • Link works in iweb but not after it's published

    It only just started after I added a shape (I made sure to send it backward and whatnot). Anyways, yeah, the link works when I click it in iWeb but refuses to work when it's published. How can I fix this?

    Nevermind. I fixed it.

Maybe you are looking for

  • MacPro Hum and Airport Problems

    Well…first post here and i wish it was more…positive. I love my shiny new MacPro but it does some pretty annyoing things. And I'm sure I'm not the only one experiencing these. When i got my MacPro everything seemed to work perfectly. Absoluetly silen

  • Payment Block Not stopping the payment to vendor??

    Hi All, we have a problem related to Payment Block option in Vendor Invoice. by using FB02 We have updated the payment block for MIRO accounting document against the vendor line item. while processing the vendor payment the blocked invoice is appeari

  • S920 Touch screen glitch

    Hi, I have an ideaphone S920, and I have a problem with the touch screen, when I  playing a game, I am unable to perform a multi touch in a game example Shadowgun. The analog direction key reset (like not pressed) during I pressed action button. Or m

  • IPhone Version of this forum?

    Apple makes quite a big deal about people making iPhone (Web 2.0) compatible versions of their web sites. See; http://developer.apple.com/iphone/devcenter/ and specifically; http://developer.apple.com/iphone/devcenter/designingcontent.html Where is t

  • Cannot "Send to" large .zip files

    We cannot use the "send to" feature to send large .zip files to another document library. I can send small .zip files with no issues. This file is 450mb. I know what your thinking, it over our size limit, however, I can send .pptx that are 700 mb bec