Flash and WordPress

I am having an issue with placing Flash in a WordPRess site.
THe site is at: http://teachangermanagement.com/ in the right side bar.
The first frame of the video seems to be showing, but the skin and controls are not.
Here is the code I placed in the sidebar.php file:
<center>    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="275" height="206" id="andersonMain" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://www.teachangermanagement.com/wp-content/themes/iphonecreative-mag/images/andersonMa in/andersonMain.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="http://www.teachangermanagement.com/wp-content/themes/iphonecreative-mag/images/andersonMa in/andersonMain.swf" quality="high" bgcolor="#ffffff" width="275" height="206" name="andersonMain" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
            </center>
Would anyone have an odea as to why this is happening?
Thanks,
JJ

Please keep in mind WordPress (and most CMS-in-a-box systems) reference from a single location (where the main entry controller is). WordPress references from root.
Here's where you can find your themes template files (follow other links around this page as well):
http://codex.wordpress.org/Theme_Development#Template_Files
All external (XML/images/etc) files referenced by any of your SWF files will need to be in the root of your WordPress unless you add a full absolute URL to all of them. The reason why is the location of the theme files is NOT the location they are loaded from. WordPress runs from root (/). Therefore in your website (say http://www.example.com/) any calls made to external files (XML, images, etc) will come from that location.
e.g.: Even though your SWF is in /images/banner.swf and you also have /images/bannerdata.xml, this will fail:
var ul:URLLoader = new URLLoader();
ul.load('bannerdata.xml');
That won't try to load http://www.example.com/images/bannerdata.xml, that will try to load http://www.example.com/bannerdata.xml. This is because the WordPress main controller is in the root of the site and all other files are included into it. Therefore it runs from the root of the website and all relative references will fail.
3 ways to fix it.
1, use absolute URLs.
e.g.
like http://www.example.com/images/bannerdata.xml
like http://www.example.com/images/banners/someimage.png
2, Place all your assets in root (xml/images/etc). Anything you expected to be in the same directory with your SWF should be in root. Not really ideal and messy.
3, Add relative paths to root and use those in all your calls, like sticking your bannersdata.xml in /images/ and then requesting it from there.
ul.load('images/bannersdata.xml');
If you can edit HTML you can easily insert this stuff in the template files. Make sure you find the right files for the theme you chose.

Similar Messages

  • My MacBook was acting weird so I restarted it and when I login a white screen flashes and goes back to the login page. Help?

    My MacBook was acting weird like sometimes I would log on and I wouldn't be able to type my password for a couple seconds,but it usually logged in after that. Then I left my computer open after installing the recent update after that all my applications were not responding. So I shut it down, when I turned it back on about an hour later it went to this loading screen and then to the login like usual. After I tried logging in a white screen flashed and it went back to the login/ password screen like nothing happened. Any ideas on what happened and what I can do to fix it?

    Reinstall OS X;
    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Adobe 'fixes' for Flash and Dreamweaver

    According to what I've been reading, Adobe added fixes to
    Dreamweaver 8.02 to deal with the Active Content problem created by
    Microsoft when Flash animations are embedded in web pages. Since I
    have an earlier version of Dreamweaver and Flash and am having
    problems like everyone else with that issue, would some 8.02 user
    kindly inform me if this is indeed the case, and what does one do
    in the new version to ensure Flash active content runs as intended?
    Is it something that one must still manually add to the code in an
    .html file, is the correction added automatically, is there an icon
    to press....just how is the new feature/fix used and incorporated?
    I'd like to know before considering an update. Thank
    you..............frank

    http://www.adobe.com/support/dreamweaver/downloads_updaters.html#dw8
    Basically after you update if you add a flash file you get
    this code added to the html file:
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    and that folder (Scripts) and (fileAC_RunActiveContent.js)
    are automatically created with your project. When you import a swf
    file the code that is automatically generated is also updated with
    a snippet of code to fix the AC issue:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','404','height','368','src','~movies','quality','high','pluginspage','http://www.macrom edia.com/go/getflashplayer','movie','~movies'
    ); //end AC code
    </script><noscript>
    You dont really have to do anything other then remember to
    upload the scripts folder to your server when you publish.

  • I've installed CS6 and web Premium on a Mac running 10.9.5, and Dreamweaver,Flash and Illustrator wont launch.  All other components work normally.  In Activity monitor it says Adobe switchboard failed to respond.  Can anyone help solve this issue?

    I've installed CS6 and web Premium on a Mac running 10.9.5, and Dreamweaver,Flash and Illustrator wont launch.  All other components work normally.  In Activity monitor it says Adobe switchboard failed to respond.  Can anyone help solve this issue?

    Release: 4/25/2012
    http://support.amd.com/us/gpudownload/windows/Pages/radeonmob_win7-64.aspx

  • Flash and Fireworks combination

    Macromedia MX: I am working on an image in Fireworks and
    would like to incorporate a flash movie into this image so that I
    can put it into Dreamweaver for my website. A quick example of the
    image is a square inside a square (kinda like a TV set). Is there a
    way to layer the Flash movie into the Fireworks image so that the
    Flash movie plays inside the inner square but is not visible on the
    outer square? (since it would overlap somewhat) Would I import the
    image from Fireworks to Flash and work on it there, or import the
    Fireworks image into Dreamweaver and insert the Flash movie there?
    I am not sure how to go about this task. Thanks for any
    suggestions.

    P-C-Surgeonz;
    You can't "layer"a flash swf into an image, but you can
    "insert" the
    image and flash into your html separately using
    dreamweaver--but IMO
    importing the png fireworks png into flash, and just
    embedding the flash is
    easier. -Tom Unger

  • Bios Flashing and Recovery

    BIOS FLASHING
    We do not recommend using the MSI LiveUpdate tool to update your BIOS! It may be okay for updating your drivers, but please do not use it to flash the BIOS in Windows!
    Windows-based flashing - If you REALLY insist on flashing the BIOS under Windows, if you encounter any error during flashing, whatever you do, DON'T restart your PC! Try again until the flash is successful, otherwise your board will not start! Disable any anti-virus program (along with any other programs) prior to flashing.
    Boards with built-in M-Flash function - While M-Flash work's properly most of the time, it has still proved to be less reliable than the forum tool / manual flash.
    Before flashing your BIOS, you must ensure your system is fully stable! Any instabilities can cause a bad flash and create an expensive paper weight. Included with the forum flash tool is MEMTEST, we recommend running this for 2 or more passes prior to a flash.
    If you do not understand what your BIOS is, or what it does, please read: >> BIOS. What it is, and all you need to know <<
    Our first choice we recommend you use is our own USB flashing tool, developed by Svet.
    It is important to note, that the only way to flash the ME extension of the BIOS of modern Intel boards is through the use special processes. The bios versions posted by moderators here: >>BIOSes<< include the additional files to accomplish this. These bios are all official and are directly from MSI.
    >>>MSI Forum HQ USB Flashing Tool<<<
    If you are unable to use the MSI HQ USB BIOS Flashing Tool
    >>How to create a dos bootable USB stick>>
    It is important to note that if any BIOS, EC FIRMWARE or any other type of FIRMWARE downloaded from MSI for a manual flash contains an BAT file it must be used. Not doing so will cause the flash to fail and require RMA.
    For Intel Users, flash via FPT
         Socket LGA 1150           : >>ME 9 FPT files & Instruction>>
    Many of the bios versions posted here: >>BIOSes<< Contain a .bat file. All you need to do is extract all of the contents of the archive into the root directory of a DOS bootable USB stick and run the bat file from pure DOS.
         Socket LGA 1155 & 2011: >>ME 7&8 FPT Files and instruction<<
    Linux users
    See this topic: >>Flash your BIOS, the Linux way! [beware the dangers!!]<<
    Modified and BETA BIOSes
    Use only at your own risk! All BETA BIOS versions posted by the moderators of this forum are directly from MSI and will not effect your warranty.The use of user modified BIOS versions may damage the board and may void your warranty. Exercise extreme caution in regards to user posted BIOS versions. Please also be aware that MSI and this forum can not be held responsible if you trash your mobo by using a modded, beta or otherwise incorrect BIOS.
    WHEN IT ALL GOES WRONG...
    BIOS RECOVERY
    In many cases, provided the 'bootblock' of your BIOS is not corrupted during a bad flash, the BIOS can often be recovered by following the recovery procedures detailed below. NOTE: this recovery method should not be followed for normal practice of updating your BIOS!
    For Modern MSI Systems, refer to:
    <<Multi-Bios Equipped Mainboards>>
    <<Single-Bios Equipped Mainboards>>
    Legacy Systems:
     For Award BIOS
    Make a bootable floppy disk*
    Copy the Award flash utility & BIOS file to the said floppy disk
    Create an autoexec.bat with "Award_Flash_Utility BiosFilename" in the content (e.g. awdfl823K w6378vms.130)
    Sample on how to create an autoexec:
    a. On Windows, open the notepad
    b. On the notepad, write "awdfl823K w6378vms.130" (without the " ")**
    c. Save the file as autoexec.bat
    Boot up system with the said floppy (it will take less than 2 minutes before screen comes out)
    Re-flash the BIOS & reboot.
    *Need a bootable floppy disk? Look here: http://www.bootdisk.com
    **Make sure you enter the correct filenames for your flasher program and BIOS ROM file!
     For AMI BIOS
    Rename the desired AMI BIOS file to AMIBOOT.ROM and save it on a floppy disk. e.g. Rename A569MS23.ROM to AMIBOOT.ROM
    Insert this floppy disk in the floppy drive. Turn On the system and press and hold Ctrl-Home to force update. It will read the AMIBOOT.ROM file and recover the BIOS from the A drive.
    When 4 beeps are heard you may remove the floppy disk and restart the computer.
     For new boards with AMI BIOS core 8 (4MB)
    Discovered by Jack The Newbie:
    Of course, the steps are similar to the standard AMI BIOS Recovery Procedure for internal floppy drives (rename corresponding BIOS File to AMIBOOT.ROM, hit CTRL + HOME after starting the system).
    What has to be done (tested on P45 Platinum):
    1. An optical SATA Drive needs to be connected to one of the Intel ICH10R SATA ports. {After a lot of testing, I found that it does not work with the same optical drive connected to the SATA Ports hosted by the secondary JMicron Controller.  Also, using an optical drive on the JMicron IDE/PATA port does not help either.}
    2. A proper BIOS File has to be renamed to AMIBOOT.ROM and burned on an empty CD.
    3. CMOS-Clear with main A/C power cable removed from PSU has to be performed. {If this step is not done, the system will reboot after pressing CTRL + Home and will not proceed with recovery procedure.}
    4. Press CTRL + Home to trigger BIOS Recovery.  -> The system should enter BIOS Recovery Routine. {Will basically work with both USB & PS/2 keyboard.  However, a PS/2 Keyboard is recommended as the system will respond earlier to PS/2 Keyboard than to USB Devices.}
    What should happen now:
    1. After pressing CTRL + HOME the LED Status should change to "Intializing Hard Disk Controller" and there should be access to the optical drive connected to the Intel ICH10R SATA ports.
    2. It can take up to 30+ seconds until the BIOS File that was renamed to AMIBOOT.ROM is found. {Drive Bay can be opened to try a different CD without turning off or restarting the system.}
    3. When the system finds the BIOS File, LED Status will change to "Testing RTC" and there should be a message on the screen indicating that the Flash Recovery Procedure has started.
    4.  Since the BIOS File is 4MB in size, it will take a while until the BIOS is actually reflashed.
    Its also possible that BIOS recovery on boards with AMIBIOS8 can be done using a FAT-formatted USB stick, containing the renamed BIOS file. Be warned, in some circumstances it may take several moments before recovery procedure actually begins. See Bas' reply below for further information.
    BIOS recovery on Wind netbooks
    See this post here:
    https://forum-en.msi.com/index.php?topic=130509.msg982711#msg982711
    BIOS recovery on non-UEFI notebooks
    In order to recovery this type of system you will need an FAT32 formatted USB stick.
    Download the applicable bios from MSI's website and rename this bios.
    It must be re-named to either AMIBOOT.ROM or xxxxIMS.ROM / xxxxAMS.ROM  You may need to try each way to determine which one is necessary.
    Then place the renamed bios onto the root directory of the FAT32 formatted USB stick.
    Now you are ready to cover the Notebook.
    To do this, remove the AC power cord and battery. Once that has been completed, install the USB stick you prepared earlier.
    Now, apply AC power (leaving the battery disconnected) and turn on the notebook. Recovery should begin after 5 minutes.
    IF ALL ELSE FAILS...
    Locate the BIOS chip on your mainboard. If it is soldered directly to the PCB like...
    ...then you have no choice but to return the board to your supplier, or to MSI, for replacement.
    To request an RMA from MSI, open a support ticket at https://register.msi.com/ocss/
    If your BIOS chip is in a socket, like...
    ...then you may be able to source a replacement BIOS chip, either from MSI, or from a website such as www.badflash.com
    Updated 11/21/2013, original post by Stu

         A.) Download >>this<< bios archive and place it on your desktop. Do not decompress.
         B.) Download and install the >>MSI HQ Forum USB flasher<< .
         C.) Insert your FAT32 formatted usb stick.
         D.) Make sure that all win 8 options are disabled. (Fast Boot etc) Also make sure the legacy USB is enabled.
         E.) Start the forum flash tool and select option 1. Then point the tool at the compressed archive we downloaded earlier. Then to your USB Flash Drive.
         F.) Boot to the USB from working bios B.
         G.) Once it booted successfully switch to bios A without powering down or rebooting
         H.) Now follow the directions and let the tool flash bios A with desired version

  • I have a Dell Inspiron 1545 and I can't download Adobe flash or Adobe acrobat reader, when I try to play my games it says update flash and when I try to download it the screen comes up blank

    I have a Dell Inspiron 1545 and I can't download Adobe flash or Adobe acrobat reader, when I try to play my games it says update flash and when I try to download it the screen comes up blank

    Try the offline installers:
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)
    For Adobe Reader: http://get.adobe.com/reader/enterprise/

  • How to Create a trigger code for turning on light bulbs in flash and animate images professional cs6

    hi,
        i designed a very interactive music website in illustrator and photoshop and i am trying to animate the main page design in flash professional and eventually publish it as HTML5. There are couple of questions i need to ask before starting
    1) should i import my design in differnet layers from illustrator into flash professional in order to make it easier to isolate and animate specific parts of the web page?
    2) i want to have a roll over effect that allows certain features in the page to turn on and off when the mouse hovers over them. can you explain how to do that? any tutorial videos i could follow
    3) what format should i use when importing my illustrator design into flash professional
    4) how should i animate the content pop out from the safe box into the main screen in flash professional (i have never used this program before, so i will be going off video tutorials and whatever suggestions/help you would have)
    **The idea is to have a content frame fly out of the safe into the screen (the size will increase rapidly and it will fade into the screen as well while rotating 360 degrees for one revolution). The content is a basic rectangular frame i designed in illustrator. The body of this frame will be transparent allowing me to embed the main page features into it eg music, videos, bio etc. All this will be done in the later process, the main issue is figuring out how to animate the content frame into the screen and also creating a click feature that allows the content to fly back into the safe and then the safe closing in.
    Secondly, the trigger code rollover effect that allows certain features light to turn on when the mouse hovers over it and turn over when its not.****

    I think you'll get most flexibility by turning on the feature that lets you keep your Illustrator layers as Flash layers. You'll also want to check the box that lets you make an Illustrator object into a MovieClip for anything that you want to interact with or address through code.
    Add an event listener for MOUSE_OVER that triggers whatever functions you need to create to turn on the features. This means that your object that you will mouse over will need to be a MC, as well as any other objects that will be addressed (for example, calling play()) will need to be a MC. You'll want to have a matching MOUSE_OUT handler that stops MC's, hides them, or whatever.
    You should probably organize your Illustrator file so that the objects you need to address are on their own layers. This includes nested objects. Name things informatively. Remember, if the first import doesn't give you exactly what you want, you don't have to save the change--you can edit your settings or the Illustrator file and try again.
    Look into motion tweens. I highly recommend the books "How to Cheat at Flash" and "Animation with Scripting." I don't really think the way they tell you to script will advance your career if you want to be a software architect, but if you just want to animate the occasional widget, it's fine.

  • I continually get a Java error. I've uninstalled and reinstalled firefox and nothing has helped. I've updated flash and Java.

    I have used Firefox as my default browser for many years. I've recently started getting a Java error message. It pops up continually. I have updated flash and java. I have uninstalled and re-installed Firefox and nothing has helped. I have had to start using Chrome instead of Firefox which I don't care for but I don't have the java error with Chrome. How do I fix this problem? The error reads as follows:
    Java Script Application
    Error: syntax error

    Your '''JavaScript''' error has nothing to do with the Java plugin . It is likely caused by an added extension (the earlier forum threads [/questions/944619] and [/questions/943088] mention disabling or updating the Social Fixer extension will resolve the problem).
    You can read this article for help troubleshooting your extensions: [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • My secondary monitor flashes and blacks out after the 10.7 install.  Any ideas on how to fix this?

    I have installed 10.7 and the secondary monitor flashes and blacks out.  I downgraded back to 10.6 and the problem went away.  I reinstalled 10.7 and the same problem happened again.  The monitor blacks in and out especially when the pointer is placed in the dock area, but it still happens all the time.  My secondary monitor is a ViewSonic 22 inch that is connected to a DVI to display adapter.  Any solutions??
    Thanks

    Talked to AppleCare and it's most likely the fact that my MacBook has 3.0 USB ports and my non official charging cable can't support that. So yeah, I'll try a new cable, hopefully that's the fix.

  • Firefox keeps crashing now that I have Windows 8. I have updatd my Adobe Flash and am not sure what the problem is. Very frustrating.

    Firefox keeps crashing now that I have Windows 8. I have updatd my Adobe Flash and am not sure what the problem is. Very frustrating.

    Hi may you please ask a new question, sclutterd, it gives us troubleshooting info. Nightly is pretty unstable anyways.
    * https://support.mozilla.org/en-US/questions/new

  • Is there a way to play video clips that use adobe flash and if not when are you going to resolve your problem with them ? I won't buy another apple product until you do and I Know I,m not the online.

    Is there a way to play video clips that use adobe flash and if not when are you going to resolve your problem with them ? I won't buy another apple product until you do and I Know I,m not the only one.

    Use the search feature and type in Flash and there are like thousands of posts on this.
    You seem to think you are addressing Apple with your post.  This is a user forum and we are all users just like you.

  • Is there any other solution for Adobe Flash plugin crashing than the posted one about updating Flash and Mozilla? I cannot open any PDF files online and updated both Mozilla and Flash player to most recent with no change in the crashing.

    I was able to open PDFs online until version 8. Since upgrading to version 9 and now 10, I have crashes every time I try to open a PDF online and can see the form briefly for about two seconds before the plugin crashes. I followed instructions on the solution to update Adobe Flash and Mozilla, and they are both to the most recent version and it still crashes every time, no dent in the symptoms with the upgrades. I tried also downgrading to version 3, and it sill crashes. Although in some cases I can get around by saving the PDFs for reading them through Acrobat on my PC, it is a hassle as I do not want to save everything to my drive just to see what it is, plus sometimes forms are generated on a click and I cannot see these forms at all.
    I had to migrate to Chrome as I needed the PDFs and could not wait any longer - any suggestions to make Mozilla work again would be appreciated.

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode] after enabling only the PDF plugin in '''Tools''' ('''Alt''' + '''T''') > '''Add-ons''' > '''Plugins'''. You can also '''Disable''' the PDF plugin and try an alternative, for eg. [https://addons.mozilla.org/en-US/firefox/addon/pdfjs/?src=cb-dl-created pdf.js]. Please also go through the add-on reviews, ratings, help and FAQ.
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]
    [http://support.mozilla.com/en-US/kb/Cannot%20uninstall%20an%20add-on Cannot Uninstall Add-on]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

  • CS5.5 and WordPress Multisite

    So, I upgraded from my CS4 to CS5.5 last week.  I've extremely excited about the Live View / Inspector aspect of editing my php and WordPress projects.  I'm running this on a suped up win 7 box.  I deleted/uninstalled my old xampp setup and downloaded a new one.  I'm going to have a Solr search engine for a WordPress Multisite blog/directory when I'm all done.  So, I spent the time to also set up tomcat and get an instance of Solr running on my local machine.  (not that this is important, but shows I'm not a complete beginner).
    I've followed the tutorials on setting up WordPress to be able to do the testing server, live view and editing.  Everything works fine on a new single blog install (I started a brand new one just to check and to do the Lynda.com tutorials, which are working just fine.)  But, when I go to the Multisite Sub-Blog and set up the discovery of the related links DW gives me a whopping 4 files that are linked.  I can follow the links on the live view pages, but the dynamic linking files are not showing up in the top toolbar?  I can't jump over to the header.php file and then back to the index.php file, because they are not finding all of the linking php files.
    As, I mentioned, it's a multisite only problem, becuase it's working on a single blog install just fine.  I thought maybe it was because of the addressing, the testing folder was different from the root website.  So, I edited the vhosts.conf file and hosts file to add a specific testing domain name and there was no change except that I don't get the error anymore when I set up the testing server that the site url of "/" doesn't match the one I had that was "/mydirectory/".
    This was an older site that was set up in Dreamweaver that I just kept changing all of the local testing environment stuff, but the link to the remote server was still active.  So, I thought that might be causing the trouble because it was going out to that server to try to follow some of the dynamically linked pages.  So, I completely deleted everything and started over with a fresh Site with just the Testing server set up, fresh wordpress, fresh evreything.  I am able to discover the related links in the file right up to when I turn on multisite in a sub-directory install and the whole discovery of related links wigs out.
    If you look at the http://codex.wordpress.org/Create_A_Network I checked the dynamic links at each step.  It worked turning on Multisite and going to network setup, but as soon as I entered the code in the wp-config.php file for defining a multisite and added the .htaccess file then the whole thing breaks.
    I'm sure it has to do with how the path is loaded somehow dynamically, but as many people that there are running this combo, of Dreamweaver 5.5 and trying to work on Wordpress, and maybe a Multisite install since it's so much easier in 3.0+ I was surprised that there was nothing on the web about this issue.
    Thanks for any help upfront.
    Jerry

    The WordPress Multisite does use mod rewrite in .htaccess. The contents of that are found in the link I provided on setting up a WordPress Multisite install found at WordPress.org.  As each of the sub-blogs require the use of elements and data from the main site and structure to draw the pages I do not think that setting up each sub-blog as it’s own site definition would work.  It would still have issues finding the relating files.  I guess, if someone figured out how to use Dreamweaver on a blog hosted at wordpress.com to edit themes and such that would probably flow to solving this issue as well.
    Since this is on a Development XAMPP server on my own machine, if I put the .htaccess code in my httpd.conf file instead would that make a difference?  Or is it the mod rewrite that is the issue no matter where it resides?
    I basically decided to set up each sub-blog as a completely separate “site” for now since all I’m sync’ing is the theme folders anyways at that point and all I was truly after was the Live View / Inspector for making the layout changes.  When I did that though and activated all the plugins that I’m using I noticed some issues with file discovery as well.  I saw in one of the tutorials that there was a way to link a style.css file manually for “design” prior to uploading the site.  Is there anything inside of Dreamweaver that would allow us to manually add the necessary php file for the finder.  I’m pretty sure that it’s getting stuck at the line that is saying (dirname(__FILE__) . “wp-load.php” or something like that (off the top of my head).  Once that relative file would be found my guess is that it would discover all the other ones?  Or there is an issue with the ABSPATH variable being set early on in the WordPress installation.
    At this point I’ve tried a dozen different ways to get this to work and it’s obviously broken.  Since it’s so prevalent (I think a lot of the posts I read had this also as a multisite drupal/joomla issue as well) that it would be something worth figuring out how to provide a work around.
    Jerry

  • Nano 6th generation - flashing and flickering white screen loop

    I have an issue that does not seem to be exactly answered anywhere. 
    1.  The screen was bad and was not responsive when unplugged from the computer.   Black screen, no nothing.
    2.  When connected to the computer it would show up in iTunes, however the screen would go to a white screen for 3 seconds then go out, then you would get about a minute of very faint flickers then back to a white screen for 3 seconds.  This would continue indefinately (Let it go for 2 hours). 
    3.  Even though it was like this I was able to upgrade the iOS and register it and so on.
    4.  Figuring it was the screen I purchased a new one and replaced it.  While replacing it I was able to see the screen and flip through it and so on.  At this point it was working although the battery had almost zero power.
    5.  Finished reassembly, plugged it in the computer.  It is now not recognized by itunes and is in the infinate loop of flashes and flickers.
    6. When not connected to the computer there is nothing just black.
    7 It also does the flashing and flickering when plugged into the wall.
    8.  I did go back and carefully disconnected all connectors and reconnected them all as I saw this as a solution in a post.  Still flashes and flickers when plugged in.
    9 None of the reset procedures do anything.
    Ok all you experts what is the issue?  It is very frustrating especially since it was working.

    same problem as mine, don't know what to do either, when you find out please post.
    thanks!

Maybe you are looking for