Closed
Bug 272343
Opened 20 years ago
Closed 20 years ago
can't pass parameters to Flash properly
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 180378
People
(Reporter: raymond, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.7.5) Gecko/20041119 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.7.5) Gecko/20041119 Firefox/1.0 Can't a pass parameters in HTML param tag properly e.g. : <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="120" height="26" id="btn_record_player" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="btn_record_player.swf?sid=1&wid=1&sndfile=/webclass/speaklab/g2wc1_sl_1_n.mp3" /> the parameter string "?sid=1&wid=1&sndfile=/webclass/speaklab/g2wc1_sl_1_n.mp3" is ignored in Flash player. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Comment 1•20 years ago
|
||
I'm almost sure, this is a Flash Player issue.
Bug 180378 is about the Flash plug-in not supporting <param name="movie" src="someFlash.swf">. However your example won't play in any non-IE browser anyway due to the ActiveX classid attribute you've supplied. *** This bug has been marked as a duplicate of 180378 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•