Multiple flash audio players embeded in tooltip

I am trying to embed audio players in a drop-down content tooltip. I will eventually have lots of these on a page.
My problem is this:
When I close the div the sound continues to play.
I can also make them play at the same time.
I would like them to autostart when you open the div, but when I do that they both start at once before you've even activated the drop-down content.
I would rather not do the whole site in flash. any help would be appreciated.
thanks!
http://www.anna-callahan.com/corner/index3.htm

I would recommend looking into using SWFObject to dynamically embed the SWFs.  That way, when the div appears you can call the object embed script and have it auto-play, and then remove the SWF from the page entirely when the div closes.
http://code.google.com/p/swfobject/

Similar Messages

  • Multiple audio players embeded in tooltip

    I am trying to embed audio players in a drop-down content tooltip. I will eventually have lots of these on a page.
    My problem is this:
    When I close the div the sound continues to play.
    I can also make them play at the same time.
    I would like them to autostart when you open the div, but when I do that they both start at once before you've even activated the drop-down content.
    I would rather not do the whole site in flash. any help would be appreciated.
    thanks!
    http://www.anna-callahan.com/corner/index3.htm

    I would recommend looking into using SWFObject to dynamically embed the SWFs.  That way, when the div appears you can call the object embed script and have it auto-play, and then remove the SWF from the page entirely when the div closes.
    http://code.google.com/p/swfobject/

  • Flash Audio Players

    I downloaded a Flash player for my website, and I'm trying to
    get it to play mp3's but if you compress them too much theres a
    flash bug where you get this "Chipmunk Effect". Thats where the
    audio is really sped up and sounds like the delicious rock trio the
    chipmunks.
    Anyway, the flash player I'm using doesnt support WMA files
    or anything, but I was wondering if there are players that support
    WMA's and if that woudl resolve/avoid this Chipmunk Effect whooy.
    I have to be able to reduce these audio file's size for my
    site, bandwidth issues... They're just phone calls so it doesnt
    matter if they're over compressed. I just have to be able to get it
    to work right.
    So basically what I'm looking for is maybe a better Flash
    audio player, or better info on what sort of audio formats / audio
    compressions Flash supports. OR anyway to get rid of that chipmunk
    effect when the Flash player is playing MP3s. Anyone have any
    ideas?
    This
    is the player I'm using now

    The way I understand it, if you compress MP3s outside of
    Flash to odd kHz rates that are not multiples of 8, this will
    happen. So if you have a 12kHz compressed file, rather than an 8hKz
    or 16kHz file, this playback problem will happen. Don't take me at
    my word for this, but I recall seeing such an explanation on
    another forum.

  • Flash Audio Player in Blog Help Needed

    Hello...
    I am a Mac user, OS X 10.4.11.
    I use Flash Audio Players on my web pages to stream my radio station. I installed the Flash Player on my Blog, but after a month or so it stopped working. I have tried countless versions of the player and varying code, but cannot get it to work.
    Note, I host my own Flash Player so visitors don't need to install it. Further, I use a free audio streaming service which requires their ad code be activated on the web page for the audio to stream. (Anytime, the stream server is reset or interrupted the web page must be refreshed to reactivate the audio stream. A bit of a hassle, but you can't beat FREE!) I have installed this code at the bottom of any of my web pages streaming audio and at the bottom of my Blog. And again, initially the Flash Player streamed the audio fine on the Blog.
    Here are the web pages to visit to review situation:
    Stevo In Yr Stereo Radio "Mind-Altering Music" This is where you can view the source for the code I use to stream audio with the Flash Player.
    Nightmare City Halloween Blog This is where the code is no longer working.
    I stream audio with the following IP & Port: 87.98.170.118:8424
    When the Flash Player HTML Code ask for the "MP3 URL" how might I configure the IP & Port to work on the Blog?
    Finally, I do use a redirect URL when necessary via DynDNS.com, but even my redirect URL fails to work in the Blog.
    Any insight and assistance regarding this matter is greatly appreciated. Thank you.
    Stevo

    If I'm in the wrong place asking this question can anyone direct me to the proper place to ask where I will encounter someone with a solution? Thank you.

  • Flash audio quality

    Is there a way to determine the quality (bitrate) in a flash audio stream? I wanted to know this if I were to record the stream in order to maintain the same quality. Thanks.

    I haven't seen any Flash audio players show the stream quality, but that would depend on the player and how it was programmed by its developer. It's not a standard feature of Flash Player (at least not that I know of). If there's no "tool" panel in the player that gives stream specifications, you'll probably need to contact whoever produces/hosts the stream and ask them about the bit rate.
    If you have further questions about Flash, you'll probably want to post in Adobe's forums. Flash isn't an Apple product and definitely isn't QuickTime, so this probably isn't the best place to get answers to Flash questions.
    Regards.

  • After embedding youtube video, my audio players disapeared

    Hi,
    I embedded a youtube video (by editing the text file after exporting the iweb page to my desktop) on a page that also had audio players on it, and now the audio players don't show up. I tried repeating the process, with the hopes that something just got lost in translation, but no luck. Any help would be greatly appreciated!
    Simon

    Thanks Christopher,
    I was thinking about it, meanwhile I'm still trying to do it the way I suggested. I'm able to embed the clip but just not in the right place, just don't know where to paste the code, I thought perhaps there is a command in ActionScript to sort this out
    Cheers

  • Help adding multiple HTML5 audio files to a single web page

    Hello!
    I'm designing a site in Adobe muse for a composer. I've been able to get a single audio clip to play in all browsers, however, when I try to add a second clip to the same page I run into a problem. The second clip won't play in Chrome unless I click on the first clip.
    I would really appreciate any suggestions.
    Thanks!

    Hi MacUser 123,  I'm just a amateur-hacker but I do have some experience with audio and video  players and HTML 5. 
    I'm not 100% sure, but I think  allowing the browser to  supply an audio player has its limitations.  I would guess that it would not allow you to have multiple players on one page,  I'm not surprised by this.  Also one of the biggest problems with audio and video players is that each browser type is different, and requires different file types.  You have the right idea in your source code by using mpegs, oggs and MP3s.
    In my experience I have found with audio,  that it's best to have a "player"  embedded in the webpage.  I have had success over the years with players sometimes known as jukeboxes.  There are quite of few players available out there from companies like Allweb,  Pickle Player, etc., there's a whole bunch of them. I think you might want to do a search and come up with something  that you think will work for you. It can get very complicated;  you're going to have to deal with CSS,  cascading style sheets,  and some code situations.
    I'm not sure if there are any quick fast fixes.  I  like "Pickle Player,"  but it's shaky, as a lot of this software is. I wish I could be more positive, but I have found it's just a long journey full of hit and miss, trial and error.
    If you think audio players are problematic, wait to you get to video players -  I've spent months trying to get those things working.
    The experts are either way to sophisticated in their knowledge-base for me,  or they are so inexperienced  that they are no help at all.
    Good luck,  you're going to need it,  if I can be of any further help let me know.
    Maybe someone out there has some better ideas for you,  but that's about it for me,  that's the limitation of my experience  and knowledge.
    Joe R
    Message was edited by: Joe Renzetti

  • Can quicktime play an video track with multiple alternate audio tracks?

    Hi,
    If I have a video track with multiple alternate audio tracks (say different languages), can a user select the audio track of his choice and play in Quick time?
    Thanks,
    Apurva

    Does quick time/ safari have this capability?
    QT (i.e., the QT structure embeded in current Mac OS/device IOS versions) has the ability to switch between alternative audio tracks assuming the file is properly encoded and the compression format is supported. QT 7, QT X, iTunes, and similar app player GUIs can switch between such tracks during playback but the QT plug-in cannot. In a similar manner, devices like TV can switch between such tracks but an iPhone cannot just as an iPhone can select "Chapters" but the QT browser plug-in cannot but an iPhone file programmed with both chapters and alternate audio tracks can be played back through a TV device and access both chapters and alternative audio tracks.
    What I want to use is one video track with alternate audio tracks in a set level manifest and play this using HTTP Live streaming. I'm using the manifest mentioned here :
    http://tools.ietf.org/html/draft-pantos-http-live-streaming-07#section-8.7
    Since I do not use playlists, I am not familiar with the approach in your example. If I want alternate audio and/or video tracks, I create standalone video files with these features built in. Nor do I use RTSP if that is what you mean by "live streaming" of content. If I want to "stream" the content, I use "Fast Start" files programmed to open in the QT player app which supports these features or create reference or QT Media Link files that do the same thing.
    As you mentioned, Safari on my iPhone is playing the default/first alternate audio track mentioned but not giving an option to switch tracks.
    Neither Safari nor the Video app GUIs on your iPhone have a built in switching option. The only way to switch to alternate audio tracks is to do so with QT 7 Pro or possibly iTunes before loading or streaming the video file. (Am still speaking about a standalone file here and not a programmed playlist/RTSP switch.)
    However Quick time on my Mac machine only plays the audio with the the video stream and not the alternate audio track.
    The QT player app GUI only switches between tracks that are stored as part of the standalone file. Basically, QT files may contain up to 99 individual data tracks. In alternative audio videos, multiple audio tracks are added to the file by an editor like QT 7 Pro but only one track is designated as "active." All other tracks are designated as "inactive." The QT player GUI allows the viewer to select which audio track he or she wants to hear and then turns off the current audio track and turns on the selected audio track. Otherwise all active tracks would play simultaneously.
    Is there a way to switch tracks on my iPhone on Safari?
    As previously noted, the default track can be manually changed by QT 7 Pro or, I believe, iTunes (used to have this capability) before actually loading or streaming content.
    Does quicktime have this capability?
    As far as I know, only with regard to stand alone files programmed with multiple alternate tracks. I am not a HTML, HTML5, or Java programmer so I assume there may be web alternatives here but they would be beyond the scope of my expertise.
    Do you know any free player that can do this?
    Again, I don't use either playlists or RTSP so I've never had a need to look for/use alternative players that might meet your needs. I simply find it easier to build files that work correctly in current player app/device GUIs already having these capabilities.
    Or the very last option, can I build a player to do this? If yes can you suggest where/how I start?
    Once again, I assume this might be possible but not part of my experience since, for my part, easier work flows are available.

  • Video and audio players will not show in Firefox. Players show in Safari and Chrome. (Mac computers). Do I need a plug-in?

    Tested on 3 apple mac computers:
    Mac Pro, Mini Mac and Macbook Pro.
    Each computer running Mountain Lion and Firefox 11.8.800.94
    Video and audio players not showing on website (video player is JWPlayer)
    Error on video player placeholder says 'No video with supported format and MIME type found'
    When the same site is access via either Chrome or Safari then the video and audio players show with all of the controls.

    You get this error if the video tag is used and not an object or embed tag that specifies a Flash player.<br />
    So this doesn't look like a problem with the Flash player as it is most likely not used in this case.<br />
    If there is fall back code to use a Flash player then it isn't working.
    Clear the cache and the cookies from websites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"

  • Flash Audio Problem -- Audio stops abruptly

    Gidday guys,
    As part of a website, I currently have a page that includes
    11 different flash files. For each flash file, visitors can click a
    button to play a small audio clip, and click the button again to
    stop the clip from playing.
    The problem I have is that each flash file plays 1-2 seconds
    or so of it's sample before stopping abruptly. Each sample is
    supposed to be around 20 seconds long. IF I remove 10 of the 11
    flash files from the page, the one that is still there will play
    fine - but as soon as I introduce multiple flash files, the audio
    starts dropping out again.
    I've tried arranging the audio into the flash files in two
    ways.
    Firstly, I just linked the mp3 files from the library to the
    stage via
    quote:
    soundInstance = new Sound();
    soundInstance.attachSound("voice");
    & then
    quote:
    soundInstance.Start;
    noticing that this caused a problem, I tried making a flash
    file that called a .swf with the streaming sound in it such as:
    quote:
    playbit.loadMovie("annavoice.swf");
    but the problem still remained. I've tried it from 2
    different PCs, and the problem shows in both. It's not a bandwidth
    issue, as it occurs whether I try to load the page locally or from
    my server...Any suggestions for solving this problem would be
    really really appreciated - cheers gang. :D

    "I can't seem to find any help on the Flash/Macromedia pages..."
    http://www.adobe.com/support/forums/

  • Flash Audio Jukebox in a template

    I recently purchased the D.W. Flash Audio Audio with JukeBox extension, it works great & is easy to install & use. But I came across something that hopefully can be answered.
    I inserted the Audio player along with JukeBox with 3 songs onto a template that is used on 3 Html pages... In Liveview on the template everything works with sound great. But when the template is applied to the 3 html pages, I can only see the Audio & Jukebox nothing plays and it just sits there streaming ???
    Do I need to insert the Flash Audio individually on every Html page ??? I thought a Template apply would carry over all components, I can see the flash player code in the HTML page just like it is in my Template ??? Any help would be appreciated.   
              Thanks Pat

    You're going about this wrong way.
    1) Build an HTML document with ALL the shared page elements (menus, players, headers, footers, etc..)
    When you're satisfied that it displays and performs well in all browsers, save this prototype page as a Template (.dwt).
    2) Add some editable regions to your template for content that will change from page to page.  This must include editable regions in the document <title> and <head> tags, too.
    3) Save and close your template.
    4) File > New Page from Template. This child page will contain everything your Template page contains.   Save as index.html (your default home page).  Repeat step 4 to create other site pages.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How do you turn off Flash audio when using captivate Nav bar?

    Hi Guys and Girls
    I have an imported flash file that plays an audio track,
    I have no problem turning the audio off, when the user uses
    the button within the flash file to go to the next slide in the
    captivate movie...
    on(release){
    stopAllSounds();
    _root.rdcmndNextSlide = 1;
    BUT if the user decides to use the navigation bar within the
    captivate movie it all goes pair shape.. The flash audio continues
    to play into the next slide. Anyone have a know how to solve this
    problem?
    How do you tell flash to stop playing the audio when using
    the captivate navigation bar?
    (The flash file is a flip book and the audio NEEDS to stay
    within the flash file)
    Cheers
    Aquil0

    Thank you! Thank you! Thank you! This totally solved my issue. I had a Captivate 4 movie using an embeded animation that had audio. It would play the audio again when the next slide appeared. I have to use Captivate 4, because my audience still uses Flash 7 (yikes). However, if you have Captivate 5 and are having this problem there is a widget that solves this issue: http://blogs.adobe.com/captivate/2010/11/animations-%E2%80%93-audio-sync-issue.html#commen t-3872
    Thanks!
    EliteEraser

  • Flash audio - PLEASE HELP!

    Dreamweaver has included in its program the best looking
    flash players I have seen.
    When you go to Insert ---> Media ---> Flash
    Video........that's what I am refering to
    But this is for adding video to your site using the player
    designs provided in Dreamweaver
    Is is possible to use this same method and player syles, but
    for Audio files instead of video - SWF, MP3, .... any audio files
    Please, I really need to add audio to my site
    I tried Swish Jukebox but apparently you cannot add the same
    player style more than once on the same page (which is strange)
    If there is a way to use the Flash Video insert feature for
    audio files?
    I would greatly appreciate the help please
    Any ideas?
    Thanks for your time

    http://musicplayer.sourceforge.net/
    I found that I had to go outside to get a Flash audio player,
    and used the one found at the link above.
    See
    http://www.tfrog93.com/audio/audio.htm
    for the live example, working through Dreamweaver MX2004.
    dwight

  • Use of Multiple partition in multiple flash regions

    I have a Windows Embedded Compact 2013 device with NAND flash. I want to have multiple Flash file systems in different flash regions. How can I configure multiple files systems in different flash regions? How should the regions look like so that they can
    be mounted automatically. It works fine for one file system, but I am not able to mount a second file system in a different region automatically.
    Regards
    Norbert

    I have changed my configuration. now I have two instances of my NAND driver and try to mount them, but the second Partition always failed to format with error 87 (invalid Parameter). Here is my Registry configuration:
    [HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\MSFlash]
            "DriverPath"="Drivers\\BuiltIn\\NAND"
            "Order"=dword:0
            "BootPhase"=dword:0
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash]
       "PartitionDriver"="flashpart.dll"
      "MountAsBootable"=dword:1
      "AutoPart"=dword:1  
       "EnableCache"=dword:0
       "DriverPath"="Drivers\\BuiltIn\\NAND"
       "Name"="NAND"
       "AutoFormat"=dword:1
       "Flags"=dword:1000
       "LoadFlags"=dword:1
       "BootPhase"=dword:0          ; Make NAND available in BootPhase1, to load the persisted registry
       "DefaultFileSystem"="FATFS"  
       "FormatTFAT"=dword:1
       "CheckForFormat"=dword:1     ; Ask the OAL if we should format on boot (i.e. cold reset)
      "Dll"="exfat.dll"
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash\PART00]
       "Folder"="Flash"
     "AutoMount"=dword:1
     "AutoFormat"=dword:1
    [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NAND]
     "Flags"=dword:1000
        "Profile"="MSFlash"
        "IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
        "Order"=dword:0
        "FriendlyName"="TI NAND FLASH Driver"
        "Dll"="flashmdd.dll"
        "FlashPddDll"="BSP_nand.dll"
        "Prefix"="DSK"
        "MemBase"=multi_sz:"50000000","08000000"
        "MemLen"=multi_sz:"00001000","00001000"
        "Prefetch"=dword:1
       "Index"=dword:1
    [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NAND2]
        "Profile"="HDProfile"
        "IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
        "Order"=dword:1
        "FriendlyName"="TI NAND FLASH Driver2"
        "Dll"="flashmdd.dll"
        "FlashPddDll"="BSP_nand.dll"
        "Prefix"="DSK"
        "MemBase"=multi_sz:"50000000","08000000"
        "MemLen"=multi_sz:"00001000","00001000"
        "Prefetch"=dword:1
       "Index"=dword:2
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\HDProfile]
       "MountAsBootable"=dword:0
       "AutoPart"=dword:1  
       "AutoFormat"=dword:1
        "EnableCache"=dword:0
        "DriverPath"="Drivers\\BuiltIn\\NAND2"
        "Name"="NAND2"
        "PartitionDriver"="flashpart.dll"
        "DefaultFileSystem"="FATFS"
       "FormatExfat"=dword:0
        "FormatTFAT"=dword:0
       "Dll"="exfat.dll"
       "CheckForFormat"=dword:1 
       "FullFormat"=dword:1
       "SecureWipe"=dword:1
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\HDProfile\PART00]
       "Folder"="SysLog"
      "AutoMount"=dword:1
      "AutoFormat"=dword:1
    Any Idea?

  • Blogger / Flash audio widget spacing problem

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0157_01C8E5D5.30A1E450
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    Please excuse me re-posting this question, but I have new
    info and =
    needed a new subject line. :-)
    I'm trying to use a very nice little Flash audio player
    script on a =
    Blogger page. Here's what it looks like on a simple HTML
    page:
    http://ayersvirtual.com/deleteme.htm
    On that page above, in all my browsers, the spacing above and
    below the =
    audio player is fine. That's what I want.
    But when I put the same code in a Blogger post, there are
    massive =
    top-bottom margins in Firefox 3, and none at all in IE 7.=20
    Here is a sample Blogger post showing this:=20
    http://pattyayers.blogspot.com/2008/07/blogger-flash-audio-player-problem=
    .html
    I dug through Blogger's CSS, and don't see anything that
    should cause =
    this. I added a line of CSS targeted at the <object>
    tag, zeroing its =
    margins, but that didn't do it.=20
    Any help with figuring this out would be MUCH appreciated!
    --=20
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    ------=_NextPart_000_0157_01C8E5D5.30A1E450
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.6001.18063"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY>
    <DIV><FONT face=3DArial size=3D2>Please excuse me
    re-posting this =
    question, but I=20
    have new info and needed a new subject line. 
    :-)</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>I'm trying to
    use a very nice little =
    Flash audio=20
    player script on a Blogger page. Here's what it looks like on
    a simple =
    HTML=20
    page:</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><A href=3D"
    http://ayersvirtual.com/deleteme.htm"><FONT
    face=3DArial =
    size=3D2>
    http://ayersvirtual.com/deleteme.htm</FONT></A></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>On that page
    above, in all my browsers, =
    <STRONG>the=20
    spacing above and below the audio
    player</STRONG> is =
    fine. That's=20
    what I want.</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>But when I put
    the same code in a =
    Blogger post,=20
    there are <STRONG>massive top-bottom margins in Firefox
    3</STRONG>, and=20
    <STRONG>none at all in IE 7</STRONG>.
    </FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>Here is a sample
    Blogger post showing =
    this:=20
    </FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial=20
    size=3D2>
    http://pattyayers.blogspot.com/2008/07/blogger-flash-audio-playe=
    r-problem.html</FONT><A=20
    href=3D"
    http://pattyayers.blogspot.com/"></A></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>I dug through
    Blogger's CSS, and don't =
    see anything=20
    that should cause this. I added a line of CSS targeted at the
    =
    &lt;object&gt;=20
    tag, zeroing its margins, but that didn't do it.
    </FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>Any help with
    figuring this =
    out would be MUCH=20
    appreciated!  :-)</FONT></DIV>
    <DIV><BR><FONT face=3DArial size=3D2>--
    <BR>Patty Ayers | </FONT><A=20
    href=3D"
    http://www.WebDevBiz.com"><FONT
    face=3DArial=20
    size=3D2>www.WebDevBiz.com</FONT></A><BR><FONT
    face=3DArial =
    size=3D2>Free Articles on=20
    the Business of Web Development<BR>Web Design Contract,
    Estimate Request =
    Form,=20
    Estimate
    Worksheet<BR>--</FONT></DIV></BODY></HTML>
    ------=_NextPart_000_0157_01C8E5D5.30A1E450--

    Yeah, it does make me appreciate Wordpress. I would have
    stuck with it, but
    when I found out that you have to pay to edit your CSS (on
    their hosted
    plan), I switched back to Blogger!
    I'll keep my eye on that beta ("draft") version of Blogger. I
    have to be
    cautious with my client's account, but maybe I'll try it for
    my own blogs.
    Thanks again...!
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    "Mad Dog" <[email protected]> wrote in
    message
    news:[email protected]...
    > I'm glad it worked. Yes, it's weird how Blogger adds
    <br>s, but remember,
    > it's for the masses who still act like they're on
    typewriters, so it does
    > make sense for most people. As I mentioned, the new
    version (in Draft mode
    > now) supposedly will get rid of that. Funny....the first
    thing I was going
    > to tell you want to remove anything more than a single
    space from the
    > <object>.....
    >
    > I'm surprised the setting affects everything. I would
    have expected it
    > would only affect a new post, not everything!
    >
    > Makes ya appreciate Wordpress, doesn't it? (Though I do
    like the interface
    > in Blogger)
    >
    > Anyway, glad I could help point you in a direction.
    >
    > MD
    >
    > P@tty Ayers ~ACE wrote:
    >> I think I found a way! I can't leave that setting
    turned off, because
    >> my client needs it turned on. (What a bizarre and
    silly way Blogger
    >> handles something as simple as paragraphs of text!)
    >>
    >> But, if I remove every ounce of white space from the
    <object> tag
    >> before I paste it in, Blogger doesn't add any
    <br> tags into it.
    >>
    >> I believe this is going to work. Mad Dog, thank you
    VERY much for
    >> giving me the clues I needed. I truly appreciate
    it!! This was really
    >> about to drive me crazy.
    >>
    >> --
    >> Patty Ayers | www.WebDevBiz.com
    >> Free Articles on the Business of Web Development
    >> Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    >>
    >> "P@tty Ayers ~ACE"
    <[email protected]> wrote in
    >> message news:[email protected]...
    >>>
    >>> "Mad Dog"
    <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>
    >>>> First...try going into the SETTINGS >
    FORMATTING and change
    >>>> "Convert line breaks" to "No." That might
    help, but might not.
    >>>> Blogger loves adding <br> and has been
    known to add them in
    >>>> embedded objects.
    >>>
    >>> That stops Blogger from adding <br /> tags
    into my <object> code!
    >>> Yay!! But unfortunately it left all of my blog
    posts completely without
    >>> any
    >>> paragraphs at all. If this was just for *my*
    blog, I could just add
    >>> the <p> tags in (which I tried, and it
    works). But it's for my
    >>> client's blog, and she's not going to do that.
    >>>
    >>> Does Blogger seriously not have a setting where
    hard returns are
    >>> turned into normal paragraph tags?? It's either
    <br> tags everywhere
    >>> and anywhere, or nothing??
    >>>
    >>>
    >>> --
    >>> Patty Ayers | www.WebDevBiz.com
    >>> Free Articles on the Business of Web Development
    >>> Web Design Contract, Estimate Request Form,
    Estimate Worksheet
    >>> --
    >>>
    >>>
    >>>
    >>>>
    >>>> If that doesn't do it, try using the new
    Draft version of Blogger
    >>>> (
    http://draft.blogger.com/).
    It's still a work in progress (it won't
    >>>> Autosave!) but it doesn't add the automatic
    <br> linebreak. Check
    >>>> out more info about it at
    >>>>
    http://bloggerindraft.blogspot.com/2008/06/new-feature-new-post-editor.html,
    >>>> especially about halfway down. It's
    certainly worth a try!
    >>>>
    >>>> (I used Draft Blogger when I was away a
    couple of weeks ago since
    >>>> if you advance date a post, it won't show up
    until then, unlike the
    >>>> current version which posts it immediately
    but with an advance
    >>>> date. Doh!) MD
    >>>>
    >>>>
    >>>> P@tty Ayers ~ACE wrote:
    >>>>> The "Edit HTML" window in Blogger is a
    strange thing. I never see
    >>>>> much HTML in there. There are no
    <p> or <br> tags, just my text.
    >>>>> The code that I paste into the "Edit
    HTML" window has no extra <br
    >>>>> /> tags. Blogger apparently adds them
    before publishing the page.
    >>>>>
    >>>>> In other words, no, I can't manually
    remove them, because they're
    >>>>> not shown to me. :-(
    >>>>>
    >>>>> Do you use Blogger, MD? Is the "Edit
    HTML" feature like that for
    >>>>> you, also? Any other ideas?
    >>>>>
    >>>>> --
    >>>>> Patty Ayers | www.WebDevBiz.com
    >>>>> Free Articles on the Business of Web
    Development
    >>>>> Web Design Contract, Estimate Request
    Form, Estimate Worksheet
    >>>>>
    >>>>> "Mad Dog"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> Have you gone into the HTML window
    and manually removed them?
    >>>>>>
    >>>>>> P@tty Ayers ~ACE wrote:
    >>>>>>> Yup, Blogger has added 7 <br
    /> tags *inside* my <object> tag.
    >>>>>>> Argh. What I need is a way to
    stop Blogger from doing that. I
    >>>>>>> wonder if I can trick it
    somehow.
    >>>>>>>
    >>>>>>> --
    >>>>>>> Patty Ayers | www.WebDevBiz.com
    >>>>>>> Free Articles on the Business of
    Web Development
    >>>>>>> Web Design Contract, Estimate
    Request Form, Estimate Worksheet
    >>>>>>>
    >>>>>>> "P@tty Ayers ~ACE"
    <[email protected]> wrote
    >>>>>>> in message
    news:[email protected]...
    >>>>>>>> I'm sure you're both right,
    but there are no <br /> tags in the
    >>>>>>>> <object> code that I
    enter into Blogger. For some perverse
    >>>>>>>> reason, Blogger adds them.
    Not sure where that leaves me. :-( Any
    >>>>>>>> ideas? --
    >>>>>>>> Patty Ayers |
    www.WebDevBiz.com
    >>>>>>>> Free Articles on the
    Business of Web Development
    >>>>>>>> Web Design Contract,
    Estimate Request Form, Estimate Worksheet
    >>>>>>>> --
    >>>>>>>>
    >>>>>>>> "Speculumcm"
    <[email protected]> wrote in message
    >>>>>>>>
    news:[email protected]...
    >>>>>>>>> Osgood escribió:
    >>>>>>>>>> You have quite a few
    <br /> tags within the <object> tag
    >>>>>>>>>> itself which
    should'nt be there and will cause spacing issue.
    >>>>>>>>>> I'd remove them and
    see what happens.
    >>>>>>>>>>
    >>>>>>>>>
    >>>>>>>>> Yep, Osgood it's right,
    remove <br /> tags within <object> tag
    >>>>>>>>> and <embed> tags
    as well. Something like this:
    >>>>>>>>>
    >>>>>>>>> <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    >>>>>>>>> codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    >>>>>>>>> width="290"
    height="24"> <param name=movie
    >>>>>>>>> value="
    http://mojomom.com/podcast/audio-player/player.swf"><param
    >>>>>>>>> name=quality
    value=high><param name="LOOP" value="false">
    >>>>>>>>> <param name="wmode"
    value="transparent"><param name="FlashVars"
    >>>>>>>>>
    value="playerID=1&amp;soundFile=http://media.libsyn.com/media/mojomom/Mojo__Mom_and_Momma _Zen_v1.mp3">
    >>>>>>>>> <embed
    src="http://mojomom.com/podcast/audio-player/player.swf"
    >>>>>>>>>
    FlashVars="playerID=1&amp;soundFile=http://media.libsyn.com/media/mojomom/Mojo__Mom_and_M omma_Zen_v1.mp3"
    >>>>>>>>> quality=high
    >>>>>>>>> pluginspage="
    http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
    >>>>>>>>>
    type="application/x-shockwave-flash" width="290" height="24"
    >>>>>>>>> loop="false">
    </embed> </object>
    >>>>>>>>>
    >>>>>>>>>
    >>>>>>>>> Eso lo arregla
    definitivamente
    >>>>>>>>>
    >>>>>>>>> Saludos
    >
    >

Maybe you are looking for

  • HT1338 iPhoto library won't open.

    My iPhoto library was working fine until recently when I tried to import photos from my camera to my library.  Now when I try to open iPhoto, I get a spinning wheel and none of the pictures in my library show up. I have the latest software update, an

  • Adaptive Display can't be disabled

    I have turned off adptive display via the Power CP and it is not disabled. I have Win 8, however, this feature was introduduced in Win7. Anyone has a solution?

  • Apple tv 2 recognizes router but is taking 14 hours to download on  12mb connection?

    Apple TV 2 recognized router but is taking 14 hours on a 12mb connection. Any ideas?

  • Using somExpression in a function

    I have some event script that I would like to make into a function.  Because the object on which I would run this function (and many other similar functions) are on different subforms and such, I would love to be able to use the somExpression in my f

  • GUI Status (or look-a-like) Within A Box

    I would like to place buttons within a box, but I would like to see them at the top and within a framed area inside the box.  A good example is how an ALV Grid's buttons look in relation to the grid. Does anyone know how to accomplish this.  Graphica