Click here to Skip to main content
15,904,351 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: asp(scripting language) Pin
Christian Graus18-Sep-09 20:20
protectorChristian Graus18-Sep-09 20:20 
AnswerRe: asp(scripting language) Pin
Expert Coming18-Sep-09 20:21
Expert Coming18-Sep-09 20:21 
GeneralRe: asp(scripting language) Pin
Christian Graus18-Sep-09 22:27
protectorChristian Graus18-Sep-09 22:27 
Questionlogic (website) Pin
rajiv_kadam18-Sep-09 19:37
rajiv_kadam18-Sep-09 19:37 
AnswerRe: logic (website) Pin
Christian Graus18-Sep-09 20:18
protectorChristian Graus18-Sep-09 20:18 
Questionhow to make a div tag transparent Pin
tagyurit18-Sep-09 14:43
tagyurit18-Sep-09 14:43 
AnswerRe: how to make a div tag transparent Pin
Christian Graus18-Sep-09 15:23
protectorChristian Graus18-Sep-09 15:23 
QuestionTwo flash movies, layers/divs, how to shut one off Pin
seejay7518-Sep-09 9:05
seejay7518-Sep-09 9:05 
I have a .jsp page with four "tabs" on it. The tabs are hidden divs that are made visible with CSS through a javascript function.

Also on the .jsp page is a button that displays a pop up. This pop up is another div tag that is currently hidden. Creative use of javascript and CSS, I can pop up the div no probs, lower the opacity on the main page, etc.

The problem comes with that some of the main page div tags display Flash videos and the videos don't stop playing when the pop up comes up. Since there's also a flash video on the pop up, I get two sets of sound. I need the main page video to stop playing.

Originally, this was set up to stop playing through a function (stopVideo) that set all three main videos to false:

fo2.addParam("play","false");
fo2.write("product_tab2_content");
...

(fo is a "flash object" through an included .js file, product_tab2_content is the id of the div tag with the video)

This isn't working. The stopVideo function is called, but all it's currently doing is stopping the video and it restarts. If I don't call the stopVideo function, it just continues to play when the pop up div is displayed instead of restarting from the beginning.

Is there a way to stop the video when the pop up button is clicked? My current solution was to automatically force the main page back to the first tab which has no videos. When the tab visibility is hidden, the videos on them don't play. This isn't the ideal solution though, as I'd like to keep the main page on the content the user was viewing when they display the popup.

Seejay
QuestionRollover javascript menus ... Pin
devboycpp18-Sep-09 6:07
devboycpp18-Sep-09 6:07 
AnswerRe: Rollover javascript menus ... Pin
Abhishek Sur18-Sep-09 12:02
professionalAbhishek Sur18-Sep-09 12:02 
QuestionBulk data insertion Pin
murali_utr18-Sep-09 1:46
murali_utr18-Sep-09 1:46 
QuestionTips for selecting right web development company Pin
rohittripathi18-Sep-09 0:03
rohittripathi18-Sep-09 0:03 
AnswerRe: Tips for selecting right web development company Pin
Christian Graus18-Sep-09 0:11
protectorChristian Graus18-Sep-09 0:11 
GeneralRe: Tips for selecting right web development company Pin
rohittripathi18-Sep-09 0:28
rohittripathi18-Sep-09 0:28 
GeneralRe: Tips for selecting right web development company Pin
Richard MacCutchan18-Sep-09 4:00
mveRichard MacCutchan18-Sep-09 4:00 
GeneralRe: Tips for selecting right web development company Pin
Christian Graus18-Sep-09 11:21
protectorChristian Graus18-Sep-09 11:21 
GeneralRe: Tips for selecting right web development company Pin
rohittripathi19-Sep-09 23:57
rohittripathi19-Sep-09 23:57 
QuestionASP(scripting) Pin
rajiv_kadam17-Sep-09 22:54
rajiv_kadam17-Sep-09 22:54 
AnswerRe: ASP(scripting) Pin
Christian Graus18-Sep-09 0:03
protectorChristian Graus18-Sep-09 0:03 
Questionhow to move cookie value from https to http page? Pin
sangeethanarayan17-Sep-09 22:08
sangeethanarayan17-Sep-09 22:08 
AnswerRe: how to move cookie value from https to http page? Pin
Christian Graus17-Sep-09 22:24
protectorChristian Graus17-Sep-09 22:24 
GeneralRe: how to move cookie value from https to http page? Pin
sangeethanarayan17-Sep-09 23:26
sangeethanarayan17-Sep-09 23:26 
QuestionUsing Ajile Scripts Pin
John.L.Ponratnam17-Sep-09 21:35
John.L.Ponratnam17-Sep-09 21:35 
AnswerRe: Using Ajile Scripts Pin
Christian Graus17-Sep-09 22:03
protectorChristian Graus17-Sep-09 22:03 
QuestionASP(scripting language) Pin
rajiv_kadam17-Sep-09 21:25
rajiv_kadam17-Sep-09 21:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.