Re:DW8 flash on template page not shows flash

Hi Murray,
When I changed it to relative nothing changed, the .dwt works
fine but not
my other pages based on the template. Maybe there is
something wrong with
the editable regions?
Thanks for your help
Sam
Make the link to your Flash file be a root relative one.
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
==================
Hi all,
I have a template based page with one flash animation.
When I preview my template page the flash is working fine,
but in my pages
bases on the template I don't see my flash animation.
Do I miss something?
You can find my pages (text) on the following links:
http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
http://www.waterloocity.be/doc/index-asp.txt
I searched in the archives but fund nothing that helps me
I appreciate all help
Thanks in advanced, Sam

Then there is something wrong with the SWF file.
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
==================
"SamDesign.be" <[email protected]> wrote in
message
news:[email protected]...
> Now, I see noting. In dreamweaver I see the swe but when
I do the "play"
> it's white
>
> "Murray *ACE*" <[email protected]> a
écrit dans le message
> de news: [email protected]...
>> Do you see the Flash element locally?
>>
>> --
>> 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
>> ==================
>>
>>
>> "SamDesign.be" <[email protected]>
wrote in message
>> news:[email protected]...
>>> Yes, I work localy for the moment.
>>>
>>> "Murray *ACE*"
<[email protected]> a écrit dans le
message
>>> de news: [email protected]...
>>>> Did you upload the Scripts folder?
>>>>
>>>> <script
src="../Scripts/AC_RunActiveContent.js"
>>>> type="text/javascript"></script>
>>>>
>>>> --
>>>> 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
>>>> ==================
>>>>
>>>>
>>>> "SamDesign.be"
<[email protected]> wrote in message
>>>> news:[email protected]...
>>>>> Hello Murray,
>>>>>
>>>>>
>>>>>
>>>>> I tray it again but still don't working.
I made a new page, without
>>>>> linking to a template, and there my
flash is also not showing up.
>>>>>
>>>>> Here is my code from a test page.
>>>>>
>>>>> Thanks for your time!
>>>>>
>>>>>
>>>>>
>>>>> <%@LANGUAGE="VBSCRIPT"
CODEPAGE="1252"%>
>>>>>
>>>>> <!DOCTYPE html PUBLIC "-//W3C//DTD
XHTML 1.0 Transitional//EN"
>>>>> "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>>>>>
>>>>> <html xmlns="
http://www.w3.org/1999/xhtml">
>>>>>
>>>>> <head>
>>>>>
>>>>> <meta http-equiv="Content-Type"
content="text/html;
>>>>> charset=iso-8859-1" />
>>>>>
>>>>> <title>Untitled
Document</title>
>>>>>
>>>>> <script
src="../Scripts/AC_RunActiveContent.js"
>>>>>
type="text/javascript"></script>
>>>>>
>>>>> </head>
>>>>>
>>>>> <body>
>>>>>
>>>>> <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','100','height','60','title','test','src','/flash/newpub','quality','high','pluginspage ','http://www.macromedia.com/go/getflashplayer','movie','/flash/newpub'
>>>>> ); //end AC code
>>>>>
>>>>>
</script><noscript><object
>>>>>
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>>>>> codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
>>>>> width="100" height="60" title="test">
>>>>>
>>>>> <param name="movie"
value="/flash/newpub.swf" />
>>>>>
>>>>> <param name="quality" value="high"
/>
>>>>>
>>>>> <embed src="/flash/newpub.swf"
quality="high"
>>>>> pluginspage="
http://www.macromedia.com/go/getflashplayer"
>>>>> type="application/x-shockwave-flash"
width="100" height="60"></embed>
>>>>>
>>>>> </object></noscript>
>>>>>
>>>>> </body>
>>>>>
>>>>> </html>
>>>>>
>>>>>
>>>>>
>>>>> "Murray *ACE*"
<[email protected]> a écrit dans le
>>>>> message de news:
[email protected]...
>>>>>> If you changed it to ROOT relative,
e.g.,
>>>>>>
>>>>>> /Flash/whatever.swf
>>>>>>
>>>>>> Then it would work. Please show us
your code....
>>>>>>
>>>>>> --
>>>>>> 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
>>>>>> ==================
>>>>>>
>>>>>>
>>>>>> "SamDesign.be"
<[email protected]> wrote in message
>>>>>>
news:[email protected]...
>>>>>>> Hi Murray,
>>>>>>>
>>>>>>> When I changed it to relative
nothing changed, the .dwt works fine
>>>>>>> but not my other pages based on
the template. Maybe there is
>>>>>>> something wrong with the
editable regions?
>>>>>>>
>>>>>>> Thanks for your help
>>>>>>>
>>>>>>> Sam
>>>>>>>
>>>>>>>
>>>>>>> Make the link to your Flash file
be a root relative one.
>>>>>>> --
>>>>>>> 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
>>>>>>> ==================
>>>>>>> Hi all,
>>>>>>>
>>>>>>> I have a template based page
with one flash animation.
>>>>>>>
>>>>>>> When I preview my template page
the flash is working fine, but in my
>>>>>>> pages
>>>>>>> bases on the template I don't
see my flash animation.
>>>>>>>
>>>>>>> Do I miss something?
>>>>>>>
>>>>>>> You can find my pages (text) on
the following links:
>>>>>>>
>>>>>>>
http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
>>>>>>>
>>>>>>>
http://www.waterloocity.be/doc/index-asp.txt
>>>>>>>
>>>>>>> I searched in the archives but
fund nothing that helps me
>>>>>>>
>>>>>>> I appreciate all help
>>>>>>>
>>>>>>> Thanks in advanced, Sam
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

Similar Messages

  • DW8 flash on template page not shows flash

    Hi all,
    I have a template based page with one flash animation.
    When I preview my template page the flash is working fine,
    but in my pages
    bases on the template I don't see my flash animation.
    Do I miss something?
    You can find my pages (text) on the following links:
    http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
    http://www.waterloocity.be/doc/index-asp.txt
    I searched in the archives but fund nothing that helps me
    I appreciate all help
    Thanks in advanced, Sam

    Make the link to your Flash file be a root relative one.
    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
    ==================
    "SamDesign.be" <[email protected]> wrote in
    message
    news:eugrqh$jr9$[email protected]..
    > Hi all,
    >
    > I have a template based page with one flash animation.
    >
    > When I preview my template page the flash is working
    fine, but in my pages
    > bases on the template I don't see my flash animation.
    >
    > Do I miss something?
    >
    > You can find my pages (text) on the following links:
    >
    >
    http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
    >
    >
    http://www.waterloocity.be/doc/index-asp.txt
    >
    > I searched in the archives but fund nothing that helps
    me
    >
    > I appreciate all help
    >
    > Thanks in advanced, Sam
    >
    >

  • Built Flash Video and will NOT show in Hosted Environment

    Built Flash Video and will NOT show in Hosted Environment.
    The files generated work on development machine. I posted the same
    files in hosted environment and flash will not show. I first
    thought it was Vista 64 IE 7 so I switched to XP IE7 and same
    results. Still it is strange the falsh works locally. I am sure it
    is something simple that I am missing. Any help would be
    appreciated. Thank you.
    Stan

    Nickels55, I appreciate the response. Here are the
    interesting facts. I had my hosting provider apply the mime type
    and restart IIS. No flash video. I have Vista x64 Ultimate with I
    think IIS 7 (the default IIS that comes with the OS.) The flash
    video would not show in that environment until I applied the MIME
    and then it WORKED. Yeah! But I still don’t have it working
    on my web hosting provider with server Win2003. I thought it was
    the hosting provider but I posted on my work server Win 2003 and
    changed the MIME with a reset and could not get the video to work
    there either.
    I would like to try another angle here. Again I am using the
    wizard to encode and publish the flash video. Maybe I don’t
    have a settings correct. I can approach this a few ways.
    1.) I can send my video to someone to post on their Win2003
    server and see if they can get it going.
    2.) Someone send me a short 3 second video that they produced
    that they know it works on Win2003.
    3.) Any other ideas? Surely someone in this universe has used
    the flash wizard to encode a video and published to a Win2003
    server. :)
    I guess the other thing to note is when creating the flash
    video I chose no controls (play, stop, pause). I want the video to
    start when someone accesses the page for the first time.
    Thank you for the help everyone.
    Stan

  • IWeb Main Page Not Showing

    I've researched to death and tried everything but can't fix this.
    Recently did a clean install on my iMac and since then iWeb won't work.
    I have :
    - Reinstalled from original disc then updated to latest version 3.0.4
    - Deleted the com.apple.iWeb.plist file and com.apple.iWeb Cache Folder, restarted, and tried opening again
    - I have removed my domain.sites2 file to try and open iWeb and initiate making a new site
    iWeb is fully loaded and operational - in Activity Monitor it does not have a red flag - shows as being operational. I can access iWeb's Preferences, open and close various Inspectors, but the main window is simply not visible.
    I am on Lion 10.7.2
    I had updated my website using iWeb while on Lion 10.7.1
    I have a small business and my website is outdated and will be losing me new customers at this point who will think I don't have the latest stock and information.
    Any help appreciated - naturally no need to reply if 'fixes' are as per other posts and noted as having been tried above.

    Where is the main page not showing?  In iWeb or online?
    In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    For opening your domain file in Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    Just launch the application, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain or from  Toad's Cellar.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • I keep getting a message to update my flash player, then a screen showing flash player pro appears,  I don't have this on my iPad that I'm aware of. I cannot view videos etc (new to ipad) can anyone assist please.

    I keep getting a message to update my flash player, then a screen showing flash player pro appears,  I don't have this on my iPad that I'm aware of. I cannot view videos etc (new to ipad) can anyone assist please.

    Adobe has not made a version of Flash for the iPad.
    Kappy explains why. https://discussions.apple.com/message/19446567#19446567
    5 Flash Player Alternatives http://www.techshout.com/features/2011/01/flash-player-for-ipad-apps/
    Top 4 browsers supports flash player on iPad and iPhone
    http://mashtips.com/flash-player-ios/
     Cheers, Tom

  • Problems with page not showing up in Internet Explorer

    I uploaded my page. All was fine. Looked good in all
    browsers.
    home.gci.net/~larry-and-jackie/index.htm
    Now all of a sudden my index.htm page (also have default.htm
    page) shows up as a black screen only no pictures. No words.
    All of the sub pages show up fine if you add that to the
    address. Just the Index. is not showing up in Internet Explorer.
    Looks good in Firefox, Netscape and Safari.
    example home.gci.net/~larry-and-jackie/index3.htm
    Anybody have any suggestions?
    J Whedbee

    I'm seeing the entry page at:
    http://home.gci.net/~larry-and-jackie/
    with no problems.
    I'm also seeing
    http://home.gci.net/~larry-and-jackie/index.htm
    with no
    problems... pics, black background.
    http://home.gci.net/~larry-and-jackie/default.htm
    is just the same as
    index.htm
    http://home.gci.net/~larry-and-jackie/Index.htm
    (note the capital "I" )
    can't be seen .... no such file.
    Not sure why you would have an index.htm and a default.htm
    both really
    aren't needed.
    Have you tried clearing your browser cache?
    Nadia
    Adobe® Community Expert : Dreamweaver
    Tutorials |SEO |Templates
    http://www.DreamweaverResources.com
    http://www.perrelink.com.au
    CSS Tutorials for Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/css.html
    "J L Whedbee" <[email protected]> wrote in
    message
    news:enccnu$n4t$[email protected]..
    >I uploaded my page. All was fine. Looked good in all
    browsers.
    >
    > home.gci.net/~larry-and-jackie/index.htm
    >
    > Now all of a sudden my index.htm page (also have
    default.htm page) shows
    > up as
    > a black screen only no pictures. No words.
    >
    > All of the sub pages show up fine if you add that to the
    address. Just the
    > Index. is not showing up in Internet Explorer.
    > Looks good in Firefox, Netscape and Safari.
    >
    > example home.gci.net/~larry-and-jackie/index3.htm
    >
    > Anybody have any suggestions?
    >
    > J Whedbee
    >
    >
    >

  • I have installed Adobe Flash but firefox does not show as plugin

    I have downloaded the most recent versions of Firefox (30.0) and Adobe Flash Player. The Adobe website tells me my flash player is installed and current but Firefox does not show it as a plug in and a site that requires flash player (google finance) to view charts does not work. The place for the chart remains blank after telling me it has loaded.
    Any thoughts?

    When a page is using a plugin, usually an icon similar to a piece of Lego appears in the address bar. You can click the logo to check that Flash is allowed to run on the page, or approve it to run if it isn't.
    I randomly picked a stock and enlarged the chart and got the following URL. Any luck with this one: http://www.google.com/finance?chdnp=1&chdd=1&chds=1&chdv=1&chvs=maximized&chdeh=0&chfdeh=0&chdet=1405540800000&chddm=1173&chls=IntervalBasedLine&q=NASDAQ%3AAAPL&ntsp=0&fct=big&ei=YJzGU_iiEZSziALE4oCYCg
    Does it matter whether you view it in a regular tab or in a private window? To view in a private window, right-click the link > Open Link in New Private Window.

  • Flash in Template Pages

    I placed two Flash object into a template page. Child pages
    made from it worked fine until I made a change to the template.
    After that, the Flash objects are no longer visible when previewed
    in the browser.
    Is this normal? Is there a way around it? Or do I have to
    load the Flash objects into the each and every child page?
    Your help is greatly appreciated.

    > So it will probably not work there
    > either.
    nope- it won't.
    for flash objects in locked parts of a template to work on
    the child pages,
    they must have a site root relative path because they are
    currently inserted
    with the active content javascript to write them. So the path
    isn't managed
    in the child pages like it is for links and images.
    you could put it in the root level of you own site, with
    unique filenames?
    If there aren't many pages, you could rename them in the
    files panel to
    something like aaa_index.html and aaa_contact.html so they
    are grouped
    together. also be sure to upload the Scripts folder in the
    public root
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Columns in Dreamweaver CS3 Template Pages Not Displaying Correctly in IE8

    I have a site that has most pages created with a template page that displays three columns below the navbar (counting a small column to the left for the logo at the top the table has four columns).  The home page (index.html - not from the template) displays the same colums as the template pages correctly, but all the pages created with the template show the first column as way to wide and the next two columns as far too narrow.
    I have trawled the internet to find a solution, but as my knowledge of HTML is limited it is proving near impossible for me to even find a relevant forum topic, let alone a workable solution.  All I want is for the template pages with three visible columns below the navbar to display the same widths as those in index.html.
    I am working on a mac and the pages all preview fine in Safari, Firefox etc, but not in IE8 on Windows 7 machines.
    I have tried rather indelicately to shove various bits of code in to fix the width of the columns and render such commands as table-layout=fixed etc, but with absolutely no effect.
    The site is: www.southoverfoods.com
    If anyone can help I will be grateful.

    You do want to fix these errors -
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.southoverfoods.com%2Fabout.html&charset =%28detect+automatically%29&doctype=Inline&group=0
    Most are straightforward.
    If you view the page in IE9, and click on the compatibility icon, the rendering looks right.  Unfortunately, I cannot force that rendering with any of the accepted meta tag usages!
    <meta http-equiv="X-UA-Compatible" content="IE=7" />
    <meta http-equiv="X-UA-Compatible" content="IE=8" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
    So I'm a little puzzled what to do....

  • Page not showing correctly and missing sitemap

    I have two problems involving Dreamweaver 8.02.
    First is the index page not loading correctly. But when you
    preview the page from Dreamweaver's browser everything shows fine.
    But opening up a new broswer it is all messed up. I am using
    Dreamweaver 8.02 and one of the existing templates in CSS style.
    Second issue is the missing sitemap whenever I FTP files to
    the server. I used to be able to view the remote site and the local
    files side by side. Now. the white box indicating that perspective
    is gone. Did I click on something accidentally? If so, how do I
    reset everything?
    Here's the URL:
    http://www.clarkandclarkpublishing.com/
    I have also attached the code.

    I'm not sure but could the problem possibly be with the router itself. I checked many other topics of people reporting the same problems as me and the person above me. They all seem to be the same WRT54G wireless routers and all seem to have been reported at least within the last couple weeks. It seemed like the help given too never really helped the problem. I'm sure it's not the browser because I have had the same result on all that I've tried or the firewall because I have had that off while trying just like everyone else who seemed to have the problem.

  • Classic Report with Hide and Show Region Template does not show report

    Hello,
    I created a "No Template" region on a page with a Classic Report. When I change it to a "Hide and Show" region template, the report does not show up when I click to Show the region...is there an additional step i'm missing to make the report show up. Its a very simple query.
    Thanks in advance,
    John

    How about posting some relevant information like Apex version, RDBMS version, Theme you are using, etc.?
    Regards,

  • The templates are not showing up after I select them???

    the templates on pages are not showing up after I select them....unless I highlight the entire page and select a particular colour.  That leaves all the colours in the photo off.  Any help would be so very helpful.   

    CeraG - It will help to answer if you supply your system version, pages version and if you lately have done anything to the computer (installing, uninstalling etc)
    I think you have forgotten to do a Software update or it could also be a font problem but more info from you is needed!

  • Image from blog entry page not showing up on 'home' page of blog

    My first blog entry went well. I created a blog first page, then created an entry, and dragged a picture to that entry. I saved, published, and all looked great. Even the comment area worked. But when I created a second entry page, and dragge a picture to it, and saved, the photo is not showing up on that first page of the blog, the one that reads like a list only with a picture and teaser part of the entry...See http://web.me.com/brendatharp1/brendatharpblog/OnTheRoad/OnTheRoad.html
    The entry listing is there on the first page, and when you click on the title link, it takes you to the entry page and the photos are there. I noticed that on the first page, the Sept 13th entry with photo is inside a text box of sorts - this was the layered paper template I used and then modified. Dbl-clicking to make that box interactive shows the black floating box for dealing with the placement of the photo in that list; but that box only relates to that one photo from the 13th. If I drag and drop the 15th's photo there, it just sits over the text and doesn't interact. AND I didn't have to do that with the first entry. Any ideas out there? Thanks much, Brenda.

    Does this thread help http://discussions.apple.com/thread.jspa?threadID=1711038&tstart=15
    I have experienced this and it was because I removed the placeholder and just added the image on the entry page. I duplicate blog entries and delete content to add new stuff so don't have to reformat every time, if you do that don't remove the image just add on the top - it should replace the previous image. Hope this helps, it is frustrating at times but the more you learn the easier it becomes.

  • Flash control skin does not show in Golive

    Mac OS 10.4.11 GoLive CS (1)  - I have a flash file (.flv) that works well - see initial test without an applied skin - http://www.artdesign.org.uk/test - but with a couple of problems for the actual replacement intended for the correct site.
    Problem 1. The controls skin I attached to the yell_video.flv when converting to a yell_video.swf in Adobe Flash program does not show in Golive, as the actual video does not show either I assume this is normal. I have the 3 files sitting in the 'web content/graphics' folder on the site - yell_video.flv - yell_video.swf - SkinUnderAll.swf - but can not see a means of 'attaching' the skin file to any field in the Inspector Palette. When I run it in a browser the error message comes up, with a dismiss or continue option, click either and the video plays fine but without the skin.
    Error #2044: Unhandled skinError:. text=[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2035: URL Not Found. URL: SkinUnderAll.swf"]
    Problem 2. When the site is first encountered as a user there is a momentary white box where the flash yell_video.swf sits. I have made sure that when converting the .flv file in the Flash program I made the background the exactly same colour as the web page it sits on. The white is then momentarily followed by the blue colour that is not quite the same as the page background I stipulated.

    After much messing around I have found a solution to one of my own problems.
    The SkinUnderPlayStopSeekMuteVol.swf file generated from the exporting of the Flash yell_video.swf from the yell_video.flv file should sit in the same folder as the html page the video has been inserted in. In my case I had all 3 files in a folder entitled 'graphics' which is what caused the problem.
    I still have a problem with the momentary white box where the flash yell_video.swf sits when first opening the site.

  • Flash Player Settings do not show me all options

    Hello Community,
    Well first of all my information.
         Flash Player version: 11.9.900.117
         My OS                     :  Windows 8 (64-bit)
         Browser                   :  Firefox
    I am trying to use this website here: http://coursework.wsistudents.com/lms/lms.aspx (You cannot open this page). It needs Flash Player and I need to change some settings. But when I pull up the settings it does not show me the tabs like Local Storage or Privacy. I then tried to add the webpage manually but it does not like the URL of the website and does not save it.
    Does anybody know what I have to do? It works fine under Windows 7 but I am really struggeling here.
    Thank you

    Alright thank you. Now I am able to add "coursework.wsistudents.com" to the list. I also was able to change the amount of Local Storage the website can use. But it still does not accept that this website is allowed to use the microphone. Everytime I try and use it there is the error that the website is not allowed to use the microphone.
    As you can see I added the website and it says it is allowed to use it. But at the end it does not "realize" it...
    Here is a picture of the settings it gives me. Earlier on Windows 7 there were more options which I cannot see here.
    I thought it is suppose to look like this:
    I hope these pictures help a little bit. If you need more let me know. Sorry for the blurry pictures.

Maybe you are looking for

  • Problem in Inserting the Value in the column through Stored Procedure

    stored procedure is created and i need to insert data into the SALES_TRADEIN, from the parent table (Flatfile_sales),through COMMAND PROMPT. I have 2 details TradeIn_1 and TradeIn_2. I need to insert details of TradeIn_1 in SALES_TRADEIN TABLE if the

  • Which is better for runners?

    I run 3+ miles a day, 7 days a week. I have been through 3 iPods over the past 2 years, which have all died from some kind of defective hard drive or something. Is there an iPod that is designed to handle the abuse of running? I think that the consta

  • Recommendations for installation on a 256mb laptop (Acer Travemate)

    I've finally managed to convince my wife that it would be a good idea to install Linux on her laptop, an Acer Travelmate 244LC with 256mb RAM and a Celeron 2.6 GHz processor, which was running unbearably slowly. I recently reinstalled windows on it,

  • Punch Out Catalog - Microsoft error

    Hi, I am punching out to a market place. I create the cart entry and when I come back to SRM I get a Microsoft error No UNSPSC code passed from external catalog, and no cart has been created in SRM I have spoken to the market place supplier and they

  • Flakey battery on PB_G4-17

    My powerbook's battery is not functioning correctly. Unplugged, it will get halfway started up before running out of power. Started on AC, and unplugged, it will run about 2 minutes, then die instantly. All the while, the battery has 5 button lights