Hi,
There is a feature really easy for you guys to implement that would help us a lot, really a lot.
Whenever Dw intercepts an swf file, it renders the object html tag and all its feature. So far so good.
What would be sooo great, if it included another param: FlashVars. The content should be a set of vars with the following content:
- SwfFilePath
- PageID
- PageName
- TopPageID
- TopPageName
- AreaID
- AreaName
- Username
With these we could make a single Swf file for a site where we need dozens of them, just because the filepath changes, or the area id, or the page id. Would be a huge help over here, really huge. Here is an example of how the html output looks like/could look like (new feature is highlighted).
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="910" height="252">
<param name="movie" value="Files/Navigation/CCE/Menu_PT.swf">
<param name="quality" value="high">
<param name="FlashVars" value="SwfFilePath=Files/Navigation/CCE/Menu_PT.swf;PageID=92;PageName=MyPage;TopPageID=91;TopPageName=MyTopPage;AreaID=1;AreaName=MyArea;Username=nunoaguiar" />
<param name="wmode" value="transparent">
<embed src="Files/Navigation/CCE/Menu_PT.swf" width="910" height="252" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" FlashVars="SwfFilePath=Files/Navigation/CCE/Menu_PT.swf;PageID=92;PageName=MyPage;TopPageID=91;TopPageName=MyTopPage;AreaID=1;AreaName=MyArea;Username=nunoaguiar"></embed>
</object>
I would really apprecciate if you would take this into consideration. Would save us a lot of time, and I am sure other partners would give it to good use as well.
Pushing it a bit was to ask for you to embeb a asp class that allows flash to read a folder's content :P Could take Dynamicweb's website with Flash integration to another level.
Anyone else subscribes to the idea?
Best Regards,
Nuno