sn4java 0 Newbie Poster

We are trying to load a flash file in a browser from local machine its loading only in Internet Explorer (IE) but not in other browsers. Please suggest me some solution.

<body>
<object id="flowplayer" width="300" height="200" data="http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf"
type="application/x-shockwave-flash">

<param name="movie" value="E:/SkillMate1/video/zelda.swf" />
<param name="allowfullscreen" value="true" />

<param name="flashvars"
value='config={"clip":"E:/SkillMate1/video/zelda.swf"}' />
</object>
</body>

Please help me...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.