Forums / Developer / XML Driven Flash

XML Driven Flash

Author Message

Anaya P

Tuesday 25 May 2010 8:24:01 am

Hi

I am trying to integrate flash in a template file which is xml driven. Path to xml file is mentioned in actionscript.

I have created a class which has an attribute of type File where xml file will get uploaded in admin interface. I want that file to get uploaded at the same location everytime and by the same name. So I can specify that path in actionscript and do not need to change that everytime file gets uploaded.

Is it possible to upload file at same location and by the same name or is there any other better way to do this?

Thanks in advance for your help.

Regards

Matthieu Sévère

Tuesday 25 May 2010 8:35:15 am

Hello,

You really should use flashVars and give your file path through them in the template.

(the name of uploaded file will change for every upload)

--
eZ certified developer: http://ez.no/certification/verify/346216

Anaya P

Wednesday 26 May 2010 7:29:59 am

Thanks for your quick reply.

As you suggested I have tried to pass flashvars through html to swf file. But it is not working properly.

I am not flash expert, so may be have missed any step.

I have followed below steps -

1. created a variable of type string

2. in html passed value as a name of xml file.

In flash actionscript have below code -

function loadXML(loaded) {
if (loaded) {
_root.booth = this.firstChild.childNodes[62].childNodes[0].firstChild.nodeValue;
_root.area = this.firstChild.childNodes[62].childNodes[1].firstChild.nodeValue;
_root.price = this.firstChild.childNodes[62].childNodes[2].firstChild.nodeValue;
_root.company = this.firstChild.childNodes[62].childNodes[3].firstChild.nodeValue;
_root.website = this.firstChild.childNodes[62].childNodes[4].firstChild.nodeValue;
booth_txt.text = _root.booth;
area_txt.text = _root.area;
price_txt.text = _root.price;
company_txt.text = _root.company;
website_txt.text = _root.website;
} else {
trace(" file not loaded! " );
}
}
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load(" myFlashVar " ) ;

value to myFlashVar is passed using flashvars syntax in html embed and object tag.

Can you please let me know what wrong i am doing here.

Regards

eZ debug

Timing: Jan 18 2025 02:51:46
Script start
Timing: Jan 18 2025 02:51:46
Module start 'content'
Timing: Jan 18 2025 02:51:46
Module end 'content'
Timing: Jan 18 2025 02:51:47
Script end

Main resources:

Total runtime1.0331 sec
Peak memory usage4,096.0000 KB
Database Queries194

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 588.7109180.8438
Module start 'content' 0.00540.8752 769.5547542.8672
Module end 'content' 0.88060.1524 1,312.4219332.7578
Script end 1.0331  1,645.1797 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00380.3685210.0002
Check MTime0.00140.1356210.0001
Mysql Total
Database connection0.00060.057410.0006
Mysqli_queries0.965493.44011940.0050
Looping result0.00190.18191920.0000
Template Total1.006297.420.5031
Template load0.00170.164620.0009
Template processing1.004597.228120.5022
Template load and register function0.00020.017110.0002
states
state_id_array0.00090.086510.0009
state_identifier_array0.00220.209420.0011
Override
Cache load0.00150.1411450.0000
Sytem overhead
Fetch class attribute can translate value0.00310.304730.0010
Fetch class attribute name0.00130.128840.0003
XML
Image XML parsing0.00120.115130.0004
class_abstraction
Instantiating content class attribute0.00000.001240.0000
General
dbfile0.00200.1915270.0001
String conversion0.00000.000430.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 11
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs