Ticket #599 (new defect)

Opened 3 years ago

Last modified 10 months ago

FlashVars value always removed, GetHtml plugin

Reported by: mharrisonline Owned by: gogo
Priority: normal Milestone: 0.96
Component: Plugin_Other Version:
Severity: normal Keywords:
Cc:

Description

When I use the GetHtml plugin or any other way to keep Flash code intact, any FlashVars?? added to the Flash object's param are stripped out. You can add them to the embed and they stay intact, but the param value for FlashVars?? always becomes "".

Change History

Changed 3 years ago by mharrisonline

  • owner changed from akaEdge to gogo
  • component changed from Documentation to Plugin_Other

Changed 3 years ago by mharrisonline

FlashVars? is the newer way to pass variables to a swf file. In the past, you had to add in the HTML that embeded the Flash movie in the page the filename, a question mark, and the variables that would be passed. For example,

mymovie.swf?userID=1234&page=abcd

This still works as far as I can tell with the GetHtml plugin. A problem with putting variables in the path to the swf file is that each time a variable's value is changed, the browser won't pull the swf file from cache, it has to load the file fresh.

There is an explanation of FlashVars? at http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16417

Changed 10 months ago by ray

  • milestone set to 0.96
Note: See TracTickets for help on using tickets.