Using non-Flash objects

Hello,
Please excuse me if this message has appeared twice but my
Internet link was broken and I do not know if the previous message
got sent.
I am using Dreamweaver 4.0.
I was horrified to learn from a visitor to my website that
Flash object were not showing, and would not show, unless they
allowed the download of 'Flash' software. For the time being I do
not want visitors to my site to have to allow the download of Flash
software before they can view my site.
I am only using Flash objects as Flash buttons simply to
navigate between pages, that is, change from one page to another.
Please can anyone tell me how I can alter my website design to
allow visitors to navigate from page to page without using Flash
objects.
Thank you for any help that you can give me.
Webtime.

> I was horrified to learn from a visitor to my website
that Flash object
> were
> not showing, and would not show, unless they allowed the
download of
> 'Flash'
> software.
This has always been the case.
> For the time being I do not want visitors to my site to
have to allow
> the download of Flash software before they can view my
site.
Then you must not use Flash on your site for anything other
than cosmetic
'dressing'.
>
> I am only using Flash objects as Flash buttons simply to
navigate between
> pages, that is, change from one page to another.
This is a major mistake. In addition to eliminating those who
do not have
the Flash plugin, you have also eliminated the search engine
spiders, which
will not be able to read your page-to-page links.
> Please can anyone tell me how
> I can alter my website design to allow visitors to
navigate from page to
> page
> without using Flash objects.
Remove the Flash and rebuild your navigation using ordinary
HTML devices.
Want to post a link to your page, so we can make a more
specific
recommendation?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"webtime" <[email protected]> wrote in
message
news:[email protected]...
>
>
> Hello,
>
> Please excuse me if this message has appeared twice but
my Internet link
> was
> broken and I do not know if the previous message got
sent.
>
> I am using Dreamweaver 4.0.
>
> I was horrified to learn from a visitor to my website
that Flash object
> were
> not showing, and would not show, unless they allowed the
download of
> 'Flash'
> software. For the time being I do not want visitors to
my site to have to
> allow
> the download of Flash software before they can view my
site.
>
> I am only using Flash objects as Flash buttons simply to
navigate between
> pages, that is, change from one page to another. Please
can anyone tell me
> how
> I can alter my website design to allow visitors to
navigate from page to
> page
> without using Flash objects.
>
> Thank you for any help that you can give me.
>
> Webtime.
>
>

Similar Messages

  • Inserting Metadata events in a live stream using non-flash client app

    Hi all,
    I wish to insert captions into a live flash video stream.
    I found an example here : http://www.adobe.com/devnet/flashmediaserver/articles/metadata_video_streaming_print.html
    but this example uses a Flash client app wich can invoke something like
    video_nc.call("sendDataEvent",null,inputfield_txt.text);
    How can do this without any Flash client/environment ? (I of course still use an FMS 3.5)
    I would like to use a python (or php...whatever) piece of code to extract caption from VBI in the incoming video stream and insert it in the flash stream.
    Any help / experience appreciated.
    Regards
    Michel

    Well, I'll ask it a different way :
    Is there any documentation on the protocol used between Flash client and FMSI so that I can  "fake" the flash client using php ?
    Is there a way to call sendDataEvent function on the FMSI NOT using a Flash client ?
    Thanks
    Regards

  • Best way to insert non-flash photo album in Dreamweaver CS5.5

    Using Dreamweaver CS4, I created my wife's art website.  It is:  www.tanglewoodbrushstrokes.com
    To insert photo albums, I used Bridge and Fireworks.  Once past the initial learning curve, I was able to create these albums fairly easily.  However, these albums have two limitations that I would like to address.
    1.  Adding or deleting an image requires creating a new album and then posting it on the page.  Now that I have practice, it doesn't take me very long to do this but there must be a simpler way.  As you will see on my wife's site, she has many pages of photo albums.  Moving photos from her "Recent Creations" page means those images my be disbursed over three or four different albums.  So this can be very time consuming.
    2.  The albums created in this manner are flash galleries and are not visible on Iphones or Ipads.
    I recently purchased Dreamweaver CS5.5 so I could use HTML5 in order to make my site work on Iphones and Ipads as well as PC's.  I have nearly completed the tutorial and am about ready to create a new site.  Today I have done some searching for ways to use non-flash galleries and have not come up with a definitive answer.
    As you can see on my wife's website, the galleries are fairly simple.  All I really need is a page of thumbnails leading to a larger image with a description.  I want to keep it that way.
    Any suggestions?

    There is no one size fits all solution to this.  You're using DW to make a gallery and it's not really a gallery creation tool per se.  It's web authoring software.  So whichever gallery solution you choose it's going to come from someplace else.  And then you must integrate it into your HTML pages.
    Personally, I really like dynamic slideshows with jQuery.  Add some PHP code to your page.  Upload jQuery   scripts and optimized images to your server.  Done.
    To swap images later, add/delete files from image folder on server. Done.
    You can see a live demo of this below:
    http://alt-web.com/DynamicSlides/
    http://jalbum.net/
    If you want to generate a lot of different galleries quickly, look at JAlbum.  It's a commercial product that creates the thumbnail images & HTML pages for you.  There are lots of skins (styles) to choose from and you can further customize layouts with CSS.
    http://www.projectseven.com/products/galleries/ssm/index.htm
    PVII Slide Show Magic - extension for Dreamweaver
    jQuery Fancy Box ~
    http://fancybox.net/
    57 Free Image Gallery Solutions with jQuery ~
    http://www.1stwebdesigner.com/css/57-free-image-gallery-slideshow-and-lightbox-solutions/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Non-Serializable objects in webservice

    Hi everyone,
    I'm writing a webservice that connects and performs update on a third-party
    data repository (document management system) through the vendor provided
    framework.
    Some of the objects used in the framework are not serialized, and WebLogic
    Workshop 7.0 won't compile my services because they contain non-serializable
    objects. Those objects are not used as messages or method parameters, rather
    are the member variables of the services.
    My question is how would I go about using non-serialized objects in a
    webservice class with WebLogic Workshop 7.0? I've seen some Apache AXIS
    webservice examples that does the similar thing, but some of the services
    works with non-serializable objects. Do I need to create an EJBcontrol that
    masks non-serializable objects to be used with the webservice?
    Any input is greatly appreciated. I'm still new at webservice programming.
    Thank you,
    Makoto

    Hi everyone,
    I'm writing a webservice that connects and performs update on a third-party
    data repository (document management system) through the vendor provided
    framework.
    Some of the objects used in the framework are not serialized, and WebLogic
    Workshop 7.0 won't compile my services because they contain non-serializable
    objects. Those objects are not used as messages or method parameters, rather
    are the member variables of the services.
    My question is how would I go about using non-serialized objects in a
    webservice class with WebLogic Workshop 7.0? I've seen some Apache AXIS
    webservice examples that does the similar thing, but some of the services
    works with non-serializable objects. Do I need to create an EJBcontrol that
    masks non-serializable objects to be used with the webservice?
    Any input is greatly appreciated. I'm still new at webservice programming.
    Thank you,
    Makoto

  • Flash object not updating (Captivate 6)

    I'm using a flash object on one of my slides. This is a help file. The file was created in Captivate, published, and then I'm putting the flash object onto a slide. When this slide is referenced, the flash file plays. It's a few static screens with forward and back buttons. The issue is that on one of the screens, the wrong text was inserted. I fixed the text, re-published, deleted the flash object from the slide, and put the new one there instead. But when I run the project, it still shows the old version, with the wrong text. I'm not sure why this is. The source file was changed and updated. I've tried restarting the computer in case it's being help in memory, but still, it keeps showing the old version with the wrong text.

    I tried adding a random button to the file, publishing, and using it again. This time, the button didn't show up, but the text updated. So I deleted it and tried the original file again. Still showing incorrect text. I opened the file, added a button, saved it, deleted the button, republished, reinserted the flash file, and now it works. So maybe there have to be changes saved for the file to update? Not really sure how it worked, just glad that it did.

  • Activate a flash object in the browser

    I'm using a flash object in my html and I would like to avoid
    the annoying click every time a flash object should be activated. I
    know there is a way by using a 3th party program or script
    (swobject or something like that) but isn't there a Adobe
    Dreamwweaver/Flash way of doing that?
    /Rudy

    You can uses adobe's approach:
    http://www.adobe.com/devnet/activecontent/articles/devletter.html
    or others:
    e.g. swfobject
    http://blog.deconcept.com/swfobject/

  • Activate a flash object

    I'm using a flash object in my html and I would like to avoid
    the annoying click every time a flash object should be activated. I
    know there is a way by using a 3th party program or script
    (swobject or something like that) but isn't there a Adobe
    Dreamwweaver/Flash way of doing that?
    /Rudy

    Very simple javascript will override the IE7 settings, and
    allow the flash to play each time, without user intevention.
    There's not really another way as far as I know, because this
    depends on the user's browser. Anything that would be done from
    Dreamweaver would be server-side, whereas the Java runs client
    side:
    - Underneath the last <object> in your HTML page,
    insert the following line of Javascript:
    <script type="text/javascript"
    src="ieupdate.js"></script>
    - create a file called ieupdate.js, with the following
    content:
    objects = document.getElementsByTagName("object");
    for (var i = 0; i < objects.length; i++)
    objects
    .outerHTML = objects.outerHTML;
    - Upload the file to your web root.
    Fixed!
    Hmmm, my first post on this forum - It's a bit bland. Can't
    even add code tags around code. Can't see emoticons without
    previewing the topic. Gosh!

  • Shockwave Flash Object and Web Access?

    Can you use Shockwave Flash Object on a Windows form and
    access the internet. I would like to know how to go about doing
    this? I want to like stream video files from the web.

    Not quite sure what you are asking...
    Are you looking for a way to create a web-video player
    outside of the browser? (IE - in a .NET standalone
    application.....) If so, you will want to use silverlight
    (Microsofts best shot at a competitor for Flash, but built into
    Visual Studio), or Adobe AIR - which is essentially a way to create
    standalone Flash applications that work cross-platform.

  • How to read a local file using as3 in a flash object in HTML? [urgent]

    My web site contains a flash object.
    I want to use as3 to read some local .txt file
    by getting the user directory of the file.
    i know AIR can support this by sth like:
    File.desktopDirectory.resolvePath
    but when i open a AIR file for this, it seems
    the action cant be run when i embed it in html.
    And i tried to use the above function in a normal
    flash file in the action script.
    But it cant recognize the File. class..
    How can it be done ?
    It's reli urgent,
    please help...
    Thanks !

    a web based flash app can't detect user directories.  you can use the filereference class'es browse method to let the user locate a file in any directory the user wants.  flash can then retrieve the file's name and type.  but, as mentioned before,  flash can't determine the file's directory.

  • Warning! DSPs 1 in slot 0 are using non-default firmware from device flash:

    Hi,
    Im having a problem on my 2801 router, my fxo and fxs port are not fucntioning, when i check the dsp it shows below; i have tried different ios still the same problems encountered.
    rtr01#show voice dsp detailed
    edsp 0001 01 g729r8 p  0.1 IDLE  50/0/1.1
    edsp 0002 01 g729r8 p  0.1 IDLE  50/0/5.1
    edsp 0003 01 g729r8 p  0.1 IDLE  50/0/6.1
    Warning! DSPs 1 in slot 0 are using non-default firmware from device flash:
    This is not recommended, the IOS default version is 24.3.0
    ----------------------------FLEX VOICE CARD 0 ------------------------------
                               *DSP VOICE CHANNELS*
    CURR STATE : (busy)inuse (b-out)busy out (bpend)busyout pending
    LEGEND     : (bad)bad    (shut)shutdown  (dpend)download pending
    DSP   DSP                 DSPWARE CURR  BOOT                         PAK   TX/RX
    TYPE  NUM CH CODEC        VERSION STATE STATE   RST AI VOICEPORT TS ABRT PACK COUNT
    ===== === == ========= ========== ===== ======= === == ========= == ==== ============
    C5510 001 01 None           0.0.0 bad   idle      0  0                 0          0/0
    C5510 001 02 None           0.0.0 bad   idle      0  0                 0          0/0
    C5510 001 03 None           0.0.0 bad   idle      0  0                 0          0/0
    C5510 001 04 None           0.0.0 bad   idle      0  0                 0          0/0
    C5510 001 05 None           0.0.0 bad   idle      0  0                 0          0/0
    C5510 001 06 None           0.0.0 bad   idle      0  0                 0          0/0
    C5510 001 07 None           0.0.0 bad   idle      0  0                 0          0/0
    C5510 001 08 None           0.0.0 bad   idle      0  0                 0          0/0
                               *DSP SIGNALING CHANNELS*
    DSP   DSP                 DSPWARE CURR  BOOT                         PAK   TX/RX
    TYPE  NUM CH CODEC        VERSION STATE STATE   RST AI VOICEPORT TS ABRT PACK COUNT
    ===== === == ========= ========== ===== ======= === == ========= == ==== ============
    C5510 001 01 {flex}         0.0.0 free  idle      0  0 0/0/0           0          0/0
    C5510 001 02 {flex}         0.0.0 free  idle      0  0 0/0/1           0          0/0
    C5510 001 03 {flex}         0.0.0 free  idle      0  0 0/2/0           0          0/0
    C5510 001 04 {flex}         0.0.0 free  idle      0  0 0/2/1           0          0/0
    ------------------------END OF FLEX VOICE CARD 0 ----------------------------
    #sho voice port summary
                                               IN       OUT
    PORT            CH   SIG-TYPE   ADMIN OPER STATUS   STATUS   EC
    =============== == ============ ===== ==== ======== ======== ==
    0/0/0           --  fxs-ls      up    dorm on-hook  idle     y
    0/0/1           --  fxs-ls      up    dorm on-hook  idle     y
    0/2/0           --  fxo-ls      up    dorm idle     on-hook  y
    0/2/1           --  fxo-ls      up    dorm idle     on-hook  y
    50/0/1          1      efxs     up    up   on-hook  idle     y
    50/0/5          1      efxs     up    up   on-hook  idle     y
    50/0/6          1      efxs     up    dorm on-hook  idle     y
    PWR FAILOVER PORT        PSTN FAILOVER PORT
    =================        ==================
    can somenone help to advice. th

    Hi,
    I see that the DSPware version says 0.0.0 and the current state shows "BAD" which should not be the case. Are you running 12.4(24)T IOS because i see that the default version of DSP should be 24.3.0 as printed in the output. By default the IOS itself contains the default DSPware in it but if it does not show up in your router, try reloading the router to see whether it fixes your issue. If not check the following link which lists the steps to be followed to install a new DSPware on your router.
    http://www.cisco.com/en/US/tech/tk652/tk698/technologies_tech_note09186a0080a7af82.shtml
    Hope that helps
    Regards
    Nitesh
    PS:pl rate helpful posts

  • "Non rectangular objects will not appear correctly when exported using CSS."

    I am using Ind CC 2014 exporting a document to a reflowable epub.  The document contains an .ai image.  The image exports correctly in some parts of the.epub but not others, where it is distorted. There is a warning on export :"Non rectangular objects will not appear correctly when exported using CSS."  Any suggestions appreciated.

    Thanks!
    >
          "Non rectangular objects will not appear correctly when exported
          using CSS."
    created by pooja2087 <https://forums.adobe.com/people/pooja2087> in
    /InDesign EPUB/ - View the full discussion
    <https://forums.adobe.com/message/6886892#6886892>

  • Using Flash objects in Illustrator

    I have a lot of vector objects (icons/graphics etc.) that
    were created in Flash CS3 (not by me) and I want to use/import
    these objects into Illustrator CS3 so that I can modify them
    (change colors, rearrange various shapes in each object etc.). I am
    not very familiar with Flash, but I am very experienced with
    Illustrator, which is why I want to get the objects into
    Illustrator for editing.
    I have tried selecting the object on the Flash Stage and then
    choosing File then Export...I select Illustrator 6.0 as the format
    (the latest version of Illustrator it will export in) and save it
    as a .ai file. When I open the file in Illustrator CS3 only part of
    the object (~40%) appears. Many of the shapes that make up the
    object are missing. If I just select the object and choose Copy
    then Paste into Illustrator the same thing happens.
    I've got to believe that there is an easy/more direct way of
    doing this. As an FYI, each of the objects is saved as an .FLA file
    and a .SWF file.
    Thanks in advance for any help!!!
    Andrew

    I moved the thread to the Illustrator forum.
    You can modify the clipping path just as you do a normal path, just select it in the Layers panel and use the Scale Tool, Free Transform Tool, etc but that shouldn't be necessary, with View->Smart Guides selected you can easily draw a rounded rectangle from the upper left corner to the bottom right corner of the image and thus have it the exact size that you need. While you drag with the Rounded Rectangle Tool you can also use the Up and Down arrow keys to change the roundness of the rectangle on the fly.

  • Can I make a non-flash slide show using Fireworks, with JPEGs not GIFs?

    Can I make a non-flash slide show using Fireworks, with JPEGs not GIFs?

    Look to using jQuery instead of Flash.  There are a variety of redy-made solutions available, just search Google or visit the Dreamweaver forum and ask there.

  • Having to Double-Click Flash Objects in Browser to use

    Hello,
    Has anyone else experienced the annoying Double-Clicking of
    Flash objects in your browser?
    In other words, a Flash object will load and play just fine
    in my browser, but I have to click it once to activate it then
    click again to use buttons.
    I'm assuming this might be a security setting for my browser,
    but I can't figure it out.
    Can anyone assist?

    Ok - you really just need to use the search function here -
    soon this thread will contain replies
    from everyone telling you to search first - because this is
    asked literally everyday and often
    several times per day - yet, it seems to be the least
    searched topic - just google it or search the
    forum - been asked and answered several times per day for
    months - not flaming, just trying to help
    because so often, questions have already been answered here
    many times and searching is just plain
    quicker.
    go here:
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    (it is the google groups archive of this forum)
    and type in "active content"
    over 1600 returns.
    It is the reult of a Eolas vs Microsoft patent lawsuit that
    was top web/tech news just a couple
    months ago. Tons of resources on it - search google or
    adobe.com or microsoft.com.
    good luck
    --> **Adobe Certified Expert**
    --> www.mudbubble.com
    --> www.keyframer.com
    Wallpe70 wrote:
    > Hello,
    >
    > Has anyone else experienced the annoying Double-Clicking
    of Flash objects in
    > your browser?
    >
    > In other words, a Flash object will load and play just
    fine in my browser, but
    > I have to click it once to activate it then click again
    to use buttons.
    >
    > I'm assuming this might be a security setting for my
    browser, but I can't
    > figure it out.
    >
    > Can anyone assist?
    >

  • How to compress non-image object streams using maximum compression in acrobat x pro

    How to compress non-image object streams using maximum compression in acrobat x pro
    Please provide the screenshot if possible. Thanks!

    ZIP is the best compression for non-image streams, and it will almost certainly already have been used.

Maybe you are looking for