|
More site info...
HTML and JavaScript | Forum profile
|
|
Forum profile page for HTML and JavaScript on http://www.actionscript.org.
This report page is the aggregated overview from a single forum: HTML and JavaScript, located on the Message Board at http://www.actionscript.org.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "HTML and JavaScript" on the Message Board at http://www.actionscript.org is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on HTML and JavaScript:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
20
|
48
|
118
|
|
Post:
|
67
|
105
|
230
|
|
|
HTML and JavaScript Posting activity graph:
|
Top authors during last week:
user's latest post:
Onclick attribute
Published (2009-12-16 16:02:00)
well... you can put javascript in actionscript
user's latest post:
Flash Video Not Viewing on...
Published (2009-12-12 15:16:00)
THANKS SO MUCH!!! It was the Clear_skin_1 file that was missing. So many files. I appreciate the help. The first time is always the most frustrating. The video works perfect now. Check it out. I just finished a 250km self-supported ultra marathon in the Sahara Desert and this is the slideshow.
user's latest post:
Onclick attribute - Page 2 -...
Published (2009-12-16 16:30:00)
Quote: Originally Posted by codemaster I've seen pages that are able to add an event to an element, and have it so that you cannot view the event itself in FireBug, even though you can view the code that added the event. If the JavaScript is being issued from an inline script or from an external .js file, you'll *always* be able to see it from FireBug.
user's latest post:
Make a single FLV player to play...
Published (2009-12-14 06:25:00)
If anybody has any question please let me know. And if you can not make it out with the code, you also can get help on the support forum: http://www.moyea.com/forum/ again, hope will help.
user's latest post:
Using CSS To Set Minimum Browser...
Published (2009-12-16 20:39:00)
Thanks for your reply Tadster, Yeh, I tried doing that but to no avail. I am having a look at swffit at the moment...has anyone else used this?
user's latest post:
how to preserve swf and load...
Published (2009-12-10 02:04:00)
Hello, I am trying to figure out how to embed an swf so that once loaded it stays loaded, and is used to navigate html pages, such as the one atop www.djnaslv.com . Does anyone know how to keep the swf embedded or cached or whatever and just load differing html content around it?
user's latest post:
flash link to a html frame, not...
Published (2009-12-11 10:43:00)
Hi All! I have a flash menu in a frameset-based website. I targeted the flash links like that: getURL ("yourpage.html", "mainFrame"); That is working perfect on google Chrome, Firefox... but not on IE (ver.6.0) Can you help me out?!
user's latest post:
Flash Video Not Viewing on Server
Published (2009-12-11 20:04:00)
Um... What do you see when you click on this link??? http://www.trailwinders.com/Scripts/...tiveContent.js
|
|
|
|
Latest active threads on HTML and JavaScript::
Started 1 day, 15 hours ago (2009-12-18 23:38:00)
by raydowe
You might have the debugger version of the flash player installed. It seems to me (all thought I could be mistaken) that the debugger version gives non critical error notifications that the normal version does not. It's a real eye opener to the lack of error catching that the average developer uses!
You might want to try uninstalling the flash player, and then installing the normal version. ...
Started 4 days, 6 hours ago (2009-12-16 08:21:00)
by sudhakararaog
adding html on top of flash
my question is about adding html on top of flash for seo purposes
if a flash file is originally used for a banner or navigation or any other purposes, because the text is inside flash and as it cannot be read by search engines, is it possible to add html on top of this flash file so that search engines can ...
Started 3 days, 1 hour ago (2009-12-17 13:38:00)
by DasPhunk
I guess this is in IE? ActiveX player needs to be clicked on to be activated (some legal reason I think). Use SWFObject to embed your SWF's and it navigates this problem. SWFObject is pretty much the standard way to embed SWF's anyway. http://code.google.com/p/swfobject/
Started 4 days, 1 hour ago (2009-12-16 13:32:00)
by smokesletsgo
Using CSS To Set Minimum Browser Size.
Hi Folks,
This one is driving me nuts!
I have an AS2 liquid flash site which is set to 100% browser dimentions for both X nad Y values. The trouble is that I need it to stop reducing in size when the browser is re-sized past the 1000px mark for x and 700px for height and add the browser ...
Started 4 days, 11 hours ago (2009-12-16 03:39:00)
by codemaster
Onclick attribute
Hello,
I have been wrestling with this code trying to implement it using the .onclick attribute, but it refuses to work. Furthermore, my error reporting (both FireBug, and Web Developer, FireFox addons) systems are not recognizing any errors, but using alerts I can pinpoint the exact location of failure:
Code:...
Started 1 week, 3 days ago (2009-12-10 02:04:00)
by benz_wagon
how to preserve swf and load html content around it?
Hello, I am trying to figure out how to embed an swf so that once loaded it stays loaded, and is used to navigate html pages, such as the one atop www.djnaslv.com . Does anyone know how to keep the swf embedded or cached or whatever and just load differing html content around it?
Started 5 days, 17 hours ago (2009-12-14 21:14:00)
by yell0wdart
Couple things:
I don't see any visible problem with your app rendering differently in IE 7 vs Firefox 3.5. But the problem you're experiencing may be linked to my next point...
Looks like your page is throwing a JavaScript error. Specifically in your posHelper2 method:
ActionScript Code:
function posHelper2 ( b,h )
{
var ele = document. getElementById ( "...
Started 1 week, 2 days ago (2009-12-11 10:43:00)
by julss21
flash link to a html frame, not working in IE!
Hi All!
I have a flash menu in a frameset-based website.
I targeted the flash links like that:
getURL ("yourpage.html", "mainFrame");
That is working perfect on google Chrome, Firefox... but not on IE (ver.6.0)
Can you help me out?!
Started 1 week, 2 days ago (2009-12-11 06:48:00)
by bettyU
Make a single FLV player to play several videos with playlist
If you want to play several videos on a single player, this is the right guide for you to get it done with the following sample HTML code. It is no more a difficult task to embed playlsit file with videos and player on web page. This article is based on Moyea PlayerBox. But the ...
Started 6 days, 9 hours ago (2009-12-14 05:57:00)
by jumpsuit
Background Covering up Part of Flash File
Anyone know whats going on here. I'm put my swf file in dreamweaver set the height and width both to 100% and the background is covering up 2/3's of my site in FireFox and IE.
www.abarrydesign.com
|
|
Hot threads for last week on HTML and JavaScript::
Started 4 days, 11 hours ago (2009-12-16 03:39:00)
by codemaster
Onclick attribute
Hello,
I have been wrestling with this code trying to implement it using the .onclick attribute, but it refuses to work. Furthermore, my error reporting (both FireBug, and Web Developer, FireFox addons) systems are not recognizing any errors, but using alerts I can pinpoint the exact location of failure:
Code:...
Started 1 week, 1 day ago (2009-12-11 15:16:00)
by Paul Ferrie
You have not uploaded the Js file
http://www.trailwinders.com/Scripts/...tiveContent .js
404 error file missing
Started 4 days, 1 hour ago (2009-12-16 13:32:00)
by smokesletsgo
Using CSS To Set Minimum Browser Size.
Hi Folks,
This one is driving me nuts!
I have an AS2 liquid flash site which is set to 100% browser dimentions for both X nad Y values. The trouble is that I need it to stop reducing in size when the browser is re-sized past the 1000px mark for x and 700px for height and add the browser ...
Started 1 week, 2 days ago (2009-12-11 10:43:00)
by julss21
flash link to a html frame, not working in IE!
Hi All!
I have a flash menu in a frameset-based website.
I targeted the flash links like that:
getURL ("yourpage.html", "mainFrame");
That is working perfect on google Chrome, Firefox... but not on IE (ver.6.0)
Can you help me out?!
Started 3 days, 1 hour ago (2009-12-17 13:38:00)
by DasPhunk
I guess this is in IE? ActiveX player needs to be clicked on to be activated (some legal reason I think). Use SWFObject to embed your SWF's and it navigates this problem. SWFObject is pretty much the standard way to embed SWF's anyway. http://code.google.com/p/swfobject/
Started 5 days, 17 hours ago (2009-12-14 21:14:00)
by yell0wdart
Couple things:
I don't see any visible problem with your app rendering differently in IE 7 vs Firefox 3.5. But the problem you're experiencing may be linked to my next point...
Looks like your page is throwing a JavaScript error. Specifically in your posHelper2 method:
ActionScript Code:
function posHelper2 ( b,h )
{
var ele = document. getElementById ( "...
Started 4 days, 6 hours ago (2009-12-16 08:21:00)
by sudhakararaog
adding html on top of flash
my question is about adding html on top of flash for seo purposes
if a flash file is originally used for a banner or navigation or any other purposes, because the text is inside flash and as it cannot be read by search engines, is it possible to add html on top of this flash file so that search engines can ...
Started 1 week ago (2009-12-12 22:26:00)
by choppervon
Started 6 days, 9 hours ago (2009-12-14 05:57:00)
by jumpsuit
Background Covering up Part of Flash File
Anyone know whats going on here. I'm put my swf file in dreamweaver set the height and width both to 100% and the background is covering up 2/3's of my site in FireFox and IE.
www.abarrydesign.com
Started 1 week, 2 days ago (2009-12-11 06:48:00)
by bettyU
Make a single FLV player to play several videos with playlist
If you want to play several videos on a single player, this is the right guide for you to get it done with the following sample HTML code. It is no more a difficult task to embed playlsit file with videos and player on web page. This article is based on Moyea PlayerBox. But the ...
|
|