Just a quick flash question. I've been asked by a client to create a CD-Rom version of a recent project that was documented on her website - see here.
The online documentation makes use of Quicktime to play videos as well as Flash/Javascript to play audio using a small MP3 player. I've tried using this same MP3 player locally and it causes issues so I looked for a simple alternative and am now using this:
<object type="application/x-shockwave-flash" data="7sails_players/player_mp3.swf" width="200" height="20">
<param name="movie" value="7sails_players/player_mp3.swf" />
<param name="bgcolor" value="#ffffff" />
<param name="FlashVars" value="mp3=Sail_01/martingreen.mp3&showstop=1&bgcolor1=cccccc&bgcolor2=cccccc&loadingcolor=808000&buttoncolor=808000&buttonovercolor=000000&slidercolor1=808000&slidercolor2=808000&sliderovercolor=e808000&textcolor=000000" />
</object>Is it OK to use FlashVars on a site that will run locally on a mac or pc from a CD-rom? Seems to run fine in my local html test file.
Silly question probably, but I'm just paranoid as there are going to be 100 cd's printed.
Thanks
E
Help



















