Flash website display blank page on server - html

I have a website made in flash uploaded on a server. It was working fine tomorrow and today it shows blank page, why so ??
this is the link "http://www.sudhanshushandilya.com" . There's an index.html page and main.swf file

If you navigate to the SWF directly, it works, which tells me that the problem is how you're embedding it. Have you updated your flash player in the mean time? 10.2 was released recently (If you're on Chrome, this will probably happen automatically)
I took a quick look at your JavaScript embed code, and that's a lot of code :D
Can you try SWFObject and tell me if it works: http://code.google.com/p/swfobject/

Probably this is not the problem but you have an error in this file "NetworkError: 404 Not Found - http://sudhanshushandilya.com/music/track.mp3"

Related

My Visual- Code-Editor is not showing the included CSS in the Live preview

I just reinstalled windows on my computer. The problem here is that when I was using the visual code editor before reinstalling windows with the live preview extension and it ran perfectly, but now after I installed windows the VC do not give me live preview like before.
It is just showing the HTML structure and not the linked CSS and Javascript files. There is no styling and formatting being shown on the page even though the page displays perfectly on the browser, tried everything but nothing worked. Note that both windows versions are the same no changes in them.[Only HTML shows up][1]
[no definitions found said by vs code editor also]
Yes, it only shows the HTML preview without CSS. You have to use "Live Server" extension for that.
Download that from here:
https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
GitHub Source:
https://github.com/ritwickdey/vscode-live-server-plus-plus
Preview:
does a .vs code folder appear ? This problem happened to me once and by deleting the file everything went back to normal. IDK if it will work for you but it worked for me.
BTW there is a Youtube video on that topic, here it is a video for CSS files not working on live server

having Live Server (vscode) Error while opening in chrome

In vs code everything is fine. While clicking on the GO live button(for HTML CSS files) and its showing port:5500 but when the chrome browser opens after some seconds loading it saying its taking too long to respond This site cant be reached ERROR how to fix it is really a headache for me this is the screen snip of error
I had the same problem before , at first i just ignored the live server extension and i opened my html files directly from the folder . But after , i did a Restart to the extension host and it worked perfectly again .
It seems like a bug in the code causing infinite loop and hence crashing. I believe my solution can help with this perfectly. Please check this link!

Youtube does not work on any browser. Chrome, Mozilla, Edge, IE

One day youtube stopped working on all browsers. It loads preview of the video and then loading infinite circle appears. Sometimes it shows the message: if playback doesn't begin shortly, try restarting your device. I cleared coockies, history etc. two times. I found something about the hosts file, but the original file contains the same exact thing the guide was recommending to replace. There similar problems with youtube, but i didn't find anything that could possibly solve the issue except the host file.
Whether the problem only occurs on the YouTube site? Try to play some online video from another site, such as Bing and Google.
If this issue only occurs on the YouTube site, perhaps the issue is related the YouTube site, you could check the YouTube help forum and contact with them.
If another site also has the same problem, perhaps the issue is related to your network or computer. Please check the network connection and check which version of OS and Browser version are you using? Then, try to Restart your browser, Restart your router, Restart your computer or Update your browser to the latest version.
Make sure you use propper audio device.

Google Chrome crushes when multiple html5 videos are at the same page - how to prevent?

I have one video on my page but I overwrite the attributes and source file links via jQuery when clicking on a thumbnail. It works perfectly in Firefox, but when playing or closing the second video in Chrome there is a browser crash. Anything I could do to work that out? Do I have to erase the browser cache after closing the first video maybe? Any ideas? Anyone with the same problem?
The problem was that the jQuery.min.map file was missing. If you have the same problem please have a look at this post: Error 'jquery-2.0.2.min.map not found'
After downloading and renaming the min map file it worked

Flash content dosen't load only if I refresh the page

I have a site with a small flash content. The flash content doesn't load when the page loads, only if I refresh the site manually. It does it on more browsers so it's not about compatibility, and when I refresh the site it works so the embeding is fine too.
When I close the browser and open it again the problem starts again.
Could somebody help me?
Thank you.
In Opera I got (once) the error message (from Flash player): some xml file was missing (can't reproduce this error anymore).
Is this xml file created 'on the fly'?
Check the server if it always serve the file properly.