Error with action script compiler error - actionscript-3

Im making an app in abode flash. With the Code snippest. Im making photo gallery slide right and left and im getting the error.
This is my script
Need Help or Suggestion to get out of that error. Thanks

Related

chartjs did not show on dashboard yii2

im using ChartJs widget for yii2, i want to display chart on my dashboard but the chart is not displayed.
enter image description here.
enter image description here.
i still dont know whats wrong with my code, cause im new on yii2.
i try to use another plugins, but the chart still not displayed on my dashboard
can anyone in here help me, to solve the problem.
here for the result, it did not displayed, just a blank space.

Laravel 5 - webpage showing source code when i hit the back button on my browser

Good morning,
I have one problem, that i can't figure out why's happening. I have a website in Laravel 5 and it's working great, except if i hit the back button.
If i'm on one of the pages and hit back to return to the index, for example, the page won't render, just shows the source code on the browser, then if i refresh it, it will render again.
Anyone knows if this could be some kind of Laravel bug or some configuration i messed up?
Thanks in advance
please give a screenshot of the error page then it will help the developer to figure out the problem.
But I think may be you did not write any route for the back button

How to use Selenium web browser to post in salesforce

My friend recommended Kantu for work automation hence I'm trying it out but couldn't seem to find the answer to my question on the web.
I'm new at coding, automation, stackoverflow and this is my first post.
Have just installed Kantu for Chrome- Selenium IDE Light and am trying to automate a daily post message within salesforce.
However, have received this error when I try to click on the message box.
[error]
time out when looking for element '//*[#id="outerContainer"]/div[1]/div[1]/div[1]/p'
When I click on inspect, I find this code for the message box:
I've tried running the Test Case demos and everything seems to be able to run well without problems. Noticed that the key difference in the Selenium IDE demos are that the text boxes are fixed (i.e. constantly appearing on the pages) whilst the text boxes within salesforce only appear when clicked upon.
Have tried to add in macros to click on the text div box within salesforce but Selenium doesn't seem to be able to record the click part hence unable to insert any texts into the salesforce.
Hope someone can help.
Many thanks in advance, happy new year!

Google chart : Container is not defined when html changes

I'm getting the error "Container is not defined" after I click on a different page while the api is loading.
I'm sure that my
var chartTwo = new google.visualization.PieChart(document.getElementById('donutchartDue'))
is working because the error doesn't pop up if I just wait on the same page until everything is loaded.
I believe the cause of this error is that my chart div is no longer there when my template changes while api is running in the background (basically html and apis are asynchronous). =(
Anyone got any idea on how to fix this?
Nvm guys, I used if (angular.element('#donutchartId').length) {} to check if the div exist before the charts get drawn and it worked

Wanting to edit a google maps info bubble

I have to edit an info bubble on a website to help someone out.
The site is already online and i dont have the ftp login details so i cant download the files and use them locally to test it.
So im having some issues with inserting a logo on the top of the bubble, like a header.
Im also having problems with the code needed to add 'to here' and 'from here' directions at the bottom of the bubble.
Everything else is plain text in the middle of these 2 objects, so thats easy.
Can anyone help me with the header pic and directions code?
I think this demo from google might be what you want:
http://kml-samples.googlecode.com/svn/trunk/interactive/index.html#./Point_Placemarks/Point_Placemarks.Descriptive_HTML.kml.
It does not show actual images, but it shows how to put that kind of HTML in the bubbles.