Yes I did the tests, but always the same result. It only doesn't work with Safari and javasript disabled.
The testpage does work in Safari (MAC & WIN) but the flash source uses Action Script 2.0 and an old Metod to retrieve the flashvars. My flash source rerieves the flashvars via "loaderInfo.parameters" and AS3 (Flash CS4). I now will try to debug the javascript to find out whats the difference between standard html embed and SWF Object embed. If you wan you can try this site "http://www.onlinevideomarketing.ch/" the movie play's fine in all browsers with or without javascript but not in Safari with javascript disabled. Thanks, Martin On 21 Jul., 01:21, Aran Rhee <[email protected]> wrote: > So did you run through any of the tests I suggested (no swfobject / standard > embed)? > > There is an article on generated source for Safari > here:http://www.andrewsellick.com/47/debugging-javascript-on-safari > > Also, Safari 4 (WIN) works for me using static embed on the test > page:http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/test_params.html > > (from the test suite:http://code.google.com/p/swfobject/wiki/test_suite) > > How about for you? > > Aran > > On Tue, Jul 21, 2009 at 4:05 AM, mgoogle <[email protected]> wrote: > > > Now i've deugged the falsh movie and the falshvars are not passed if I > > disable javascript, > > but only in Safari ;-( > > > Aran Rhee schrieb: > > > Oh, another test to run is just get rid of any swfobject inclusion or > > call > > > to registerObject(). This would be the equivalanent of turning off js, > > and > > > again you should be able to access all flashvars. > > > > Have you tried a normal object/embed insertion as well to see if Safari > > is > > > misbehaving full stop. > > > > On Mon, Jul 20, 2009 at 10:40 AM, Aran Rhee <[email protected]> wrote: > > > > > As you are using static publishing, there is nothing to stop the > > Flashvars > > > > being passed if no js is enabled. You are defining them in the object > > > > definition, so I see no reason at all that they would be unusable. > > > > > So you are tracing out the values in Flash, and they are undefined? > > Have > > > > you tried waiting a frame before trying to access the values? > > > > > Aran > > > > > On Mon, Jul 20, 2009 at 4:00 AM, mgoogle <[email protected]> wrote: > > > > >> Hi > > > > >> with the generated code form the "SWFObject 2 HTML and JavaScript > > > >> generator v1.2" the flash movie with flashvars does only work if > > > >> javascript is enabled. > > > > >> If i disable javascript, it sees that the flashvars are not passed to > > > >> the movie. > > > >> Only the flash player window shos up without the movie. > > > > >> In all Versions of IE and Firefox the movie works with and without > > > >> javascript enabled. > > > > >> Can anyone give me an hint or has an idea what could be the problem ? > > > > >> Thanks, > > > >> Martin > > > > >> Her ist my code witch was generated with the "SWFObject 2 HTML and > > > >> JavaScript generator v1.2". > > > > >> <script type="text/javascript"> > > > >> swfobject.registerObject("myFlashContent", "9.0.28", "http:// > > > >> xxxxxxxxxxxx.ch/system/modules/openvideoplayer/html/ > > > >> expressInstall.swf"); > > > >> </script> > > > > >> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="<? > > > >> php echo $this->openvideoplayer['width']; ?>" height="<?php echo > > $this- > > > >> >openvideoplayer['height']; ?>" id="myFlashContent"> > > > > >> <param name="movie" value="http://xxxxxxxxxxxx.ch/system/modules/ > > > >> openvideoplayer/html/player.swf" /> > > > >> <param name="allowfullscreen" value="true" /> > > > >> <param name="flashvars" value="src=http://xxxxxxxxxxxxxxxx.ch/media/ > > > mercedes.mp4&mode=sidebyside&scaleMode=fit&themeColor=0395d3&frameColor=333333&fontColor=cccccc&autostart=true&width=646&height=401" > > > >> / > > > > >> <!--[if !IE]>--> > > > > >> <object type="application/x-shockwave-flash" data="http:// > > > >> xxxxxxxxxxxx.ch/system/modules/openvideoplayer/html/player.swf" > > > >> width="<?php echo $this->openvideoplayer['width']; ?>" height="<?php > > > >> echo $this->openvideoplayer['height']; ?>"> > > > >> <param name="allowfullscreen" value="true" /> > > > >> <param name="flashvars" value="src=http://xxxxxxxxxxxxx.ch/media/ > > > mercedes.mp4&mode=sidebyside&scaleMode=fit&themeColor=0395d3&frameColor=333333&fontColor=cccccc&autostart=true&width=646&height=401" > > > >> / > > > > >> <!--<![endif]--> > > > > >> <a href="http://www.adobe.com/go/getflashplayer"> > > > >> <img src="http://www.adobe.com/images/shared/download_buttons/ > > > >> get_flash_player.gif" alt="Get Adobe Flash player" /> > > > >> </a> > > > > >> <!--[if !IE]>--> > > > > >> </object> > > > > >> <!--<![endif]--> > > > > >> </object> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
