esb01
11-07-2003, 02:30 PM
I have a flash presentation on my page. But it also plays every time when any web form control is clicked. Is there any way to prevent it from running, to disable flash object in the If IsPostBack block?
|
||||
Asp.net: Flash and Webform Controlsesb01 11-07-2003, 02:30 PM I have a flash presentation on my page. But it also plays every time when any web form control is clicked. Is there any way to prevent it from running, to disable flash object in the If IsPostBack block? angiras 11-07-2003, 03:00 PM it is HTML flash tag loop=false esb01 11-07-2003, 03:16 PM I didn't mean looping...I have loop=false in the html I meant that Flash plays every time server side control is clicked angiras 11-07-2003, 03:28 PM as said on mini message use session to lnow if you must add your flash or not A1ien51 11-07-2003, 08:13 PM I would use IsPostBack to not display the flash after it is reloaded.....if you want to disolay the last frame, you might want to make a seperate flash file and show that..... If (IsPostBack = "false") then ' write flash code out Else 'write non flas code out End If Eric A1ien51 11-07-2003, 08:26 PM I really hate not having an fn delete feature.....argh....turn it on....lol |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum