Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
beyondthebrand #1
Help in embedding .swf files
I have tried to embed my flash file due to the way IE now reads .swf files and
seem to have no success other than the flashcontent bit which is fine in the
div tags. Can anyone help if i i show you the file for you to view the source
code?
[url]http://www.totalamber.com/test.html[/url]
Where the line of text appear on teh browser window "Just some of the clients
totalamber have worked with. "
The bit of code that surrounds that is as follows:
<tr>
<td height="75" align="center" valign="top" bgcolor="#FFFFFF">
<div id="flashcontent">
Just some of the clients totalamber have worked with.
</div>
<script type="text/javascript">
var so = new SWFObject("Flash/homepage.swf", "mymovie", "740", "256", "4",
"#ffffff");
so.write("flashcontent");
</script></td>
</tr>
Can anyone see why my flash file wont appear? Is it due to the html file being
constructed from a template and the javascript action in the header is in teh
template?
Thanks,
Neil
beyondthebrand Guest
-
embedding MP3
:confused; We can not convert to SWF for our purposes. We are an ad agency posting mp3 files to our website for distribution to our media partners... -
Embedding Sound Files into a PDF -playback and compatibility
At Berklee College of Music, we recently started a project called Berkleeshares (see berkleeshares.com), where we post PDF excerpts of some of our... -
Problem: Illus CS not embedding color profiles in ai files
I rely on Photoshop and Illustrator's color management system. I have Illustrator 10 set up to handle color profiles (e.g. Adobe RGB) automatically,... -
Embedding the Symbol font in EPS files on the Mac
Help!!! Can anyone out there tell me why FreeHand 10 On the Mac refuses to embed the font Symbol in an eps file - If you read the resultant... -
Embedding asf files in Flash MX
In order to get away from using the Windows Media Player I'm considering embedding the asf video files I'm presenting in a Flash MX swf instead.... -
norrisoft #2
Re: Help in embedding .swf files
Where is your reference to the .js file?
<script type="text/javascript" src="swfobject.js"></script>
norrisoft Guest



Reply With Quote

