bamme
Senior Member
Hi people - first post in this section
I have experience of javascript/ jquery/html/css but no flash, so excuse the newbie-ness.
Ive been trying to include an swf with buttons, that plays .flv videos, into this html page:
www.ameliealden.com/vnm/samsmith/video.html
(feel free to view source)
I am using swfobject (deconcept You’ve got your good thing, and I’ve got mine SWFObject: Javascript Flash Player detection and embed script)
my code is below:
Im having trouble because the swf needs other swf and flv files, and neither are in the same directory as the html page, nor is the main swf - the swf is just not showing up.
i dont want to duplicate the swf and its corresponding flash files if theyre already hosted once by this client - the swf i want to include is at www.iamsamsmith.com/htmlvideo/video.swf - but this relies on lots of other swfs and flvs to function. does anyone have a solution, or is the problem actually something else?
A copy the swf files and all associated files can be downloaded at:
www.ameliealden.com/vnm/samsmith/flash.zip
Would be very very grateful of some help here
Emma
Ive been trying to include an swf with buttons, that plays .flv videos, into this html page:
www.ameliealden.com/vnm/samsmith/video.html
(feel free to view source)
I am using swfobject (deconcept You’ve got your good thing, and I’ve got mine SWFObject: Javascript Flash Player detection and embed script)
my code is below:
<div id="flashcontent">
<strong>You need to upgrade your Flash Player</strong>
This is replaced by the Flash content.
Place your alternate content here and users without the Flash plugin or with
Javascript turned off will see this. Content here allows you to leave out <code>noscript</code>
tags. Include a link to <a href="swfobject.html?detectflash=false">bypass the detection</a> if you wish.
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("http://www.iamsamsmith.com/htmlvideo/video.swf", "video", "300", "300", "9", "#FF6600");
so.addParam("quality", "high");
so.addParam("wmode", "transparent");
so.write("flashcontent");
// ]]>
</script>
Im having trouble because the swf needs other swf and flv files, and neither are in the same directory as the html page, nor is the main swf - the swf is just not showing up.
i dont want to duplicate the swf and its corresponding flash files if theyre already hosted once by this client - the swf i want to include is at www.iamsamsmith.com/htmlvideo/video.swf - but this relies on lots of other swfs and flvs to function. does anyone have a solution, or is the problem actually something else?
A copy the swf files and all associated files can be downloaded at:
www.ameliealden.com/vnm/samsmith/flash.zip
Would be very very grateful of some help here

Emma