|
-
Poof! Whaddya need?
per MusicMan
Razor;
I'm HUMBLY submitting a response. I know from reading your posts that you're very knowledgeable, but I'm hoping I can help.
MusicMan helped me with this same issue before, and here's what I ended up with. I was sending from an HTML page, a topical index that linked to specific frames in my distance learning app. The tag looked like this:
<A HREF="../module03/final/module03.html?myLesson=m03_l05.swf&myFrame=7">
On the HTML page that had the swf embedded, I had to change the object tag as follows:
<script LANGUAGE="JavaScript">
<!--
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ID=module03 WIDTH=800 HEIGHT=475> <PARAM NAME=movie VALUE="module03.swf'+location.search+'"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#CCCC99> <EMBED src="module03.swf'+location.search+'" quality=high bgcolor=#CCCC99 WIDTH=800 HEIGHT=475 swLiveConnect=true NAME=module03 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT>');
//--></script>
I really hope this helps.
--Rissa
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|