Site check needed with IE and Mozilla plz

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default Site check needed with IE and Mozilla plz

    Well you see the perplexing thing here is I just recently updated my sound on
    my flash site and all I did was replace the sound file no script changes.

    Well, now it won't work at all when or anyone loads it up from the server into
    a browser. I test it before I export works great...test it on dreamweaver AFTER
    I upload it onto the remote server works great... go to
    [url]http://www.mal-content.com[/url] and everything loads but the music...sounds are good
    to go...and if you try to turn it on it starts for 1 and a half and halts.
    seriously go to the url and see for yourself and tell me if I scripted an
    accident.

    Thanx

    P>S> I need to be pointed in the right direction...for lets say Mozilla
    firefox and the likes is it flashes fault that the actual site comes out white
    instead of black background color?

    Raid3r Guest

  2. Similar Questions and Discussions

    1. Browser Check Needed
      Hi, we need a script, or whatever you sugegst, to include into index.htm page which contains main flash file to check user's browser and provide...
    2. [Site Check] New Portfolio Site
      Hi! I´ve just launched my new portfolio site and I would appreciate some feedback on it. Any comments, complaints, bug reports and also...
    3. site check pls. the site is not yet finished
      let me please stress that the site is not yet finished. all i would like to know is if there is a way to produce the same site using dreamweaver and...
    4. #26137 [NEW]: new search feature on site does not work on Mozilla
      From: clever at swb dot com dot br Operating system: Windows PHP version: Irrelevant PHP Bug Type: Unknown/Other Function...
    5. Problem with web site using Mozilla
      Hi, My problem is that I made a web site, it was all perfect while using internet explorer, all link were at is place, all what I wrote was okay.....
  3. #2

    Default Site check needed with IE and Mozilla plz

    Well you see the perplexing thing here is I just recently updated my sound on
    my flash site and all I did was replace the sound file no script changes.

    Well, now it won't work at all when or anyone loads it up from the server into
    a browser. I test it before I export works great...test it on dreamweaver AFTER
    I upload it onto the remote server works great... go to
    [url]http://www.mal-content.com[/url] and everything loads but the music...sounds are good
    to go...and if you try to turn it on it starts for 1 and a half and halts.
    seriously go to the url and see for yourself and tell me if I scripted an
    accident.

    Thanx

    P>S> I need to be pointed in the right direction...for lets say Mozilla
    firefox and the likes is it flashes fault that the actual site comes out white
    instead of black background color?

    Raid3r Guest

  4. #3

    Default Re: Site check needed with IE and Mozilla plz

    "Raid3r" <webforumsuser@macromedia.com> wrote in message
    news:c4vp46$6l6$1@forums.macromedia.com...
    > Well you see the perplexing thing here is I just recently updated my sound
    on
    > my flash site and all I did was replace the sound file no script changes.
    >
    > Well, now it won't work at all when or anyone loads it up from the server
    into
    > a browser. I test it before I export works great...test it on dreamweaver
    AFTER
    > I upload it onto the remote server works great... go to
    > [url]http://www.mal-content.com[/url] and everything loads but the music...sounds are
    good
    > to go...and if you try to turn it on it starts for 1 and a half and halts.
    > seriously go to the url and see for yourself and tell me if I scripted an
    > accident.
    >
    > Thanx
    >
    > P>S> I need to be pointed in the right direction...for lets say Mozilla
    > firefox and the likes is it flashes fault that the actual site comes out
    white
    > instead of black background color?
    >
    Of course it will work good on the remote server, localhost, etc... it
    always does. ;-)

    As for the site, I got a big white pop-up browser. You lost me after about 6
    seconds of waiting for something to load.

    as for the scripting... what does the scripting look like? Can't tell unless
    you post it. ;-)

    --Todd


    Todd Guest

  5. #4

    Default Re: Site check needed with IE and Mozilla plz

    "Raid3r" <webforumsuser@macromedia.com> wrote in message
    news:c4vp46$6l6$1@forums.macromedia.com...
    > Well you see the perplexing thing here is I just recently updated my sound
    on
    > my flash site and all I did was replace the sound file no script changes.
    >
    > Well, now it won't work at all when or anyone loads it up from the server
    into
    > a browser. I test it before I export works great...test it on dreamweaver
    AFTER
    > I upload it onto the remote server works great... go to
    > [url]http://www.mal-content.com[/url] and everything loads but the music...sounds are
    good
    > to go...and if you try to turn it on it starts for 1 and a half and halts.
    > seriously go to the url and see for yourself and tell me if I scripted an
    > accident.
    >
    > Thanx
    >
    > P>S> I need to be pointed in the right direction...for lets say Mozilla
    > firefox and the likes is it flashes fault that the actual site comes out
    white
    > instead of black background color?
    >
    Yeah, it's gotta be an AS error... check your script. Took long enough
    though for the site to load up in Firefox, though I am on a dial-up line.

    -Todd


    Todd Guest

  6. #5

    Default Re: Site check needed with IE and Mozilla plz

    on (release) {
    playSound("Gorillaz - Starshineshort.mp3",true,40,1000);
    }

    ok this is the play button script.

    onFrame (1,afterPlacedObjectEvents) {
    playSound("Gorillaz - Starshineshort.mp3",false,40,2,false,false,'Fade
    In');

    and this is the music start script

    now you see what bothers me is this......I saved the version THAT worked
    before I changed a few things and put it back just to have it do the same thing
    that this new song change does..so I really don't know whats up.


    Raid3r Guest

  7. #6

    Default Re: Site check needed with IE and Mozilla plz

    Not too sure about sound myself, but do you need to give the sound a linkage
    ID?


    Ed Massey Guest

  8. #7

    Default Re: Site check needed with IE and Mozilla plz

    "Raid3r" <webforumsuser@macromedia.com> wrote in message
    news:c50a2j$p3c$1@forums.macromedia.com...
    > on (release) {
    > playSound("Gorillaz - Starshineshort.mp3",true,40,1000);
    > }
    >
    > ok this is the play button script.
    >
    > onFrame (1,afterPlacedObjectEvents) {
    > playSound("Gorillaz -
    Starshineshort.mp3",false,40,2,false,false,'Fade
    > In');
    >
    > and this is the music start script
    >
    > now you see what bothers me is this......I saved the version THAT worked
    > before I changed a few things and put it back just to have it do the same
    thing
    > that this new song change does..so I really don't know whats up.
    >
    >
    Are the sounds in your library?

    I don't know what it could be...

    --Todd


    Todd Guest

  9. #8

    Default Re: Site check needed with IE and Mozilla plz

    blasted....yea I figured something like this was goign to happen...well yes
    they are in my library, like I said it works up to the point someone d/l's
    it....and it worked the DAY before I changed the song. SO if ppl have any more
    suggestions fire up here...untill then I am going to kepp doing something till
    it works.. :/

    Raid3r Guest

  10. #9

    Default Re: Site check needed with IE and Mozilla plz

    "Raid3r" <webforumsuser@macromedia.com> wrote in message
    news:c50t2n$oeb$1@forums.macromedia.com...
    > blasted....yea I figured something like this was goign to happen...well
    yes
    > they are in my library, like I said it works up to the point someone d/l's
    > it....and it worked the DAY before I changed the song. SO if ppl have any
    more
    > suggestions fire up here...untill then I am going to kepp doing something
    till
    > it works.. :/
    >
    Maybe try going about the AS another way...

    or even, do you have the mp3 file on a separate layer? Just trying to cover
    all the bases here...

    maybe you could try

    on (release) {
    gotoandPlay(frame#);
    }

    to play and

    on (release) {
    stopAllSounds();
    }

    to stop? Setting the sync to loop?

    just a thought

    --Todd


    Todd Guest

  11. #10

    Default Re: Site check needed with IE and Mozilla plz

    Well after talking to my server ppl and what not we deleted all the stuff I put it all back and it fine now..sorry ppl and thanks for all the help.

    [url]http://www.mal-content.com[/url]
    Raid3r Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139